@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#000;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#eee;
	height:100%;
}

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;}


#spmain{
	display:none;
}

#sptrailerarea{
	display:none;
}

#loader {
    width: 400px;
    height: 150px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -75px; /* heightの半分のマイナス値 */
    margin-left: -200px; /* widthの半分のマイナス値 */
    z-index: 103;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 102;
}


#showmenubtn{
    width:10%;
	position: absolute;
	left:0;
	top:0;
	opacity: 0;
    margin:0 auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.showNavi #showmenubtn{
  opacity:1;
  -webkit-transition-delay:02s;
  transition-delay:0.2s;
}

.menuarea{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
  	-webkit-transition: .4s;
  	transition: .4s;
  	-webkit-transform: translate3d(0,-100%,0);
  	transform: translate3d(0,-100%,0);
	background: url("images/bg/menu.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	z-index: 102;
}

.imgresponsive img{
	width: 100%;
	height: auto;
}
.menubtn{
	z-index: 103;
	position: fixed;
	top:0;
	left:0;
	width: 8%;
	cursor: pointer;
}

.showMenu .menuarea{
  	-webkit-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0);
}

#menu{
	width:100%;
	z-index: 99;
	overflow: hidden; /* heightを戻す */
	padding:12% 20% 6% 20%;
	box-sizing: border-box;
}

.menu-box img{
  width: 100%;
}

.menu-box li{
  position: relative;
  overflow: hidden;
  float: left;
  width: 9.09090909%;
  box-sizing: border-box;
  margin-bottom: 10%
}

.menu-box a{
  display: block;
  position: relative;
}
  
.menu-box .hoverimg{
  position: absolute;
  right:-100%;
  top: -100%;
  -webkit-transition: .4s;
     -moz-transition: .4s;
      -ms-transition: .4s;
       -o-transition: .4s;
          transition: .4s;
  z-index: 301;
}

.menu-box a:hover .hoverimg{
  right: 0%;
  top: 0%;
}

#contents_wrapper{
	width:100%;
	margin:0 auto;
	font-size: 14px;
	text-align: justify;
	word-break: break-all;
	line-height: 170%;
	height: 100%;
	z-index: 100;
}

#contents_wrapper img{
	max-width:100%;
	margin-left:auto;margin-right:auto;display:table;
}

#top_main{
	width:100%;
	margin:0 auto;
    position: relative;
}

#top_image{
    width:100%;
}

#toplogo_wrapper{
    width:36%;
    position: absolute;
    left:7%;
    top:2%;
    overflow: hidden;
}

#toplogo{
    width:100%;
    margin-bottom: 20px;
}

#sns_wrapper{
    width:90%;
    margin-left: 5%;
    border-bottom:2px solid rgba(143,0,2,1.00);
    padding:5px 10px 5px 10px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 20px;
}

.snsbtn{
    width:7%;
    float: left;
    margin-right: 2%;
}

#topbnr_wrapper{
    width:90%;
    margin-left: 5%;
    overflow: hidden;
}

.topbnr_l{
    width:100%;
    margin-bottom: 20px;
}

.topbnr_r{
    width:50%;
}

.topbnr{
    width:48%;
    float: left;
    margin:1%;
}


#footer_wrapper{
	width:100%;
	background-color: #000;
	padding:50px 0 50px 0;
}

#footer_logo{
	width:25%;
    margin:0 auto;
}

#copy{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 11px;
}

#snsbtn_wrapper{
	width:420px;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
}

.tweet{
	width:75px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.like{
	width:142px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.eigacom{
	width:105px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.line{
	width:83px;
	float: right;
	line-height: 100%;
}

#intro_wrapper{
	width:100%;
	background: url(images/bg/intro.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
    overflow: hidden;
}

#intro_inner{
	width:100%;
    padding:10% 15% 10% 15%;
	box-sizing: border-box;
    overflow: hidden;
}

#story_wrapper{
	width:100%;
	background-color: #a2b4c0;
    overflow: hidden;
}

#story_inner{
	width:100%;
    padding:10% 20% 0 20%;
	box-sizing: border-box;
    overflow: hidden;
}

