@charset "UTF-8";

html {
  font-size: 10px;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

/*-------------------------
 common
-------------------------*/
.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

.l-container {
  width: 100%;
  margin: auto;
}

img {
  box-shadow: #000 0 0 0;
}

#feature {
  box-sizing: border-box;
  margin: 0 auto 21.5rem;
  font-feature-settings: "palt";
  width: 100%;
  text-align: center;
  overflow: clip;
  font-family: 游ゴシック体, 游ゴシック Medium, Yu Gothic Medium, Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 2.8;
  color: #000;
}

#feature .feature-inner {
  margin: auto;
}

#feature figure {
  position: relative;
  height: fit-content;
  background: #fff;
}

#feature img {
  width: 100%;
  height: auto;
  display: block;
}

#feature a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

#feature a:link,
#feature a:visited {
  color: #000;
}

#feature a:hover {
  opacity: 0.7;
}

/*-------------------------
 fade
-------------------------*/
.fadeIn {
  opacity: 0;
  transition: ease-in, opacity 1s;
}

.fadeIn.is_show {
  opacity: 1;
}

.fadeLeft {
  opacity: 0;
  transform: translateX(5%);
  transition: ease-in,
    opacity 1s,
    transform 1s;
}

.fadeLeft.is_show {
  opacity: 1;
  transform: translateX(0);
}

.fadeRight {
  opacity: 0;
  transform: translateX(-5%);
  transition: ease-in,
    opacity 1s,
    transform 1s;
}

.fadeRight.is_show {
  opacity: 1;
  transform: translateX(0);
}

#feature .js-panelTrigger {
  display: flex;
  overflow-x: hidden;
}

#feature .fadeUp {
  opacity: 0;
  transform: translate3d(0,3rem,0);
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: ease;
}

#feature .fadeUp.is_show {
  opacity: 1;
  transform: translate3d(0,0,0);
}

/*-------------------------
 top
-------------------------*/
#feature .hero {
  width: 100%;
  margin: 0 auto 6.4rem;
  padding-top: 3.5rem;
  position: relative;
}

#feature .hero .ttl {
  width: 41rem;
  height: 3.2rem;
  margin: 7.5rem auto 0;
  filter: blur(0px);
}

#feature .hero p {
  margin: 6.7rem auto 0;
}

#feature .hero-box {
  width: 128rem;
  margin: auto;
  position: relative;
}

#feature .hero-box video {
  width: 128rem;
  height: fit-content;
}

#feature .hero-box .video-toggle-btn {
  border: none;
  width: 4rem;
  height: 4rem;
  right: 2rem;
  bottom: 3.2rem;
  position: absolute;
  background: url(../img/sound_on.svg) center center/contain no-repeat;
  z-index: 2;
}

#feature .hero-box .video-toggle-btn.is-muted {
  background: url(../img/sound_off.svg) center center/contain no-repeat;
}

/*-------------------------
  content
-------------------------*/
#feature .flex_box {
  display: flex;
  justify-content: center;
}

#feature .credit-area {
  margin: 2rem auto 0;
}

/** sec01 **/
#feature .sec01 {
  margin-top: 15.2rem;
  position: sticky;
  top: calc(100vh - 251.2rem);
  height: 251.2rem;
}

#feature .sec01 .flex_box {
  flex-direction: row-reverse;
  gap: 4rem;
  margin-left: -1rem;
}

#feature .sec01 .section__inner {
  margin: auto;
}

#feature .img01 {
  width: 36rem;
  margin: 0;
}

#feature .img02 {
  width: 54rem;
  margin: 22.5rem 0 0 0;
  position: relative;
}

#feature .img02 .credit-area {
  position: absolute;
  bottom: -0.5rem;
  text-align: left;
  transform: translateX(57.5rem);
}

#feature .movie02 {
  width: 108.8rem;
  margin: 12rem auto 0;
}

#feature .img03 {
  width: 50rem;
  margin: 12.5rem auto 0;
}

/** sec02 **/
#feature .sec02 {
  background: #fff;
  position: sticky;
  top: calc(100vh - 552rem);
  height: 551.5rem;
  z-index: 20;
}

#feature .img04 {
  width: 40rem;
  margin: -7rem auto 0;
}

#feature .img04 .credit-area {
  margin-top: 3rem;
}

#feature .flex_box__wrap {
  position: sticky;
  margin-top: 7.5rem;
  width: 93rem;
  height: 116.5rem;
  top: 0;
  padding-bottom: 122.8rem;
  margin: auto;
}

#feature .flex_box__wrap .credit-area {
  position: absolute;
  bottom: -0.7rem;
  right: -14.4rem;
  text-align: left;
}

#feature .img05 {
  width: 48rem;
  margin: 0;
  position: absolute;
  top: 21rem;
  left: 0;
}

