.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.loading-container img {
  max-width: 60%;
  max-height: 10%;
  opacity: 0;
  animation: fadeIn 1.5s ease-out forwards;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: black;
  transform: translateX(100%); /* 最初は右から画面外に */
  z-index: 10001;
  animation: slideIn .3s ease-out 2.7s forwards;
  will-change: opacity, transform;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideIn {
  from { transform: translateX(100%); }
  to { transform: translateX(0); } /* 画面内にスライドイン */
}

@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; } /* opacityを0にして消す */
}

/*---------------------------------------------
  top
---------------------------------------------*/
/* mv */
.mv-panel{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bk-imgs__inner{
  height: auto;
  position: relative;
  left: 50%;
}
@media screen and (min-width:769px){
  .bk-imgs__inner{
    width: 2500px;
    transform: translateX(-47.5%);
  }
}
@media (max-width:768px){
  .bk-imgs__inner{
    width: 100%;
    transform: translateX(-50%);
  }
}
.bk-imgs__row{
  width: 100%;
}
@media screen and (min-width:769px){
  .bk-imgs__row{
    gap: 30px;
  }
  .bk-imgs__row + .bk-imgs__row{
    margin-top: 30px;
  }
}

.bk-imgs__row .bk-imgs__img{
  width: 100%;
  background-color: #ccc;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.bk-imgs__row .bk-imgs__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bk-imgs__row .bk-imgs__img.parallax img {}
@media screen and (min-width:769px){
  .bk-imgs__row .bk-imgs__img.parallax img {
    width: 120%;
    height: 120%;
    object-fit: cover;
    position: absolute;
    left: -10%;
  }
  .bk-imgs__row .bk-imgs__img.parallax.down img{
    bottom: 0;
  }
  .bk-imgs__row .bk-imgs__img.parallax.up img{
    top: 0;
  }
}
@media screen and (min-width:769px){
  /* 1行目 */
  .bk-imgs__row:nth-of-type(1) .bk-imgs__panel:nth-of-type(1){
    width: 18.45%;
  }
  .bk-imgs__row:nth-of-type(1) .bk-imgs__panel:nth-of-type(2){
    width: 26.88%;
  }
  .bk-imgs__row:nth-of-type(1) .bk-imgs__panel:nth-of-type(3){
    width:14.08%;
    margin-top: 2.3%;
  }
  .bk-imgs__row:nth-of-type(1) .bk-imgs__panel:nth-of-type(4){
    width:14.08%;
    margin-top: 2.3%;
  }
  .bk-imgs__row:nth-of-type(1) .bk-imgs__panel:nth-of-type(5){
    width:14.96%;
  }
  .bk-imgs__row:nth-of-type(1) .bk-imgs__panel:nth-of-type(1) .bk-imgs__img{
    aspect-ratio: 462 / 586;
  }
  .bk-imgs__row:nth-of-type(1) .bk-imgs__panel:nth-of-type(2) .bk-imgs__img{
    aspect-ratio: 672 / 448;
  }
  .bk-imgs__row:nth-of-type(1) .bk-imgs__panel:nth-of-type(3) .bk-imgs__img{
    aspect-ratio: 352 / 527;
  }
  .bk-imgs__row:nth-of-type(1) .bk-imgs__panel:nth-of-type(4) .bk-imgs__img{
    aspect-ratio: 352 / 527;
  }
  .bk-imgs__row:nth-of-type(1) .bk-imgs__panel:nth-of-type(5) .bk-imgs__img{
    aspect-ratio: 374 / 700;
  }

  /* 2行目 */
  .bk-imgs__row:nth-of-type(2) .bk-imgs__panel:nth-of-type(1){
    width: 20.35%;
    position: relative;
    top: -115px;
  }
  .bk-imgs__row:nth-of-type(2) .bk-imgs__panel:nth-of-type(2){
    width: 32.9%;
    position: relative;
    top: -115px;
  }
  .bk-imgs__row:nth-of-type(2) .bk-imgs__panel:nth-of-type(3){
    width: 18.07%;
  }
  .bk-imgs__row:nth-of-type(2) .bk-imgs__panel:nth-of-type(4){
    width: 18.07%;
  }
  .bk-imgs__row:nth-of-type(2) .bk-imgs__panel:nth-of-type(1) .bk-imgs__img{
    aspect-ratio: 508 / 546;
  }
  .bk-imgs__row:nth-of-type(2) .bk-imgs__panel:nth-of-type(2) .bk-imgs__img{
    aspect-ratio: 822 / 548;
  }
  .bk-imgs__row:nth-of-type(2) .bk-imgs__panel:nth-of-type(3) .bk-imgs__img{
    aspect-ratio: 452 / 556;
  }
  .bk-imgs__row:nth-of-type(2) .bk-imgs__panel:nth-of-type(4) .bk-imgs__img{
    aspect-ratio: 452 / 556;
  }

  /* 3行目 */
  .bk-imgs__row:nth-of-type(3){
    margin-bottom: -115px;
  }
  .bk-imgs__row:nth-of-type(3) .bk-imgs__panel:nth-of-type(1){
    width: 16.25%;
    position: relative;
    top: -115px;
  }
  .bk-imgs__row:nth-of-type(3) .bk-imgs__panel:nth-of-type(2){
    width: 16.25%;
    position: relative;
    top: -115px;
  }
  .bk-imgs__row:nth-of-type(3) .bk-imgs__panel:nth-of-type(3){
    width: 16.25%;
    position: relative;
    top: -115px;
  }
  .bk-imgs__row:nth-of-type(3) .bk-imgs__panel:nth-of-type(4){
    width: 40.8%;
  }
  .bk-imgs__row:nth-of-type(3) .bk-imgs__panel:nth-of-type(1) .bk-imgs__img{
    aspect-ratio: 406 / 690;
  }
  .bk-imgs__row:nth-of-type(3) .bk-imgs__panel:nth-of-type(2) .bk-imgs__img{
    aspect-ratio:406 / 608;
  }
  .bk-imgs__row:nth-of-type(3) .bk-imgs__panel:nth-of-type(3) .bk-imgs__img{
    aspect-ratio:406 / 608;
  }
  .bk-imgs__row:nth-of-type(3) .bk-imgs__panel:nth-of-type(4) .bk-imgs__img{
    aspect-ratio: 1020 / 575;
  }
}
@media screen and (max-width:768px){
  .flex.bk-imgs__row:nth-of-type(4) {
    width: 100%;
    height: 80vw;
    position: relative;
    z-index: 1;
  }
  .bk-imgs__row:nth-of-type(4) .bk-imgs__panel:nth-of-type(1) {
    position: absolute;
    width: 66.5%;
    left: -7.6%;
    top: 0;
  }
  .bk-imgs__row:nth-of-type(4) .bk-imgs__panel:nth-of-type(1) .bk-imgs__img{
    aspect-ratio: 365 / 244;
  }
  .bk-imgs__row:nth-of-type(4) .bk-imgs__panel:nth-of-type(2) {
    position: absolute;
    width: 34.7%;
    right: 4%;
    top: 33.2px;
  }
  .bk-imgs__row:nth-of-type(4) .bk-imgs__panel:nth-of-type(2) .bk-imgs__img{
    aspect-ratio: 190 / 234;
  }
  .bk-imgs__row:nth-of-type(4) .bk-imgs__panel:nth-of-type(3) {
    position: absolute;
    width: 106.2%;
    left: 8%;
    bottom: 0;
  }
  .bk-imgs__row:nth-of-type(4) .bk-imgs__panel:nth-of-type(3) .bk-imgs__img{
    aspect-ratio: 583 / 160;
  }
}
/* レイヤー */
.mv-panel__txts{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
}
.mv-panel__txt:nth-of-type(1){
  height: fit-content;
  position: absolute;
}
@media screen and (min-width:769px){
  .mv-panel__txt:nth-of-type(1){
    width: 26%;
    left: 20.5%;
    top: 17%;
  }
}
@media screen and (max-width:768px){
  .mv-panel__txt:nth-of-type(1){
    width: 62vw;
    left: 1vw;
    top: 36vw;
    z-index: 11;
  }
}
.mv-panel__txt:nth-of-type(2){
  height: fit-content;
  position: absolute;
}
@media screen and (min-width:769px){
  .mv-panel__txt:nth-of-type(2){
    width: 27.95%;
    left: 55.8%;
    top: 26.7%;
  }
}
@media (max-width:768px){
  .mv-panel__txt:nth-of-type(2){
    width: 42.7%;
    right: 1.8%;
    top: 122vw;
    z-index: 11;
  }
}
.mv-panel__txt:nth-of-type(3){
  height: fit-content;
  position: absolute;
}
@media screen and (min-width:769px){
  .mv-panel__txt:nth-of-type(3){
    width: 31.05%;
    right: 23.2%;
    top: 62%;
  }
}
@media screen and (max-width:768px){
  .mv-panel__txt:nth-of-type(3){
    width: 81%;
    right: 0.5%;
    bottom: 40vw;
    z-index: 11;
  }
}
.mv-news{
}
@media screen and (min-width:769px){
  .mv-news{
    width: 27.34%;
    padding: .75% 1.1% .275% 1.1%;
    background: #fff;
    position: absolute;
    right: 23.2%;
    top: 80%;
    z-index: 4;
  }
}
@media (max-width:768px){
  .mv-news {
    padding: 4.8% 4%;
  }
}
.mv-news-title .tit {
  font-size: 1.4rem;
  font-family: var(--font-mix);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.04em;
  color: #9d9d9d;
}
.mv-news-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: .02em;
}
.mv-news-date {
  font-family: var(--font-mix);
  font-weight: var(--font-weight);
  letter-spacing: 0.04em;
}
@media screen and (min-width:769px){
  .mv-news-date {
    display: inline;
    font-size: 2.0rem;
  }
  .mv-news-item p{
    display: inline;
    font-size: 1.9rem;
  }
}
@media  (max-width:768px){
  .mv-news-date {
    font-size: 1.5rem;
  }
  .mv-news-item p{
    font-size: 1.4rem;
  }
}
.mv-news-more {
  text-align: right;
  text-align-last: right;
}
.mv-news-more a {
  position: relative;
  display: inline-block;
  font-family: var(--font-mix);
  font-weight: var(--font-weight);
  letter-spacing: 0.04em;
  color: #9d9d9d;
  padding: 0 10px 0 0;
  -webkit-transition: color .5s ease 0s;
  transition: color .5s ease 0s;
}
.mv-news-more a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #9d9d9d;
  border-right: 2px solid #9d9d9d;
  -webkit-transform: rotate(45deg) translate(25%, 50%);
  transform: rotate(45deg) translate(25%, 50%);
  position: absolute;
  right: 0;
  bottom: 50%;
  -webkit-transition: border-color .5s ease 0s, right .5s ease 0s;
  transition: border-color .5s ease 0s, right .5s ease 0s;
}
.mv-news-more a:hover {
  color: #a0c2dd;
  background-color: transparent;
}
.mv-news-more a:hover:after {
  right: -6px;
  border-top-color: #a0c2dd;
  border-right-color: #a0c2dd;
}
/* アニメーション */
.parallax img{
  object-fit: cover;
  -webkit-transition: opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, -webkit-clip-path 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, -webkit-clip-path 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: clip-path 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: clip-path 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, -webkit-clip-path 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, clip-path 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, -webkit-clip-path 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.p-top-fireball {
  pointer-events: none;
  width: 7vw;
  height: 7vw;
  position: absolute;
  left: 50%;
  top: 20%;
  z-index: 1000;
  margin: -3.5vw 0 0 -3.5vw;
  -webkit-animation: flash ease 20s alternate infinite;
          animation: flash ease 20s alternate infinite;
  opacity: .7;
  mix-blend-mode: overlay; 
}
.p-top-fireball.under{
  top: 70%;
}
.p-top-fireball:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #fff;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: move1 linear 30s alternate infinite;
            animation: move1 linear 30s alternate infinite; }
