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

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

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

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

.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 {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.3s;
}

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

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

.feature__inner:has(.sec02.on) .pc-right .fixed-catch-list .fixed-catch:nth-of-type(2) {
  opacity: 1;
  transition: 0.3s;
}

.feature__inner:has(.sec02.on) .pc-right .fixed-catch-list .fixed-catch:not(:nth-of-type(2)) {
  opacity: 0.4;
  transition: 0.3s;
}

.feature__inner:has(.sec03.on) .pc-right .fixed-catch-list .fixed-catch:nth-of-type(3) {
  opacity: 1;
  transition: 0.3s;
}

.feature__inner:has(.sec03.on) .pc-right .fixed-catch-list .fixed-catch:not(:nth-of-type(3)) {
  opacity: 0.4;
  transition: 0.3s;
}

.feature__inner:has(.sec04.on) .pc-right .fixed-catch-list .fixed-catch:nth-of-type(4) {
  opacity: 1;
  transition: 0.3s;
}

.feature__inner:has(.sec04.on) .pc-right .fixed-catch-list .fixed-catch:not(:nth-of-type(4)) {
  opacity: 0.4;
  transition: 0.3s;
}

.feature__inner:has(.sec05.on) .pc-right .fixed-catch-list .fixed-catch:nth-of-type(5) {
  opacity: 1;
  transition: 0.3s;
}

.feature__inner:has(.sec05.on) .pc-right .fixed-catch-list .fixed-catch:not(:nth-of-type(5)) {
  opacity: 0.4;
  transition: 0.3s;
}

.feature__inner:has(.sec06.on) .pc-right .fixed-catch-list .fixed-catch:nth-of-type(6) {
  opacity: 1;
  transition: 0.3s;
}

.feature__inner:has(.sec06.on) .pc-right .fixed-catch-list .fixed-catch:not(:nth-of-type(6)) {
  opacity: 0.4;
  transition: 0.3s;
}

.feature__inner:has(.sec07.on) .pc-right .fixed-catch-list .fixed-catch:nth-of-type(7) {
  opacity: 1;
  transition: 0.3s;
}

.feature__inner:has(.sec07.on) .pc-right .fixed-catch-list .fixed-catch:not(:nth-of-type(7)) {
  opacity: 0.4;
  transition: 0.3s;
}

.feature__inner:has(.sec07 .item-wrap.on) .pc-right .fixed-catch-list .fixed-catch {
  opacity: 0.4;
  transition: 0.3s;
}

.feature__inner {
  position: relative;
  padding-bottom: 6rem;
  overflow: clip;
}
.feature__inner__wrapper {
  display: flex;
  justify-content: center;
}
.feature__inner__wrapper .pc-left {
  order: 1;
  margin-top: -27.2rem;
}
.feature__inner__wrapper .pc-left .pc-left-inner {
  position: sticky;
  top: 0;
  width: 45rem;
  height: 100vh;
  display: flex;
  align-items: center;
}
.feature__inner__wrapper .pc-left .pc-left-inner .fixed-ttl {
  width: 2.409rem;
  margin-left: auto;
  margin-right: 3rem;
  padding-top: 3.3rem;
}
.feature__inner__wrapper .pc-right {
  order: 3;
  margin-top: -8rem;
}
.feature__inner__wrapper .pc-right .pc-right-inner {
  position: sticky;
  top: 0;
  width: 45rem;
  height: 100vh;
  display: flex;
  align-items: center;
}
.feature__inner__wrapper .pc-right .pc-right-inner .fixed-catch-list {
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
  margin-left: 6rem;
}
.feature__inner__wrapper .pc-right .pc-right-inner .fixed-catch-list .fixed-catch {
  width: 12.5853rem;
}
.feature__inner__wrapper .pc-right .pc-right-inner .fixed-catch-list .fixed-catch:not(:nth-of-type(1)) {
  opacity: 0.4;
  transition: 0.3s;
}
.feature__inner__wrapper .pc-right .pc-right-inner .fixed-catch-list .fixed-catch:nth-of-type(2) {
  margin-left: 13rem;
  margin-top: -2.6rem;
}
.feature__inner__wrapper .pc-right .pc-right-inner .fixed-catch-list .fixed-catch:nth-of-type(3) {
  margin-top: -2.6rem;
}
.feature__inner__wrapper .pc-right .pc-right-inner .fixed-catch-list .fixed-catch:nth-of-type(4) {
  margin-left: 13rem;
  margin-top: -2.6rem;
}
.feature__inner__wrapper .pc-right .pc-right-inner .fixed-catch-list .fixed-catch:nth-of-type(5) {
  margin-top: -2.6rem;
}
.feature__inner__wrapper .pc-right .pc-right-inner .fixed-catch-list .fixed-catch:nth-of-type(6) {
  margin-left: 13rem;
  margin-top: -2.6rem;
}
.feature__inner__wrapper .pc-right .pc-right-inner .fixed-catch-list .fixed-catch:nth-of-type(7) {
  margin-top: -2.6rem;
}
.feature__inner__wrapper .pc-center {
  order: 2;
  width: 50rem;
  overflow: clip;
}

