@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-size: 100%;
  line-height: 1;
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
}

.feature {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-feature-settings: "palt" 1;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  color: #555555;
  font-weight: 500;
  font-style: normal;
  background: #e4e4e4;
}

.feature a {
  transition: 0.3s;
  display: block;
  transform: none;
}
.feature a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.ph-slider a img {
  transition: 0.3s;
}
.ph-slider a img:hover {
  opacity: 0.7;
}

.feature img,
svg,
video {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.l-container {
  width: 100%;
  overflow: hidden;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

* {
  box-sizing: border-box;
}

.js-fade {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 2s ease;
}

.js-fade.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
}

.js-fadeup {
  visibility: hidden;
  opacity: 0;
  transform: translateY(2.4rem);
  pointer-events: none;
  transition: all 1.5s ease;
}

.js-fadeup.is-show {
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: inherit;
}

.feature__inner {
  width: 140rem;
  margin: 0 auto;
  padding-bottom: 12rem;
}

.main-visual {
  position: relative;
  width: 90rem;
  margin: 0 auto;
  text-align: center;
  margin-top: 5.8rem;
}
.main-visual .main-ttl {
  font-size: 2.2rem;
  line-height: 2.0909090909;
  letter-spacing: 0.14em;
  font-weight: 500;
  margin-top: 6.9rem;
  color: #555555;
}
.main-visual .main-lead {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.085em;
  font-weight: 500;
  margin-top: 2rem;
  color: #555555;
}

.section {
  width: 66rem;
  margin: 0 auto;
  margin-top: 10.5rem;
}
.section .flex-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section .section-ttl {
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-align: center;
  font-family: "jaf-bernina-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.section .section-ttl span {
  font-size: 2.2rem;
  line-height: 1.9090909091;
  letter-spacing: 0.14em;
  margin-right: 1rem;
}
.section .ph-txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: justify;
  width: 29.5rem;
}
.section .item-head {
  font-size: 2rem;
  line-height: 2.1;
  letter-spacing: 0.1em;
  font-family: "jaf-bernina-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
.section .item-head::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #555555;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.8s ease 0.5s;
}
.section .item-txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: justify;
  width: 65.9rem;
  margin-top: 3.5rem;
}
.section .block {
  position: relative;
}
.section.sec1 .section-ttl {
  color: #914641;
}
.section.sec1 .block1 {
  width: 66rem;
  margin-top: 6.6rem;
}
.section.sec1 .block1 .ph {
  width: 32rem;
}
.section.sec1 .block2 {
  width: 66rem;
  margin-top: 8rem;
}
.section.sec1 .block2 .ph {
  width: 32rem;
}
.section.sec1 .block3 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 12rem;
}
.section.sec1 .block3 .ph {
  width: 48rem;
}
.section.sec2 {
  margin-top: 13rem;
}
.section.sec2 .section-ttl {
  color: #3b5784;
}
.section.sec2 .block1 {
  width: 66rem;
  margin-top: 6.8rem;
}
.section.sec2 .block1 .ph {
  width: 32rem;
}
.section.sec2 .block2 {
  width: 66rem;
  margin-top: 8rem;
}
.section.sec2 .block2 .ph-slider {
  width: 32rem;
}
.section.sec2 .block2 .ph {
  width: 32rem;
}
.section.sec2 .block3 {
  width: 34rem;
  margin: 0 auto;
  margin-top: 10rem;
}
.section.sec3 {
  margin-top: 13rem;
}
.section.sec3 .section-ttl {
  color: #323232;
}
.section.sec3 .block1 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 6.8rem;
}
.section.sec3 .block2 {
  width: 66rem;
  margin-top: 11rem;
}
.section.sec3 .block2 .ph-slider {
  width: 32rem;
}
.section.sec3 .block2 .ph {
  width: 32rem;
}
.section.sec3 .block2.is-show .item-head::before {
  transform: scale(1);
}
.section.sec3 .block3 {
  margin-top: 7.2rem;
}
.section.sec3 .block3 .ph-slider {
  width: 32rem;
}
.section.sec3 .block3 .ph-slider .slick-dots {
  text-align: end;
  left: 0.4rem;
}
.section.sec3 .block3 .ph {
  width: 32rem;
}
.section.sec3 .block3 .item-txt {
  margin-top: 3.8rem;
}
.section.sec3 .block4 {
  margin-top: 9.3rem;
}
.section.sec3 .block4 .ph-slider {
  width: 32rem;
}
.section.sec3 .block4 .ph {
  width: 32rem;
}
.section.sec3 .block4 .item-txt {
  margin-top: 3.8rem;
}
.section.sec3 .block5 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 11.3rem;
}
.section.sec3 .block5 .ph {
  width: 96rem;
}
.section.sec3 .block6 {
  width: 66rem;
  margin-top: 11rem;
}
.section.sec3 .block6 .ph-slider {
  width: 32rem;
}
.section.sec3 .block6 .ph {
  width: 32rem;
}
.section.sec3 .block6.is-show .item-head::before {
  transform: scale(1);
}
.section.sec3 .block7 {
  margin-top: 7.2rem;
}
.section.sec3 .block7 .ph-slider {
  width: 32rem;
}
.section.sec3 .block7 .ph {
  width: 32rem;
}
.section.sec3 .block7 .item-txt {
  margin-top: 3.8rem;
}
.section.sec3 .block8 {
  width: 40rem;
  margin: 0 auto;
  margin-top: 7.3rem;
}

.all-item {
  width: 44rem;
  margin: 0 auto;
  margin-top: 12rem;
}

.ph-slider {
  position: relative;
  margin-bottom: 0 !important;
}
.ph-slider .slick-dots {
  text-align: start;
  bottom: -2.5rem;
  left: -0.4rem;
}
.ph-slider .slick-dots li {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.4rem;
  padding: 0;
  background: #c1c0c0;
  border-radius: 50%;
}
.ph-slider .slick-dots li button {
  display: none;
}
.ph-slider .slick-dots .slick-active {
  background: #656565;
}/*# sourceMappingURL=style.css.map */