#cast_wrapper{
	width:100%;
	background: url(images/bg/cast.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
    overflow: hidden;
}

#cast_inner{
	width:100%;
    padding:10% 10% 10% 10%;
	box-sizing: border-box;
    overflow: hidden;
}

#staff_wrapper{
	width:100%;
	background: url(images/bg/staff.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
    overflow: hidden;
}

#staff_inner{
	width:100%;
    padding:10% 15% 10% 15%;
	box-sizing: border-box;
    overflow: hidden;
}

#staff_inner a{
color: rgba(255,255,255,1.00);
text-decoration: none;
}

#staff_inner a:hover{
color: rgba(255,255,255,1.00);
text-decoration:underline;
}

#column_wrapper{
	width:100%;
	background: url(images/bg/column.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
    overflow: hidden;
}

#column_inner{
	width:100%;
    padding:10% 15% 10% 15%;
	box-sizing: border-box;
    overflow: hidden;
}

#news_wrapper{
	width:100%;
	background: url(images/bg/news.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
    overflow: hidden;
}

#news_inner{
	width:100%;
    padding:5% 20% 10% 20%;
	box-sizing: border-box;
    overflow: hidden;
}

#comment_wrapper{
	width:100%;
	background: url(images/bg/comment.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
    overflow: hidden;
}

#comment_inner{
	width:100%;
    padding:5% 10% 10% 10%;
	box-sizing: border-box;
    overflow: hidden;
}

.inner{
	width:100%;
	background: url(images/bg/over.png) ;
    font-size: 14px;
    line-height: 160%;
}

.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;
}

