@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium"),
       local("Yu Gothic");
  font-weight: 500;
}

body{
	margin:0px;
	background-color:#FFF;
	color:#333;
	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;
}

#spmain2{
	display:none;
}

#sptrailerarea{
	display:none;
}

#menu_wrapper{
	width:100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
}


.menu{
	position: absolute;
	background-color:rgba(255,255,255,0.9);
	box-sizing: border-box;
	padding:0.3% 0.3% 0.3% 0.3%;
}

.menu-box img{
  width: 100%;
  height: auto;
}

.menu-box li{
  position: relative;
  overflow: hidden;
  float: left;
  width: 9.5%;
  margin:0.25%;
}
  
.menu-box a{
  display: block;
  position: relative;
}
  
.menu-box .hoverimg{
  position: absolute;
  top:-100%;
  left: 0;
  -webkit-transition: .4s;
     -moz-transition: .4s;
      -ms-transition: .4s;
       -o-transition: .4s;
          transition: .4s;
  z-index: 301;
}

.menu-box a:hover .hoverimg{
  top: 0%;
}

#spmenu{
	display:none;
}

#contents_wrapper{
	width:100%;
	margin:0 auto;
	font-size: 15px;
	text-align: justify;
	word-break: break-all;
	line-height: 180%;
}

#contents_wrapper img{
	max-width:100%;
	margin-left:auto;margin-right:auto;display:table;
}

#top_wrapper{
	width:100%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	position: relative;
}

#top_image{
	width:100%;
}

#top_logo_wrapper{
	width:38%;
	position: absolute;
	left:6%;
	top:10%;
}

#top_logo{
	width:95%;
	margin-bottom: 10px;
}

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

#snsbtn_wrapper1{
	width:65px;
	float: left;
	margin-right: 30px;
	overflow: hidden; /* heightを戻す */
}

.snsbtnl{
	width:30px;
	float: left;
}

.snsbtnr{
	width:30px;
	float: right;
}

#snsbtn_wrapper2{
	width:420px;
	float: left;
	overflow: hidden; /* heightを戻す */
	padding-top:1%;	
}

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


#top_illust{
	width:20%;
	float: left;
	padding-top:1%;
}

#top_text{
	width:2%;
	float: right;
}

#top_bottom{
	width:100%;
	padding:50px 10% 50px 10%;
	background:#ddd;
	box-sizing: border-box;
	overflow:hidden; 
}

#twitter_widget{
	width:25%;
	float: left;
	margin-right: 2%;
}

#facebook_widget{
	width:25%;
	float: left;
}

#topbnr_wrapper{
	width:46%;
	float: right;
}

.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:40%;
	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;
}

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

/* 「LeftToRight」の動作内容 */
@keyframes LeftToRight {
  0% {
    opacity: 0;/* 透明 */
    transform: translateY(50px);/* X軸方向に-200px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);
  }
}

/* 「LeftToRight」を適用する箇所 */
.slide_LR {
  animation-duration: 2s;/* アニメーション時間 */
  animation-name: LeftToRight;/* アニメーション名 */
  animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
}

#main_wrapper{
	width:100%;
	padding-top:7%;
	padding-bottom:12%;
}

#inner01{
	width:70%;
	margin:0 auto;
}

#inner02{
	width:85%;
	margin:0 auto;
}

#inner03{
	width:60%;
	margin:0 auto;
}

.pagetitle{
	width:400px;
	margin:0 auto;
	margin-bottom: 50px;
}

#footer_wrapper{
	width:100%;
	padding:3% 0% 3% 0;
	background-color: #ddd;
}

#footer_inner{
	width:20%;
	margin:0 auto;
}

.midashipc{
	width:100%;
	margin:0 auto;
	margin-bottom: 40px;
}
	
.midashisp{
	display: none;
}

.textl{
	width:48%;
	float: left;
}

.textr{
	width:48%;
	float: right;
}

.castline{
	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;
	box-sizing: border-box;
}

.castbox{
	width:44%;
	float: left;
	margin:3%;
	border-top: 2px solid #62c5a0;
	padding-top:10px;
}

.castl{
	width:35%;
	float: left;
}

.castr{
	width:61%;
	float: right;
}

.castname{
	width:70%;
	margin-bottom: 20px;
}

.casttext1{
	width:100%;
	font-style: italic;
	color: rgba(28,136,93,1.00);
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 10px;
}

.casttext2{
	width:100%;
	font-size: 13px;
	line-height: 150%;
	border-top: 1px dotted #ccc;
	box-sizing: border-box;
	padding-top:3%;
}

table   {
border-collapse:collapse
}
table tr    {
border-bottom:1px solid #333;
}

.theaterbox{
	padding:6px 0 6px 0;
	font-size:12px;
}

