@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#FFF;
  	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,  "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color:#000;
	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;}
  
#loader {
    width: 200px;
    height: 56px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -28px; /* heightの半分のマイナス値 */
    margin-left: -100px; /* widthの半分のマイナス値 */
    z-index: 103;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 102;
}

#spheader{
	display:none;
}

#sptrailerarea{
	display:none;
}

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

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

#main_wrapper{
	width:100%;
	position: relative;
}

#mainimage{
	width:100%;
}



#menu_wrapper{
	position:fixed;
	width:260px;
	height:100%;
	right:0;
	top:0;
	background-color: rgba(100,160,200,0.8);
	z-index:100;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
}

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

#menu_wrapper ul{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto auto;
	padding-top:10%;
	height: 500px;
}

.menu{
	text-align: center;
	height:6%;
	margin:0 auto;
	margin:3% 10% 5% 10%;
	border-bottom: 1px dashed #a4d0ec;
}

.menu img{
	height:90%;
	width: auto;}
	
.menu a{
	outline:none;
}

.menubtn{
	position: absolute;
	top:2%;
	left:-80px;
	width: 60px;
	cursor: pointer;}
.menubtn img{
	width: 100%;
	height: auto;
}

.content {
  	position: relative;
	margin: 0 auto;
	padding: 0;
}

.scrollShowEffect {
	-webkit-transition-delay: .2s;
	   -moz-transition-delay: .2s;
	    -ms-transition-delay: .2s;
	     -o-transition-delay: .2s;
	        transition-delay: .2s;
	-webkit-transition: all 2s ease-in-out;
	   -moz-transition: all 2s ease-in-out;
	    -ms-transition: all 2s ease-in-out;
	     -o-transition: all 2s ease-in-out;
	        transition: all 2s ease-in-out;
	opacity:0;
}

.scrollShowEffect-R {
	-webkit-transform: translate3d(3%, 4%, 0);
	   -moz-transform: translate3d(3%, 4%, 0);
	    -ms-transform: translate3d(3%, 4%, 0);
	     -o-transform: translate3d(3%, 4%, 0);
	        transform: translate3d(3%, 4%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-3%, 4%, 0);
	   -moz-transform: translate3d(-3%, 4%, 0);
	    -ms-transform: translate3d(-3%, 4%, 0);
	     -o-transform: translate3d(-3%, 4%, 0);
	        transform: translate3d(-3%, 4%, 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, -15%, 0);
	   -moz-transform: translate3d(0, -15%, 0);
	    -ms-transform: translate3d(0, -15%, 0);
	     -o-transform: translate3d(0, -15%, 0);
	        transform: translate3d(0, -15%, 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);
}

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

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

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

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

.pagetitle{
	width:400px;
	margin-bottom: 40px;
}

.pagetitle2{
	width:400px;
	margin:0 auto;
	margin-bottom: 40px;
}

.pagetitle3{
	width:200px;
	margin-bottom: 40px;
}

.castbox{
	width:100%;
	margin-right: 50px;
}

#cast_wrapper{
	width:100%;
	background: url(images/bg/cast.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
	padding:150px 0 150px 0;
}

#cast_inner{
	width:70%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	font-size: 13px;
	padding:50px 15% 50px 15%;
	color: #fff;
}

#staff_wrapper{
	width:100%;
	background: url(images/bg/staff.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#staff_inner{
	width:70%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	padding:150px 0 150px 0;
	color: #fff;
	font-size: 13px;
	line-height: 160%;
}

.cast_l{
	width:30%;
	float: left;
}

.cast_r{
	width:65%;
	float: right;
}

.staffbox{
	width:28%;
	float: left;
	margin:2.6666%;
	text-align: justify;
	word-break: break-all;
}

#footer_wrapper{
	width:100%;
	background-color:#4bacdf;
}

#footer_logo{
	width:30%;
	margin:0 auto;
	padding:50px 0 50px 0;
}

.spphoto{
	display: none;
}

#story_wrapper{
	width:100%;
	background-color: #cfeaff;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#story_inner{
	width:60%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:100px 0 0 0;
}

#intro_wrapper{
	width:100%;
	background-color: #FFF;
	overflow: hidden; /* heightを戻す */
}

#intro_inner{
	width:70%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding-bottom:150px;
}

#pn_wrapper{
	width:100%;
	background: url(images/bg/pn.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#pn_inner{
	width:35%;
	margin-left: 8%;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:150px 0 150px 0;
}

#theater_wrapper{
	width:100%;
	background: url(images/bg/theater.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#theater_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:150px 20% 150px 20%;
	background-color: rgba(255,255,255,0.9);
}

#other_wrapper{
	width:100%;
	background: url(images/bg/other.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#other_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:100px 20% 150px 20%;
}

#other_inner a{
	color: #415A9E;
	text-decoration: none;
}

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

.story_photo{
	width:50%;
	float: left;
}

.intro_l{
	width:46%;
	float: left;
}

.intro_r{
	width:46%;
	float: right;
}

.staffline{
	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;
}

dl.pnlist {
	width:100%;
	line-height:150%;
	border-top: none;
	margin-bottom:15px;
	font-size:12px;
}

