@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background: #f8f4e1;
    background: url("images/bg.jpg") 100% 0 no-repeat fixed;
    background-size:cover;
    background-position: center top;
    font-family: "Hina 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 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.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 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.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 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.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 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.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;
}

.blurimage{
  filter: blur(50px);
  animation: blur-anim2 2s linear forwards;
}

.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);
}


.blurimage.showItem{
  filter: blur(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;
}

.pcbr {
	display:inline;
}

.loading{
  width: 100vw;
  height: 100vh;
  background:#f8f4e1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
}

.loading img{
  width: 400px;
  padding-bottom: 3%;
}


#header_wrapper{
	width:100%;
    height:48px;
	overflow: hidden;
    text-align: center;
	line-height: 100%;
    position: fixed;
    left:0;
    top:0;
	z-index: 100;
    background-color:#000;
    box-sizing: border-box;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    box-shadow: 0px 0px 15px -5px #000;
}
  
.showNavi #header_wrapper{
  opacity:1;
  -webkit-transition-delay:0.3s;
  transition-delay:0.3s;
}

.headermenu nav{
	width: 100%;
    box-sizing: border-box;
	font-family: "Tangerine", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 3px;
    overflow: hidden;
}

.headermenu nav ul li {
	display: inline-block;
    margin-right: -7px;
}

.headermenu a {
  transition: 0.5s;
  display: block;
  text-decoration: none;
  color: #fdfae9;
  padding:14px 22px 10px 22px;
  box-sizing: border-box;
}

.headermenu a:hover {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  background-color: #df241f;
  color: #fdfae9;
  text-shadow: 0 0 10px #fdfae9;
}

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

#header_wrapper2{
	width:100%;
    height:48px;
	overflow: hidden;
    text-align: center;
	line-height: 100%;
    position: fixed;
    left:0;
    top:0;
	z-index: 100;
    background-color:#7a0000;
    box-sizing: border-box;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    box-shadow: 0px 0px 15px -5px #000;
	margin-top:48px;
}
  
.showNavi #header_wrapper2{
  opacity:1;
  -webkit-transition-delay:0.3s;
  transition-delay:0.3s;
}

.headermenu2 nav{
	width: 100%;
    box-sizing: border-box;
	font-family: "Tangerine", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 3px;
    overflow: hidden;
}

.headermenu2 nav ul li {
	display: inline-block;
    margin-right: -7px;
}

.headermenu2 a {
  transition: 0.5s;
  display: block;
  text-decoration: none;
  color: #fdfae9;
  padding:14px 22px 10px 22px;
  box-sizing: border-box;
}

.headermenu2 a:hover {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  background-color: #df241f;
  color: #fdfae9;
  text-shadow: 0 0 10px #fdfae9;
}

.headermenu2 li:last-child{
  margin-right: 0;
  padding-right: 0;
}

#top_wrapper{
    width:100%;
	height: auto;
	overflow: hidden;
    position: relative;
	box-sizing: border-box;
	margin-top:48px;
}

#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;
    transform: translateY(-70px);/* X軸方向に100px */
	overflow: hidden;
}
  
.showNavi .topmain{
  opacity:1;
  -webkit-transition-delay:0.5s;
  transition-delay:0.5s;
  transform: translateY(0);
}

.toptext_wrapper{
    width:39%;
    height: auto;
    position: absolute;
    right: 5%;
    top:10%;
}

.prize{
    width:35%;
    margin:0 auto 5%;
    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.0s;
  transition-delay:1.0s;
}

.logo{
    width:100%;
    margin:0 auto 5%;
    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.3s;
  transition-delay:1.3s;
}