.p-top-fireball--s {
    width: 4.5vw;
    height: 4.5vw;
    margin: -2.25vw 0 0 -2.25vw; }
.p-top-fireball--s:before {
      -webkit-animation: move2 linear 50s alternate infinite;
              animation: move2 linear 50s alternate infinite; }
@-webkit-keyframes flash {
  0% {
    opacity: .7; }
  10% {
    opacity: .7; }
  20% {
    opacity: 0; }
  30% {
    opacity: .7; }
  40% {
    opacity: .7; }
  50% {
    opacity: .7; }
  60% {
    opacity: 0; }
  70% {
    opacity: .7; }
  80% {
    opacity: .7; }
  100% {
    opacity: .7; } }
@keyframes flash {
  0% {
    opacity: .7; }
  10% {
    opacity: .7; }
  20% {
    opacity: 0; }
  30% {
    opacity: .7; }
  40% {
    opacity: .7; }
  50% {
    opacity: .7; }
  60% {
    opacity: 0; }
  70% {
    opacity: .7; }
  80% {
    opacity: .7; }
  100% {
    opacity: .7; } }
@-webkit-keyframes move1 {
  0% {
    -webkit-transform: translate3d(-38vw, 7vh, 0);
    transform: translate3d(-38vw, 7vh, 0); 
  }
  11.11111% {
    -webkit-transform: translate3d(48vw, -14vh, 0);
    transform: translate3d(48vw, -14vh, 0); }
  22.22222% {
    -webkit-transform: translate3d(35vw, 3vh, 0);
    transform: translate3d(35vw, 3vh, 0); }
  33.33333% {
    -webkit-transform: translate3d(27vw, 25vh, 0);
    transform: translate3d(27vw, 25vh, 0); }
  44.44444% {
    -webkit-transform: translate3d(4vw, 1vh, 0);
    transform: translate3d(4vw, 1vh, 0); }
  55.55556% {
    -webkit-transform: translate3d(-19vw, -12vh, 0);
    transform: translate3d(-19vw, -12vh, 0); }
  66.66667% {
    -webkit-transform: translate3d(-38vw, 22vh, 0);
    transform: translate3d(-38vw, 22vh, 0); }
  77.77778% {
    -webkit-transform: translate3d(-46vw, 42vh, 0);
    transform: translate3d(-46vw, 42vh, 0); }
  88.88889% {
    -webkit-transform: translate3d(7vw, 37vh, 0);
    transform: translate3d(7vw, 37vh, 0); }
  to {
    -webkit-transform: translate3d(-40vw, -33vh, 0);
    transform: translate3d(-40vw, -33vh, 0); } }