dl.pnlist dt {
	margin: 0;
	width: 30%;
	float: left;
}
	
dl.pnlist dd {
	margin: 0 0 0 30%;
}

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

.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:#f39800;
	text-decoration: none;
}

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

#main_bottom{
	width:70%;
	margin:0 auto;
	padding:30px 0 30px 0;
	overflow: hidden; /* heightを戻す */
}

#main_bottom_right{
	width:40%;
	float: right;
	overflow: hidden; /* heightを戻す */
}

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

.topbnr{
	width:100%;
	margin:0 auto;
	margin-bottom: 20px;
}

#main_bottom_top{
	width:440px;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.lsl{
	width:215px;
	float: left;
}

.lsr{
	width:215px;
	float: right;
}

#sns{
	width:500px;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
}

#snsbtn_wrapper{
	width:160px;
	float: left;
	overflow: hidden; /* heightを戻す */
}

.snsbtn{
	width:50px;
	float: left;
	margin-right: 5px;
}

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

#sns_wrapper{
	width:320px;
	float: right;
	overflow: hidden; /* heightを戻す */
	padding-top:15px;
}

.tweet{
	width:75px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.like{
	width:152px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.line{
	width:83px;
	float: right;
	line-height: 100%;
}

#other_title{
	width:30%;
	margin-bottom: 30px;
}

#other_l{
	width:40%;
	float: left;
}

#other_r{
	width:54%;
	float: right;
}

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

.news_midashi{
	width:100%;
	background-color:rgba(255,255,255,0.6);
	padding:1% 2% 1% 2%;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-size: 12px;
}

.totop{
	width:10%;
	margin:0 auto;
	margin-bottom: 50px;
	margin-top: 50px;
}



#pub{
	width:80%;
	margin:0 auto;
	padding:100px 0 100px 0;
}


.pubbox{
	width:31%;
	float: left;
	margin:1.1666%;
	background-color: rgba(255,255,255,0.8);
	padding:2%;
	box-sizing: border-box;
}

.pubbox a{
	color:rgba(183,114,10,1.00);
	text-decoration: none;
}

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

dl.publist {
	width:100%;
	line-height:100%;
	margin-bottom:15px;
}

dl.publist dt {
	margin: 0;
	width: 100%;
	margin-bottom: 5px;
	font-size: 9px;
	font-weight: bold;
	background-color: rgba(204,225,236,1.00);
	padding:1%;
}
	
dl.publist dd {
	width: 100%;
	font-weight: 100;
	font-size: 12px;
}

.pubtitle{
	font-size:16px;
	font-weight: bold;
	color:rgba(237,124,0,1.00);
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#pubbtn_wrapper{
	width:40%;
	position: absolute;
	left: 30px;
	bottom:30px;
	overflow: hidden;
}

.pubbtn_wrap{
    width:47%;
    float: right;
	overflow: hidden;
    padding-top:16%;
}

.pubbtn_wrap2{
    width:20%;
	position: absolute;
	left: 30px;
	bottom:30px;
}

.pubbtn{
	width:48%;
	float: left;
	margin:1%;
}

.dvdbtn{
    width:50%;
    float: left;
}

#comment_wrapper{
	width:100%;
	background: url(images/bg/comment.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#comment_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:150px 15% 150px 15%;
}

.commentbox{
	width:100%;
	box-sizing: border-box;
	padding:2%;
	margin-bottom: 60px;
	border-top: 1px solid #b4d4f5;
	overflow: hidden;
}

.comment_photo{
	width:27%;
	float: left;
}

.comment_text{
	width:70%;
	float: right;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 20px;
	color:#fff;
	line-height: 160%;
  	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,  "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.comment_name1{
	width:100%;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 5px;
	color:rgba(249,238,104,1.00);
	line-height: 100%;
	font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align: right;
}

.comment_name2{
	width:100%;
	font-size: 11px;
	font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align: right;
	color: #ddd;
}

.keisyou{
	width:100%;
	font-size: 12px;
	text-align: center;
}

.comment_text2{
	width:100%;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 20px;
	color:#fff;
	line-height: 160%;
  	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,  "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

#topmovie{
	width:58%;
	float: left;
	padding:2%;
	background-color: rgba(181,236,246,1.00);
	box-sizing: border-box;
}

div.sptrailer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
 
div.sptrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


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

#spheader{
	width:100%;
	display: inherit;
	margin-bottom: 20px;
}

#main_wrapper{
	width:100%;
	position: inherit;
}

#mainimage{
	display: none;
}

#main_bottom{
	width:100%;
	padding:30px 0 50px 0;
}

#main_bottom_inner{
	width:90%;
	margin:0 auto;
}

#main_bottom_top{
	width:80%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

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

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

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

#snsbtn_wrapper{
	width:160px;
	float: none;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
}

.snsbtn{
	width:50px;
	float: left;
	margin-right: 5px;
}

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

#sns_wrapper{
	width:100%;
	float: none;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}

.tweet{
	width:75px;
	float:none;
	margin-right:0;
	margin:0 auto;
	margin-bottom:5px;
}