.mb10s{
	width:70%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb20{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb20s{
	width:80%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb20s2{
	width:60%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb30{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.mb50{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}


.scrollShowEffect {
	-webkit-transition-delay: 0.5s;
	   -moz-transition-delay: 0.5s;
	    -ms-transition-delay: 0.5s;
	     -o-transition-delay: 0.5s;
	        transition-delay: 0.5s;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
	opacity:0;
}

.scrollShowEffect-R {
	-webkit-transform: translate3d(60%, 0%, 0);
	   -moz-transform: translate3d(60%, 0%, 0);
	    -ms-transform: translate3d(60%, 0%, 0);
	     -o-transform: translate3d(60%, 0%, 0);
	        transform: translate3d(60%, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-60%, 0%, 0);
	   -moz-transform: translate3d(-60%, 0%, 0);
	    -ms-transform: translate3d(-60%, 0%, 0);
	     -o-transform: translate3d(-60%, 0%, 0);
	        transform: translate3d(-60%, 0%, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 50%, 0);
	   -moz-transform: translate3d(0, 50%, 0);
	    -ms-transform: translate3d(0, 50%, 0);
	     -o-transform: translate3d(0, 50%, 0);
	        transform: translate3d(0, 50%, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -100%, 0);
	   -moz-transform: translate3d(0, -100%, 0);
	    -ms-transform: translate3d(0, -100%, 0);
	     -o-transform: translate3d(0, -100%, 0);
	        transform: translate3d(0, -100%, 0);
}

.scrollShowEffect.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 {
	-webkit-transition-delay: .3s;
	   -moz-transition-delay: .3s;
	    -ms-transition-delay: .3s;
	     -o-transition-delay: .3s;
	        transition-delay: .3s;
	-webkit-transition: all 3s ease-in-out;
	   -moz-transition: all 3s ease-in-out;
	    -ms-transition: all 3s ease-in-out;
	     -o-transition: all 3s ease-in-out;
	        transition: all 3s ease-in-out;
	opacity: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);
}

.spphoto{
    display: none;
}

.intro_text{
    width:78%;
    float: left;
    padding-top:10%;
}

.pagetitle{
	width:40%;
	margin-bottom: 50px;
}

.pagetitle_intro{
    width:22%;
    padding-top:10%;
    float: right;
}

.story_text{
    width:78%;
    float: right;
}

.pagetitle_story{
    width:22%;
    float: left;
}

.pagetitle_cast{
    width:25%;
    margin:0 auto;
    margin-bottom: 50px;
}

.pagetitle_column{
    width:20%;
    margin-bottom: 30px;
}


.charapc{
	width:100%;
}

.charasp{
	display: none;
}

.cast_l{
	width:30%;
	float: left;
}

.cast_r{
	width:67%;
	float: right;
}

.castname{
	width:50%;
	margin-bottom: 20px;
}

div.slider {
    width:80%;
    display:block;
    margin:0 auto;
	margin-bottom: 30px;
	z-index: 105;
}
 
ul.bxslider01 li {/*メインスライダー*/
    display:block;
    width:100%;
    height:auto;
	z-index: 105;
}
 
ul.bxslider01 li img{
    display:block;
    width:100%;
    height:auto;
	z-index: 105;
}
 
ul.bxslider02 li a {/*サムネイル*/
    display:block;
    width:100px;
    height:auto;
}
 
ul.bxslider02 li a img{/*サムネイルの画像*/
    display:block;
    width:100px;
    height:auto;
}
 
div.controlWrap {
    width:100%;
    display:block;
    position:relative;
    margin:0 auto;
	margin-bottom: 50px;
	z-index: 100;
}
 
div.controlWrap p#PrevIcon a{/*矢印画像（前へ）*/
    display:block;
    width:13px;
    height:19px;
    position:absolute;
    background: url(../img/btn_prev.png) left center no-repeat;
    color:#fff;
    top:20px;
    left:20px;
    text-indent:-9999px;
	z-index: 100;
}
 
div.controlWrap p#NextIcon a{/*矢印画像（次へ）*/
    display:block;
    width:13px;
    height:19px;
    position:absolute;
    background: url(../img/btn_next.png) left center no-repeat;
    color:#fff;
    top:20px;
    right:20px;
    text-indent:-9999px;
	z-index: 100;
}

#bx-pager{
	z-index: 100;
}

.storyl{
    width:32%;
    float: left;
    margin-right: 2%;
}

.storyr{
    width:32%;
    float: right;
}

.storylr{
    width:50%;
    float: left;
}

.stafflink{
    width:100%;
    color: #5dc2d0;
    font-family: "Hiragino Sans","ヒラギノ角ゴシック"; font-weight: 600;
    margin-bottom: 5px;
}

.staffname1{
	width:80%;
	margin-bottom: 20px;
}

.staffname2{
	width:46%;
	margin-bottom: 20px;
}

.columnmidashi{
    width:50%;
    margin-bottom: 50px;
}

.column_l{
    width:48%;
    float: left;
}

.column_r{
    width:48%;
    float: right;
}

.columnname{
    width:100%;
    font-weight: 800;
    text-align: right;
}

.tablet{
   width:100%;
}

.pagetitle_sp{
    display: none;
}


.dispnone{
	display: none;}

.trailerhtml,#youtube-modal{
	background: #000;
	width: 100%;}
#youtube-modal iframe{
	border:none;}
#youtube-modal .youtube-showing{
	display: block;}
	
.youtube-modal-btn li{
	text-align: center;
	color: #FFF;
	float: left;
	width: 50%;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 14px;}

.youtube-modal-btn img{
	max-width:100%;
	margin-left:auto;margin-right:auto;display:table;
}

.youtube-modal-btn li +li{
	float: right;}
	
.youtube-modal-btn a{
	display: block;
	color: #FFF;
	padding:0;
	text-decoration: none;}
	
.youtube-modal-btn a.active{
	background: #666;}
	
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 20px;
  height: 0;
  overflow: hidden;}
  
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;}

.backbtn{
	width:100%;
	text-align: center;
	font-size: 14px;
    font-family: "Hiragino Sans","ヒラギノ角ゴシック"; font-weight: 800;
	position: fixed;
	bottom:0;
	left:0;
}

.backbtn a{
    display:block;
	width: 100%; /* 横幅 */
	background-color:#890000;
	padding:10px 10px 10px 10px;
	box-sizing: border-box;
	text-decoration: none;
	color: #FFF;
    font-family: "Hiragino Sans","ヒラギノ角ゴシック"; font-weight: 800;
}

