@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
    background:#08022d;
    font-family: 'Shippori Mincho', serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	color:#fff;
	height:100%;
	box-sizing: border-box;
}

html{
	height:100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none;}

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}


.pcview{
	width:100%;
}

.spview{
	display: none;
}

.scrollShowEffect1 {
	-webkit-transition: all 2.0s;
	   -moz-transition: all 2.0s;
	    -ms-transition: all 2.0s;
	     -o-transition: all 2.0s;
	        transition: all 2.0s;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	opacity:0;
}

.scrollShowEffect2 {
	-webkit-transition: all 2.0s;
	   -moz-transition: all 2.0s;
	    -ms-transition: all 2.0s;
	     -o-transition: all 2.0s;
	        transition: all 2.0s;
	-webkit-transition-delay: 0.3s;
	   -moz-transition-delay: 0.3s;
	    -ms-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
	opacity:0;
}

.scrollShowEffect3 {
	-webkit-transition: all 2.0s;
	   -moz-transition: all 2.0s;
	    -ms-transition: all 2.0s;
	     -o-transition: all 2.0s;
	        transition: all 2.0s;
	-webkit-transition-delay: 0.6s;
	   -moz-transition-delay: 0.6s;
	    -ms-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
	opacity:0;
}

.scrollShowEffect4 {
	-webkit-transition: all 2.0s;
	   -moz-transition: all 2.0s;
	    -ms-transition: all 2.0s;
	     -o-transition: all 2.0s;
	        transition: all 2.0s;
	-webkit-transition-delay: 0.9s;
	   -moz-transition-delay: 0.9s;
	    -ms-transition-delay: 0.9s;
	     -o-transition-delay: 0.9s;
	        transition-delay: 0.9s;
	opacity:0;
}

.scrollShowEffect-R {
	-webkit-transform: translate3d(30%, 0%, 0);
	   -moz-transform: translate3d(30%, 0%, 0);
	    -ms-transform: translate3d(30%, 0%, 0);
	     -o-transform: translate3d(30%, 0%, 0);
	        transform: translate3d(30%, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-30%, 0%, 0);
	   -moz-transform: translate3d(-30%, 0%, 0);
	    -ms-transform: translate3d(-30%, 0%, 0);
	     -o-transform: translate3d(-30%, 0%, 0);
	        transform: translate3d(-30%, 0%, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 50px, 0);
	   -moz-transform: translate3d(0, 50px, 0);
	    -ms-transform: translate3d(0, 50px, 0);
	     -o-transform: translate3d(0, 50px, 0);
	        transform: translate3d(0, 50px, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -50px, 0);
	   -moz-transform: translate3d(0, -50px, 0);
	    -ms-transform: translate3d(0, -50px, 0);
	     -o-transform: translate3d(0, -50px, 0);
	        transform: translate3d(0, -50px, 0);
}

.scrollShowEffect-Z {
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
}

.scrollShowEffect-O {
	-webkit-transform: scale( 1.2,  1.2);
	transform: scale( 1.2,  1.2);
}