.theaterboxa{
	padding:6px 0 6px 0;
	font-size:12px;
}

.theaterboxab{
	padding:6px 0 6px 0;
	font-size:12px;
}

.theaterboxb{
	padding:6px 0 6px 0;
	font-size:12px;
}

.theaterbox a{
	color:rgba(214,158,0,1.00);
	text-decoration: none;
}

.theaterbox a:hover{
	color:#666;
	text-decoration: underline;
}

.related_midashi01{
	width:100%;
	margin-bottom: 10px;
	color:rgba(214,158,0,1.00);
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.textc{
	width:100%;
	text-align: center;
}

.related_midashi02{
	width:100%;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 13px;
	background-color: rgba(82,163,163,1.00);
	color: #fff;
	padding:0.5%;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
}

.relatedbox{
	width:46%;
	float: left;
	margin:2%;
	border-radius: 5px;
	border:1px dotted #999;	
	box-sizing: border-box;
	padding:3%;
}

.related_midashi03{
	width:100%;
	margin-bottom: 10px;
	color:rgba(183,75,125,1.00);
	font-weight: bold;
	font-size: 16px;
}

.related_midashi03 a{
	color:rgba(183,75,125,1.00);
	text-decoration: none;
}

.related_midashi03 a:hover{
	color:#999;
	text-decoration:underline;
}

#tumblr{
	width:90%;
	font-size: 12px;
	border-radius: 5px;
	border:3px double rgba(199,104,0,1.00);	
	box-sizing: border-box;
	padding:3%;
	background-image: url(images/bg/tumblr.jpg);
}

#tumblr a{
	color:rgba(199,104,0,1.00);
	text-decoration:underline;
}

#tumblr a:hover{
	color:rgba(17,23,129,1.00);
	text-decoration:underline;
}

.rp{
	width:40%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

.bnrl{
	width:49%;
	float: left;
}

.bnrr{
	width:49%;
	float: right;
}

.cs{
	width:100%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding:100px 0 100px 0;
}

.commentline{
	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:48%;
	float: left;
	margin:1%;
	box-sizing: border-box;
	padding:2%;
	border-top: 1px solid #ccc;
}

.comment_text{
	width:100%;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 20px;
}

.comment_name1{
	width:100%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 100%;
	color: rgba(217,93,0,1.00);
}

.comment_name2{
	width:100%;
	font-size: 11px;
}

dl.filmlist {
	width:100%;
	line-height:150%;
	border-top: none;
	margin-bottom:10px;
	font-size:13px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}

dl.filmlist dt {
	margin: 0;
	width: 20%;
	float: left;
}
	
dl.filmlist dd {
	margin: 0 0 0 20%;
}

.event01{
	width:100%;
	font-size: 18px;
	font-weight: bold;
	color: rgba(195,135,18,1.00);
	text-align: center;
	margin-bottom: 20px;
}

.event02{
	width:100%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.event03{
	width:100%;
	font-size: 12px;
	text-align: center;
	margin-bottom: 30px;
}


.jisyu_text01{
	width:100%;
	font-size:18px;
	font-weight: bold;
	margin-bottom: 50px;
}

.jisyu_midashi{
	width:100%;
	font-size:18px;
	font-weight: bold;
	margin-bottom: 10px;
	color:rgba(188,131,19,1.00);
	border-bottom: 2px dashed #999;
	padding-bottom: 10px;
}

.jisyu_midashi2{
	width:100%;
	font-size:14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.jisyu_btn{
	width:32%;
	float: left;
	text-align: center;
	font-size: 20px;
    font-weight: 800;
	margin: 0.666666%;
}

.jisyu_btn a{
    display:block;
	width: 100%; /* 横幅 */
	background-color:rgba(52,160,158,1.00);
	padding:7px 10px 7px 10px;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

.jisyu_btn a:hover {
	background-color:rgba(213,177,59,1.00);
	text-decoration: none;
	color: #eee;
	outline: none;
}

.jisyu_btn2{
	width:100%;
	text-align: center;
	font-size: 14px;
	margin: 1%;
}

.jisyu_btn2 a{
    display:block;
	width: 100%; /* 横幅 */
	background-color:rgba(52,160,158,1.00);
	padding:2px 10px 2px 10px;
	box-sizing: border-box;
	text-decoration: none;
	color: #eee;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

.jisyu_btn2 a:hover {
	background-color:rgba(213,177,59,1.00);
	text-decoration: none;
	color: #eee;
	outline: none;
}

.tdbg{
    background-color: #fff;
	padding:10px 15px 10px 15px;
    color:#000;
	font-size:14px;
	text-align:center;
    font-family: "Hiragino Sans","ヒラギノ角ゴシック"; font-weight: 400;
    line-height: 140%;
}

table, td, th{
    border: 1px solid black;
}

.topdvd{
    width:70%;
    margin-bottom: 5px;
}

.topdvdb{
    width:70%;
    margin-bottom: 20px;
}





@media screen and (max-width:600px){

#menu_wrapper{
	display: none;
}


#spmenu{
	display: inherit;
}


.menuarea{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color:rgba(36,151,119,0.9);
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  z-index: 300;
}

.menubox{
  padding: 20% 10% 0;
  width: 80%;
  z-index: 99;}

.menubox li{
  list-style: none;
  width: 46%;
  float: left;
  margin:2%}

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

.showMenu .menuarea{
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);}

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

.menubtn{
	z-index: 301;
	position: fixed;
	top:0;
	right:38%;
	width: 24%;
	cursor: pointer;}
	
#spmain{
	width:100%;
	display: inherit;
	margin-bottom: 20px;
	margin-top: 50px;
}
	
#spmain2{
	width:100%;
	display: inherit;
	padding-top: 30px;
	background-color: #fff;
}

#top_wrapper{
	width:100%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	position:inherit;
}