.main-visual {
  position: relative;
  width: 50rem;
  margin: 0 auto;
}
.main-visual .main-ttl {
  width: 2.409rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 13rem;
  margin-left: 4.5rem;
}
.main-visual .main-ph-wrapper {
  width: 41rem;
  margin-left: auto;
  margin-right: 1rem;
  display: flex;
  justify-content: space-between;
}
.main-visual .main-ph-wrapper .ph-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}
.main-visual .main-ph-wrapper .main-ph {
  width: 20rem;
}
.main-visual .main-ph-wrapper .main-ph img {
  opacity: 0;
  transition: 0.3s;
}
.main-visual .main-ph-wrapper .main-ph.main-ph01 img {
  transition-delay: 0.3s;
}
.main-visual .main-ph-wrapper .main-ph.main-ph02 img {
  transition-delay: 0.6s;
}
.main-visual .main-ph-wrapper .main-ph.main-ph03 img {
  transition-delay: 0.9s;
}
.main-visual .main-ph-wrapper .main-ph.main-ph04 img {
  transition-delay: 1.2s;
}
.main-visual .main-ph-wrapper .main-ph.main-ph05 img {
  transition-delay: 1.5s;
}
.main-visual.is-show .main-ph-wrapper .main-ph img {
  opacity: 1;
}
.main-visual .main-lead {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 6rem;
}