.scrollShowEffect1.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect2.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect3.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect4.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.mb0{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.mb5{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 5px;
	line-height: 140%;
}

.mb10{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb20{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb30{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.mb50{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}

.mb100{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 100px;
}

.pcbr {
	display:inline;
}

.loading{
  width: 100vw;
  height: 100vh;
  background: linear-gradient(-20deg, #3b0b25 0%, #08022d 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
}

.loading img{
  width:200px;
  padding-bottom: 30px;
}


#header_wrapper{
	width:100%;
    height:50px;
	padding:0 1.5% ;
	overflow: hidden;
    position: fixed;
    left:0;
    top:0;
	z-index: 100;
    background-color: #d9353f;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}

.showNavi #header_wrapper{
  opacity:1;
  -webkit-transition-delay:3.3s;
  transition-delay:3.3s;
}

#header_wrapper img{
	height:100%;
	width:auto;
}

.headermenu nav{
	width: 85%;
    float: left;
	padding:20px 0 15px 0;
    box-sizing: border-box;
	font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 1px;
}

.headermenu nav ul li {
	display: inline-block;
	margin-right: 1.5%;
    padding-right: 1.5%;
    border-right: 1px solid #0d032c;
}

.headermenu li:after {
  content: " ";
  margin-left: -1px;
}

.headermenu a {
  transition: 0.9s;
  text-decoration: none;
  outline: none;
  color: #0d032c;
}

.headermenu a:hover {
  transition: 0.9s;
  text-decoration: none;
  outline: none;
  color: #fff;
}

.headermenu li:last-child{
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.sns_wrapper{
	width:26px;
    height:26px;
    float: right;
    overflow: hidden;
    line-height: 100%;
    margin-top:13px;
}

.sns{
	width:26px;
    height:26px;
    float: right;
}

.sns a{
  display: block;
  position: relative;
  outline: none;
}

.sns .hoverimg{
  position: absolute;
  bottom:0%;
  left:0%;
  -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
  z-index: 301;
	outline: none;
	opacity: 0;
}

.sns a:hover .hoverimg{
  	bottom: 0%;
	outline: none;
	text-decoration: transparent;
	opacity: 1;
}


#top_wrapper{
    width:100%;
	height: auto;
    position: relative;
	overflow: hidden;
}

#top_wrapper img{
	width:100%;
	height: auto;
}

.spmain{
	display: none;
}

.topmain{
    width:100%;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .topmain{
  opacity:1;
  -webkit-transition-delay:0.5s;
  transition-delay:0.5s;
}

.name{
    width:20%;
    position: absolute;
    left: 15%;
    top:7%;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .name{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}

.logo{
    width:35%;
    position: absolute;
    left: 4.6%;
    bottom:0;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .logo{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}

.prize{
    width:42.5%;
    position: absolute;
    right: 3.5%;
    top:8%;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .prize{
  opacity:1;
  -webkit-transition-delay:1.8s;
  transition-delay:1.8s;
}

.bilingday{
    width:42.5%;
    position: absolute;
    right: 3.5%;
    bottom:5%;
}

.biling{
    width:100%;
    margin-bottom: 3%;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .biling{
  opacity:1;
  -webkit-transition-delay:2.2s;
  transition-delay:2.2s;
}


.day{
    width:80%;
    margin:0 auto 20px;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .day{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}


.haishin_wrapper{
    width:30%;
    margin:0 auto;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
    overflow: hidden;
}
  
.showNavi .haishin_wrapper{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
}

.haishin{
    width:49%;
    float: left;
    margin-right: 2%;
}

.haishin:nth-child(2) {
  margin-right:0;
}

.haishin img {
	transition-duration: 0.5s;
}
.haishin img:hover {
    opacity: 0.5;
	transition-duration: 0.5s;
}


.star{
    width:5%;
    position: absolute;
    left: 1.5%;
    bottom:2%;
    overflow: hidden;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .star{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}

.star img {
	transition-duration: 0.5s;
}
.star img:hover {
    opacity: 0.5;
	transition-duration: 0.5s;
}

.catch1{
    width:1.4%;
    position: absolute;
    left:47%;
    top:12%;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
    transform: translateY(-70px);/* X軸方向に100px */
}
  
.showNavi .catch1{
  opacity:1;
  -webkit-transition-delay:2.6s;
  transition-delay:2.6s;
  transform: translateY(0);
}

.catch2{
    width:1.4%;
    position: absolute;
    left:43.5%;
    top:35%;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
    transform: translateY(-70px);/* X軸方向に100px */
}
  
.showNavi .catch2{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
  transform: translateY(0);
}

.sptopbtn{
    display: none;
}

#news_wrapper {
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  background-image:url("images/news/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding:7% 15% 7% 15%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  text-align:center;
}

.pt_e{
    width:100%;
    margin-bottom: 10px;
	font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 1px;
}

.pt_j{
    width:100%;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 50px;
}

.pt_center{
    text-align: center;
}

.pt_right{
    text-align: right;
}

.wp-api_wrapper{
	width:100%;
	overflow: hidden;
	margin-bottom: 70px;
}

.wp-apicard li{
	width:28%;
    display: inline-block;
    vertical-align: top;
	margin: 2.6666%;
	text-align:left;
    font-weight: 300;
}

.item_img {
  display: block;
  width: 100%;
  height: 213px;
  overflow: hidden;
  border:6px solid #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px -5px #777777;
}

.item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}
.item_img:hover img {
  transform: scale(1.1);
}

.newsday{
	font-size: 12px;
    font-weight: 300;
	margin-top:10px;
    text-align: left;
}

.newsmore{
	width:40%;
    margin:0 auto;
}

.newsmore a{
    padding:9px 0 7px 0;
    display: block;
    text-align: center;
    color: #fff;
    border:1px solid #fff;
    font-family: 'Josefin Sans', sans-serif;
    text-decoration: none;
    box-sizing: border-box;
	font-size: 11px;
    line-height: 11px;
	font-weight: 300;
	letter-spacing: 2px;
    transition: all  1.0s ease;
}

.newsmore a:hover{
    background-color: #fff;
    color: #0d032c;
    text-decoration: none;
}

#intro_wrapper{
    width:100%;
    overflow: hidden;
    background-color: #000;
}

#intro_wrapper img{
    width:100%;
    height: auto;
}

#intro_inner{
    width:100%;
    height: auto;
    box-sizing: border-box;
    padding:10% 10% 0 10%;
}

.ptintro{
    padding-left: 5%;
}

.introphoto_wrapper{
    width:90%;
    margin:0 auto 50px;
    overflow: hidden;
}

.introphoto{
    width:24%;
    float: left;
    margin-right: 1.33333%;
}

.introphoto:nth-child(4n) {
  margin-right:0;
}

.slider{
  width: 90%;
  margin:0 auto;
  position: relative;
  height:auto;
}

ul.bxslider,
ul.bxslider li {
margin:0;
padding:0;
height:auto;
}
  
.next-btn{
  width: 30px;
  height: 123px;
  position: absolute;
  right:-100px;
  top:30%;
  margin-top: -20px;
}
.prev-btn{
  width: 30px;
  height: 123px;
  position: absolute;
  left: -100px;
  top:30%;
  margin-top: -20px;
}
.bx-prev,.bx-next {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top:0;
  z-index: 100;
  /*background-color: #f90;*/
}

.intromidashi{
    width:100%;
    margin-bottom: 20px;
}

#story_wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  border:20px solid #d9353f;
  box-sizing: border-box;
  background-color: #090e12;
}

#story_wrapper img{
    width:100%;
    height: auto;
}

#story_inner{
    width:100%;
    height: auto;
    box-sizing: border-box;
    padding:0% 15% 10% 15%;
}

.storybox{
    width:32%;
    float: left;
    margin-right: 2%;
}

.storybox:nth-child(3) {
  margin-right:0;
}


#loop01{
	width:100%;
	overflow: hidden;
    box-shadow: 0px 0px 15px -5px #333;
}

#loop01 img{
	width:100%;
	height: auto;
}