#top_image{
	display: none;
}

#top_logo_wrapper{
	width:100%;
	position:inherit;
	left:0;
	top:0;
}

#top_logo{
	display: none;
}

#snsbtn_wrapper{
	width:90%;
	overflow: hidden; /* heightを戻す */
	margin:0 auto;
}

#snsbtn_wrapper1{
	width:105px;
	float: none;
	margin-right: 0;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.snsbtnl{
	width:50px;
	float: left;
}

.snsbtnr{
	width:50px;
	float: right;
}
	
#snsbtn_wrapper2{
	width:100%;
	position: inherit;
	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:110px;
	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:30px;
	display: inherit;
	margin-top:30px;
}
	
#top_bottom{
	width:100%;
	padding:30px 10% 100px 10%;
	background:#ddd;
	box-sizing: border-box;
	overflow:hidden; 
}
	
#twitter_widget{
	width:100%;
	float: left;
	margin-right: 0;
	margin-bottom: 10px;
}

#facebook_widget{
	width:100%;
	float: left;
}

#topbnr_wrapper{
	width:100%;
	float:none;
	margin-bottom: 20px;
}

.theaterbox{
	padding:10px;
	font-size:12px;
	border-right: 1px solid #333;
}

.theaterboxa{
	padding:10px;
	font-size:12px;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}

.theaterboxab{
	padding:10px;
	font-size:12px;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}

.theaterboxb{
	padding:10px;
	font-size:12px;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
}
	
#tumblr{
	width:90%;
	margin:0 auto;
	font-size: 12px;
	border-radius: 5px;
	border:1px solid #ddd;	
	box-sizing: border-box;
	padding:3%;
	background-image: url(images/bg/tumblr.jpg);
	margin-bottom: 30px;
}
	
.bnrl{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
}

.bnrr{
	width:100%;
	float: none;
}
	
.rp{
	width:100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
	
#main_wrapper{
	width:100%;
	padding-top:10%;
	padding-bottom:12%;
}
	
#inner01{
	width:80%;
	margin:0 auto;
}

#inner02{
	width:80%;
	margin:0 auto;
}

#inner03{
	width:80%;
	margin:0 auto;
}
	
.pagetitle{
	width:100%;
	margin:0 auto;
	margin-bottom: 50px;
}
	
#footer_wrapper{
	width:100%;
	padding:10% 0% 10% 0;
	background-color: #ddd;
}

#footer_inner{
	width:60%;
	margin:0 auto;
}

	
.midashipc{
	display: none;
}
	
.midashisp{
	display: inherit;
	width:100%;
	margin:0 auto;
	margin-bottom: 40px;
}

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

.textr{
	width:100%;
	float: none;
}
	
.castbox{
	width:100%;
	float: none;
	margin:0;
	border-top: 2px solid #62c5a0;
	padding-top:10px;
	margin-bottom: 50px;
}

.castl{
	width:100%;
	float: none;
	margin-bottom: 20px;
}

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

.castname{
	width:100%;
	margin-bottom: 20px;
}
	
.relatedbox{
	width:100%;
	float: none;
	margin:0;
	border-radius: 5px;
	border:1px dotted #999;	
	box-sizing: border-box;
	padding:3%;
	margin-bottom: 50px;
}

.commentbox{
	width:100%;
	float: none;
	margin:0;
	box-sizing: border-box;
	padding:2%;
	margin-bottom: 50px;
}

dl.filmlist dt {
	margin: 0;
	width: 40%;
	float: left;
}
	
dl.filmlist dd {
	margin: 0 0 0 40%;
}
	
.jisyu_btn{
	width:100%;
	float: none;
	text-align: center;
	font-size: 20px;
    font-weight: 800;
	margin: 0;
    margin-bottom: 10px;
}

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