@charset "UTF-8";
.yet{
  pointer-events: none;
  color: rgb(150,150,150);
}
#loading{
  width: 100%;
  height: 100%;
}
.loading_inner{
  background-color: rgba(0,0,0);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
}
@keyframes sk-scaleout {
  0% {
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.anim-box.fade-in-bottom{
  opacity: 0;
}
.is-animated.fade-in-bottom {
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(2%);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

.loader{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  height: 134px;
  width: 400px;
  animation: sk-scaleout 3.0s infinite ease-in-out;
}
.loader img{
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.loaded{
  opacity: 0;
  display: none;
  visibility: hidden;
}
body{
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP','游ゴシック体','游ゴシック','Yu Gothic','メイリオ',Meiryo,sans-serif;
  overflow-wrap: normal;
  line-height: 1.75;
  background: #FFF9F3;
}
main{
  width: 100%;
  overflow-x: hidden;
}
.sp, .img-sp{
  display: none;
}
#background_mv{
  position: fixed;
  z-index: -15;
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
}

#video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
/* .bg_mv_area{
  position: relative;
  z-index: 1;
  top: 0;
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(90deg,rgba(228,0,115,.5) 0,rgba(76,0,227,.5) 100%),url(../img/bg_dot.png);
} */
/* HEADER
------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Cherry+Swash&display=swap');

header{
  /* background: rgb(165,0,81); */
  background: rgb(0,0,0);
  width: 100vw;
  position: fixed;
  position: -webkit-fixed;
  z-index: 200;
  top: 0;
  left: 0;
  padding-top: 0;
  font-style: italic;
  font-family: Times New Roman, "メイリオ";
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  font-size: 16px;
}
header .header_inner{
  height: 60px;
  line-height: 60px;
}
header #nav{
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
#top{
  color: white;
}
header .nav_list{
  display: flex;
  color: white;
  justify-content: left;
  padding: 0 0 0 20px;
}

header .nav_list .nav_item{
  padding: 0 14px;
  font-size: 16px;
}
header .nav_list .nav_item:last-child{
  padding: 0 0 0 14px;
}
@keyframes txtshda{
0%{text-shadow:0px 0px 0px #ff8000ff,0px 0px 0px #ff8000ff,0px 0px 0px #ff8000ff,0px 0px 0px #ff8000ff,0px 0px 0px #ff8000ff,0px 0px 0px #ff8000ff,0px 0px 0px #ff8000ff,0px 0px 0px #ff8000ff;}
100%{text-shadow:100px 100px 0px #ff800000,-100px 100px 0px #ff800000,100px -100px 0px #ff800000,-100px -100px 0px #ff800000,150px 0px 0px #ff800000,-150px 0px 0px #ff800000,0px 150px 0px #ff800000,0px -150px 0px #ff800000;}
}
header .nav_item a{
  position: relative;
}
header .nav_item a::after{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
 -webkit- transform: translateX(-50%);
  color:rgba(255,255,255,0);
  content:"★";
}
header .nav_item a:hover::after{
  animation:txtshda 0.7s linear 0s;
}
.header_inner .adv img{
  width: 100%;
  vertical-align: middle;
}

.section_title{
  font-size: 5vh;
  font-family: Times New Roman, "メイリオ";
  margin-bottom: 30px;
  color: rgb(176,60,158);
}
.wrap{
  padding: 100px 50px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
/* MAIN ---------------------*/
@keyframes flash{
   0% {
      opacity: 0;
   }
   100% {
      opacity: 1;
   }
}
.mainv_wrap{
  background-color: rgb(0,0,0);
  height: 100%;
}
.mainvisual{
  padding-top: 60px;
  width: 100%;
  height: 100%;
  animation: flash 1.2s linear;
}
.main_img{
  position: relative;
  width: 100%;
  /* min-height: 100vh;
  background: url(../img/mainvisual2_2.jpg) no-repeat right top;
  background-size: cover; */
}
.mainvisual_contents{
  position: absolute;
  width: 45%;
  top: 150px;
  left: 2%;
}
.mainvisual_release{
  width: 65%;
  margin: 50px auto 70px;
}
.mainvisual_banner{
  width: 42%;
  margin: 0 auto;
}
.mainvisual_banner a:hover img{
  opacity: 0.5;
  transition: 0.5s;
}

.mainvisual .ondemandBox ul {
  list-style: none;
  margin: 0 auto 50px;
  padding: 0;
  max-width: 90%;
}
.mainvisual .ondemandBox ul:after {
   content: "";
   display: block;
   clear: both;
}
.mainvisual .ondemandBox ul li {
  float: left;
  width: calc(16.66% - 13px);
  margin-right: 15px;
  margin-bottom: 15px;
}
.mainvisual .ondemandBox ul li:nth-child(6n){
  margin-right: 0;
}

.main_sp_banner_wrap{
  position: relative;
}
.main_sp_banner_wrap .banner{
  position: absolute;
  width: 64%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.mainvisual img{
  width: 100%;
}
.banner_kansei{
  margin-bottom: 20px;
}
.banner_small{
  width: 77%;
  margin: 0 auto 20px;
}


/* SLIDE SHOW------------ */
@keyframes slider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.img_slider{
  width: 100%;
  overflow: hidden;
}
.img_slider_inner{
  display: flex;
  width: 240%;
}
.slider_item{
  width: 120%;
  animation: slider 30s infinite linear both;
}
.slider_item img{
  width: 100%;
}
/* NEWS------------------------ */
#news .news_logo img{
  width: 200px;
}
#news .news_logo_img{
  width: fit-content;
  background-color: rgba(255,255,255,0.5);
  text-align: center;
}
#news .news_logo_img a{
   margin: 0 20px;
}
#news .news_logo_img a:hover{
  transition: 0.5s;
  opacity: 0.5;
}
#news .news_mv{
  width: 100%;
  max-width: 800px;
}
#news{
  background-image: url(../img/news_bg.jpg?230215);
  background-color: rgba(20,18,20);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: rgba(255,255,255);
}
#news .small{
  font-size: 22px;
}
.news_main strong{
  font-size: 20px;
  font-weight: bold;
  font-family: serif;
}