.backbtn a:hover {
	background-color: #666;
	text-decoration: none;
	color: #890000;
	outline: none;
}

.newsbox{
	width:100%;
	border-top:2px solid #fff;
	padding-top:15px;
	margin-bottom: 100px;
}

.newsday{
	width:100%;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 600;
}

.newstitle{
	width:100%;
	border-bottom:1px solid #fff;
	padding-bottom:15px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 800;
}

.newsmidashi1{
	width:100%;
	border:1px solid #fff;
	padding:5px 15px 5px 15px;
	margin-bottom: 20px;
	font-weight: 600;
	box-sizing: border-box;
}

.newsmidashi2{
	width:100%;
	background-color: #fff;
	padding:5px;
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 14px;
	color: rgba(112,0,1,1.00);
	box-sizing: border-box;
}

dl.filmlist {
	width:100%;
	line-height:150%;
	border-top: none;
	margin-bottom:10px;
	font-size:14px;
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
}

dl.filmlist dt {
	margin: 0;
	width: 10%;
	float: left;
    color:rgba(216,198,12,1.00);
    font-weight: bold;
}
	
dl.filmlist dd {
	margin: 0 0 0 10%;
}

dl.filmlist2 {
	width:100%;
	line-height:150%;
	border-top: none;
	margin-bottom:10px;
	font-size:14px;
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
}

dl.filmlist2 dt {
	margin: 0;
	width: 15%;
	float: left;
    color:rgba(216,198,12,1.00);
    font-weight: bold;
}
	
dl.filmlist2 dd {
	margin: 0 0 0 15%;
}

.newstext a{
    color: rgba(251,211,0,1.00);
    text-decoration: underline;
}

.newstext a:hover{
    color:#fff;
    text-decoration: underline;
}

#topbnr_right{
    width:20%;
    position: absolute;
    bottom:5%;
    right:2%;
}

#movie_wrapper{
	width:100%;
	background: url(images/bg/movie.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
    overflow: hidden;
}

#movie_inner{
	width:100%;
    padding:10% 20% 10% 20%;
	box-sizing: border-box;
    overflow: hidden;
}

.moviebox{
	width:48%;
	float: left;
	margin:1%;
}

div.sptrailer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	margin-bottom: 20px;
}
 
div.sptrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.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;
}

.commentbox{
	width:46%;
	float: left;
	margin:2%;
	box-sizing: border-box;	
    box-sizing: border-box;
    padding:3%;
    border-top:1px solid #ccc;
}

.commentname1{
    width:100%;
    text-align: right;
    color:rgba(110,206,255,1.00);
    font-size: 20px;
    font-weight: 700;
}

.commentname2{
    width:100%;
    text-align: right;
    color: #ccc;
    font-size: 12px;
    font-weight: 500;
}

.news_l{
    width:35%;
    float: left;
}

.news_r{
    width:60%;
    float: right;
}

#credit_wrapper{
	width:100%;
	background: url(images/bg/credit.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
    overflow: hidden;
}

#credit_inner{
	width:100%;
    padding:10% 20% 10% 20%;
	box-sizing: border-box;
    overflow: hidden;
	text-align: center;
}

.credit_text1{
	width:100%;
	font-size: 18px;
	margin-bottom: 10px;
}

.credit_text2{
	width:100%;
	font-size: 14px;
	margin-bottom: 10px;
}

.credit_text3{
	width:100%;
	font-size: 12px;
	margin-bottom: 10px;
}



@media screen and (max-width:600px){

#showmenubtn{
    width:10%;
	position: absolute;
	left:0;
	top:0;
	opacity: 1;
    margin:0 auto;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
}

.showNavi #showmenubtn{
  opacity:1;
  -webkit-transition-delay:0s;
  transition-delay:0s;
}