#loop02{
	width:100%;
	overflow: hidden;
}

#loop02 img{
	width:100%;
	height: auto;
}

.loop_wrapper{
  display: flex;
  align-items: center;
  height: 200px;
　overflow: hidden;	
}

.loop_content {
  width: 333px;
  height: 200px;
}

.loop_wrap {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
}

@keyframes loop-slide {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(-100%);
  }
}

.loop_wrap2 {
  display: flex;
  animation: loop-slide2 20s infinite linear 1s both;
}

@keyframes loop-slide2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(-50%);
  }
}

#cast_wrapper {
  width: 100%;
  height: auto;
  background: url("images/cast/bg.jpg") 100% 0 no-repeat fixed;
  background-size:cover;
  overflow: hidden;
  color: #000;
}

#cast_wrapper img{
    width:100%;
    height: auto;
}

#cast_inner{
    width:100%;
    box-sizing: border-box;
    padding:10%;
}

.castbox_wrapper{
	width:100%;
    overflow: hidden;
}

.castbox{
	width:22%;
	float: left;
	margin-right: 4%;
    margin-bottom: 4%;
    box-sizing: border-box;
}

div.castbox:hover{
	cursor:pointer;
}

.castbox a{
	display: block;
	text-decoration: none;
	cursor:pointer;
}