.newsContent .news_head{
  width: 100%;
  margin: 0 0 30px 0;
  zoom: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: rgb(229,78,205);
}
.newsContent .news_head .date{
  position: relative;
  font-family: "Crimson Text", serif;
  width: 190px;
  letter-spacing: 0.15rem;
  font-size: 25px;
  line-height: 25px;
}
.newsContent .news_head .line{
  background: rgb(229,78,205);
  height: 1px;
  width: 100%;
}
.newsContent .news_main .news_title{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  color: rgb(229,78,205);
  font-family: serif;
}
.newsContent .news_main p{
  font-size: 15px;
}
.newsContent .news_main ul {
  font-size: 15px;
  list-style: disc;
  margin: 1em 0 2em 1.5em;
}
.more{
  margin-top: 20px;
  font-size: 16px;
}
.btn_img{
  width: 120px;
}
.btn_img:hover{
  opacity: 0.5;
  transition: 0.6s;
}
.more img{
  width: 100%;
}
summary {
  outline: none;
}
details[open] .in-details {
  animation: fadeIn 1.5s ease;
}
details:not([open]) .in-details {
  opacity: 0;
  transform: translateY(-10px);
}
/* ボタン共通設定 */
.btn03{
    /*影の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
    text-align: center;
    background: transparent;
	border-radius: 25px;
	border: solid 1px rgba(192,151,172);
    outline: none;
    /*アニメーションの指定*/
    transition: all 0.2s ease;
}

/*hoverをした後のボタンの形状*/
.btn03:hover{
	border-color:transparent;
}

/*ボタンの中のテキスト*/
.btn03 span {
	position: relative;
	z-index: 2;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
    /*テキストの形状*/
	display: block;
    padding: 10px 30px;
	background:rgba(251,230,239);
	border-radius: 25px;
	color:rgba(192,151,172);
    /*アニメーションの指定*/
    transition: all 0.3s ease;
}

/*== 下に押し込まれる（立体が平面に） */

/*影の設定*/
.pushdown:before {
    content:"";
    /*絶対配置で影の位置を決める*/
    position: absolute;
	/* z-index: -1; */
    top:4px;
    left:0;
    /*影の形状*/
    width: 100%;
    height: 100%;
	border-radius: 25px;
    background-color: rgba(192,151,172);
}

/*hoverの際にY軸に4pxずらす*/
.pushdown:hover span {
	background-color: rgba(192,151,172);
	color: rgba(251,230,239);
	transform: translateY(4px);
}

