* {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 58%;
  }
}

body {
  font-size: 1.6em;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.1rem;
  background-color: #000;
}

#loding {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background:#000;
    text-align:center;
    color:#fff;
  }

/* Loading画像中央配置　*/
#loding_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#loding_logo img {
  width: 260px;
  animation: blur-anim 10s linear forwards;
  animation-delay: 1s;
}

@keyframes blur-anim {
  100% {
    filter: blur(50px);
  }
}

.sp_view {
  display: none;
}

.pc_view {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp_view {
    display: block;
  }

  .pc_view {
    display: none;
  }
}

.header_wrapper {
  display: none;
}

@media screen and (max-width: 768px) {
  .header_wrapper {
    opacity: 0;
  }
}

.header_wrapper.show {
  display: block; /* Display the header wrapper when it has the 'show' class */
}

.header {
  position: fixed;
  z-index: 99;
  width: 100%;
  mix-blend-mode: overlay;
  background-color: #680000;
  height: 56px;
  backdrop-filter: blur(12px);
}

@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
}

.header_ct {
  display: flex;
  justify-content: space-between;
  padding: 1rem 10rem;
  align-items: center;
  z-index: 100;
  position: fixed;
  width: 100%;
}

.header_logo {
  display: flex;
}

.header_btn_ct {
  display: flex;
  align-items: center;
}

.header_brn {
  margin-right: 2rem;
}

.header_logo_box {
  height: 40px;
  margin-right: 3.2rem;
}

.header_logo_box img {
  width: auto;
  height: 40px;
}

.fix_wrapper {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .fix_wrapper {
    opacity: 1;
  }
}

.btn_fix {
  position: fixed;
  z-index: 99;
  mix-blend-mode: overlay;
  background-color: #680000;
  border: solid 2px #fff;
  width: 120px;
  height: 120px;
  bottom: -6%;
  right: -5%;
  border-radius: 100px;
  backdrop-filter: blur(12px);
}

.fixed_red_btn {
  position: fixed;
  z-index: 100;
  width: 60px;
  height: 100px;
  bottom: -7%;
  right: 4%;
}

.btn_white {
  display: block;
  max-width: 255px;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}

.btn_white:hover {
  background-color: #000;
}

.btn_white img{
  width: 100%;
}

.guide_interview {
  margin-bottom: 4rem;
}

#fv {
  background-image: url(../img/kv_bg_pc.webp);
  background-size: cover;
  background-position: bottom center;
  padding: 2.8% 2.8% 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  #fv {
    /* padding: 1.8rem 2rem 0; */
  }
}

.fv_slide {
  width: 100%;
}

.main_title {
  position: absolute;
  width: 28%;
  top: 82%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .main_title {
    width: 60%;
    top: 86%;
  }
}

.banner_img {
  width: 25%;
  max-width: 360px;
  position: absolute;
  top: 100%;
  right: 2%;
  transform: translate(0, -50%);
  z-index: 2;
}

.banner_img02 {
  width: 25%;
  max-width: 360px;
  position: absolute;
  top: 82%;
  right: 2%;
  transform: translate(0, -50%);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .banner_img02 {
    width: 100%;
    max-width: 360px;
    margin: auto;
    margin-bottom: 2rem;
    padding: 0 2rem;
    right: auto;
    position: relative;
    transform: translate(0, 0);
  }

  .banner_img {
    width: 100%;
    max-width: 360px;
    margin: auto;
    margin-bottom: 3rem;
    padding: 0 2rem;
    right: auto;
    position: relative;
    transform: translate(0, 0);
  }
}

.sec01 {
  background-image: url(../img/red_bg_pc.webp);
  background-size: cover;
  padding-top: 7.5rem;
}

@media screen and (max-width: 768px) {
  .sec01 {
    padding-top: 3.5rem;
  }
}

.h_what {
  max-width: 196px;
  margin: auto;
  margin-bottom: 5rem;
}