@keyframes move1 {
  0% {
    -webkit-transform: translate3d(-38vw, 7vh, 0);
    transform: translate3d(-38vw, 7vh, 0); }
  11.11111% {
    -webkit-transform: translate3d(48vw, -14vh, 0);
    transform: translate3d(48vw, -14vh, 0); }
  22.22222% {
    -webkit-transform: translate3d(35vw, 3vh, 0);
    transform: translate3d(35vw, 3vh, 0); }
  33.33333% {
    -webkit-transform: translate3d(27vw, 25vh, 0);
    transform: translate3d(27vw, 25vh, 0); }
  44.44444% {
    -webkit-transform: translate3d(4vw, 1vh, 0);
    transform: translate3d(4vw, 1vh, 0); }
  55.55556% {
    -webkit-transform: translate3d(-19vw, -12vh, 0);
    transform: translate3d(-19vw, -12vh, 0); }
  66.66667% {
    -webkit-transform: translate3d(-38vw, 22vh, 0);
    transform: translate3d(-38vw, 22vh, 0); }
  77.77778% {
    -webkit-transform: translate3d(-46vw, 42vh, 0);
    transform: translate3d(-46vw, 42vh, 0); }
  88.88889% {
    -webkit-transform: translate3d(7vw, 37vh, 0);
    transform: translate3d(7vw, 37vh, 0); }
  to {
    -webkit-transform: translate3d(-40vw, -33vh, 0);
    transform: translate3d(-40vw, -33vh, 0); } }
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translate3d(19vw, 5vh, 0);
    transform: translate3d(19vw, 5vh, 0); }
  11.11111% {
    -webkit-transform: translate3d(-46vw, -29vh, 0);
    transform: translate3d(-46vw, -29vh, 0); }
  22.22222% {
    -webkit-transform: translate3d(13vw, 27vh, 0);
    transform: translate3d(13vw, 27vh, 0); }
  33.33333% {
    -webkit-transform: translate3d(-36vw, -13vh, 0);
    transform: translate3d(-36vw, -13vh, 0); }
  44.44444% {
    -webkit-transform: translate3d(42vw, -18vh, 0);
    transform: translate3d(42vw, -18vh, 0); }
  55.55556% {
    -webkit-transform: translate3d(-11vw, 50vh, 0);
    transform: translate3d(-11vw, 50vh, 0); }
  66.66667% {
    -webkit-transform: translate3d(-48vw, -25vh, 0);
    transform: translate3d(-48vw, -25vh, 0); }
  77.77778% {
    -webkit-transform: translate3d(38vw, -29vh, 0);
    transform: translate3d(38vw, -29vh, 0); }
  88.88889% {
    -webkit-transform: translate3d(12vw, -36vh, 0);
    transform: translate3d(12vw, -36vh, 0); }
  to {
    -webkit-transform: translate3d(-30vw, -47vh, 0);
    transform: translate3d(-30vw, -47vh, 0); } }