/* INTRODUCTION-------------------- */
#introduction{
  min-height: 100vh;
  font-family: "Noto Serif JP", serif;
  background-image: url(../img/intro_bg.jpg);
  background-color: rgb(118,85,28);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#introduction::before{
  background-image: url(../img/intro_bg.jpg);
    background-color: rgb(118,85,28);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  content: '';
  position: absolute;
  filter: blur(5px);
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
}
.intro_main{
  color: rgba(255,255,255,1);
}
.intro_main strong{
  font-size: 28px;
}
.intro_main span{
  font-size: 20px;
  font-weight: bold;
}
/* STORY--------------------------- */
#story{
  font-family: "Noto Serif JP", serif;
  background: url(../img/story_bg_2.jpg) no-repeat left top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 100vh;
}

.story_main{
  min-height: inherit;
}
.story_txt{
  min-height: inherit;
  width: 50%;
  margin-right: 0;
  margin-left: auto;
  background: rgba(255,255,255,0.9);
  padding: 100px 50px;
}
/* CAST-------------------- */
#cast{
  font-family: 'Noto Serif JP', serif;
  background-image: url(../img/cast_bg.jpg);
  background-color: #FCBB76;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: rgb(255,255,255);
}
#cast::before{
  background-image: url(../img/cast_bg.jpg);
  background-color: #FCBB76;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  content: '';
  position: absolute;
  filter: blur(2px);
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
}
.intro_main{
  color: rgba(255,255,255,1);
}
#cast img{
  width: 100%;
}
.cast_wrap{
  max-width: 1080px;
}
.cast_bottom{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.castbox_big{
  width: 30%;
  max-width: 300px;
  margin: 0 auto 60px;
}
.castbox{
  width: 35%;
  max-width: 300px;
  margin: 0 auto 60px;
}
.cast_img_btn{
  margin:0 auto;
  overflow:hidden;
}
.cast_img_btn a img:hover{
  transition: 1.2s;
  transform:scale(1.1,1.1);
}
.castbox_big .cast_name01{
  text-align: center;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 5px;
}
.castbox_big .cast_name02{
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 5px;
}
.cast_name01{
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
  letter-spacing: 5px;
}
.cast_name02{
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 3px;
  color: #38A1DB;
}
.cast_btn{
  margin-top: 20px;
  text-align: center;
  letter-spacing: 3px;
}
.cast_btn a{
  text-decoration: none;
  background-image: linear-gradient(90deg, rgb(165,0,81),rgb(165,0,81)); /* 線の色 */
  background-repeat: no-repeat;
  background-position: left bottom; /* 線の起点を左・下に設定 */
  background-size: 0 1px; /* 線の横幅を0、縦幅を1pxに */
  transition: background-size 0.6s; /* 線を伸ばすアニメーション実行時間を指定 */
}
.cast_btn a:hover{
  background-size: 100% 1px; /* 線の横幅を100%にする */
}
/* STAFF----------------------------- */
#staff{
  background-image: url(../img/bg_01.jpg);
  background-color: #FEF3E6;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: rgb(0,0,0);
}