.section {
  position: relative;
}
.section .section-ttl {
  width: 18.66rem;
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.section .section-ttl img {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: 1s ease;
}
.section .section-ttl.is-show img {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
}
.section .section-icon {
  width: 6.66rem;
  position: absolute;
  top: 0;
}
.section .ph {
  position: relative;
}
.section .ph-flex {
  display: flex;
}
.section .credit {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.7rem;
       column-gap: 1.7rem;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 3rem;
}
.section .credit li a {
  font-family: pragmatica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.466rem;
  line-height: 1.7735334243;
  letter-spacing: 0.05em;
}

.section.sec01 {
  margin-top: 19rem;
}
.section.sec01 .section-ttl {
  left: 0;
  margin-top: -16.8rem;
  margin-left: -1.4rem;
}
.section.sec01 .section-ttl img {
  transition-delay: 0.7s;
}
.section.sec01 .section-icon {
  right: 0;
  margin-top: -11rem;
  margin-right: 1.3rem;
}
.section.sec01 .ph01 {
  width: 47rem;
  margin: 0 auto;
}
.section.sec01 .ph-flex {
  width: 50rem;
  justify-content: space-between;
  margin-top: 1.3rem;
}
.section.sec01 .ph-flex .ph {
  width: 24.3rem;
}
.section.sec01 .credit {
  width: 41rem;
}
.section.sec01 .credit li:nth-of-type(1) {
  margin-left: 2rem;
  transform: translateX(-1rem);
}
.section.sec01 .credit li:nth-of-type(2) {
  transform: translateX(-1rem);
}
.section.sec02 {
  margin-top: 19.4rem;
}
.section.sec02 .section-ttl {
  right: 0;
  margin-top: -16.8rem;
  margin-right: -1.4rem;
}
.section.sec02 .section-ttl img {
  transition-delay: 1.4s;
}
.section.sec02 .section-icon {
  left: 0;
  margin-top: -11rem;
  margin-left: 1.3rem;
}
.section.sec02 .ph-flex {
  width: 50rem;
  flex-wrap: wrap;
}
.section.sec02 .ph-flex .ph {
  width: 25rem;
  opacity: 0;
  transition: 0.3s;
}
.section.sec02 .ph-flex .ph.ph01 {
  transition-delay: 0.3s;
}
.section.sec02 .ph-flex .ph.ph02 {
  transition-delay: 0.6s;
}
.section.sec02 .ph-flex .ph.ph03 {
  transition-delay: 0.9s;
}
.section.sec02 .ph-flex .ph.ph04 {
  transition-delay: 1.2s;
}
.section.sec02 .ph-flex.is-show .ph {
  opacity: 1;
}
.section.sec02 .credit {
  width: 42rem;
}
.section.sec03 {
  margin-top: 19.3rem;
}
.section.sec03 .section-ttl {
  left: 0;
  margin-top: -16.8rem;
  margin-left: 1.3rem;
}
.section.sec03 .section-ttl img {
  transition-delay: 0.7s;
}
.section.sec03 .section-icon {
  right: 0;
  margin-top: -11rem;
  margin-right: 6.8rem;
}
.section.sec03 .ph01 {
  width: 36rem;
  margin: 0 auto;
}
.section.sec03 .ph02 {
  width: 36rem;
  margin: 0 auto;
  margin-top: 1.3rem;
}
.section.sec03 .credit {
  width: 35rem;
}
.section.sec04 {
  margin-top: 19.4rem;
}
.section.sec04 .section-ttl {
  right: 0;
  margin-top: -16.8rem;
  margin-right: 3.4rem;
}
.section.sec04 .section-ttl img {
  transition-delay: 0.7s;
}
.section.sec04 .section-icon {
  left: 0;
  margin-top: -11rem;
  margin-left: 4rem;
}
.section.sec04 .ph-slider2 {
  margin-left: 4.4rem;
}
.section.sec04 .ph-slider2 .slick-slide {
  margin-right: 1.4rem;
}
.section.sec04 .ph-slider2 .slick-list {
  padding-right: 14.2rem;
}
.section.sec04 .credit {
  width: 40rem;
  justify-content: flex-start;
  margin-left: 4.2rem;
}
.section.sec04 .item-wrap {
  width: 50rem;
  margin-top: 11rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.section.sec04 .item-wrap .item-wrapper {
  width: 44.6rem;
  margin: 0 auto;
  position: relative;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-top: 5.2rem;
  padding-bottom: 5.4rem;
}
.section.sec04 .item-wrap .item-wrapper::before {
  content: "";
  display: block;
  width: 32.5rem;
  height: 1rem;
  background: #fff;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -0.5rem;
}
.section.sec04 .item-wrap .item-wrapper .item-name {
  font-family: kudryashev-d-excontrast, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 5.2rem;
  letter-spacing: 0.03em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  margin-top: -2.5rem;
  z-index: 2;
}
.section.sec04 .item-wrap .item-wrapper .item-name img {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: 1s ease;
}
.section.sec04 .item-wrap .item-wrapper .item-name.is-show img {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
}
.section.sec04 .item-wrap .item-wrapper .item-ph {
  width: 33rem;
  margin: 0 auto;
}
.section.sec04 .item-wrap .item-wrapper .item-description {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 4rem;
}
.section.sec04 .item-wrap .item-wrapper .credit {
  justify-content: center;
  margin: 0 auto;
  margin-top: 3rem;
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
}
.section.sec05 {
  margin-top: 20rem;
}
.section.sec05 .section-ttl {
  left: 0;
  margin-top: -16.8rem;
  margin-left: -2.7rem;
}
.section.sec05 .section-ttl img {
  transition-delay: 0.7s;
}
.section.sec05 .section-icon:nth-of-type(1) {
  right: 0;
  margin-top: -11rem;
  margin-right: 1.3rem;
}
.section.sec05 .section-icon:nth-of-type(2) {
  right: 0;
  margin-top: -11rem;
  margin-right: 9.3rem;
}
.section.sec05 .ph-slider2 {
  margin-left: 5.7rem;
}
.section.sec05 .ph-slider2 .slick-slide {
  margin-right: 1.4rem;
}
.section.sec05 .ph-slider2 .slick-list {
  padding-right: 10.9rem;
}
.section.sec05 .credit {
  width: 38rem;
  justify-content: flex-start;
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
  margin-left: 5.7rem;
}
.section.sec06 {
  margin-top: 19.4rem;
}
.section.sec06 .section-ttl:nth-of-type(1) {
  right: 0;
  margin-top: -16.8rem;
  margin-right: -2rem;
}
.section.sec06 .section-ttl:nth-of-type(1) img {
  transition-delay: 1.4s;
}
.section.sec06 .section-ttl:nth-of-type(2) {
  top: auto;
  bottom: 0;
  right: 0;
  margin-bottom: -10.5rem;
  margin-right: -2.5rem;
}
.section.sec06 .section-ttl:nth-of-type(2) img {
  transition-delay: 1.4s;
}
.section.sec06 .section-icon {
  left: 0;
  margin-top: -11rem;
  margin-left: 1.3rem;
}
.section.sec06 .ph-flex {
  width: 50rem;
  flex-wrap: wrap;
}
.section.sec06 .ph-flex .ph {
  width: 25rem;
}
.section.sec06 .ph-flex .ph img {
  opacity: 0;
  transition: 0.3s;
}
.section.sec06 .ph-flex .ph.ph01 img {
  transition-delay: 0.3s;
}
.section.sec06 .ph-flex .ph.ph02 img {
  transition-delay: 0.6s;
}
.section.sec06 .ph-flex .ph.ph03 img {
  transition-delay: 0.9s;
}
.section.sec06 .ph-flex .ph.ph04 img {
  transition-delay: 1.2s;
}
.section.sec06 .ph-flex.is-show .ph img {
  opacity: 1;
}
.section.sec06 .credit {
  width: 39rem;
  justify-content: flex-start;
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
  margin-left: 2.7rem;
}
.section.sec07 {
  margin-top: 27.2rem;
}
.section.sec07 .section-ttl {
  left: 0;
  margin-top: -16.8rem;
  margin-left: -1.4rem;
}
.section.sec07 .section-ttl img {
  transition-delay: 0.7s;
}
.section.sec07 .section-icon {
  right: 0;
  margin-top: -11rem;
  margin-right: 7.8rem;
}
.section.sec07 .ph01 {
  width: 34rem;
  margin: 0 auto;
}
.section.sec07 .ph02 {
  width: 34rem;
  margin: 0 auto;
  margin-top: 1.3rem;
}
.section.sec07 .credit {
  width: 34rem;
}
.section.sec07 .item-wrap {
  width: 50rem;
  margin-top: 10.7rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.section.sec07 .item-wrap .item-wrapper {
  width: 44.6rem;
  margin: 0 auto;
  position: relative;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-top: 5.2rem;
  padding-bottom: 5.6rem;
}
.section.sec07 .item-wrap .item-wrapper::before {
  content: "";
  display: block;
  width: 32.5rem;
  height: 1rem;
  background: #fff;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -0.5rem;
}
.section.sec07 .item-wrap .item-wrapper .item-name {
  width: 32.7rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -2rem;
  z-index: 2;
}
.section.sec07 .item-wrap .item-wrapper .item-name img {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: 1s ease;
}
.section.sec07 .item-wrap .item-wrapper .item-name.is-show img {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
}
.section.sec07 .item-wrap .item-wrapper .item-ph {
  width: 33rem;
  margin: 0 auto;
}
.section.sec07 .item-wrap .item-wrapper .item-txt {
  width: 36.2rem;
  margin: 0 auto;
  margin-top: 4.6rem;
}
.section.sec07 .item-wrap .item-wrapper .item-description {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 4.6rem;
}
.section.sec07 .item-wrap .item-wrapper .item-description2 {
  font-size: 1.33rem;
  line-height: 2.0676691729;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 2.1rem;
}
.section.sec07 .item-wrap .item-wrapper .credit {
  justify-content: center;
  margin: 0 auto;
  margin-top: 3rem;
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
}
.section.foot {
  margin-top: 8.6rem;
  padding-bottom: 4rem;
}
.section.foot .allitem {
  width: 22rem;
  margin: 0 auto;
}
.section.foot .staff-credit {
  font-family: pragmatica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.466rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 7.8rem;
}/*# sourceMappingURL=style.css.map */