.menuarea{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: auto;
  	-webkit-transition: .4s;
  	transition: .4s;
  	-webkit-transform: translate3d(0,-100%,0);
  	transform: translate3d(0,-100%,0);
	background: url("images/bg/menu.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	z-index: 102;
}

.menubtn{
	z-index: 103;
	position: fixed;
	top:0;
	left:0;
	width: 18%;
	cursor: pointer;
}

#menu{
	width:100%;
	z-index: 99;
	overflow: hidden; /* heightを戻す */
	padding:20% 10% 20% 10%;
	box-sizing: border-box;
}

.menu-box li{
  position: relative;
  overflow: hidden;
  float: left;
  width: 20%;
  box-sizing: border-box;
}

.tablet{
    display: none;
}

#loader {
    width: 300px;
    height: 112px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -56px; /* heightの半分のマイナス値 */
    margin-left: -150px; /* widthの半分のマイナス値 */
    z-index: 103;
}

#spmain{
	width:100%;
	display: inherit;
	margin-bottom: 20px;
}

#top_main{
	width:100%;
    height: auto;
	margin:0 auto;
    position: inherit;
}

#top_image{
    display: none;
}


#toplogo_wrapper{
    width:90%;
    position: inherit;
    left:0;
    top:0;
    margin:0 auto;
    overflow: hidden;
}

#toplogo{
    display: none;
}

#topbnr_wrapper{
    width:80%;
    margin-left: 0;
    overflow: hidden;
    margin:0 auto;
    margin-bottom: 30px;
}

.topbnr{
    width:48%;
    float: left;
    margin:1%;
}

#sns_wrapper{
    width:80%;
    position:inherit;
    left:0;
    bottom:0;
    border-bottom:2px solid rgba(143,0,2,1.00);
    border-top:2px solid rgba(143,0,2,1.00);
    padding:5px 20% 5px 20%;
    box-sizing: border-box;
    overflow: hidden;
    margin:0 auto;
	margin-bottom: 30px;
}

.snsbtn{
    width:48%;
    float: right;
    margin:1%;
}

#footer_wrapper{
	width:100%;
	background-color: #000;
	padding:30px 0 30px 0;
}

#footer_logo{
	width:80%;
    margin:0 auto;
    margin-bottom: 20px;
}

#copy{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 11px;
}

#snsbtn_wrapper{
	width:100%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.tweet{
	width:75px;
	float:none;
	margin-right:0;
	margin:0 auto;
	margin-bottom: 5px;
	line-height: 100%;
}

.like{
	width:138px;
	float:none;
	margin-right:0;
	margin:0 auto;
	margin-bottom: 5px;
	line-height: 100%;
}

.eigacom{
	width:105px;
	float:none;
	margin:0 auto;
	margin-bottom: 5px;
	line-height: 100%;
}

.line{
	width:83px;
	float:none;
	margin:0 auto;
	line-height: 100%;
}
 
div.sptrailer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	margin-bottom: 20px;
}
 
div.sptrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sptrailerarea{
	width:90%;
	margin:0 auto;
	margin-bottom:100px;
	display: inherit;
}

.spphoto{
    display:inherit;
    width:100%;
}

#intro_wrapper{
	width:100%;
	background: none;
    overflow: hidden;
}

#intro_inner{
	width:100%;
    padding:15% 10% 15% 10%;
	box-sizing: border-box;
    overflow: hidden;
}

#story_wrapper{
	width:100%;
	background-color: #a2b4c0;
    overflow: hidden;
}

#story_inner{
	width:100%;
    padding:15% 10% 15% 10%;
	box-sizing: border-box;
    overflow: hidden;
}

#cast_wrapper{
	width:100%;
	background:none;
    overflow: hidden;
}

#cast_inner{
	width:100%;
    padding:15% 10% 15% 10%;
	box-sizing: border-box;
    overflow: hidden;
}

#staff_wrapper{
	width:100%;
	background:none;
    overflow: hidden;
}

#staff_inner{
	width:100%;
    padding:15% 10% 15% 10%;
	box-sizing: border-box;
    overflow: hidden;
}

#column_wrapper{
	width:100%;
	background:none;
    overflow: hidden;
}

#column_inner{
	width:100%;
    padding:15% 10% 15% 10%;
	box-sizing: border-box;
    overflow: hidden;
}