#feature .img06 {
  width: 48rem;
  margin: 0;
  position: absolute;
  top: 7.5rem;
  left: 40rem;
}

#feature .img07 {
  width: 36rem;
  margin: 0;
  position: absolute;
  top: 45rem;
  left: 45rem;
}

#feature .img08 {
  width: 50rem;
  margin: 0 auto;
}

#feature .img09 {
  width: 50rem;
  margin: 2.5rem auto 0;
}

#feature .sec02 .flex_box {
  gap: 4rem;
  margin-left: -4rem;
}

#feature .img10 {
  width: 52rem;
  margin: 13.5rem 0 0 0;
}

#feature .img10 .credit-area {
  text-align: left;
}

#feature .img11 {
  width: 40rem;
  margin: 50rem 0 0 0;
}

/** sec03 **/
#feature .sec03 {
  background: #fff;
  position: sticky;
  top: calc(100vh - 461.3rem);
  height: 461.3rem;
  z-index: 20;
}

#feature .img12 {
  width: 46rem;
  margin: auto;
  z-index: 20;
}

#feature .img13 {
  width: 68rem;
  margin: -8rem auto 8rem;
}

#feature .movie03 {
  width: 108.8rem;
  margin: 2rem auto 0;
}

#feature .sec03 .credit-area {
  margin: 0.5rem auto 0;
}

#feature .sec03 .flex_box {
  gap: 2rem;
  margin-top: 15.2rem;
}

#feature .img14 {
  width: 46rem;
  margin: 0;
}

#feature .slider01 {
  width: 46rem;
}

#feature .img15 {
  width: 46rem;
  margin: 0;
}

#feature .movie04 {
  width: 108.8rem;
  margin: 12rem auto 0;
}

#feature .img16 {
  width: 48rem;
  margin: 13.2rem auto 0;
}

#feature .img16 .credit-area {
  margin: 3rem auto 0;
}

/** sec04 **/
#feature .sec04 {
  background: #fff;
  position: sticky;
  z-index: 20;
}

#feature .img17 {
  width: 60rem;
  margin: auto;
}

#feature .slider02 {
  width: 48rem;
  margin: auto;
}

#feature .img18 {
  width: 48rem;
  margin: 4.5rem auto 0;
}

#feature .sec04 .flex_box {
  margin: 13.5rem 0 0 2rem;
  flex-direction: row-reverse;
}

#feature .img19 {
  width: 58rem;
  margin: 0 0 0 -4rem;
}

#feature .img19 .credit-area {
  text-align: right;
  margin: 2.7rem 0 0 0;
}

#feature .img20 {
  width: 44rem;
  margin: 28rem 0 0 0;
}

#feature .img21 {
  width: 50rem;
  margin: 13.5rem auto 0;
}

#feature .img22 {
  width: 50rem;
  margin: 2.5rem auto 0;
}

#feature .img23 {
  width: 64rem;
  margin: 13.2rem auto 0;
}

#feature .img24 {
  width: 48rem;
  margin: -6rem auto 0;
  z-index: 20;
}

#feature .staff-area {
  margin-top: -6rem;
}

#feature .btn {
  width: 38rem;
  margin: 0 auto;
  padding-top: 18.4rem;
}

#feature .staff-area h2 {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  margin-top: 8.7rem;
}

#feature .staff-area p {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: -0.7rem;
}

#feature .staff-area p:last-child {
  margin-top: 2.5rem;
}

#feature .staff-area p span {
  margin: 0 0.5rem;
}

#feature .img04 .credit-area .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.8rem;
  width: 39rem;
  margin: auto;
}

#feature .img09 .credit-area .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.8rem;
  width: 39rem;
  margin: 2.8rem auto 0;
}

#feature .img10 .credit-area .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 0 0.8rem;
  width: 39rem;
  margin: 2.8rem 0 0 0;
}

#feature .sec03 .credit-area .credit:first-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.8rem;
  width: 30rem;
  margin: 1.2rem auto 0;
}

#feature .sec03 .credit-area .credit:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.8rem;
  width: 40rem;
  margin: 1.3rem auto 0;
}

#feature .sec04 .credit-area .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.8rem;
  width: 21rem;
  margin: 3rem auto 0;
}

#feature .img19 .credit-area .credit {
  display: unset;
  margin: 0 0 0 auto;
}

#feature .img22 .credit-area .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.8rem;
  width: 35rem;
  margin: 2.8rem auto 0;
}

#feature .img24 .credit-area .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.8rem;
  width: 40rem;
  margin: 2.8rem auto 0;
}

#feature .credit-area li {
  line-height: 1;
}

#feature .credit-area .price {
  margin-left: 0.4rem;
}

#feature .credit-area a {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 2;
}