#staff img{
  width: 100%;
}
.staff_main{
  font-family: 'Noto Serif JP', serif;
}
.staff_wrap{
  margin-bottom: 100px;
}
.staff_flex{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.staff_flex .staff_img{
  margin-left: 20px;
}
.staff01{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.staff03 .staff_img{
  width: 100%;
  max-width: 400px;
}
.staff04 .staff_img{
  width: 100%;
  max-width: 200px;
}
.staff_img{
  width: 20%;
}
.staff_txt_wrap{
  width: 72%;
}
.staff03 .staff_txt_wrap{
  width: 100%;
}
.staff02{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.staff_name01{
  letter-spacing: 3px;
  font-size: 14px;
  margin-bottom: 10px;
}
.staff_name02{
  letter-spacing: 5px;
  font-size: 24px;
  margin-bottom: 20px;
}
.staff_txt{
  line-height: 190%;
}
.staff03 .staff_txt{
  margin-top: 20px;
}
.staff_name02 span{
  font-size: 16px;
  font-weight: normal;
}
/* TRAILER------------------ */
#trailer .more{
  margin-right:  0;
  margin-left: auto;
}
#trailer{
  background-image: url(../img/trailer_bg.JPG);
  background-color: #FEF3E6;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: rgb(255,255,255);
}
#trailer::before{
  background-image: url(../img/trailer_bg.JPG);
  background-color: #FEF3E6;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  content: '';
  position: absolute;
  filter: blur(3px);
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
}
#trailer .mv_title{
  text-align: center;
}
.mvsp{
  display: none;
}
.mvpc{
	position: relative;
  width: 100%;
	height: fit-content;
}
.mvpcBtn{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
	z-index: 3;

}
.mvpcSam{
	width: 100%;
}
.mvpcSam img{
	width: 100%;
}
.mvpcBtn img{
  width: 100%;
}
.play{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.slider{
  text-align: center;
}
#trailer ul{
  max-width: 1170px;
  margin: 0 15px;
}
#trailer ul li{
  margin: 0 15px;
  border-radius: 10px;
}
#trailer ul li span{
	font-size: 16px;
  line-height: 1;
  display: inline-block;
	margin: 15px 0 0;
}
#trailer ul li iframe{width: 100%;
  height: 225px;
  border-radius: 10px;
}
.slick-slide{
  margin: 0 30px;
}
#trailer ul.slick-dots{
	display: inline-block;
  margin: 50px 0 70px;
}
#trailer ul.slick-dots li {
	width: 15px;height: 15px;display: inline-block;
	cursor: pointer;position: relative;margin: 0 5px;
	background: none;border: none;
}
ul.slick-dots li button {
	width: 15px;height: 15px;display: none;
}
ul.slick-dots li::before ,
ul.slick-dots li.slick-active::after {
	content: "";width: 15px;height: 15px;border-radius: 50%;display: block;
	background: #ffc0d3;position: absolute;top: 0;left: 0;
}
ul.slick-dots li.slick-active::before {background: #d6416e;}
ul.slick-dots li.slick-active::after {
	width: 5px;height: 5px;background: #fff;
	position: absolute;top: -100%;bottom: -100%;left: -100%;right: -100%;margin: auto;
}
#trailer .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#trailer .youtube iframe {
  width: 100%;
  height: 100%;
}
.trailer_tab{
  width: 100%;
  margin-top: 30px;
  font-family: Times New Roman, "メイリオ";
}
.movie_buttons{
  display: flex;
  justify-content: center;
  font-weight: bold;
  flex-wrap: wrap;
}
.movie_buttons li{
  margin: 0 15px 20px;
  font-size: 18px;
}
.movie_buttons a{
  padding: 8px 25px;
  border: 1px solid rgb(176,60,158);
  color: rgb(176,60,158);
  display: inline-block;
}
.movie_buttons li.active a{
  background: rgb(176,60,158);
  color: rgb(255,255,255);
}
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #fff;
}
.area.is-active {
  display: block;/*表示*/
  animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
footer{
  text-align: center;
  font-size: 20px;
  line-height: 1.75;
}
.footer_top{
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}
.footer_top::before{
  width: 100%;
  height: 100%;
  background-image: url(../img/footer_bg.jpg);
  background-color: rgb(140,140,140);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  content: '';
  position: absolute;
  filter: blur(3px);
  top: 0;
  right: 0;

  z-index: -1;
}
footer h2 span{
  font-size: 32px;
}
footer img{
  width: 100%;
  max-width: 1020px;
}
footer strong{
  font-size: 40px;
  font-family: "Crimson Text", serif;
  color: rgb(176,60,158);
  font-weight: bold;
}
footer .credit{
  font-size: 16px;
  margin-bottom: 20px;
}
footer .credit01{
  margin-bottom: 20px;
}
footer .credit03{
  max-width: 90px;
  width: 100%;
  margin: 0 auto 20px;
}
footer h3 span{
  font-size: 40px;
  font-weight: bold;
}
footer h4{
  font-size: 25px;
  font-weight: bold;
}
footer .footer_inner{
  padding: 50px 20px;
  max-width: 1280px;
  margin: 0 auto;
}
footer .footer_under{
  background: rgb(255,255,255);
}
footer .footer_inner .corp_logo{
  font-family: serif;
  margin-top: 50px;
  font-size: 16px;
  color: #595757;
  /* border-top: 1px solid rgb(0,0,0); */
}
footer .footer_release{
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
footer .footer_inner .corp_logo h3{
  font-weight: bold;
  font-size: 40px;
  color: rgb(0,0,0);
  margin-top: 20px;
}
footer .footer_inner .corp_logo img{
  width: 100%;
}
footer .footer_inner .corp_logo ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
footer .footer_inner .corp_logo ul li{
  width: 20%;
  padding: 0 5px;
  margin: 5px 0 10px;
}
footer .footer_inner #kyouryoku.corp_logo ul li{
  width: 50%;
  padding: 0 5px;
  margin: 10px 0 15px;
}
footer .footer_inner #kyouryoku.corp_logo ul li img{
  max-width: 200px;
}
footer .footer_inner .corp_logo .big img{
  width: 56px;
}
footer .footer_inner .corp_logo .middle img{
  width: 65%;
}
footer .footer_inner .corp_logo .big_2 img{
  width: 80px;
}