.p_what {
  color: #fff;
  text-align: center;
  line-height: 2.2em;
  letter-spacing: 0.15em;
  padding-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .p_what {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .dot {
    display: none;
  }
}

.what_ct {
  display: flex;
  width: 80%;
  max-width: 900px;
  margin: auto;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .what_ct {
    width: 100%;
    padding: 2rem;
  }
}

.what_box {
  width: 48%;
  position: relative;
}

.guide_name01 {
  width: 200px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 80%;
  left: 13%;
}

.guide_name02 {
  width: 200px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 80%;
  left: 89%;
}

@media screen and (max-width: 768px) {
  .guide_name01 {
    width: 108px;
    top: 107%;
    left: 50%;
  }

  .guide_name02 {
    width: 108px;
    top: 107%;
    left: 50%;
  }
}


/* ぼかしから出現 */
.blur {
  animation-name: blurAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: scale(1.02);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

.fadeUpTrigger {
  opacity: 0;
  animation-delay: 0.5s;
}

.fadeUpTrigger:last-child {
  animation-delay: 1s;
}

.sec02 {
  background-image: url(../img/red_bg_pc.webp);
  background-size: cover;
  padding-top: 10rem;
  /* margin-bottom: -45rem; */
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .sec02 {
    padding-top: 10rem;
    /* margin-bottom: -50rem; */
  }
}

.h_prod_guide {
  width: 80%;
  width: 145px;
  margin: auto;
  margin-bottom: 2rem;
}

.prod_guide_ct {
  display: flex;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .prod_guide_ct {
    flex-direction: column;
  }
}

.prod_guide_box {
  position: relative;
  display: inherit;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .prod_guide_box {
    width: 100%;
  }
}

.h_prod_cast {
  width: 80%;
  width: 306px;
  margin: auto;
  margin-bottom: 2rem;
}

.prod_cast_ct {
  display: flex;
  margin-bottom: 4rem;
}

.prod_cast_box {
  position: relative;
  width: 20%;
  display: inherit;
}
.no_margin {
  margin-bottom: 8rem;
}

.modal_btn_red {
  width: 80%;
  max-width: 48px;
  position: absolute;
  z-index: 2;
  top: 90%;
  left: 92%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.modal_btn_red:hover {
  
}

@media screen and (max-width: 768px) {
  .modal_btn_red {
    width: 10%;
    min-width: 32px;
  }
}

.cast_modal {
  left: 84%;
}
@media screen and (max-width: 768px) {
  .cast_modal {
    left: 92%;
  }
}

.rule_ct {
  border: #fff 1px solid;
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 8rem;
}

.rule_ct::before {
  content: "";
  width: 250px;
  height: 2px;
  background-image: url(../img/red_bg_pc.webp);
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.h_rule {
  max-width: 176px;
  margin: auto;
  margin-bottom: 5rem;
  position: absolute;
  top: -8.5rem;
  left: 50%;
  transform: translateX(-50%);
}
/* 
.rule_no {
  margin: 5rem auto;
  text-align: center;
}

.rule_no img {
  max-width: 145px;
  margin-bottom: 2rem;
}

.rule_tx {
  font-size: 1.8rem;
  color: #fff;
  line-height: 2;
} */

.sec03 {
  background-image: url(../img/red_bg_pc.webp);
}

.sec03_wrapper {
  width: 90%;
  /* max-width: 1024px; */
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .sec03_wrapper {
    width: 100%;
  }
}

.h_cast {
  width: 214px;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .h_cast {
    margin: auto;
    margin-bottom: 2.5rem;
  }
}

.h_slide {
  height: 110px;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}

.h_slide img {
  width: auto;
  height: 110px;
}

.cast_slide {
  width: 90%;
  /* max-width: 1024px; */
  margin-left: auto;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .cast_slide {
    width: 100%;
    /* margin-bottom: 5rem; */
  }
}

.br_bottom {
  margin-bottom: 0;
}

.cast_slide_box {
  width: 330px;
  margin-right: 2rem;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

/* モーダル */
.modal_wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  color: #ffffff;
  backdrop-filter: blur(10px);
}

.modal_layer {
  height: 100%;
  background: rgba(104, 0, 0, 0.85);
  cursor: pointer;
}

.modal_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px;
  /* width: 60%; */
}

.rule_cotainer {
  width: 75%;
}

.modal_inner {
  position: relative;
  /* overflow: scroll; */
  height: auto;
  width: 100%;
}

.cast_wrapper {
  width: 80%;
}

.modal_close {
  /* position: absolute; */
  /* transform: translate(50%, -50%); */
  /* bottom: 100px; */
 /* left: 200px; */
 display: inline-block;
  cursor: pointer;
  text-align: center;
  padding: 15px 40px;
  border-radius: 10px;
  border: #ffffff solid 1px;
  cursor: pointer;
  /* transition: opacity 0.6s; */
  z-index: 103;
}

@media screen and (max-width: 768px) {
  .modal_close {
    display: table;
  }
}
/* 
.modal_close:hover {
  opacity: 0.6;
} */

.modal_content{
  display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .modal_content{
    flex-direction: column;
  }
}

.modal_rule_box{
  width: 50%;
  font-size: 1.4rem;
  line-height: 2;
  margin-right: 3rem;
}

@media screen and (max-width: 768px) {
  .modal_rule_box{
    width: 100%;
    margin-right: 0;
  }
}

.modal_rulu_tx {
  width: 157px;
  margin-bottom: 1.6rem;
}

.modal_rule_p {
  margin-bottom: 1.6rem;
}

.rule_no {
}

.rule_no img {
  max-width: 145px;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .rule_no img {
    max-width: 100px;
    margin-bottom: 0rem;
  }
}

.rule_tx {
  color: #fff;
  line-height: 2;
margin-bottom: 2rem
}

/* modal cast */
.modal_cast_box{
  width: 49%;
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .modal_cast_box{
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.modal_cast_tx {
  height: 100px;
  margin-bottom: 1.6rem;
}


.modal_cast_tx img{
  width: auto;
  height: 100px;
}

@media screen and (max-width: 768px) {
  .modal_cast_tx {
    height: 60px;
    margin-bottom: 1.6rem;
  }
  
  
  .modal_cast_tx img{
    height: 60px;
  }
}

.modal_cast_p {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .modal_cast_p {
  margin-bottom: 1.6rem;
    height: 20vh;
    overflow: scroll;
}
}
.modal_cast_message{
  position: absolute;
  top: 50%;
  right: -3%;
  transform: translate(0px, -50%);
  /* width: 60px; */
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .modal_cast_message{
    top: 25%;
  }
}

.no_lead {
  height: 60px;
}

.no_lead img{
  height: 60px;
}

.one_line {
  width: 66px;
}

.two_line {
  width: 125px;
}

.three_line {
  width: 195px;
}

@media screen and (max-width: 768px) {
  .no_lead {
    height: 40px;
  }

  .no_lead img{
    height: 40px;
  }

  .one_line {
    width: 36px;
  }
  
  .two_line {
    width: 75px;
  }
  
  .three_line {
    width: 115px;
  }
}


.modal_tx {
  color: #fff;
  line-height: 2;
margin-bottom: 2rem
}

iframe.youtube-16-9 {
  width:560px;
  height:315px;
display: block;
margin: auto;
  }

  #guide_interview .modal_container{
    width: auto;
  }

  .cast_interview .modal_container{
    width: auto;
  }

@media screen and (max-width: 768px) {
  .modal_close{
    /* width: 22px; */
    /* height: 22px; */
  }

  .modal_close:before,
.modal_close:after{
  width: 10px;
}
  .modal_container {
    width: 85%;
    margin: 0 auto;
  }

  .rule_cotainer {
    width: 90%;
  }
  
  .modal_content{
    width: 100%;
    height:auto;
    margin: 0 auto;
  }


  iframe.youtube-16-9 {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: 560px;
display: block;
margin: auto;
    }

}


.modal_close_icon {
  position: absolute;
  transform: translate(50%, -50%);
  top: 0;
  right: 0;
  cursor: pointer;
  width: 44px;
  height: 44px; 
  border-radius: 50%;
  background: rgb(255, 255, 255);
  cursor: pointer;
  transition: opacity 0.6s;
  z-index: 103;
}

.modal_close_icon:hover {
  opacity: 0.6;
}

.modal_close_icon:before,
.modal_close_icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #000;
  content: "";
}

.modal_close_icon:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal_close_icon:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .modal_close_icon{
    width: 22px;
    height: 22px;
  }

  .modal_close_icon:before,
.modal_close_icon:after{
  width: 10px;
}
 #guide_interview .modal_container {
    width: 86%;
    margin: 0 auto;
  }

  .cast_interview .modal_container {
    width: 86%;
    margin: 0 auto;
  }
  
  #guide_interview .modal_content{
    width: 100%;
    height:auto;
    margin: 0 auto;
  }

  iframe.youtube-16-9 {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: 560px;
display: block;
margin: auto;
    }
}

