@charset "utf-8";



/* --------------- common(全セクションで共通のものがあれば) --------------- */
/* ttl */
.section-ttl__en{
  opacity: 0;
  transform: translateY(1.5em) rotate(0.5deg);
  transition: opacity 0.55s linear, transform 1.6s cubic-bezier(.15,1,.2,1);
}
.section-ttl.active .section-ttl__en{
  opacity: 1;
  transform: translateY(0) rotate(0);
}
.section-ttl__jp{
  opacity: 0;
  transform: translateY(1em) rotate(0.5deg);
  transition: opacity 0.4s linear, transform 1.4s cubic-bezier(.15,1,.2,1);
  transition-delay: 0.17s;
}
.section-ttl.active .section-ttl__jp{
  opacity: 1;
  transform: translateY(0) rotate(0);
}
@media (max-width: 1023px){
}
@media (max-width: 767px){
}

/* YouTube Popup */
.youtube-trigger{
  position: relative;
}
.youtube-trigger__btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: min(12%,10.7em);
  padding-top: min(12%,10.7em);
}
.archive__btn .youtube-trigger__btn{
  width: 25.5%;
  padding-top: 25.5%;
}
.youtube-trigger__btn::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgb(20, 20, 20, 0.03);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: transform 0.5s cubic-bezier(.15,1,.2,1);
}
.youtube-trigger:hover .youtube-trigger__btn::before,
.youtube-trigger:active .youtube-trigger__btn::before{
  transform: scale(1.03);
}
.youtube-trigger__btn-icon{
  position: absolute;
  z-index: 1;
  top: 53%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 65%;
  padding-top: 65%;
  background-image: url(../image/play_btn.svg?20250711D);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.popup{
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s linear;
}
.popup.active{
  opacity: 1;
  visibility: visible;
}
.popup-cont{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: min(72.6667%,72.387em);
  background: #141414;
  opacity: 0;
  transition: 0.2s linear;
}
.popup.active .popup-cont{
  opacity: 1;
  transition: 0.3s 0.2s linear;
}
.video-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  transform: scale(1.05);
  transition: transform 0.2s 0.2s cubic-bezier(.15,1,.2,1);
}
.popup.active .video-container{
  transform: scale(1);
  transition: transform 0.5s 0.2s cubic-bezier(.15,1,.2,1);
}
.video-container iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.close{
  position: absolute;
  top: -1.5em;
  right: -1.6em;
  color: white;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 1023px){
}
@media (max-width: 767px){
  .youtube-trigger__btn{
    width: 25%;
    padding-top: 25%;
  }
  .youtube-trigger__btn::before{
    border: 1px solid rgb(255 255 255 / 0.7);
  }
  .youtube-trigger__btn-icon{
    width: 68%;
    padding-top: 68%;
  }
  .archive__btn .youtube-trigger__btn{
    width: 28%;
    padding-top: 28%;
  }
  .popup-cont{
    width: 100%;
  }
  .close{
    top: -1.8em;
    right: 1%;
  }
}