.catch2{
    width:85%;
    margin:0 auto 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 .catch2{
  opacity:1;
  -webkit-transition-delay:1.6s;
  transition-delay:1.6s;
}


.biling{
    width:100%;
    margin:0 auto 5%;
    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:1.9s;
  transition-delay:1.9s;
}

.day{
    width:80%;
    margin:0 auto 6%;
	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.2s;
  transition-delay:2.2s;
}

.topbtn_wrapper{
    width:90%;
	margin:0 auto 5%;
    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;
    line-height: 100%;
	overflow: hidden;
}

.showNavi .topbtn_wrapper{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}

.topbtn{
    width:48%;
	float: left;
	margin-right: 4%;
    line-height: 100%;
    box-sizing: border-box;
}

.topbtn a{
  display: block;
  position: relative;
}
  
.topbtn .hoverimg{
  position: absolute;
  left: 0;
  bottom:0;
  -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
  z-index: 301;
	outline: none;
	opacity: 0;
    cursor: pointer;
}

.topbtn a:hover .hoverimg{
  	left: 0%;
	text-decoration: transparent;
	opacity: 1;
    cursor: pointer;
}
  
.topbtn:nth-child(2) {
  margin-right:0;
}


.sns_wrapper{
    width:30%;
	margin:0 auto 50px;
	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 .sns_wrapper{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
}

.sns{
	width:12%;
	float: left;
	margin-right: 17.33333%;
}

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

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

.bnr_wrapper{
	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 .bnr_wrapper{
  opacity:1;
  -webkit-transition-delay:3.2s;
  transition-delay:3.2s;
}

.bnr{
	width:50%;
	margin:0 auto;
	background-color: #fff;
}

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


.catch1{
    width:17%;
	position: absolute;
	left:16.8%;
	top:52%;
    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(30px);/* X軸方向に100px */
}
  
.showNavi .catch1{
  opacity:1;
  -webkit-transition-delay:0.8s;
  transition-delay:0.8s;
  transform: translateY(0);/* X軸方向に100px */
}

#topbottom{
	width:100%;
	box-sizing: border-box;
	padding:3% 0;
	background-color:rgba(0,0,0,0.9);
}

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

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

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

.ticket{
	width:20%;
	margin:0 auto;
}

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

#about_wrapper{
	width: 100%;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	background-color: #000;
}

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

.aboutmain{
	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;
    filter: blur(50px);
    animation: blur-anim2 1s linear forwards;
}
  
.showNavi .aboutmain{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
  filter: blur(0);
}

.aboutlogo{
	width:40%;
	position: absolute;
	right: 5%;
	bottom:30%;
	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 */
	overflow: hidden;
}
  
.showNavi .aboutlogo{
  opacity:1;
  -webkit-transition-delay:3.5s;
  transition-delay:3.5s;
  transform: translateY(0);
}

#review_wrapper{
	width: 100%;
	background-color: #000;
	overflow: hidden;
	box-sizing: border-box;
	border-top:1px solid #c89d39;
	border-bottom:1px solid #c89d39;
}

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

.review{
	width:100%;
	box-sizing: border-box;
}


#intro_wrapper{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	color: #000;
}

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

#intro_inner{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10% 10%;
}

.pagetitle{
	width: 100%;
    box-sizing: border-box;
	font-family: "Tangerine", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 3px;
    overflow: hidden;
	text-align: center;
	margin-bottom: 100px;
	margin-top:-80px;
}

.blood{
	width:200px;
	margin:0 auto;
}

.colorb{
	color: #000;
}

.colorr{
	color: #df241f;
}

.colorw{
	color: #fff;
}

.introbox{
	width:48%;
	float: left;
	margin-right: 4%;
}
  
.introbox:nth-child(2) {
  margin-right:0;
}

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

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

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


#story_wrapper{
    width:100%;
    background: url("images/story/bg.jpg") 100% 0 no-repeat fixed;
    background-size:cover;
    box-sizing: border-box;
    overflow: hidden;
}

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

#story_inner{
    width:100%;
    box-sizing: border-box;
    overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	padding:15% 7% 15% 45%;
}


#director_wrapper{
    width:100%;
    box-sizing: border-box;
    overflow: hidden;
	padding:5% 15%;
}

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

#director_inner{
    width:100%;
    box-sizing: border-box;
    overflow: hidden;
	color: #000;
	font-weight: 500;
	padding:3% 2%;
}

.dimg{
	width:40%;
	margin:0 auto 50px;
    box-shadow: 0px 0px 15px -5px #000;
	border:3px double #c89d39;
}

.dname1{
	width:100%;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #df241f;
	text-align: center;
}

.dname2{
	width:100%;
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #000;
	text-align: center;
}

.dname3{
	width:100%;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #000;
	text-align: center;
}

.filmomidashi{
    width:100%;
    font-size:26px;
    text-align: center;
    margin-bottom: 30px;
	font-family: "Tangerine", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
	color: #df241f;
}