.sec04 {
  background-color: #000;
  /* background-image: url(../img/bg_pattern.webp); */
  /* background-repeat: initial; */
  background-image: url(../img/bg_price_black.webp);
  background-position: center top;
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  z-index: 0;
}

.bg_black {
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  background-image: url(../img/bg_black.webp);
  background-size: cover;
  background-position: bottom;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sec04 {
    /* padding-top: 55rem; */
    padding-bottom: 3rem;
  }
}

.date_tx {
  width: 280px;
  margin: auto;
  margin-bottom: 7.5rem;
}

@media screen and (max-width: 768px) {
  .date_tx {
    width: 180px;
    margin-bottom: 4rem;
  }
}

.price_tx {
  width: 600px;
  margin: auto;
  margin-bottom: 2.5rem;
}

.price_tx_02 {
  width: 400px;
  margin: auto;
  margin-bottom: 7.5rem;
}

@media screen and (max-width: 768px) {
  .price_tx {
    width: 300px;
    margin-bottom: 1.5rem;
  }

  .price_tx_02 {
    width: 240px;
    margin: auto;
    margin-bottom: 3.5rem;
  }
}

.date_ct {
  width: 768px;
  margin: auto;
  padding-bottom: 8rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .date_ct {
    width: 100%;
    justify-content: space-evenly;
    padding-bottom: 4rem;
  }
}