.castbox:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    opacity: 0.7;
	cursor:pointer;
}

.castbox:nth-child(4n) {
  margin-right:0;
}

.cast_img{
    width:100%;
    margin-bottom: 20px;
    box-shadow: 0px 0px 15px -5px #666;
    border:1px solid #ddd;
    box-sizing: border-box;
    background-color: #e73140;
}

.cast_name1{
	width:100%;
	font-size: 11px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 1px;
	margin-bottom: 7px;
}

.cast_name2{
	width:100%;
	font-size: 15px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 1px;
	margin-bottom: 10px;
    color: #e73140;
}

.cast_name3{
	width:100%;
    font-family: 'Josefin Sans', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #1a3168;
	line-height: 13px;
	letter-spacing: 1px;
}


.removebtn{
  position: fixed;
  top: 3%;
  right: 3%;
  width: 50px;
  cursor: pointer;
}

.cast-popup>div{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color:rgba(231,49,64,0.98);
  color: #fff;
  box-sizing: border-box;
  padding:7% 25%;
}

.cast-pop-box{
  z-index: 10;
  width:100%;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

.castmodal_img{
	width:70%;
	margin: 0 auto 30px;
    box-shadow: 0px 0px 15px -5px #666;
    border:1px solid #ddd;
    box-sizing: border-box;
}

.castmodal_name1{
	width:100%;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 1px;
	margin-bottom: 7px;
    text-align: center;
}

.castmodal_name2{
	width:100%;
	font-size: 25px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 1px;
	margin-bottom: 10px;
    text-align: center;
}

.castmodal_name3{
	width:100%;
    font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 16px;
	letter-spacing: 1px;
    margin-bottom: 50px;
    text-align: center;
}

.castmodal_prof{
	width:100%;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
}



#director_wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #000;
  color: #fff;
}

#director_wrapper img{
    width:100%;
    height: auto;
}

#director_inner{
    width:100%;
    height: auto;
    box-sizing: border-box;
    padding:10% 20% 0 20%;
}

.d_phototext{
    width:100%;
    padding-bottom: 5%;
    margin-bottom: 5%;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.d_photo{
    width:22%;
    float: left;
}

.d_text{
    width:72%;
    float: right;
}

.dname1{
	width:100%;
	font-size: 14px;
    line-height: 14px;
	font-weight: 400;
	letter-spacing: 1px;
    margin-bottom: 7px;
}

.dname2{
	width:100%;
	font-size: 25px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.dname3{
	width:100%;
    font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 16px;
	letter-spacing: 1px;
    margin-bottom: 20px;
}

.d_prof{
    width:100%;
    font-size: 14px;
    line-height: 24px;
}

.d_filmo_midashi{
    width:100%;
    margin-bottom: 20px;
    font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 1px;
    font-size: 18px;
    font-weight: 300;
    color: #e73140;
}

.d_filmo{
    width:100%;
    font-size: 13px;
    line-height: 23px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

#rc_wrapper {
  width: 100%;
  height: auto;
  background: url("images/rc/bg.jpg") 100% 0 no-repeat fixed;
  background-size:cover;
  overflow: hidden;
  color: #fff;
  box-sizing: border-box;
  border:20px solid #fff;
}

#rc_wrapper img{
  width: 100%;
  height: auto;
}

#rc_inner{
  width: 100%;
  height: auto;
  padding:10%;
  box-sizing: border-box;
}


.commentbox{
	width:100%;
	margin-bottom: 8%;
    text-align: center;
}

.commenttext{
	width:100%;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #fff;
}

.commentname1{
	width:100%;
	font-size: 20px;
	font-weight: 300;
	color:#fff;
}

.commentname2{
	font-size: 12px;
	font-weight: 300;
	padding-left: 5px;
	vertical-align: middle;
	color:#fff;
}


#footer_wrapper{
    width:100%;
    overflow: hidden;
    background-color: #e73140;
}