footer #supporter{
  margin-top: 100px;
}
footer #supporter ul{
  justify-content: center;
}
footer .details-content{
  justify-content: center;
  animation: fadeIn 1.5s ease;
}
footer summary{
  padding: 10px;
  background: rgb(200,200,200);
  width: 100%;
  max-width: 580px;
  margin: 20px auto;
}
footer details:not([open]) .details-content{
  opacity: 0;
  transform: translateY(-10px);
}

footer #supporter .details-content li{
  width: initial;
  white-space: nowrap;
  font-size: 30px;
  padding: 0 30px;
  line-height: initial;
  height: 30px;
  color: rgb(0,0,0);
}
footer #supporter .details-content li img{
  height: 100%;
  width: initial;
}
footer #supporter .details-content li span{
  font-size: 24px;
}
footer #supporter .details-content .three{
  /* width: 33%; */
}
/* SP
------------------------------------- */
@media screen and (max-width: 912px){
  .banner_kansei{
    margin-bottom: 30px;
  }
  .loader{
    height: 84px;
    width: 250px;
  }
  .bg_mv_area{
    height: auto;
    padding-bottom: calc(100%*350/750);
  }
  .img-pc{
    display: none;
  }
  .img-sp{
    display: block;
  }
  .header_inner .adv{
    color: #e4007f!important;
    font-weight: bold;
    font-size: 15px;
  }
  .header_inner .adv span{
    font-size: 10px;
  }
  header .header_inner{
    padding-right: 50px;
    padding-left: 10px;
  }
  /* ハンバーガー
  ---------------------------------- */
  header .nav_list{
    flex-direction: column;
  }
  #nav {
    flex-direction: column;
    justify-content: flex-start!important;
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px!important; /* スマホに収まるサイズ */
    max-width: 100vw;
    height: 100vh;
    padding-top: 60px!important;
    padding-bottom: 60px!important;
    margin-top: 60px;
    /* background-color: rgb(165,0,81); */
    background: rgb(0,0,0);
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  header .nav_list{
    padding: 0;
  }
  header .nav_list .nav_item:last-child{
    padding: 0 14px;
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
  }
  .nav_item a{
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
  }
  .nav_item button{
    display: block;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open #nav {
    padding-top: 60px;
    top: 0;
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }

  .section_title{
    margin-bottom: 10px;
  }
  /* SLIDER------------------- */
  .img_slider{
    width: 100%;
    overflow: hidden;
  }
  .img_slider_inner{
    display: flex;
    width: 480%;
  }
  .slider_item{
    width: 240%;
    animation: slider 30s infinite linear both;
  }
  /* NEWS----------------------- */
  #news{
    background-position: center top;
    background-color: rgb(60,54,60);
    background-attachment: scroll;
  }
  /* INTRODUCTION--------------- */
  #introduction{
    background-attachment: scroll;
    background-position: center top;
  }
  #introduction::before{
    background-attachment: scroll;
    background-position: center top;
  }
  /* STORY---------------- */
  #story{
    background-attachment: scroll;
    background-position: center top;
    min-height: initial;
  }
  .story_img img{
    width: 100%;
  }
  .story_txt{
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    background: rgba(255,255,255,1);
    padding: 20px 7% 100px;
  }
  /* CAST---------------- */
  #cast{
    background-attachment: scroll;
    background: none;
    position: initial;
  }
  #cast::before{
    background-attachment: scroll;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: -10;
  }
  .castbox_big .cast_name01{
    text-align: center;
    margin-top: 20px;
    font-size: 30px;
    letter-spacing: 5px;
  }
  .castbox_big .cast_name02{
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 5px;
  }
  .cast_name01{
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 5px;
  }
  .cast_name02{
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 3px;
    color: #38A1DB;
  }
  /* STAFF--------------- */
  #staff{
    background-attachment: scroll;
    background-position: center top;
  }
  .staff_flex{
    flex-direction: column;
    justify-content: initial;
    align-items: initial;
  }
  .staff_flex .staff_img{
    margin: 0 auto 20px;
  }
  .staff01{
    flex-direction: column;
  }
  .staff_img{
    width: 50%;
    max-width: 250px;
    margin-bottom: 20px;
  }
   .staff_txt_wrap{
    width: 100%;
  }

  .staff02{
    flex-direction: column-reverse;
  }
  .staff04 .staff_img{
    width: 50%;
  }

  /* TRAILER------------- */
  #trailer{
    background-attachment: scroll;
    background-position: center top;
  }
  #trailer::before{
    background-attachment: scroll;
    background-position: center top;
    filter: blur(2px);
  }
  #trailer ul{
    margin: 0 auto;
  }

  footer .credit03{
    max-width: 70px;
  }
  footer #supporter .details-content li{
    font-size: 24px;
    padding: 0 25px;
  }
  footer #supporter .details-content li span{
    font-size: 18px;
  }
}