@keyframes move2 {
  0% {
    -webkit-transform: translate3d(19vw, 5vh, 0);
    transform: translate3d(19vw, 5vh, 0); }
  11.11111% {
    -webkit-transform: translate3d(-46vw, -29vh, 0);
    transform: translate3d(-46vw, -29vh, 0); }
  22.22222% {
    -webkit-transform: translate3d(13vw, 27vh, 0);
    transform: translate3d(13vw, 27vh, 0); }
  33.33333% {
    -webkit-transform: translate3d(-36vw, -13vh, 0);
    transform: translate3d(-36vw, -13vh, 0); }
  44.44444% {
    -webkit-transform: translate3d(42vw, -18vh, 0);
    transform: translate3d(42vw, -18vh, 0); }
  55.55556% {
    -webkit-transform: translate3d(-11vw, 50vh, 0);
    transform: translate3d(-11vw, 50vh, 0); }
  66.66667% {
    -webkit-transform: translate3d(-48vw, -25vh, 0);
    transform: translate3d(-48vw, -25vh, 0); }
  77.77778% {
    -webkit-transform: translate3d(38vw, -29vh, 0);
    transform: translate3d(38vw, -29vh, 0); }
  88.88889% {
    -webkit-transform: translate3d(12vw, -36vh, 0);
    transform: translate3d(12vw, -36vh, 0); }
  to {
    -webkit-transform: translate3d(-30vw, -47vh, 0);
    transform: translate3d(-30vw, -47vh, 0); } }