#footer_wrapper img{
    width: 100%;
    height: auto;
}

.footerlogo{
    width:17%;
    margin:0 auto;
    padding:3% 0;
}

.topbottom{
    width:100%;
    padding:3% 20%;
    box-sizing: border-box;
    background-image: radial-gradient(#333 69%, #000 70%);
	background-size: 2px 2px;
    background-color: #222;
}

.topbottom img{
    width:100%;
    height: auto;
}

.top_mvtk{
    width:100%;
	padding:0;
    margin-bottom: 20px;
}

#mvtk-widgets-container{
	text-align: center;
	margin:0 auto;
}

.mvtkbtn_wrapper{
    width:60%;
    margin:0 auto;
    overflow: hidden;
}

.mvtkbtn{
	width:49%;
    float: left;
    margin-right: 2%;
    overflow: hidden;
}

.mvtkbtn:nth-child(2) {
  margin-right:0;
}

.mvtkbtn img {
	transition-duration: 0.5s;
}
.mvtkbtn img:hover {
    opacity: 0.5;
	transition-duration: 0.5s;
}


.commentbtn{
    width:12%;
    position: absolute;
    left:37.5%;
    bottom:2%;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
    background-color: #fff;
}
  
.showNavi .commentbtn{
  opacity:1;
  -webkit-transition-delay:2.6s;
  transition-delay:2.6s;
}

.commentbtn img {
	transition-duration: 0.5s;
}
.commentbtn img:hover {
    opacity: 0.5;
	transition-duration: 0.5s;
}

.casebox{
    width:100%;
    font-size: 14px;
    line-height: 26px;
    color: #ddd;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.casemidashi{
    width:30%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

@media screen and (max-width:1024px){
  
	
.loading img{
  	width: 200px;
	padding-bottom: 50px;
}
	
.pcview{
	display: none;
}

.spview{
	display: inherit;
	width:100%;
}

.pcbr {
	display:none;
}

	
.brtext::before {
	content: "\A" ;
	white-space: pre ;
}


.spmain{
	display: inherit;
    width:100%;
}


.btn-trigger_fix{
	width:70px;
	height:90px;
	position: fixed;
	bottom:0;
	right:0;
    z-index: 60;
	background: #d9353f;
    border-left: 3px double #0d032c;
    border-top: 3px double #0d032c;
}

.btn-trigger {
  position: relative;
  width: 36px;
  height: 31px;
  cursor: pointer;
  margin-left: 15px;
  margin-top:18px;
  z-index: 60;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0d032c;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 14.5px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn08.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-315deg);
  transform: translateY(15px) rotate(-315deg);
}
#btn08.active span:nth-of-type(2) {
  opacity: 0;
}
#btn08.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(315deg);
  transform: translateY(-14px) rotate(315deg);
}

.menuimg{
    width:70%;
    margin:-15px auto 0 auto;
}


nav.globalMenuSp {
  position: fixed;
  z-index : 50;
  top  : 0;
  left : 0;
  background-color:#0d032c;
  box-sizing: border-box;
  padding:20% 7%;
  width: 100%;
  height: 100%;
  margin-left:100%;
  text-align: center;
  opacity: 0;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
}

nav.globalMenuSp.active {
  opacity: 100;
  margin-left:0;
}

.globalMenuSp img{
	width:100%;
	height: auto;
}

	
.menu_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
    margin-bottom: 30px;
}

.menu{
    width:100%;
	box-sizing: border-box;
    margin-bottom: 4%;
    text-align: center;
    display: block;
	font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 1px;
}

.menu a {
  display: block;
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #fff;
}

.menu a:hover {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #fff;
}

#top_wrapper{
    width:100%;
	height: auto;
    position: inherit;
	overflow: hidden;
    padding-bottom: 50px;
}

.topmain{
    display: none;
}

.name{
    display: none;
}

.logo{
    display: none;
}

.prize{
    display: none;
}

.bilingday{
    display: none;
}

.star{
    display: none;
}

.topbtn_wrapper{
    display: none;
}

.catch1{
    display: none;
}

.catch2{
    display: none;
}

