@charset "UTF-8";
/*****************************
  切り替え
*****************************/
.sp_contents {
  display: none; 
}
.pc_contents {
  display: block; 
}

@media (max-width: 820px) {
  .sp_contents {
    display: block; /* spの時は表示 */
  }
  .pc_contents {
  display: none; /* spの時は非表示 */
  }
}
/*****************************
  ハンバーガーメニュー 色切り替え
*****************************/
/* 通常 */
.spbtn__image{
    transition: .35s;
}

/******************************
  MENUボタン色切り替え
******************************/

/* 通常はピンク */
.spbtn__image--menu {
  filter: none;
  transition:
    opacity 0.35s ease,
    transform 0.45s cubic-bezier(.22, 1, .36, 1),
    filter 0.35s ease;
}

/* ピンク背景上ではMENUだけ黒 */
.spbtn.is-menu-dark:not(.active) .spbtn__image--menu {
  filter: brightness(0);
}

/* CLOSEは常に白 */
.spbtn__image--close {
  filter: brightness(0) invert(1);
}

/* active時もCLOSEは必ず白 */
.spbtn.active .spbtn__image--close {
  filter: brightness(0) invert(1);
}

/*****************************
    topスライド
*****************************/

.topslider {
display: block;
height: auto;
position: relative;
width: 100%;
margin-top: 0px;
background: #000;
}
.topslider_img img{
  width: 100%;
  
}

.main_item{
  margin: 0;
  padding: 0;
  position: absolute;
  width: 33%;
  top: 25%;
  left: 7%;
}

.main_item .itemimg_logo{
    width: 100%;
    margin: 0 auto;
}
.main_item .itemimg_credits{
    width: 100%;
    margin: 30px auto 0;
    position: relative;
}

.comment_info{
position: absolute;
width: 22%;
bottom: 5%;
right: 2%;
}
@media screen and (max-width: 820px) {
.comment_info{
display: none;
}
}



/* sp_contents */
@media screen and (max-width: 820px) {
.topslider_sp {
height: auto;
position: relative;
width: 100%;
background: #000;
}
.topslider_sp img{
width: 100%;
}

.main_item_sp{
  margin: 0;
  padding: 0;
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 62%;
  left: 0%;
}

.main_item_sp .itemimg_logo_sp{
width: 50%;
margin: 0 auto;
}
.main_item_sp .itemimg_credits_sp{
  width: 50%;
  margin: 15px auto 0;
  position: relative;
  top: 0;
}
}
@media screen and (max-width: 480px) {
.main_item_sp .itemimg_credits_sp{
  margin: 7px auto 0;
}

}

/* sp_contents END*/
/* SP時メニュー内 */

/*****************************
  SNSボタン
*****************************/

.menu-fixed-sns{
position: absolute;
    top: 30px;
    left: 50px;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 30px;
}

.menu-fixed-sns a{
    display:block;
    transition:.3s;
}

.menu-fixed-sns a:hover{
    transform:translateY(-3px);
    opacity:1;
    filter: brightness(0) invert(1);
}

.menu-fixed-sns img{
    display:block;
    width:25px;
    height:auto;
}

@media screen and (max-width:820px){
.menu-fixed-sns{
  display: none;
}
}


/*****************************
  SNSボタン sp_limited
*****************************/