@media screen and (max-width: 600px){
  .mainvisual{
    height: initial;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block!important;
  }
  .header_inner .adv{
    font-size: 1vw;
  }
  .header_inner .adv span{
    font-size: 1vw;
  }
  #nav {
    width: 280px!important; /* スマホに収まるサイズ */
  }
  .nav_item a {
    padding: 0;
  }
  .wrap{
    padding: 50px 7%;
  }
  /* NEWS--------------------------- */
  #news .small{
    font-size: 14px;
  }
  .newsContent .news_main .news_title{
    font-size: 24px;
  }
  .newsContent .news_head .date{
    font-size: 18px;
    width: 130px;
  }
  .newsContent .news_head .date:after{
    width: 200px;
    left: 130px;
  }
  .newsContent .news_main img{
    width: 100%;
  }
  /* INTRODUCTION--------------- */
  #introduction{
    font-size: 15px;
  }
  .intro_main strong{
    font-size: 20px;
  }
  .intro_main span{
    font-size: 16px;
    font-weight: bold;
  }
  /* STORY---------------------- */
  #story{
    font-size: 15px;
  }
  /* CAST------------------------------- */
  .cast_main{
    flex-direction: column;
  }
  .castbox_big{
    width: 100%;
    max-width: 250px;
    margin: 0 auto 50px;
  }
  .castbox{
    width: 45%;
  }
  .cast_name01{
    font-size: 20px;
  }
  .cast_name02{
    margin-top: 5px;
  }
  .cast_btn{
    margin-top: 5px;
  }
  /* STAFF---------------- */
  #staff{
    font-size: 15px;
  }
  /* TRAILER-------------- */
  #trailer ul.slick-dots{
    margin-bottom: 20px;
  }


  footer{
    font-size: 16px;
  }
  footer .footer_inner{
    padding-top: 20px;
  }
  footer .footer_top{
    padding-top: 0;
  }
  footer strong{
    font-size: 24px;
  }
  footer .credit{
    font-size: 12px;
    margin-bottom: 10px;
  }
  footer .credit03{
    max-width: 30px;
    margin-bottom: 10px;
  }
  footer h2{
    font-size: 16px;
  }
  footer h2 span{
    font-size: 24px;
  }
  footer h3 span{
    font-size: 24px;
  }
  footer .footer_inner .corp_logo ul li{
    width: 50%;
    font-size: 12px;
  }
  footer #supporter .details-content li{
    font-size: 16px;
    padding: 0 25px;
  }
  footer #supporter .details-content li span{
    font-size: 12px;
  }

  .main_sp_banner_wrap .banner {
    width: 100%;
  }
  .main_sp_banner_wrap .banner .topCopy {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 40px;
  }
  .main_sp_banner_wrap .banner .topCopy img {
    width: 75%;
  }
  .mainvisual_banner{
    width: 70%;
  }
}