.sptopbtn{
    display: inherit;
    width:90%;
    margin:0 auto 30px;
    overflow: hidden;
}

.spbtn{
    width:49%;
    float: left;
    margin-right: 2%;
}


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

.spxstar{
    width:30%;
    margin:0 auto;
    overflow:hidden; 
}

.spx{
    width:25%;
    float: left;
}

.spstar{
    width:40%;
    float: right;
}


#news_wrapper {
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  background-image:url("images/news/bgsp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding:10%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  text-align:center;
}

.wp-apicard li{
	width:46%;
    display: inline-block;
    vertical-align: top;
	margin: 2%;
	text-align:left;
}


.wp-apicard li:nth-child(3) {
    display: none;
}


.item_img {
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
  border:6px solid #ddd;
  box-sizing: border-box;
}

.newsmore{
	width:100%;
    margin:0 auto;
}

.ptintro{
    padding-left: 0;
}

.introphoto_wrapper{
    width:100%;
    margin:0 auto 50px;
    overflow: hidden;
}

.introphoto{
    width:49%;
    float: left;
    margin-right: 2%;
}

.introphoto:nth-child(2) {
  margin-right:0;
}

#story_wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  border:10px solid #d9353f;
  box-sizing: border-box;
  background-color: #090e12;
}


#story_inner{
    width:100%;
    height: auto;
    box-sizing: border-box;
    padding:0% 10% 10% 10%;
}

.storybox{
    width:100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
}

.loop_wrapper{
  display: flex;
  align-items: center;
  height: 120px;
　overflow: hidden;	
}

.loop_content {
  width: 200px;
  height: 120px;
}

#cast_wrapper {
  width: 100%;
  height: auto;
  background:none;
  background-color: #e9e8e4;
  overflow: hidden;
  color: #000;
}

#cast_inner{
    width:100%;
    box-sizing: border-box;
    padding:15% 10%;
}


.castbox{
	width:49%;
	float: left;
	margin-right: 2%;
    margin-bottom: 10%;
    box-sizing: border-box;
}

.castbox:nth-child(2n) {
  margin-right:0;
}

.cast_name2{
	width:100%;
	font-size: 13px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 1px;
	margin-bottom: 10px;
    color: #e73140;
}

.cast_name3{
	width:100%;
    font-family: 'Josefin Sans', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #1a3168;
	line-height: 13px;
	letter-spacing: 1px;
}


.cast-popup>div{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color:rgba(231,49,64,0.98);
  color: #fff;
  box-sizing: border-box;
  padding:20% 10%;
}

.castmodal_img{
	width:100%;
	margin: 0 auto 30px;
    box-shadow: 0px 0px 15px -5px #666;
    border:1px solid #ddd;
    box-sizing: border-box;
}

.castmodal_name1{
	width:100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 1px;
	margin-bottom: 7px;
    text-align: center;
}

.castmodal_name2{
	width:100%;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 1px;
	margin-bottom: 10px;
    text-align: center;
}

.castmodal_name3{
	width:100%;
    font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
	letter-spacing: 1px;
    margin-bottom: 50px;
    text-align: center;
}

.castmodal_prof{
	width:100%;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
}

#director_inner{
    width:100%;
    height: auto;
    box-sizing: border-box;
    padding:15% 10% 0 10%;
}