.date_border {
  width: 1px;
  height: 188px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .date_border {
    height: 102px;
  }
}

.date_box {
  width: 188px;
}

@media screen and (max-width: 768px) {
  .date_box {
    width: 100px;
  }
}

.price_ct {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .price_ct {
    flex-direction: column;
  }
}

.price_box {
  width: 60%;
  width: 378px;
  margin: 0 1rem;
}

@media screen and (max-width: 768px) {
  .price_box {
    width: 100%;
    margin: 0;
    padding: 0 2rem;
  }
}

.lead_ct {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 100;
}


.lead_box {
  margin: 0 1rem;
}

.price_lead_h {
  font-size: 1.4rem;
}

.price_lead_link {
  display: block;
  color: #fff;
  padding-bottom: 1rem;
}

.lead_ct {
  display: flex;
  justify-content: center;;
}

@media screen and (max-width: 768px) {
  .lead_ct {
    flex-direction: column;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 768px) {
  .lead_box {
    margin-bottom: 2rem;
  }
}

.ticket_btn_red a {
  background: linear-gradient(#ce004a, #c20d22);
  font-family: sans-serif;
  color: #fff;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 450px;
  padding: 2.5rem 12rem;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 4rem;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .ticket_btn_red a {
    max-width: 300px;
    padding: 2.5rem 3rem;
  }
}

.ticket_btn_red a:after {
  position: absolute;
  top: 50%;
  right: 120px;
  border-radius: 1px;
  transition: 0.2s ease-in-out;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
  z-index: 99;
}
.ticket_btn_red a:hover {
  background: #313131;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .ticket_btn_red a {
    max-width: 300px;
    padding: 2.5rem 3rem;
  }

  .ticket_btn_red a:after {
    right: 60px;
  }
}

.btn_lead {
  font-size: 1.4rem;
  font-family: sans-serif;
  text-align: center;
  color: #fff;
}

.sec04_map {
  display: flex;
  align-items: center;
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .sec04_map {
    flex-direction: column;
  }
}

.map_box {
  width: 50%;
  color: #fff;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .map_box {
    width: 100%;
    height: 260px;
  }

  .map_box:first-child {
    padding: 0 2rem;
  }
}

.map_box iframe {
  width: 100%;
  height: 600px;
  margin-top: -170px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 768px) {
  .map_box iframe {
    height: 300px;
  }
}

.map_tx {
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  line-height: 175%;
}

.tx_theater {
  width: 80%;
  max-width: 390px;
  margin: auto;
  margin-bottom: 2rem;
}

.sec05 {
  padding-bottom: 5rem;
}

.closing_img {
  position: relative;
}

/* CSS */
.closing_img_right {
  opacity: 0.1; /* 初めは画像を半透明にする */
  transition: opacity 2s; /* フェード効果を追加 */
}

/* スクロールして要素が可視範囲に入ったら不透明度を変更するためのクラス */
.closing_img_right.visible {
  opacity: 1;
}

.closing_logo {
  max-width: 417px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}

.credit {
  text-align: center;
    color: #fff;
    line-height: 200%;
    width: 100%;
}

@media screen and (max-width: 768px) {
  .credit {
    font-size: 1.2rem;
    padding-bottom: 2rem;
    padding: 0 2rem;
  }
}

.footer_ct {
  width: 80%;
  max-width: 1024px;
  margin: auto;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .footer_ct {
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
}

.footer_logo_ct {
  display: flex;
}

.footer_logo_box {
  height: 45px;
  margin-right: 3.2rem;
}

.footer_logo_box img {
  width: auto;
  height: 45px;
}

@media screen and (max-width: 768px) {
  .footer_logo_ct {
    align-items: center;
    margin-bottom: 8rem;
  }

  .footer_logo_box {
    height: 50px;
    margin-right: 2.4rem;
  }

  .footer_logo_box:last-child {
    margin-right: 0;
  }

  .footer_logo_box img {
    width: auto;
    height: 40px;
  }
}

.footer_btn_ct {
  width: 150px;
  text-align: center;
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.closing_btn {
  margin-bottom: 4rem;
  text-align: center;
  position: relative;
  display: block;
}

.round_tx {
  position: absolute;
  top: -40%;
  left: 0%;
  width: 148px;
  animation: 10s linear infinite rotation1;
}

.btn_tx {
  width: 76px;
}

.copywrite {
  font-family: sans-serif;
  color: #fff;
  width: 80%;
  max-width: 1024px;
  margin: auto;
  padding: 0 0 3rem 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .copywrite {
    width: 100%;
  }
}

.ytp-chrome-top-buttons {
  display: none!important;
}