.menu-fixed-sns-sp_limited{
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.menu-fixed-sns-sp_limited a{
    display:block;
    transition:.3s;
}

.menu-fixed-sns-sp_limited a:hover{
    transform:translateY(-3px);
    opacity:1;
    filter: brightness(0) invert(1);
}

.menu-fixed-sns-sp_limited img{
    display:block;
    width:25px;
    height:auto;
}
/*****************************
sp_limited
*****************************/
.sp_limited{
  display: none
}
@media screen and (max-width: 767px) {
.sp_contents .sp_limited{
  width: min(400px, 75%);
  display: block;
  margin: 0px auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.sp_contents .sp_limited:not(:first-child) {
  width: min(400px, 75%);
  display: block;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 30px;
}
}

/*****************************
  ページ内リンク
*****************************/

.anchor {
  display: block;
  padding-top: 10px;
  margin-top: -10px;
  position: relative;
  z-index: -1;
}


/*****************************
タイトルエリア
*****************************/
.title_area{
  text-align: center;
  padding: 20px 0 20px;
}
@media screen and (max-width: 820px) {
.title_area{
  padding: 20px 0 20px;
}
}

.title_style{
    display: block;
    margin: 0;
    padding: 0;
    font-size: 45px;
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fb71f6;
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease, transform 0.35s cubic-bezier(.22, 1, .36, 1);
}
@media screen and (max-width: 820px) {
.title_style{
    font-size: 35px;
}
}

.topsec_introduction .title_style{
    color: #fff;
    margin-bottom: 20px;
}
.topsec_story .title_style{
    color: #000;
    margin-bottom: 20px;
}



.sp_pink_area .title_style{
    color: #000;
    margin-bottom: 30px;
    text-align: center;
}

/*****************************
spピンクエリア
*****************************/
.bg_pink{
  background: #fb71f6;
}
.sp_pink_area{
  width: min(400px, 80%);
  display: block;
  margin: 0px auto;
  padding-top: 30px;
  padding-bottom: 60px;
}
.sp_pink_area p{
  font-size: 14px;
  color: #000;
}

.marker-purple {
    display: inline;
    color: #000;
    box-shadow: inset 0 1.5em 0 #C360FB;
}


/* 特殊画像切り替え */
/*****************************
1024px切り替え
*****************************/
.sp_1024img {
  display: none; /* 1024の時は非表示 */
}
.pc_1024img {
  display: block; /* 1024の時は非表示 */
}

@media (max-width: 1024px) {
  .sp_1024img {
    display: block; /* 1024の時は表示 */
  }
  .pc_1024img {
  display: none; /* 1024の時は非表示 */
  }
}


.cast_text_area h3{
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #fff;
}

.cast_text_area p{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}

@media screen and (max-width: 1180px) {
.cast_text_area h3{
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #fff;
}
}
@media screen and (max-width: 767px) {
.cast_text_area h3{
  font-size: 19px;
  margin-bottom: 10px;
  text-align: left;
}
.cast_text_area p{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
}

/*****************************
  sec-theater
*****************************/ 
.sec-theater,
.sec-theater .area li a,
.sec-theater .theater-area a{
  color: #fb71f6;
}
.sec-theater .area{
  border: 1px solid #fb71f6;
  margin-top: 40px;
  text-align: center;
}
.sec-theater .area li{
  padding: 5px;
  width: calc(100% / 7);
}
.sec-theater .area li a{
  font-weight: 900;
  display: block;
  transition: .5s;
  opacity: 1 !important;
}
.sec-theater .area li a:hover{
  background: #fb71f6;
  color: #ffffff;
}
.sec-theater .theater-area{
  margin-top: 60px;
}
.sec-theater .theater-area a{
  text-decoration: underline;
}
.sec-theater .theater-area a:hover{
  text-decoration: none;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .sec-theater .area{
    justify-content: center;
    margin: 60px auto 0;
    width: calc(100% - 6rem);
  }
  .sec-theater .area li {
    padding: 5px 10px;
    width: auto;
  }
  .sec-theater .inner1{
    padding: 0 3rem;
  }
  .sec-theater .theater-area {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .sec-theater .area{
    margin: 0px auto 0;
  }
}
/******************************
  tbl
******************************/
.tblbox table{
  border: 1px solid #fb71f6;
  border-collapse: separate;
  table-layout: fixed;
  width: 100%;
}
.tblbox th,
.tblbox td{
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}
.tblbox tbody th,
.tblbox tbody td{
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .tblbox th,
  .tblbox td{
    font-size: 14px;
  }
}


/******************************
  trailer BG
******************************/
.bg_trailer_img {
  width: 100%;
  height: auto;
  background-image: url(../images/common/bg_trailer_img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
padding: 30px 0 100px;
}
@media screen and (max-width: 820px) {
.bg_trailer_img {
  width: 100%;
  height: auto;
  background-image: url(../images/common/bg_trailer_img_sp.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
}
}



/******************************
  an_animated BG
******************************/
.topsec_an_animated{
  position: relative;
}
.bg_an_animated_img {
  width: 100%;
  aspect-ratio: 1920/900;
  background-image: url(../images/common/bg_an_animated_img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.an_animated_signature{
  position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: left;
    bottom: 0%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0;
    z-index: 1;
    max-width: 100%;
}
.an_animated_signature p{
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
.an_animated_signature p{
  font-size: 30px;
  color: #fff;
  padding: 10px;
  line-height: 1.2;
}
}

@media screen and (max-width: 820px) {
.bg_an_animated_img {
  width: 100%;
  aspect-ratio: 640/400;
  background-image: url(../images/common/bg_an_animated_img_sp.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.an_animated_signature p{
  font-size: 20px;
}
}

@media screen and (max-width: 480px) {
.an_animated_signature p{
  font-size: 18px;
}
}

/******************************
  introduction BG
******************************/
.topsec_introduction{
  position: relative;
}
.bg_introduction_img {
  width: 100%;
  aspect-ratio: 1920/1250;
  background-image: url(../images/common/bg_introduction_img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


@media screen and (max-width: 820px) {
.bg_introduction_img {
  width: 100%;
  aspect-ratio: 640/400;
  background-image: url(../images/common/bg_introduction_img_sp.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
}

.introduction_textarea{
    padding-top: 180px;
    width: 50%;
    margin-left: 45%;
    margin-right: 5%;
}
@media screen and (max-width: 1300px) {
.introduction_textarea{
  padding-top: 150px;
  width: 53%;
  margin-left: 42%;
  margin-right: 5%;
}
}
@media screen and (max-width: 1180px) {
.introduction_textarea{
    padding-top: 80px;
    width: 60%;
    margin-left: 35%;
    margin-right: 5%;
}
}
@media screen and (max-width: 1024px) {
.introduction_textarea{
    padding-top: 35px;
    width: 70%;
    margin-left: 28%;
    margin-right: 2%;
}
}


.introduction_textarea p{
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1180px) {
.introduction_textarea p{
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}
}
@media screen and (max-width: 1024px) {
.introduction_textarea p{
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}
}

.marker-pink {
  display: inline;
  color: #fff;
  box-shadow: inset 0 1.5em 0 #fb71f6;
}

/******************************
  story BG
******************************/
.topsec_story{
  position: relative;
}
.bg_story_img {
  width: 100%;
  aspect-ratio: 1920/1250;
  background-image: url(../images/common/bg_story_img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


@media screen and (max-width: 820px) {
.bg_story_img {
  width: 100%;
  aspect-ratio: 640/400;
  background-image: url(../images/common/bg_story_img_sp.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
}

.story_textarea{
    padding-top: 40%;
    width: 40%;
    margin-left: 55%;
    margin-right: 5%;
}
@media screen and (max-width: 1400px) {
.story_textarea{
    padding-top: 30%;
    width: 40%;
    margin-left: 55%;
    margin-right: 5%;
}
}
@media screen and (max-width: 1024px) {
.story_textarea{
  padding-top: 20%;
  width: 45%;
  margin-left: 52%;
  margin-right: 3%;
}
}

.story_textarea p{
  color: #000;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1180px) {
.story_textarea p{
  font-size: 15px;
  line-height: 1.6;
}
}
@media screen and (max-width: 1024px) {
.story_textarea p{
  font-size: 14px;
  line-height: 1.6;
}
}



/******************************
  an_animated02 BG
******************************/
.topsec_an_animated02{
  position: relative;
}
.bg_an_animated02_img {
  width: 100%;
  aspect-ratio: 1920/1000;
  background-image: url(../images/common/bg_an_animated02_img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.an_animated02_signature{
  position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: left;
    top: 20%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0;
    z-index: 1;
    max-width: 100%;
}
.an_animated02_signature p{
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
.an_animated02_signature p{
  font-size: 30px;
  color: #fff;
  padding: 10px;
  line-height: 1.2;
}
}

@media screen and (max-width: 820px) {
.an_animated02_signature{
    top: 15%;
}
.bg_an_animated02_img {
  width: 100%;
  aspect-ratio: 640/660;
  background-image: url(../images/common/bg_an_animated02_img_sp.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.an_animated02_signature p{
  font-size: 20px;
}
}

@media screen and (max-width: 480px) {
.an_animated02_signature p{
  font-size: 18px;
}
}


/******************************
  scene image loop
******************************/
.scene-loop {
  width: 100%;
  overflow: hidden;
  background: #000000;
}

.scene-loop__pc {
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.scene-loop__sp {
  display: none;
}

.scene-loop__row {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .scene-loop__row{
      height:150px;
  }
}

.scene-loop__track {
  display: flex;
  width: max-content;
  height: 100%;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* 左から右へ流れる */
.scene-loop__track--right {
  animation: sceneLoopRight 45s linear infinite;
}

/* 右から左へ流れる */
.scene-loop__track--left {
  animation: sceneLoopLeft 45s linear infinite;
}

.scene-loop__group {
  display: flex;
  flex-shrink: 0;
  height: 100%;
}

.scene-loop__item {
  flex-shrink: 0;
  height: 250px;
  aspect-ratio: 499 / 350;
  overflow: hidden;
}

@media screen and (max-width: 820px) {
  .scene-loop__item{
      height:150px;
  }
}

.scene-loop__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 右方向 */
@keyframes sceneLoopRight {
  from {
    transform: translate3d(-50%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

/* 左方向 */
@keyframes sceneLoopLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}
/******************************
  820px以下
******************************/
@media screen and (max-width: 820px) {
  .scene-loop__pc {
    display: none;
  }

  .scene-loop__sp {
    display: block;
    width: 100%;
  }

  .scene-loop__track--right,
  .scene-loop__track--left {
    animation-duration: 28s;
  }
}
/******************************
  動きを減らす設定
******************************/
@media (prefers-reduced-motion: reduce) {
  .scene-loop__track {
    animation-play-state: paused;
  }
}

/******************************
  CAST
******************************/
.cast-section {
  position: relative;
  width: 100%;
  min-height: 750px;
  padding: 100px 0 80px;
  overflow: hidden;
  background:
    url("../images/common/cast_bg_pc.webp")
    no-repeat center / cover;
}
@media screen and (max-width: 1180px) {
.cast-section {
  min-height: 650px;
  padding: 60px 0 80px;
}
}


@media screen and (max-width: 1024px) {
.cast-section {
  min-height: 530px;
  padding: 60px 0 60px;
}
}


.cast-section__inner {
  position: relative;
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 0 100px;
}

/******************************
  CAST carousel
******************************/
.cast-carousel {
  position: relative;
  z-index: 2;
  width: 100%;
}

.cast-carousel .slick-list {
  overflow: hidden;
}

.cast-carousel .slick-track {
  display: flex;
  align-items: flex-end;
}

.cast-carousel__slide {
  height: auto;
  padding: 0 25px;
}

.cast-carousel__button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition:
    opacity 0.3s ease,
    transform 0.45s cubic-bezier(.22, 1, .36, 1);
}

.cast-carousel__button img {
  display: block;
  width: 100%;
  max-width: 250px;
  height: 390px;
  margin: 0 auto;
  object-fit: contain;
  object-position: center bottom;
}
@media screen and (max-width: 1024px) {
.cast-carousel__button img {
  height: 300px;
}
}


@media (hover: hover) {
  .cast-carousel__button:hover {
    opacity: 1;
    transform: translateY(-10px) scale(1.03);
  }
}


/******************************
  CAST arrows
******************************/
.cast-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 70px;
  height: 70px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.cast-carousel__arrow--prev {
  left: 85px;
}

.cast-carousel__arrow--next {
  right: 85px;
}

.cast-carousel__arrow img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (hover: hover) {
  .cast-carousel__arrow:hover {
    opacity: 0.7;
  }

  .cast-carousel__arrow--prev:hover {
    transform: translate(-5px, -50%);
  }

  .cast-carousel__arrow--next:hover {
    transform: translate(5px, -50%);
  }
}

.cast-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transform: translateY(-50%);
}

.cast-carousel__arrow::before {
  display: none !important;
  content: none !important;
}

.cast-carousel__arrow--prev {
  left: 50px;
}

.cast-carousel__arrow--next {
  right: 50px;
}

.cast-carousel__arrow img {
  display: block !important;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  opacity: 1;
  visibility: visible;
}
.cast-section__inner {
  overflow: visible;
}

.cast-carousel {
  overflow: visible;
}

.cast-carousel .slick-list {
  overflow: hidden;
}

/******************************
  CAST dots
******************************/
.cast-carousel .slick-dots {
  position: static;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 28px;
  width: 100%;
  margin: 45px 0 0;
  padding: 0;
}

.cast-carousel .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.cast-carousel .slick-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fb71f6;
  font-size: 0;
  opacity: 0.55;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.cast-carousel .slick-dots li button::before {
  display: none;
}

.cast-carousel .slick-dots li.slick-active button {
  opacity: 1;
  transform: scale(1.15);
}


/******************************
  responsive
******************************/
@media screen and (max-width: 1180px) {
  .cast-section__inner {
    padding-right: 100px;
    padding-left: 100px;
  }

  .cast-carousel__slide {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .cast-section__inner {
    padding-right: 85px;
    padding-left: 85px;
  }

  .cast-carousel__arrow {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 820px) {
  .cast-section {
    min-height: 650px;
    padding: 15px 0 30px;
    background:
      url("../images/common/cast_bg_sp.webp")
      no-repeat center / cover;
  }

  .cast-section__inner {
    width: 100%;
    padding: 0 55px;
  }

  .cast-section .title_style {
    margin-bottom: 45px;
    font-size: 36px;
  }

  .cast-carousel__slide {
    padding: 0 20px;
  }

  .cast-carousel__button img {
  width: 100%;
  max-width: 250px;
  aspect-ratio: 350 / 500;
  }

  .cast-carousel__arrow {
    top: 48%;
    width: 50px;
    height: 50px;
  }

  .cast-carousel__arrow--prev {
    left: 35px;
  }

  .cast-carousel__arrow--next {
    right: 35px;
  }

  .cast-carousel .slick-dots {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .cast-section__inner {
    padding-right: 45px;
    padding-left: 45px;
  }


  .cast-carousel .slick-dots {
    gap: 30px;
    margin-top: 35px;
  }

  .cast-carousel .slick-dots li button {
    width: 13px;
    height: 13px;
  }
}

@media screen and (max-width: 480px) {
  .cast-carousel__arrow {
        top: 50%;
        width: 40px;
        height: 40px;
  }
.cast-carousel__button img {
    height: 240px;
}
.cast-carousel__button img {
    max-width: 200px;
}
.cast-section {
    min-height: 450px;
}
.cast-section__inner {
    padding-right: 35px;
    padding-left: 35px;
  }

  .cast-section .title_style {
    margin-bottom: 35px;
    font-size: 32px;
  }
  .cast-carousel__slide {
    padding: 0 10px;
  }

  .cast-carousel .slick-dots {
    gap: 30px;
    margin-top: 30px;
  }

  .cast-carousel .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}

/******************************
  CAST modal
******************************/
.cast-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 25px;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.45s ease,
    visibility 0s linear 0.45s;
}

.cast-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transition:
    opacity 0.45s ease,
    visibility 0s linear 0s;
}

.cast-modal__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(64, 13, 62, 0.9);
}

.cast-modal__window {
  position: relative;
  z-index: 1;

  width: min(550px, calc(100vw - 50px));
  max-height: calc(100dvh - 50px);
  aspect-ratio: 1100 / 1600;

  overflow: hidden;
  background: #07001a;

  opacity: 0;
  transform: translateY(30px) scale(0.97);

  transition:
    opacity 0.45s ease,
    transform 0.65s cubic-bezier(.22, 1, .36, 1);
}

.cast-modal.is-open .cast-modal__window {
  opacity: 1;
  transform: translateY(0) scale(1);
}


/******************************
  CAST modal close
******************************/
.cast-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 10;

  display: block;
  width: 38px;
  height: 38px;
  padding: 0;

  border: 0;
  background: transparent;
  cursor: pointer;

  transition:
    opacity 0.3s ease,
    transform 0.35s ease;
}

.cast-modal__close img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (hover: hover) {
  .cast-modal__close:hover {
    opacity: 0.7;
    transform: rotate(8deg);
  }
}


/******************************
  CAST modal panel
******************************/
.cast-modal__panel {
  position: absolute;
  inset: 0;

  display: none;
  width: 100%;
  height: 100%;
  aspect-ratio: 1100 / 1600;

  overflow: hidden;
}

.cast-modal__panel.is-active {
  display: block;
}

.cast-modal__base-image {
  position: absolute;
  inset: 0;
  z-index: 0;

  display: block;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;
}


/******************************
  CAST modal text
******************************/
.cast-modal__text-area {
  position: absolute;
  right: 7%;
  bottom: 5%;
  left: 7%;
  z-index: 2;

  color: #FFFFFF;
}

.cast-modal__character {
  margin-bottom: 15px;
}

.cast-modal__actor {
  margin-top: 12px;
}
.cast-modal__name{
  position: absolute;
  color: #fb71f6;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.04em;
  top: 8%;
  left: 50%;
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: left;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  max-width: 100%;
}

.cast-modal__actor-name {
  margin: 0 0 6px;
  color: #fb71f6;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.cast-modal__name {
  font-size: clamp(20px, 2.8vw, 24px);
}

.cast-modal__actor-name {
  font-size: clamp(15px, 1.8vw, 19px);
}

.cast-modal__text {
  margin: 0;
  color: #FFFFFF;
  font-size: clamp(10px, 1.15vw, 13px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

.cast-modal__panel--long .cast-modal__text {
  font-size: clamp(9px, 1.05vw, 12px);
  line-height: 1.5;
}


/******************************
  モーダル背景固定
******************************/
body.cast-modal-open {
  overflow: hidden;
}


/******************************
  responsive
******************************/
@media screen and (max-width: 820px) {
  .cast-modal {
    padding: 15px;
  }

  .cast-modal__window {
    width: min(500px, calc(100vw - 30px));
    max-height: calc(100dvh - 30px);
  }

  .cast-modal__close {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
  }

  .cast-modal__text-area {
    right: 6%;
    bottom: 4%;
    left: 6%;
  }

  .cast-modal__character {
    margin-bottom: 9px;
  }

  .cast-modal__actor {
    margin-top: 9px;
  }

  .cast-modal__name {
    font-size: clamp(16px, 4.2vw, 21px);
  }

  .cast-modal__actor-name {
    font-size: clamp(14px, 3.7vw, 18px);
  }

  .cast-modal__text {
    font-size: clamp(9px, 2.4vw, 12px);
    line-height: 1.55;
  }

  .cast-modal__panel--long .cast-modal__text {
    font-size: clamp(8px, 2.15vw, 11px);
    line-height: 1.5;
  }
}

@media screen and (max-width: 480px) {
  .cast-modal {
    padding: 10px;
  }

  .cast-modal__window {
    width: min(430px, calc(100vw - 20px));
    max-height: calc(100dvh - 20px);
  }

  .cast-modal__close {
    top: 8px;
    right: 8px;
    width: 34px;
    height: 34px;
  }

  .cast-modal__text-area {
    right: 5.5%;
    bottom: 3.5%;
    left: 5.5%;
  }

  .cast-modal__name {
    margin-bottom: 4px;
    font-size: clamp(15px, 4.4vw, 19px);
  }

  .cast-modal__actor-name {
    margin-bottom: 4px;
    font-size: clamp(13px, 3.9vw, 17px);
  }

  .cast-modal__text {
    font-size: clamp(10px, 2.45vw, 11px);
    line-height: 1.5;
  }

  .cast-modal__panel--long .cast-modal__text {
    font-size: clamp(10px, 2.4vw, 10px);
    line-height: 1.45;
  }
}




/******************************
  CAST modal arrows
******************************/
.cast-modal__arrow {
  position: absolute;
  top: 50%;
  z-index: 10;

  display: block;
  width: 52px;
  height: 52px;
  padding: 0;

  border: 0;
  background: transparent;
  cursor: pointer;

  transform: translateY(-50%);
  transition:
    opacity 0.3s ease,
    transform 0.35s ease;
}

.cast-modal__arrow--prev {
  left: 14px;
}

.cast-modal__arrow--next {
  right: 14px;
}

.cast-modal__arrow img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (hover: hover) {
  .cast-modal__arrow:hover {
    opacity: 0.7;
  }

  .cast-modal__arrow--prev:hover {
    transform: translate(-4px, -50%);
  }

  .cast-modal__arrow--next:hover {
    transform: translate(4px, -50%);
  }
}

@media screen and (max-width: 820px) {
  .cast-modal__arrow {
    width: 44px;
    height: 44px;
  }

  .cast-modal__arrow--prev {
    left: 8px;
  }

  .cast-modal__arrow--next {
    right: 8px;
  }
}

@media screen and (max-width: 480px) {
  .cast-modal__arrow {
    width: 38px;
    height: 38px;
  }

  .cast-modal__arrow--prev {
    left: 5px;
  }

  .cast-modal__arrow--next {
    right: 5px;
  }
}


/******************************
  アワード　PC
******************************/
.awards-wrap{
width: min(900px, 95%);
margin: 0 auto;
padding: 30px 10px 60px;
}

@media screen and (max-width: 820px) {
.awards-wrap{
  display: none;
}
}



/******************************
  ムビチケ
******************************/
.mvtk_sec {
    padding: 30px 0 30px;
    display: flex;
    justify-content: center;
    width: 100%;
}


/******************************
  youtube
******************************/
.video-tab-wrap {
width: min(900px, 95%);
margin: 0 auto;
padding: 20px 30px 50px;
color: #fff;
box-sizing: border-box;
}


.tab-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  width: 100%;
  margin: 15px auto 0px;
}
.tab-menu li{
  background: #883d86;
  text-align: center;
  padding: 5px 0;
}
.tab-menu li p{
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
.tab-menu {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 20px auto 0px;
}
.tab-menu li{
  padding: 0px 0;
}
.tab-menu li p{
  font-size: 13px;
}
}
/* カレント */
/* .tab-menu .tab.active {
  filter: invert(100%);
} */
.tab-menu li.active{
  background: #fb71f6;
}
.tab-menu li.active p{
  color: #fff;
}
/* カレント END*/

.mov{
  position: relative;
}

.tab-menu .tab {
  cursor: pointer;
}
.tab-menu img {
  width: 100%;
  height: auto;
  display: block;
}

/* 動画のサイズを調整 */
.mov iframe {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.mov iframe {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: none;
}

/* 調整 */
.cast_bg_rela{
  width: 100%;
  position: relative;
}


/*****************************
theater
*****************************/
.theater_section{
  padding: 4vw 0 4vw;
}
@media screen and (max-width: 820px) {
.theater_section{
    padding: 15vw 0 15vw;
}
}

/*****************************
footer item
*****************************/
.bg_footer_img {
    width: 100%;
    aspect-ratio: 1920 / 1300;
    background-image: url(../images/common/bg_footer_img.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 820px) {
.bg_footer_img {
    width: 100%;
    aspect-ratio: 640 / 600;
    background-image: url(../images/common/bg_footer_img_sp.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
}

/* footer_img_area */
.footer_img_area{
  position: relative;
}
.footer_img_area .footer_logo{
    margin: 0 auto;
    padding-top: 5vw;
    width: 37%;
}
.footer_img_area .footer_logo a:hover{
  opacity: 0.7;
}
.footer_img_area .footer_loadshow{
  margin: 5vw auto 0;
  width: 20%;
}
@media screen and (max-width: 820px) {
.footer_img_area .footer_logo{
    margin: 0 auto;
    padding-top: 8vw;
    width: 45%;
}
.footer_img_area .footer_loadshow{
  margin: 8vw auto 0;
  width: 23%;
}
}


/******************************
  STAFF
******************************/
.staff_sec {
  padding: 40px 0 100px;
  color: #fff;
}

.staff_sec .title_style {
  margin-bottom: 40px;
  text-align: center;
}

.staff_wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  padding: 80px 0;
  border-top: 1px solid #fb71f6;
  border-bottom: 1px solid #fb71f6;
}
@media screen and (max-width: 1024px) {
.staff_wrap {
  gap: 10px;
  padding: 60px 0;
}
}

.staff_wrap::before {
  content: "";
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 50%;
  width: 1px;
  background: #fb71f6;
}

.staff_card {
  max-width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
.staff_card {
  max-width: 350px;
  margin: 0 auto;
}
}


.staff_job {
  margin-bottom: 20px;
  color: #fb71f6;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}
.staff_job_sp {
  display: none;
}

.staff_img {
  margin-bottom: 30px;
  aspect-ratio: 620 / 450;
  overflow: hidden;
}

.staff_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff_name {
  margin-bottom: 25px;
  color: #fb71f6;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.staff_text {
  font-size: 16px;
  line-height: 1.8;
  color: #fb71f6;
}

.staff_producer {
  max-width: 700px;
  margin: 90px auto 0;
  text-align: center;
}

.staff_producer .staff_job {
  width: 220px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fb71f6;
  margin: 0 auto 5px;
}

.staff_producer .staff_name {
  margin-bottom: 25px;
}

.staff_producer .staff_text {
  text-align: left;
}

@media screen and (max-width: 820px) {
  .staff_sec {
    padding: 10px 0 60px;
  }

  .staff_sec .title_style {
    margin-bottom: 0px;
  }

  .staff_wrap {
    display: block;
    padding: 10px 0;
    border-top: unset;
    border-bottom: unset;
  }

  .staff_wrap::before {
    display: none;
  }

  .staff_card {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .staff_card:last-child {
    margin-bottom: 0;
  }

  .staff_job {
    display: none;
  }
  .staff_producer .staff_job {
    display: none;
  }

  .staff_job_sp {
    display: block;
    font-size: 20px;
    text-align: center;
    color: #fb71f6;
    border-bottom: 1px solid #fb71f6;
    margin: 0 auto 5px;
    width: 80%;
  }

  .staff_img {
    width: min(500px, 80%);
    margin: 0 auto 30px;
  }

  .staff_name {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .staff_producer .staff_name {
    margin-bottom: 15px;
}

  .staff_text {
  font-size: 14px;
  line-height: 1.8;
  width: min(500px, 80%);
  margin: 0 auto;
  }

  .staff_producer {
    margin-top: 60px;
  }
}
/******************************
  COMMENT
******************************/
.comment-section {
  position: relative;
  width: 100%;
  padding: 100px 0 100px;
  overflow: hidden;
  background: #fb71f6;
  color: #000000;
}

.comment-section__inner {
  width: min(1000px, 90%);
  margin: 0 auto;
}

.comment-section__title-wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto 100px;
}

.comment-section__title-wrap .title_area {
  padding: 0;
}

.comment-section__title-wrap .title_style {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #000000;
}

.comment-section__item {
  position: absolute;
  top: 70%;
  left: -110px;
  z-index: 1;
  width: 150px;
  transform: translateY(-50%);
}

.comment-section__item img {
  display: block;
  width: 100%;
  height: auto;
}

.comment-section__list {
  width: min(700px, 100%);
  margin: 0 auto;
}

.comment-section__block {
  margin-bottom: 75px;
  text-align: center;
}

.comment-section__block:last-child {
  margin-bottom: 0;
}

.comment-section__text {
  margin: 0 0 15px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.comment-section__name {
  margin: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}


/******************************
  820px以下
******************************/
@media screen and (max-width: 820px) {
  .comment-section {
    padding: 70px 0 70px;
  }

  .comment-section__inner {
    width: min(500px, 80%);
    margin: 0 auto;
  }

  .comment-section__title-wrap {
    width: fit-content;
    margin: 0 auto 90px;
  }

  .comment-section__item {
    width: 125px;
    left: -100px;
  }

  .comment-section__list {
    width: 100%;
    margin: 0 auto;
  }

  .comment-section__block {
    width: 100%;
    margin: 0 auto 65px;
    text-align: left;
  }

  .comment-section__block:last-child {
    margin-bottom: 0;
  }

  .comment-section__text {
    width: 100%;
    margin: 0 auto 12px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-align: left;
  }

  .comment-section__name {
    margin: 0;
    color: #000000;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
    text-align: right;
  }
}


/******************************
  767px以下
******************************/
@media screen and (max-width: 767px) {
  .comment-section__item {
    width: 110px;
    left: -85px;
  }

  .comment-section__block {
    margin-bottom: 60px;
  }

  .comment-section__name {
    font-size: 22px;
  }
}


/******************************
  480px以下
******************************/
@media screen and (max-width: 480px) {
  .comment-section {
    padding: 50px 0 60px;
  }

  .comment-section__inner {
    width: min(500px, 80%);
  }

  .comment-section__title-wrap {
    margin: 0px auto 90px;
  }

  .comment-section__item {
    width: 110px;
    left: -85px;
  }

  .comment-section__block {
    margin-bottom: 55px;
  }

  .comment-section__text {
    font-size: 14px;
    line-height: 1.8;
  }

  .comment-section__name {
    font-size: 20px;
  }
}