.d_phototext{
    width:100%;
    padding-bottom: 8%;
    margin-bottom: 8%;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.d_photo{
    width:60%;
    float: none;
    margin-bottom: 20px;
}

.d_text{
    width:100%;
    float: none;
}

.dname1{
	width:100%;
	font-size: 13px;
    line-height: 14px;
	font-weight: 400;
	letter-spacing: 1px;
    margin-bottom: 7px;
}

.dname2{
	width:100%;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.dname3{
	width:100%;
    font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
	letter-spacing: 1px;
    margin-bottom: 20px;
}

.d_filmo_midashi{
    width:100%;
    margin-bottom: 20px;
    font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 1px;
    font-size: 16px;
    font-weight: 300;
    color: #e73140;
}


#rc_wrapper {
  width: 100%;
  height: auto;
  background:none;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  background-image:url("images/rc/bgsp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  color: #fff;
  box-sizing: border-box;
  border:10px solid #fff;
}

#rc_inner{
  width: 100%;
  height: auto;
  padding:15% 10%;
  box-sizing: border-box;
}

.commentbox{
	width:100%;
	margin-bottom: 12%;
    text-align: left;
}

.commenttext{
	width:100%;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #fff;
}

.commentname1{
	width:100%;
	font-size: 18px;
	font-weight: 300;
	color:#fff;
}

.commentname2::before {
	content: "\A" ;
	white-space: pre ;
}

.commentname2{
	font-size: 12px;
	font-weight: 300;
	padding-left: 0;
	vertical-align: middle;
	color:#fff;
}

.footerlogo{
    width:50%;
    margin:0 auto;
    padding:7% 0;
}

.topbottom{
    width:100%;
    padding:7% 10%;
    box-sizing: border-box;
    background-color: #222;
}

.mvtkbtn_wrapper{
    width:100%;
    margin:0 auto;
    overflow: hidden;
}
	

.haishin_wrapper{
    width:70%;
    margin:0 auto 20px;
	opacity: 1;
    overflow: hidden;
}

.commentbtn{
    width:60%;
    margin:0 auto;
    position: inherit;
    left:0;
    bottom:0;
    line-height: 100%;
	opacity: 1;
    background-color: #fff;
}
   
.casemidashi{
    width:100%;
    float: none;
    margin-right: 0;
    margin-bottom: 6%;
}

}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none;
}

.modal-contents {
  display:none;
  position: fixed;
  width: 100%;
  height: 100%;
	font-weight: bold;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
    background:rgba(20,12,47,0.90);
  z-index: 9998; }
  .modal-contents .modal-contents-inner {
    position: relative;
    width: 100%;
    height: 100%; }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9998;
      width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        width: 80%;
        text-align: center;
        position: relative;
        padding-top: 42.5%;
        height: 0;
        overflow: hidden;
        display: block;
        margin: 0 auto; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player iframe {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 80%;
        margin: 0.5% auto 0;
        font-size: 0;
        text-align: center;
        /* visibility: hidden; */
      }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          border: 1px solid #000;
          background-color: #555;
          width: 50%;
          height: auto;
          box-sizing: border-box;
          padding:0.5% 0;
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          font-size: 13px;
          line-height: 23px;
          color: #fff;
          cursor: pointer;
          -webkit-transition: all .3s;
          transition: all .3s; }
          @media screen and (min-width: 769px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 1024px) and (min-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li:hover,
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li.current {
          border: 1px solid #000;
          background-color: #e73140;
          color: #fff;  }
    .modal-contents .modal-contents-inner .modal-close {
      width: 3%;
      display: block;
      position: absolute;
      top: 3.5%;
      right: 1.5%;
      z-index: 9999;
      cursor: pointer; }



@media screen and (max-width: 768px) {
  .modal-contents .modal-contents-inner {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 0 5%;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        padding-bottom: 26%;
        padding-top: 30%;
        width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 100%; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          display: block;
          width: 100%;
          text-align: center;
          line-height: 23px;
          font-size: 13px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.9vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.82031vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 2.2vw; 
          box-sizing: border-box;
          padding:0.5% 0;} }

@media screen and (max-width: 768px) {
    .modal-contents .modal-contents-inner span.modal-close {
      width: 7%;
      top: -15%;
      right: 5.5%; }
  .cast-modal .modal-close {
    width: 7%;
    top: 3%;
    right: 5.5%; }
  .cast-modal .modal-list ul li {
    overflow-y: scroll;
    height: 175vw; }
    .cast-modal .modal-list ul li .inner {
      top: 12%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
      .cast-modal .modal-list ul li .inner > * {
        display: block;
        width: 100%; }
      .cast-modal .modal-list ul li .inner .text {
        padding: 5% 0%; }
        .cast-modal .modal-list ul li .inner .text h2 {
          font-size: 14px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 0.8vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.0vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.33333vw; } }




            
.remodal-is-opened{
    display:block;
}