.like{
	width:143px;
	float:none;
	margin-right:0;
	margin:0 auto;
	margin-bottom:5px;
}

.eigacom{
	width:105px;
	float:none;
	margin:0 auto;
	margin-bottom:5px;
}

.line{
	width:83px;
	float:none;
	margin:0 auto;
}

#cast_wrapper{
	width:100%;
	background-color:#4bacdf;
	overflow: hidden; /* heightを戻す */
}

#cast_inner{
	width:80%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	padding:50px 0 50px 0;
	color: #fff;
}

#staff_wrapper{
	width:100%;
	background-color: #FFF;
	overflow: hidden; /* heightを戻す */
}

#staff_inner{
	width:80%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	padding:100px 0 100px 0;
}

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

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

.staffbox{
	width:100%;
	float: none;
	margin:0;
	margin-bottom: 50px;
}

#footer_logo{
	width:70%;
	margin:0 auto;
	padding:50px 0 50px 0;
}

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

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

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

.theaterboxb{
	padding:10px;
	font-size:12px;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#story_inner{
	width:80%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:100px 0 0 0;
}

.pagetitle{
	width:80%;
	margin-bottom: 40px;
}

.pagetitle2{
	width:80%;
	margin:0 auto;
	margin-bottom: 40px;
}

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

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

.staffline{
	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;
}

dl.pnlist {
	width:100%;
	line-height:150%;
	border-top: none;
	margin-bottom:15px;
	font-size:12px;
}

dl.pnlist dt {
	margin: 0;
	width: 30%;
	float: left;
}
	
dl.pnlist dd {
	margin: 0 0 0 30%;
}

#pn_inner{
	width:100%;
	margin-left: 0%;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:150px 10% 150px 10%;
	background-color:rgba(146,229,170,0.9);
}

#theater_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:150px 10% 150px 10%;
	background-color: rgba(255,255,255,1.00);
}

.tablet{
	display: none;
}

div.sptrailer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
 
div.sptrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sptrailerarea{
	width:90%;
	margin:0 auto;
	margin-bottom:20px;
	display: inherit;
}

#toplang{
	width:100%;
	position:inherit;
	right: 0;
	bottom: 0;
	overflow: hidden; /* heightを戻す */
}

#langage{
	width:60%;
	overflow: hidden; /* heightを戻す */
	float: none;
	margin:0 auto;
	margin-bottom: 20px;
}

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

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

#ticket{
	width:80%;
	float: none;
	margin:0 auto;
	margin-bottom: 30px;
}

#sns_wrapper{
	width:100%;
	float: none;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}

#topbnr_wrapper{
	width:100%;
	position:inherit;
	left:0;
	bottom: 0;
	margin-bottom: 30px;

}

.topbnr{
	width:80%;
	float: none;
	margin:0 auto;
	margin-bottom: 30px;
}

#other_wrapper{
	width:100%;
	background: url(images/bg/other.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#other_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:100px 10% 150px 10%;
}

#other_title{
	width:30%;
	margin-bottom: 30px;
}

#other_l{
	width:100%;
	float: none;
	margin-bottom: 30px;
}

#other_r{
	width:100%;
	float: none;
}

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

.news_midashi{
	width:100%;
	background-color:rgba(255,255,255,0.6);
	padding:1% 2% 1% 2%;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-size: 12px;
}

.totop{
	width:40%;
	margin:0 auto;
	margin-bottom: 50px;
	margin-top: 50px;
}

#pub{
	width:90%;
	margin:0 auto;
	padding:100px 0 100px 0;
}

.pubbox{
	width:48%;
	float: left;
	margin:1%;
	background-color: rgba(255,255,255,0.8);
	padding:2%;
	box-sizing: border-box;
}

#pubbtn_wrapper{
	width:90%;
	position:inherit;
	left: 0;
	bottom:0;
	margin:0 auto;
	margin-bottom: 20px;
}

.pubbtn_wrap{
    width:100%;
    float: none;
	overflow: hidden;
    padding-top:0;
}

.pubbtn{
	width:48%;
	float: left;
	margin:1%;
}

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

#comment_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:50px 10% 50px 10%;
}

.commentbox{
	width:100%;
	box-sizing: border-box;
	padding:10% 2% 2% 2%;
	margin-bottom: 60px;
	border-top: 1px solid #b4d4f5;
	text-align: left;
}

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

.comment_text{
	width:100%;
	float: none;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 30px;
	color:#fff;
	line-height: 160%;
  	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,  "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.comment_text2{
	width:100%;
	float: none;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 30px;
	color:#fff;
	line-height: 160%;
  	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,  "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.comment_name1{
	width:100%;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 5px;
	color:rgba(249,238,104,1.00);
	line-height: 100%;
	font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align: left;
}

.comment_name2{
	width:100%;
	font-size: 11px;
	font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align: left;
	color: #ddd;
}
	
#topmovie{
	width:100%;
	float: none;
	padding:5%;
	background-color: rgba(181,236,246,1.00);
	margin-bottom: 20px;
	box-sizing: border-box;
}
	
#main_bottom_right{
	width:100%;
	float: none;
	overflow: hidden; /* heightを戻す */
}

}