.filmotext{
    width:100%;
    font-size:12px;
    font-weight: 400;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    text-align:center; 
    overflow: hidden;
}

.filmoline{
    width:100%;
    margin-bottom: 8px;
	overflow: hidden;
	text-align: center;
}

.fyear{
    display: inline-block;
    margin-right: 2%;
}

.ftext{
    display: inline-block;
}

#cast_wrapper{
    width:100%;
    box-sizing: border-box;
    overflow: hidden;
	background-color: #11170d;
	color: #fff;
}

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

#cast_inner{
    width:100%;
    box-sizing: border-box;
    overflow: hidden;
	color: #fff;
	font-weight: 500;
	padding:0 10% 10% 10%;
}

.wrapperline{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:0;
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}


.castbox{
	width:46%;
	height: auto;
	float: left;
	box-sizing: border-box;
	margin-right: 8%;
	margin-bottom: 8%;
	position: relative;
	font-size: 14px;
	line-height: 24px;
}

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

.cimg{
	width:80%;
	margin:0 auto 30px;
    box-shadow: 0px 0px 15px -5px #000;
	border:3px double #c89d39;
}

.cname1{
	width:100%;
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #c89d39;
	text-align: center;
}

.cname2{
	width:100%;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #df241f;
	text-align: center;
}

.cline{
	width:20%;
	margin:0 auto 30px;
}

#footer{
	width:100%;
	padding:5% 0;
}

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

.footerlogo{
	width:30%;
	margin:0 auto;
}

#comment_wrapper{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	color: #f8f4e1;
	background-color: #181816;
}

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

#comment_inner{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:0 10% 10% 10%;
}

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

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




@media screen and (max-width:1024px){
	
body{
	margin:0px;
	background:none;
}
	
.Section-Image-SPBG {
  position: fixed;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
	
.Section-Image-SPBG{
  background-image: url("images/bgsp.jpg");
}
	

.scrollShowEffect1 {
	opacity:1;
}

.scrollShowEffect2 {
	opacity:1;
}

.scrollShowEffect3 {
	opacity:1;
}

.scrollShowEffect4 {
	opacity:1;
}
	
.blurimage{
  filter: blur(0px);
  animation: blur-anim2 0 linear forwards;
}


.scrollShowEffect-R {
	-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);
}
.scrollShowEffect-L {
	-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);
}
.scrollShowEffect-B {
	-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);
}

.scrollShowEffect-T {
	-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);
}

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

.scrollShowEffect-O {
	-webkit-transform: scale( 1.0,  1.0);
	transform: scale( 1.0,  1.0);
}
	
	
.loading img{
  	width:260px;
	padding-bottom: 50px;
}
	
.pcview{
	display: none;
}

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

.pcbr {
	display:none;
}

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


#header_wrapper{
    display: none;
}
	

#header_wrapper2{
    display: none;
}

.btn-trigger_fix{
	width:100%;
	position: fixed;
	top:0;
	right: 0;
    z-index: 65;
}


.btn-trigger_wrapper{
	width:100%;
    background-color: #000;
    text-align: center;
    padding-top:2%;
    padding-bottom:1%;
}

.btn-trigger {
  position: relative;
  width: 36px;
  height: 25px;
  margin:0 auto;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fdfae9;
  border-radius: 2px;
}
.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: 11.5px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

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


nav.globalMenuSp {
  position: fixed;
  z-index : -10;
  top  : 0;
  left : 0;
  width: 100%;
  height: 100%;
  margin-top:-100%;
  opacity: 0;
  background-color:#bc1d1d;
	background-image: url("images/spmenu.jpg");
	background-size: cover;
  box-sizing: border-box;
  padding:20% 10% 20% 10%;
  -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;
	display: table;
}

nav.globalMenuSp.active {
  opacity: 100;
  margin-top:0;
  z-index : 50;
}

.globalMenuSp img{
	width:100%;
	height: auto;
}
	
.menu_wrapper{
	width:100%;
	display: table-cell;
	vertical-align: middle;
}

.menu{
    width:100%;
    margin-bottom: 5%;
    text-align: center;
	font-family: "Tangerine", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 3px;
}

.menu a{
    width:100%;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    color: #fdfae9;
}