/* --------------- header --------------- */
.header{
  position: relative;
  height: 250svh;
}
.header__fv{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  display: flex;
  flex-direction: column;
  padding: 0 1.9924em 1.9924em;
}
.header__fv-logo{
  width: 19.9234em;
  margin-left: 0.1em;
  padding: 2.0525em 0;
  opacity: 0;
}
.header__fv-bg{
  position: relative;
  flex: 1;
  overflow: hidden;
  opacity: 0;
}
.header__fv-image{
  height: 100%;
  transform: scale(1.04);
  filter: blur(8px);
}
.header__fv-image-inner{
  height: 100%;
  background-image: url(../image/fv_pc.jpg?20250711D);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header__fv-copy{
  position: absolute;
  z-index: 1;
  top: 25%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* 318-729-882 */
  width: clamp(19.875rem, 11.319rem + 36.5vw, 55.125rem);
}
.header__fv-copy #base path{
  fill:#fff;
}
.header__fv-copy #mask path{
  fill:none;
  stroke:#ffffff;
  stroke-width:10px;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.header__fv-scroll{
  position: absolute;
  bottom: 1.6em;
  right: 4.7em;
  width: 0.9em;
  overflow: hidden;
  opacity: 0;
}
.header__fv-scroll span{
  display: block;
}
.header__fv-scroll-bar{
  position: relative;
  width: 1px;
  height: 3.6em;
  margin: 0.5em 0 0 0.12em;
  overflow: hidden;
}
.header__fv-scroll-bar::after{
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgb(255 255 255 / 0.95);
  opacity: 0;
  animation-name: scrollBar;
  animation-duration: 2.2s;
  animation-delay: 0s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes scrollBar{
  0%{
    top: -100%;
    opacity: 0;
  }
  20%{
    top: -100%;
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  80%{
    top: 100%;
    opacity: 0;
  }
  100%{
    top: 100%;
    opacity: 0;
  }
}

.header__movie{
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.header__movie-inner{
  height: 100%;
}
.header__movie-inner video{
  height: 100%;
  object-fit: cover;
}
.header__movie-copy{
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* 302-1170-1495 */
  width: clamp(18.875rem, 0.777rem + 77.22vw, 93.438rem);
}
.header__movie-copy-inner{
  transform: translateY(10%) rotate(0.5deg);
  opacity: 0;
  filter: blur(4px);
  transition: transform 0.1s 0.3s cubic-bezier(.15,1,.2,1), opacity 0.28s linear, filter 0.28s linear;
}
.header__movie-copy-inner.active{
  transform: translateY(0) rotate(0);
  opacity: 1;
  filter: blur(0px);
  transition: transform 1.8s cubic-bezier(.15,1,.2,1), opacity 0.6s linear, filter 0.55s linear;
}
@media (max-width: 1023px){
}
@media (max-width: 767px){
  .header{
    height: 250vh;
  }
  .header__fv{
    padding: 0;
  }
  .header__fv-logo{
    width: 15.5em;
    padding: 1.1em 0;
    margin-left: 5%;
  }
  .header__fv-image-inner{
    background-image: url(../image/fv_sp.jpg?20250711D);
  }
  .header__fv-copy{
    width: 94%;
  }
  .header__fv-scroll{
    bottom: 5vw;
    right: 5vw;
  }
  .header__movie-copy{
    width: 94%;
  }
}



/* --------------- fv --------------- */

@media (max-width: 1023px){
}
@media (max-width: 767px){
}




/* --------------- answer --------------- */

@media (max-width: 1023px){
}
@media (max-width: 767px){
}



/* --------------- message --------------- */
.message{
  position: relative;
}
.message__wrap{
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  /* 17-32-37.7 */
  font-size: clamp(1.063rem, 0.748rem + 1.34vw, 2.356rem);
  font-size: min(clamp(1.063rem, 0.748rem + 1.34vw, 2.356rem),3.3svh,4.51vw,36px);
  letter-spacing: 0.15em;
}
.message__cont{
  flex: 1;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-top: 12.2%;
}
.message__box{
  position: sticky;
  top: 12svh;
  padding: 0 0 3.2em 1.8em;
}
.message__txt{
  opacity: 0;
  transition: opacity 0.25s linear;
}
.message__box.active .message__txt{
  opacity: 1;
  transition: opacity 0.95s linear;
}
.message__box.active .message__txt:nth-child(2){
  transition-delay: 0.1s;
}
.message__box.active .message__txt:nth-child(3){
  transition-delay: 0.21s;
}
.message__box.active .message__txt:nth-child(4){
  transition-delay: 0.32s;
}
.message__txt+.message__txt{
  margin-top: 1.52em;
}
.message__ttl{
  padding-bottom: 12%;
  overflow: hidden;
}
.message__ttl-jp{
  font-size: 1.2969em;
  letter-spacing: 0.15em;
}
.message__ttl-en{
  font-size: 0.8em;
  line-height: 1.2;
  margin-top: 1.5em;
}
.message__ttl-jp,
.message__ttl-en{
  opacity: 0;
  transform: translateY(1em) rotate(0.5deg);
  transition: opacity 0.55s linear, transform 1.8s cubic-bezier(.15,1,.2,1);
}
.message__ttl.active .message__ttl-jp,
.message__ttl.active .message__ttl-en{
  opacity: 1;
  transform: translateY(0) rotate(0);
  transition: opacity 0.55s linear, transform 1.8s cubic-bezier(.15,1,.2,1);
}
.message__ttl.active .message__ttl-en{
  transition-delay: 0.24s;
}
.message__image{
  padding-bottom: 34.6666%;
}
.message__image-01{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 17.9333%;
}
.message__image-01-a{
  width: 39.3334%;
  aspect-ratio: 590/885;
}
.message__image-01-b{
  width: 44.3334%;
  margin-bottom: 5.0666%;
  aspect-ratio: 665/443;
}
.message__image-02{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 12.8666%;
}
.message__image-02-a{
  width: 33.3333%;
  margin: 4% 0 0 9.3333%;
  aspect-ratio: 500/333;
}
.message__image-02-b{
  width: 38%;
  margin-right: 3.1333%;
  aspect-ratio: 570/855;
}
.message__image-03{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -13.8666%;
}
.message__image-03-a{
  width: 28.5334%;
  aspect-ratio: 428/643;
}
.message__image-03-b{
  width: 56.6667%;
  margin-top: 31.7333%;
  aspect-ratio: 850/566;
}
.pl-image{
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.pl-image img{
  height: 110%;
  object-fit: cover;
}

.mask-image img{
  filter: blur(8px);
  opacity: 0;
  transition: filter 0.28s linear, opacity 0.28s linear;
}
.mask-image.active img{
  filter: blur(0px);
  opacity: 1;
}
.message__image-01-b img{
  transition: filter 0.28s 0.08s linear, opacity 0.28s 0.08s linear;
}
.message__image-02-b img{
  transition: filter 0.28s 0.08s linear, opacity 0.28s 0.08s linear;
}
@media (max-width: 1023px){
}
@media (max-width: 767px){
  .message__box{
    padding: 0 0 3.2em 1.3em;
  }
  .message__ttl{
    padding-bottom: 16%;
  }
  .message__image{
    padding-bottom: 58.8%;
  }
  .message__image-01{
    margin-top: 65.3333%;
  }
  .message__image-01-a{
    width: 78.6667%;
  }
  .message__image-01-b{
    width: 82.6667%;
    margin: 26% 0 0 auto;
  }
  .message__image-02{
    margin-top: 26%;
  }
  .message__image-02-a{
    width: 66.6667%;
    margin: 0;
  }
  .message__image-02-b{
    width: 76%;
    margin: 26% 0 0 auto;
  }
  .message__image-03{
    margin-top: 26%;
  }
  .message__image-03-a{
    width: 61.3333%;
  }
  .message__image-03-b{
    width: 100%;
    margin: 26% 0 0 0;
  }
  .message__image-01-b img{
    transition: filter 0.28s linear, opacity 0.28s linear;
  }
.message__image-02-b img{
    transition: filter 0.28s linear, opacity 0.28s linear;
  }
}



/* --------------- new-movie --------------- */
.new-movie .section-ttl__jp{
  margin-top: 0.7em;
}
.new-movie__wrap{
  margin-top: 4em;
}
.new-movie__cont{
  width: 100%;
}
.new-movie__cont-image{
  opacity: 0;
  transition: opacity 0.5s linear;
}
.new-movie__wrap.active .new-movie__cont-image{
  opacity: 1;
}
@media (max-width: 1023px){
}
@media (max-width: 767px){
  .new-movie .section-ttl__jp{
    margin-top: 0.9em;
  }
  .new-movie__wrap{
    margin-top: 2.2em;
  }
}



/* --------------- archive --------------- */
.archive__cont{
  display: grid;
  grid-template-columns: 49.7247% 45.6%;
  justify-content: space-between;
  margin-top: 3em;
}
.archive__left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2em 0.8em 2em 1em;
  border-top: 1px solid #141414;
  border-bottom: 1px solid #141414;
}
.archive__cont-ttl>span:nth-child(1){
  margin-left: 0.05em;
}
.archive__cont-ttl>span:nth-child(2){
  letter-spacing: 0.08em;
  margin-left: -0.07em;
}
.archive__cont-ttl>span:nth-child(2) .scaleX95-inner{
  -webkit-transform: scaleX(0.9);
  transform: scaleX(0.9);
}
.archive__cont-subttl{
  margin-top: 0.4em;
  margin-left: -0.08em;
}
.archive__cont-subttl-myanswer{
  font-size: 1.2727em;
  letter-spacing: 0.08em;
  margin-right: 0.5em;
}
.archive__cont-txt{
  letter-spacing: 0.08em;
  margin-top: 1.2em;
}
.archive__btn{
  height: 100%;
}
.archive__btn-image{
  height: 100%;
}
.archive__btn-image>img{
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1023px){
  .archive__wrap{
    max-width: 48em;
    padding: 3em 0 2.8em;
    border-top: 1px solid #141414;
    border-bottom: 1px solid #141414;
  }
  .archive .section-ttl__jp{
    margin-top: 0.9em;
  }
  .archive__cont{
    grid-template-columns: 1fr;
    margin-top: 2em;
  }
  .archive__left{
    order: 2;
    padding: 0;
    border: none;
  }
  .archive__cont-subttl{
    text-align: center;
    margin-top: 1.5em;
  }
  /* 375-1023 10-13.7 */
  .archive__cont-txt{
    font-size: clamp(0.625rem, 0.491rem + 0.57vw, 0.856rem);
    text-align: center;
    margin-top: 0.6em;
  }
  .archive__right{
    order: 1;
    width: 79.4117%;
    margin: 0 auto;
  }
}
@media (max-width: 767px){
}
/* animation */
.archive__left{
  opacity: 0;
  transition: opacity 0.5s linear;
}
.section-cont.active .archive__left{
  opacity: 1;
}
.archive__right{
  opacity: 0;
  transition: opacity 0.5s linear;
}
.section-cont.active .archive__right{
  opacity: 1;
}
.archive__cont-ttl>span{
  transform: translateY(0.5em) rotate(0.5deg);
  opacity: 0;
  transition: opacity 0.5s linear, transform 1.5s cubic-bezier(.15,1,.2,1);
}
.section-cont.active .archive__cont-ttl>span{
  transform: translateY(0) rotate(0deg);
  opacity: 1;
}
.archive__cont-ttl>span:nth-child(2){
  transition-delay: 0.15s;
}
.archive__cont-subttl{
  transform: translateY(0.5em) rotate(0.5deg);
  opacity: 0;
  transition: opacity 0.5s linear, transform 1.5s cubic-bezier(.15,1,.2,1);
  transition-delay:  0.35s;
}
.section-cont.active .archive__cont-subttl{
  transform: translateY(0) rotate(0deg);
  opacity: 1;
}
.archive__cont-txt{
  transform: translateY(0.5em) rotate(0.5deg);
  opacity: 0;
  transition: opacity 0.5s linear, transform 1.5s cubic-bezier(.15,1,.2,1);
  transition-delay:  0.5s;
}
.section-cont.active .archive__cont-txt{
  transform: translateY(0) rotate(0deg);
  opacity: 1;
}
@media (max-width: 767px){
}



/* --------------- collaboration --------------- */
.collab__wrap{
  display: grid;
  grid-template-columns: 42.3853% 42.2018%;
  grid-gap: 3.6697%;
  justify-content: center;
  margin-top: 2.5em;
  padding: 3.4em 0 3.2em;
}
.collab__name{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 1.2em;
}
.collab__name-en{
  width: 36%;
}
.collab__name-jp{
  width: 20%;
  margin: 0 0.1% 0 3%;
  padding-bottom: 0.9%;
}
@media (max-width: 1023px){
  .collab__wrap{
    grid-template-columns: 1fr;
    grid-gap: 2em;
    margin-top: 2em;
    padding: 3.2em 6.655% 2.5em;
  }
  .collab__left{
    order: 2;
    margin-top: 0;
  }
  .collab__name-en{
    width: 39%;
  }
  .collab__name-jp{
    width: 24%;
    margin: 0 0.4% 0 3%;
    padding-bottom: 1.2%;
  }
}
@media (max-width: 767px){
}

/* animation */
.collab__wrap{
  opacity: 0;
  transition: opacity 0.5s linear;
}
.collab__wrap.active{
  opacity: 1;
}
.collab__txt{
  transform: translateY(0.5em) rotate(0.5deg);
  opacity: 0;
  transition: opacity 0.5s linear, transform 1.5s cubic-bezier(.15,1,.2,1);
  transition-delay:  0.3s;
}
.section-cont.active .collab__txt{
  transform: translateY(0) rotate(0deg);
  opacity: 1;
}
.collab__image{
  overflow: hidden;
}
.collab__image img{
  display: block;
  transform: scale(1.08) rotate(0.5deg);
  opacity: 0;
  transition: opacity 0.5s linear, transform 3s cubic-bezier(.15,1,.2,1);
  transition-delay:  0.35s;
}
.section-cont.active .collab__image img{
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
.collab__name-en{
  transform: translateY(0.5em) rotate(0.5deg);
  opacity: 0;
  transition: opacity 0.5s linear, transform 1.5s cubic-bezier(.15,1,.2,1);
  transition-delay:  0.45s;
}
.section-cont.active .collab__name-en{
  transform: translateY(0) rotate(0deg);
  opacity: 1;
}
.collab__name-jp{
  transform: translateY(0.5em) rotate(0.5deg);
  opacity: 0;
  transition: opacity 0.5s linear, transform 1.5s cubic-bezier(.15,1,.2,1);
  transition-delay:  0.6s;
}
.section-cont.active .collab__name-jp{
  transform: translateY(0) rotate(0deg);
  opacity: 1;
}

@media (max-width: 767px){
  .collab__name-en{
    transition-delay: 0.2s;
  }
  .collab__name-jp{
    transition-delay: 0.35s;
  }
  .collab__image img{
    transition-delay: 0.38s;
  }
  .collab__txt{
    transition-delay: 0.68s;
  }
}



/* --------------- footer --------------- */
.footer{
  font-family: "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.95;
  color: #6b1b7e;
  font-feature-settings: "palt" 1;
  border-top: 4px solid #6b1b7e;
}
.footer a{
  color: #6b1b7e;
}
.footer__wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.6em 0 8em;
}
.footer__left{
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8.4%;
}
.footer__logo{
  width: 19.9234em;
}
.footer__address{
  letter-spacing: 0.07em;
}
.footer__nav{
  display: flex;
  gap: 2.2em;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
.footer__nav>li>a{
  position: relative;
  display: flex;
  align-items: center;
}
.footer__nav>li>a::before{
  content: "";
  width: 0.5em;
  height: 0.58em;
  background-image: url(../image/footer_arrow.svg?20250711D);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.5em;
}
.footer__nav>li>a::after{
  content: "";
  position: absolute;
  bottom: 0.46em;
  right: 0.05em;
  width: calc(100% - 0.95em);
  height: 1px;
  background-color: #6b1b7e;
  opacity: 0;
  transition: opacity 0.12s linear;
}
.footer__nav>li>a:hover::after,
.footer__nav>li>a:active::after{
  opacity: 0.7;
  transition: opacity 0.14s linear;
}
.footer__right{
  width: fit-content;
}
.footer__sns{
  display: flex;
  align-items: center;
  gap: 17px;
}
.footer__sns>li{
  width: 30px;
  transition: opacity 0.15s linear;
}
.footer__sns>li:hover,
.footer__sns>li:active{
  opacity: 0.7;
  transition: opacity 0.2s linear;
}
.footer__bottom{
  padding: 1.2em 0;
}
.footer__copyright{
  letter-spacing: 0.1em;
}
@media (max-width: 1249px){
  .footer__left{
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__logo{
    margin-right: 0;
  }
  .footer__info{
    margin-top: 3.7em;
  }
}
@media (max-width: 1023px){
  .footer__address{
    line-height: 1.4;
  }
  .footer__address>p+p{
    margin-top: 2em;
  }
  .footer__nav{
    margin-top: 2em;
  }
  .footer__nav>li>a::before{
    margin: 0 0.5em 0 0.1em;
  }
}
@media (max-width: 767px){
  .footer{
    border-top: 2px solid #6b1b7e;
  }
  .footer__wrap{
    flex-direction: column;
    padding: 4em 0 2.7em;
  }
  .footer__left{
    width: 100%;
  }
  .footer__logo{
    width: 22em;
    margin: 0 auto;
  }
  .footer__nav{
    flex-direction: column;
    gap: 0.1em;
  }
  .footer__nav>li{
    width: fit-content;
  }
  .footer__right{
    margin-top: 2.5em;
  }
  .footer__copyright{
    letter-spacing: 0;
  }
}