/* スマホ時のスライダー */
.bk-imgs__inner .slide{
  padding: 2.2% 0 2.2%;
  overflow: visible; /* paddingが反映されるようにする */
  position: relative;
}
.bk-imgs__inner .swiper-container {
  position: relative;
  width: calc(100% - 45px);
  margin-left: auto;
  overflow: hidden;
}
.bk-imgs__inner .custom-next {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 6px;
  left: 6px;
  z-index: 11;
}
.bk-imgs__inner .custom-next::before{
  content: '';
  display: inline-block;
  width: .3em;
  height: .3em;
  border-top: solid 2px #111;
  border-right: solid 2px #111;
  position: relative;
  top: -.18em;
  transform: rotate(225deg);
  transition: all .3s .3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.slide .bk-imgs__img{
  width: 100%;
  aspect-ratio: 218 / 312;
}
.slide .bk-imgs__img picture,
.slide .bk-imgs__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* btn */
.btn_wrap {
  margin: 6rem auto 0;
}
/* section */
@media screen and (min-width:769px) {
  section:not(:last-of-type){
    padding-bottom: 16rem;
  }
  section.mt0{
    padding-bottom: 0rem;
  }
}
@media screen and (max-width:768px) {
  section{
    padding-bottom: 8rem;
  }
}

/* lead ---------------------------------------------------------------------------------- */
.sticky{
  margin: auto;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.top_lead .hl-bl{
  line-height: 1.8;
}
.top_lead__tit{
  padding-top: 15rem;
}
.top_lead__tit .tit{
  text-align: center;
  text-align-last: center;
  font-size: 1.4rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.42;
}
.lead_visual{
  width: 100%;
  opacity: 1;
  background-color: #ccc;
}
@media screen and (min-width:769px) {
  .lead_visual{
    height: 100vh;
    height: 100svh;
  }
}
@media (max-width:768px) {
  .lead_visual{
    height: 56.7vw;
  }
}
.lead_visual video,
.lead_visual iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
}
.top_lead__movie{
  width: 90vw;
  margin: auto;
  gap: 30vw;
  align-items: center;
}
.top_lead__txt{
  padding-top: 6rem;
}
.top_lead__txt .tit{
  margin-top: 40px;
  margin-bottom: 50px;
  text-align: center;
  text-align-last: center;
  font-size: 1.4rem;
  font-weight: var(--font-weight-bold);
}
.top_lead__txt > p{
  text-align: center;
  text-align-last: center;
}
.top_lead__creator{
  margin: 48px auto 0;
  justify-content: center;
  align-items: center;
  gap: 4.8rem;
}
.top_lead__creator .flex{
  gap: 1.6rem;
  align-items: center;
}
.top_lead__creator p{
  height: fit-content;
}
.top_lead__creator .visual{
  display: block;
  width: 96px;
  height: 96px;
  background-color: #111;
  border-radius: 50px;
}
@media screen and (min-width:769px) {
  .top_lead__movie li:nth-of-type(2){
    right: -30vw;
  }
  .top_lead__movie li:nth-of-type(3){
    left: -30vw;
  }
  .top_lead__txt > p{
    font-size: 1.5rem;
  }
  .top_lead__creator p{
    font-size: 1.6rem;
  }
}

@media screen and (max-width:768px) {
  .top_lead{
    background-color: #fff;
    position: relative;
    z-index: 4;
  }
  .top_lead__txt{
    padding: 0 4%;
  }
  .top_lead__tit {
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 7rem;
    padding-bottom: 3.8rem;
  }
  .top_lead__movie{
    width: 100vw;
    overflow: hidden;
    gap: 35.1vw;
  }
  .top_lead__movie li:not(.lead_visual) {
    height: 80%;
    width: auto;
    aspect-ratio: 130 / 219;
  }
  .top_lead__movie li:not(.lead_visual) > *{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .top_lead__movie li:nth-of-type(2){
    right: -35vw;
  }
  .top_lead__movie li:nth-of-type(3){
    left: -35vw;
  }
  .top_lead__txt{
    padding-top: 4rem;
  }
  .top_lead__txt > p{
    font-size: 1.4rem;
  }
  .top_lead__creator{
    flex-wrap: wrap;
    margin-top: 3.2rem;
    gap: 3.2rem;
  }
  .top_lead__creator p{
    font-size: 1.4rem;
  }
  .top_lead__creator .visual{
    width: 6.4rem;
    height: 6.4rem;
  }
}

/* tarp-contents ---------------------------------------------------------------------------------- */
.tarp-content{
  width: 65%;
}
@media screen and (max-width:768px) {
  .tarp-content {
    width: 80%;
  }
}
.tarp-content:nth-of-type(2n-1){
  margin-left: auto;
}
.tarp-content:nth-of-type(2n){
  margin-right: auto;
}
.tarp-content-visual{
  background-color: #ccc;
  position: relative;
}
.tarp-content-visual img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tarp-content-title{
  display: inline-block;
  width: fit-content;
  height: fit-content;
  padding: 2rem 2rem;
  background: #fff;
  transform-origin: left center;
  text-align: center;
  text-align-last: center;
  font-family: var(--font-en);
  line-height: 1;
  position: absolute;
  top: 50%;
}
.tarp-content:nth-of-type(2n-1) .tarp-content-title{
  left: 0;
  transform: translateX(-50%);  
}
.tarp-content:nth-of-type(2n) .tarp-content-title{
  right: 0;
  transform: translateX(50%);  
}
.tarp-content-title .tit{
  display: inline-block;
  padding-bottom: .125em;
  border-bottom: 5px #000 solid;
  font-weight: var(--font-weight-bold);
  font-family: var(--font-en);
}
.tarp-content-txt p + p{
  margin-top: 1em;
}
@media screen and (min-width:769px) {
  .tarp-contents{
    padding-bottom: 16rem;
  }
  .tarp-content + .tarp-content{
    margin-top: 10%;
  }
  .tarp-content-visual{
    aspect-ratio: 650 / 422;
  }
  .tarp-content-title{
    min-width: 30rem;
  }
  .tarp-content-title .tit{
    font-size: 8.4rem;
    line-height: 1;
  }
  .tarp-content-txt{
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 5%;
  }
  .tarp-content-txt p{
    font-size: min(1.5rem,15px);
  }
  .tarp-content-btn{
    margin-top: min(4rem,40px);
  }
}
@media screen and (max-width:768px) {
  .tarp-content + .tarp-content{
    margin-top: 24%;
  }
  .tarp-content-title {
    padding: 1rem 2rem;
  }
  .tarp-content:nth-of-type(2n-1) .tarp-content-title {
    left: -20vw;
    transform: unset;
  }
  .tarp-content:nth-of-type(2n) .tarp-content-title {
    right: -20vw;
    transform: unset;
  }
  .tarp-content-title .tit{
    font-size: 4.5rem;
    line-height: 1.25;
  }
  .tarp-content-txt {
    width: 80%;
    padding: 5% 0;
    margin: auto;
  }
  .tarp-content .btn_wrap{
    margin-top: 4rem;
  }
}
/* ys-gallery------------------------------------------------------------------------------- */
.ys-gallery{
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.ys-gallery-wrap{
  position: relative;
}
@media screen and (min-width:769px) {
  .ys-gallery-wrap{
    max-width: 140rem;
    padding: 2.8% 1.6% 2.87% 2.7%;
    margin: auto;
    position: relative;
  }
  
}
@media screen and (max-width:768px) {
  .ys-gallery-wrap {
    padding: 17.2% 0 24.4%;
  }
}
.ys-gallery-title,
.ys-gallery-txt{
  filter: brightness(0) invert(1);
  position: absolute;
}
.ys-gallery-inner{
  flex-wrap: wrap;
}
@media screen and (min-width:768px) {
  .ys-gallery-inner{
    width: 50%;
  }
  .ys-gallery-wrap > .flex{
    align-items: flex-start;
    box-sizing: border-box;
  }
  .ys-gallery-inner:first-of-type{
    padding-top: 9.4%;
  }
}
@media (max-width:768px) {
  .ys-gallery-wrap .flex{
    flex-wrap: wrap;
  }
  .ys-gallery-inner{
    width: 100%;
  }
}
.ys-gallery-img {
  aspect-ratio: 330 / 272;
  background-color: #ccc;
  position: relative;
}
@media screen and (min-width:768px) {
  .ys-gallery-img {
    width: 50%;
  }
}
@media (max-width:768px) {
  .ys-gallery-img {
    width: 100%;
  }
}
.ys-gallery-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
}
.ys-gallery-img img:nth-of-type(2) {
  animation: fadeInOut 20s infinite;
}
@keyframes fadeInOut {
  0%, 10%   { opacity: 0; }
  30%       { opacity: 1; }
  70%       { opacity: 1; }
  90%, 100% { opacity: 0; }
}
.ys-gallery-title {
  z-index: 1;
}
@media screen and (min-width:768px) {
  .ys-gallery-title {
    width: 43.25%;
    left: 6.3%;
    top: 15%;
  }
}
@media (max-width:768px) {
  .ys-gallery-title{
    width: 83%;
    left: 8.7%;
    top: 2.5%;
  }
}
@media screen and (min-width:768px) {
  .ys-gallery-txt {
    width: 27.7%;
    right: -.4%;
    bottom: -15%;
    z-index: 1;
  }
}
@media (max-width:768px) {
  .ys-gallery-txt {
    width: 41.2%;
    right: 0%;
    bottom: 0.7%;
    z-index: 111;
  }
}
.ys-gallery .btn_wrap {
  position: absolute;
  margin: auto;
}
@media screen and (min-width:768px) {
  .ys-gallery .btn_wrap {
    left: 0;
    right: 0;
    bottom: 11%;
  }
}
@media (max-width:768px) {
  .ys-gallery .btn_wrap {
    right: 4%;
    bottom: 54%;
  }
  .ys-gallery .btn_wrap a{
    padding-top: 0;
    padding-bottom: 0;
  }
}




@media (max-width:768px) {
  .ys-gallery-inner:nth-of-type(1) {
    width: 96%;
    margin-left: auto;
    margin-right: unset;
  }
  .ys-gallery-inner + .ys-gallery-inner{
    margin-top: 12%;
  }
  .ys-gallery-inner .swiper-wrapper {
    transition-timing-function: linear;
  }
}

/* ------------------------------------------------------ */
.review-content {
  max-width: 140rem;
  margin: auto;
  justify-content: space-between;
}
@media screen and (min-width:769px) {
  .review-content {
    padding: 0 1.6% 0;
    gap: 10rem;
  }
  .review-content-inner{
    flex:1;
    order:1;
  }
}
@media (max-width:768px) {
  .review-content{
    flex-wrap: wrap;
  }
}
.review-title .tit{
  display: inline-block;
  padding-bottom: .125em;
  border-bottom: 5px #000 solid;
  font-weight: var(--font-weight-bold);
  font-family: var(--font-en);
}
@media screen and (min-width:769px) {
  .review-title {
    order: 2;
  }
  .review-title .tit{
    font-size: 8.4rem;
    line-height: 1;
  }
  .ti-review-item:nth-of-type(n + 10) {
    display: none;
  }
}
@media (max-width:768px) {
  .review-title{
    width: 100%;
    box-sizing: border-box;
    padding: 0 4%;
    margin-bottom: 1rem;
  }
  .review-title .tit{
    font-size: 4.5rem;
    line-height: 1.25;
  }
  .review-content-inner{
    width: 92%;
    margin: auto;
  }
}