.intro_text{
    width:100%;
    float: none;
    padding-top:0%;
}

.pagetitle_intro{
    display: none;
}

.story_text{
    width:100%;
    float: none;
}

.pagetitle_story{
    display: none;
}

.pagetitle_cast{
    display: none;
}

.pagetitle_column{
    display: none;
}

.pagetitle_sp{
    display: inherit;
    width:100%;
    margin-bottom: 50px;
}


.charapc{
	display: none;
}

.charasp{
	display:inherit;
    width:100%;
}

.cast_l{
	width:100%;
	float: none;
    margin-bottom: 20px;
}

.cast_r{
	width:100%;
	float: none;
}

.castname{
	width:80%;
    margin:0 auto;
	margin-bottom: 20px;
}

div.slider {
    width:100%;
    display:block;
    margin:0 auto;
	margin-bottom: 30px;
	z-index: 105;
}

.stafflink{
    width:100%;
    color: #5dc2d0;
    font-family: "Hiragino Sans","ヒラギノ角ゴシック"; font-weight: 600;
    margin-bottom: 5px;
}

.staffname1{
	width:100%;
	margin-bottom: 20px;
}

.staffname2{
	width:100%;
	margin-bottom: 20px;
}

.columnmidashi{
	width:100%;
    margin-bottom: 50px;
}

.column_l{
	width:100%;
	float: none;
}

.column_r{
	width:100%;
	float: none;
}

.columnname{
    width:100%;
    font-weight: 800;
    text-align: right;
}
	
.topbnr_l{
    width:100%;
    float: none;
	margin-bottom: 10px;
}

.topbnr_r{
    width:100%;
    float: none;
}
	
#news_inner{
	width:100%;
    padding:15% 10% 10% 10%;
	box-sizing: border-box;
    overflow: hidden;
}

dl.filmlist {
	width:100%;
	line-height:150%;
	border-top: none;
	margin-bottom:30px;
	font-size:14px;
	border-bottom:none;
	padding-bottom:0;
}

dl.filmlist dt {
	margin: 0;
	width: 100%;
	float: none;
    color:rgba(216,198,12,1.00);
    font-weight: bold;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}
	
dl.filmlist dd {
	margin: 0 0 0 0;
}

dl.filmlist2 {
	width:100%;
	line-height:150%;
	border-top: none;
	margin-bottom:30px;
	font-size:14px;
	border-bottom:none;
	padding-bottom:0;
}

dl.filmlist2 dt {
	margin: 0;
	width: 100%;
	float: none;
    color:rgba(216,198,12,1.00);
    font-weight: bold;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}
	
dl.filmlist2 dd {
	margin: 0 0 0 0;
}


#topbnr_right{
    width:80%;
    position:inherit;
    bottom:0;
    right:0;
    margin:0 auto;
    margin-bottom: 20px;
}

#movie_inner{
	width:100%;
    padding:10% 10% 10% 10%;
	box-sizing: border-box;
    overflow: hidden;
}

.moviebox{
	width:100%;
	float: none;
	margin:0;
	margin-bottom: 30px;
}

.commentbox{
	width:100%;
	float: none;
	margin:0;
	box-sizing: border-box;	
    padding:3%;
    border-top:1px solid #ccc;
	margin-bottom: 40px;
}

.news_l{
    width:100%;
    float: none;
    margin-bottom: 30px;
}

.news_r{
    width:100%;
    float: none;
}
	
#credit_wrapper{
	width:100%;
	background:none;
	background-color: #000;
    overflow: hidden;
}

#credit_inner{
	width:100%;
    padding:10% 10% 10% 10%;
	box-sizing: border-box;
    overflow: hidden;
	text-align: left;
}
	
.brtext::before {
	content: "\A" ;
	white-space: pre ;
}
	
.credit_text1{
	width:100%;
	font-size: 16px;
	margin-bottom: 10px;
}

.credit_text2{
	width:100%;
	font-size: 12px;
	margin-bottom: 10px;
}

.credit_text3{
	width:100%;
	font-size: 11px;
	margin-bottom: 10px;
}
	
}