.spmain{
    display: inherit;
    width:100%;
	margin-bottom: 10px;
}

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

.topmain{
	display: none;
}

.toptext_wrapper{
    width:100%;
    height: auto;
    position: inherit;
    right: 0;
    top: 0;
}

.prize{
	display: none;
}

.logo{
	display: none;
}

.catch2{
	display: none;
}


.biling{
	display: none;
}

.day{
	display: none;
}

.topbtn_wrapper{
    width:90%;
	margin:0 auto 8%;
    opacity:1;
    line-height: 100%;
	overflow: hidden;
}
	
.sns_wrapper{
    width:60%;
	margin:0 auto 30px;
	overflow: hidden;
	opacity: 1;
}
	
.catch1{
	display: none;
}

#topbottom{
	width:100%;
	box-sizing: border-box;
	padding:7% 0;
	background-color: #121212;
}

.ticket{
	width:80%;
	margin:0 auto;
}

#about_wrapper{
	width: 100%;
	overflow: hidden;
	position: inherit;
	box-sizing: border-box;
	background-color: #000;
	margin-top:40px;
}

.aboutmain{
	display: none;
}

.aboutlogo{
	display: none;
}
	
#intro_inner{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:15% 10%;
}

.introbox{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 30px;
}
	
.add4{
	width:50%;
	float: left;
}


#story_wrapper{
    width:100%;
    background:none;
    box-sizing: border-box;
    overflow: hidden;
	background-color: #000;
}
	
#story_inner{
    width:100%;
    box-sizing: border-box;
    overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	padding:15% 10% 0% 10%;
}


#director_wrapper{
    width:100%;
    box-sizing: border-box;
    overflow: hidden;
	padding:8% 3%;
}

#director_inner{
    width:100%;
    box-sizing: border-box;
    overflow: hidden;
	color: #000;
	font-weight: 500;
	padding:7% 7%;
}

.dimg{
	width:100%;
	margin:0 auto 50px;
    box-shadow: 0px 0px 15px -5px #000;
	border:3px double #c89d39;
}

.dname1{
	width:100%;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #df241f;
	text-align: center;
}

.dname2{
	width:100%;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #000;
	text-align: center;
}

.dname3{
	width:100%;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #000;
	text-align: center;
}

.filmomidashi{
    width:100%;
    font-size:30px;
    text-align: center;
    margin-bottom: 30px;
	font-family: "Tangerine", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
	color: #df241f;
}

.filmotext{
    width:100%;
    font-size:12px;
    font-weight: 400;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    text-align:center; 
    overflow: hidden;
}

.filmoline{
    width:100%;
    margin-bottom: 8px;
	overflow: hidden;
	text-align: center;
}

.fyear{
    display:inherit;
    margin-right: 0;
	margin-bottom: 2px;
}

.ftext{
    display:inherit;
}

#cast_inner{
    width:100%;
    box-sizing: border-box;
    overflow: hidden;
	color: #fff;
	font-weight: 500;
	padding:0 10% 15% 10%;
}


.castbox{
	width:100%;
	height: auto;
	float: none;
	box-sizing: border-box;
	margin-right: 0;
	margin-bottom: 70px;
	position: relative;
	font-size: 14px;
	line-height: 24px;
}
	
.cimg{
	width:100%;
	margin:0 auto 30px;
    box-shadow: 0px 0px 15px -5px #000;
	border:3px double #c89d39;
}

.cname1{
	width:100%;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #c89d39;
	text-align: center;
}

.cname2{
	width:100%;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #df241f;
	text-align: center;
}

.cline{
	width:40%;
	margin:0 auto 30px;
}

#footer{
	width:100%;
	padding:8% 0;
}

.footerlogo{
	width:70%;
	margin:0 auto;
}
	
.commentimg{
	width:100%;
	float: none;
	margin-right: 0;
	box-sizing: border-box;
	margin-bottom: 20px;
}
	
.bnr_wrapper{
	width:100%;
	opacity: 1;
}

.bnr{
	width:90%;
	margin:0 auto;
	background-color: #fff;
}
  
}

*, ::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(0,0,0,0.9);
  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 #111;
          background-color: #3ba4cd;
          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 #111;
          background-color: #80e1ff;
          color: #000;  }
    .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;
}
