@charset "UTF-8";
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 {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  font-feature-settings: normal;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #D5DFE8;
}

.feature a {
  transition: 0.3s;
  display: block;
  color: #000;
  text-decoration: none;
  will-change: opacity;
}
.feature a:hover {
  opacity: 0.7;
  text-decoration: none;
}

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

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

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

* {
  box-sizing: border-box;
}

.js-fade {
  opacity: 0;
  transform: translateY(3rem);
  visibility: hidden;
  transition: opacity 1s ease, transform 0.8s ease;
  will-change: opacity;
}
.js-fade.is-show {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.js-clip-lr {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s cubic-bezier(0.37, 0, 0.63, 1);
}
.js-clip-lr.is-show {
  clip-path: inset(0);
}

.js-clip-rl {
  clip-path: inset(0 0 0 100%);
  transition: clip-path 1s cubic-bezier(0.37, 0, 0.63, 1);
}
.js-clip-rl.is-show {
  clip-path: inset(0);
}

.js-shot-lr {
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 850ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.js-shot-lr img {
  transform: scale(1.3) translate3d(0, 0, 0);
  transition: transform 1350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 250ms;
}
.js-shot-lr.is-show {
  clip-path: inset(0);
}
.js-shot-lr.is-show img {
  transform: none;
}

.js-shot-rl {
  overflow: hidden;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 850ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.js-shot-rl img {
  transform: scale(1.3) translate3d(0, 0, 0);
  transition: transform 1350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 250ms;
}
.js-shot-rl.is-show {
  clip-path: inset(0);
}
.js-shot-rl.is-show img {
  transform: none;
}

.feature:has(.item01.on) .pc-ttl-wrap .ttl01 {
  opacity: 1;
}

.feature:has(.item03.on) .pc-ttl-wrap .ttl01 {
  opacity: 0;
}

.feature:has(.item03.on) .pc-ttl-wrap .ttl02 {
  opacity: 1;
}

.feature:has(.item05.on) .pc-ttl-wrap .ttl01,
.feature:has(.item05.on) .pc-ttl-wrap .ttl02 {
  opacity: 0;
}

.feature:has(.item05.on) .pc-ttl-wrap .ttl03 {
  opacity: 1;
}

.feature:has(.item06.on) .pc-ttl-wrap .ttl01,
.feature:has(.item06.on) .pc-ttl-wrap .ttl02,
.feature:has(.item06.on) .pc-ttl-wrap .ttl03 {
  opacity: 0;
}

.feature:has(.item06.on) .pc-ttl-wrap .ttl04 {
  opacity: 1;
}

.feature:has(.item07.on) .pc-ttl-wrap .ttl01,
.feature:has(.item07.on) .pc-ttl-wrap .ttl02,
.feature:has(.item07.on) .pc-ttl-wrap .ttl03,
.feature:has(.item07.on) .pc-ttl-wrap .ttl04 {
  opacity: 0;
}

.feature:has(.item07.on) .pc-ttl-wrap .ttl05 {
  opacity: 1;
}

.feature:has(.item09.on) .pc-ttl-wrap .ttl01,
.feature:has(.item09.on) .pc-ttl-wrap .ttl02,
.feature:has(.item09.on) .pc-ttl-wrap .ttl03,
.feature:has(.item09.on) .pc-ttl-wrap .ttl04,
.feature:has(.item09.on) .pc-ttl-wrap .ttl05 {
  opacity: 0;
}

.feature:has(.item09.on) .pc-ttl-wrap .ttl06 {
  opacity: 1;
}

section {
  scroll-margin-top: 100px;
}

.feature {
  display: flex;
  justify-content: center;
}

.pc-left {
  width: 50%;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
}
.pc-left .pc-ttl-wrap {
  position: relative;
  margin-top: 3rem;
}
.pc-left .pc-ttl-wrap .pc-item-ttl {
  transition: opacity 0.5s ease;
  opacity: 0;
}
.pc-left .pc-ttl-wrap .pc-item-ttl.ttl02, .pc-left .pc-ttl-wrap .pc-item-ttl.ttl03, .pc-left .pc-ttl-wrap .pc-item-ttl.ttl04, .pc-left .pc-ttl-wrap .pc-item-ttl.ttl05, .pc-left .pc-ttl-wrap .pc-item-ttl.ttl06 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pc-left .pc-ttl-wrap .pc-item-ttl.ttl01 {
  width: 15.7928571429vw;
  margin: 0 auto;
  opacity: 1;
}
.pc-left .pc-ttl-wrap .pc-item-ttl.ttl02 {
  width: 11.9485714286vw;
}
.pc-left .pc-ttl-wrap .pc-item-ttl.ttl03 {
  width: 17.8135714286vw;
}
.pc-left .pc-ttl-wrap .pc-item-ttl.ttl04 {
  width: 11.7257142857vw;
}
.pc-left .pc-ttl-wrap .pc-item-ttl.ttl05 {
  width: 15.1742857143vw;
}
.pc-left .pc-ttl-wrap .pc-item-ttl.ttl06 {
  width: 16.38vw;
}

.pc-right {
  width: 50%;
}

.feature__inner {
  width: 40vw;
  position: relative;
  overflow: clip;
  margin-top: 5rem;
}

.main-visual {
  position: relative;
  width: 40vw;
  margin-left: auto;
  height: 100%;
  background: #fff;
}
.main-visual.is-show .main-ph img {
  opacity: 1;
  transform: none;
}
.main-visual.is-show .main-ttl .main-ttl1 {
  clip-path: inset(0);
}
.main-visual.is-show .main-ttl .main-ttl2 {
  clip-path: inset(0);
}
.main-visual .main-ph img {
  transform: translateY(-3rem);
  opacity: 0;
  transition: opacity 1s ease, transform 0.8s ease;
}
.main-visual .main-ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 40.5rem;
  gap: 0.8rem;
}
.main-visual .main-ttl .main-ttl1 {
  width: 28.3835714286vw;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: 0.8s;
}
.main-visual .main-ttl .main-ttl2 {
  width: 23.8285714286vw;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: 1.8s;
}

.main-lead {
  position: relative;
}
.main-lead .main-lead-jp {
  width: 29.562rem;
  margin: 0 auto;
}
.main-lead .main-lead-txt {
  font-family: shippori-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  text-align: center;
  margin-top: 1.4rem;
}
.main-lead .totop {
  width: 1.02rem;
  position: absolute;
  top: 6.6rem;
  right: 2.4rem;
}

.main-contents {
  position: relative;
  margin-top: 1rem;
  padding-top: 3.8rem;
  background: #fff;
}
.main-contents .ph {
  position: relative;
}
.main-contents .credit {
  display: flex;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  margin: 0 auto;
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
  margin-top: 0.5rem;
}
.main-contents .credit li {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: underline;
  color: #8E8E8E;
}
.main-contents .credit li a {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: underline;
  color: #8E8E8E;
}
.main-contents .ph-box {
  position: relative;
  display: flex;
}
.main-contents .item-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.main-contents .item-block .item-ttl {
  margin: 0 auto;
  margin-bottom: 1rem;
}
.main-contents .item-block .item-txt-wrap {
  position: relative;
  text-align: center;
  margin-top: 4.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
.main-contents .item-block .item-txt-wrap .item-txt-head {
  font-family: shippori-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 1.2727272727;
  letter-spacing: 0.022em;
  color: #000002;
}
.main-contents .item-block .item-txt-wrap .item-description {
  font-family: shippori-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.56;
}

.main-contents .item01 .item-ttl {
  width: 48rem;
}
.main-contents .item01 .item-txt-wrap .credit {
  width: 37rem;
}
.main-contents .item02 {
  margin-top: 6.8rem;
}
.main-contents .item02 .item-ttl {
  width: 48rem;
  margin-bottom: 2rem;
}
.main-contents .item02 .item-txt-wrap {
  margin-left: 3rem;
}
.main-contents .item02 .item-txt-wrap .credit {
  width: 37rem;
}
.main-contents .item03 {
  margin-top: 6.8rem;
}
.main-contents .item03 .item-ttl {
  width: 41.31rem;
  margin-bottom: 2rem;
}
.main-contents .item03 .item-txt-wrap .credit {
  width: 35rem;
}
.main-contents .item04 {
  margin-top: 6.8rem;
}
.main-contents .item04 .item-ttl {
  width: 41.31rem;
  margin-bottom: 2rem;
}
.main-contents .item04 .item-txt-wrap .credit {
  width: 25rem;
}
.main-contents .item05 {
  margin-top: 7rem;
  background: #D5DFE8;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.main-contents .item05 .item-ttl {
  width: 30.227rem;
  margin-bottom: 0.3rem;
}
.main-contents .item05 .ph11 {
  width: 43rem;
  margin: 0 auto;
}
.main-contents .item05 .item-txt-wrap {
  margin-top: 0.6rem;
}
.main-contents .item06 {
  margin-top: 5rem;
}
.main-contents .item06 .item-ttl {
  width: 40.92rem;
  margin-bottom: 2rem;
}
.main-contents .item06 .item-txt-wrap .credit {
  width: 32rem;
}
.main-contents .item07 {
  margin-top: 7rem;
}
.main-contents .item07 .item-ttl {
  width: 46.955rem;
  margin-bottom: 2rem;
}
.main-contents .item07 .item-txt-wrap .credit {
  width: 37rem;
}
.main-contents .item07 .item-txt-wrap .credit li:nth-of-type(1) {
  width: 40%;
  text-align: right;
}
.main-contents .item07 .item-txt-wrap .credit li:nth-of-type(2) {
  width: 40%;
  text-align: left;
}
.main-contents .item08 {
  margin-top: 7rem;
}
.main-contents .item08 .item-ttl {
  width: 46.955rem;
  margin-bottom: 2rem;
}
.main-contents .item08 .item-txt-wrap .credit {
  width: 37rem;
}
.main-contents .item08 .item-txt-wrap .credit li:nth-of-type(1) {
  width: 40%;
  text-align: right;
}
.main-contents .item08 .item-txt-wrap .credit li:nth-of-type(2) {
  width: 40%;
  text-align: left;
}
.main-contents .item09 {
  margin-top: 6.8rem;
}
.main-contents .item09 .item-ttl {
  width: 49.065rem;
  margin-bottom: 0.6rem;
}
.main-contents .item09 .item-txt-wrap .credit {
  width: 39rem;
}
.main-contents .outro {
  margin-top: 7rem;
  padding-bottom: 8rem;
}
.main-contents .outro .allitem {
  width: 26.1rem;
  margin: 0 auto;
}
.main-contents .outro .staff-credit {
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #000002;
  text-align: center;
  margin-top: 2.1rem;
}

.ph-slider {
  margin-bottom: 0 !important;
}
.ph-slider .slick-slide {
  margin-right: 1rem;
}
.ph-slider .slick-list {
  padding-right: 12rem;
}/*# sourceMappingURL=style.css.map */