@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#20242d;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#FEFEFE;
	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;
}
  
#loader {
    width: 300px;
    height: 50px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -25px; /* heightの半分のマイナス値 */
    margin-left: -150px; /* widthの半分のマイナス値 */
    z-index: 103;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #20242d;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 102;
}

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

#spmenu{
display: none;
}

#spheader{
	display:none;
}

#spheader2{
	display:none;
}

#sptrailerarea{
	display:none;
}

#menu_wrapper{
	width:100%;
	position: fixed;
	left: 0;
	top:0;
	z-index: 100;
	background-color:rgba(0,0,0,0.8);
	box-sizing: border-box;
}

#main_menu_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.main_menu{
	width:16.666666%;
	float: left;
}

.main_menu_open{
	cursor: pointer;
	width:16.666666%;
	float: left;
}

.sub_menu{
	z-index: 99;
	position: fixed;
	left: 0;
	display: none;
	width:100%;
	overflow: hidden; /* heightを戻す */
}


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

.sub_menu1{
	width:16.666666%;
	float: left;
}

.sub_menu1:first-child,.sub_menu2:first-child{
	margin-left: 0;
}


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

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

#main_wrapper{
	width:98%;
	padding-top:5%;
	position: relative;
	
}

#logo_wrapper{
	width:62%;
	float: left;
	padding-bottom: 20px;
	padding-top:0%;
}

#logo{
	width:85%;
	margin:0 auto;
	margin-bottom: 10px;
}

#snsbtn_wrapper1{
	width:40%;
	margin:0 auto;
	margin-bottom: 10px;
	overflow: hidden; /* heightを戻す */
}

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

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

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

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

.eigacom{
	width:111px;
	float:left;
	line-height: 100%;
}

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



#catch{
	width:7%;
	padding-right: 2%;
	float: right;
}

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

#ticket_wrapper{
	width:27%;
	position: fixed;
	right: 2%;
	bottom: 3%;
	overflow: hidden; /* heightを戻す */
}

#ticket_wrapper2{
	width:60%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	box-sizing: border-box;
	padding:0.5%;
	background-color: rgba(50,50,50,0.8);
}

.ticketline{
	width:70%;
	margin:0 auto;
	margin-top:10px;
	overflow: hidden; /* heightを戻す */
}

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

#theater_wrapper{
	width:100%;
}

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

#theater_ticketarea{
	width:70%;
	margin:0 auto;
	margin-bottom: 30px;
}

#theater_logo{
	width:80%;
	margin:0 auto;
	margin-bottom: 10px;
}

#theater_text{
	width:90%;
	margin:0 auto;
	margin-bottom: 10px;
}

.theater{
	width:100%;
	margin-bottom:10px;
	font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.theaterbox01{
	background-color:#666;
	text-align:center;
	padding:6px 10px 6px 10px;
	color:#fff;
	font-size:12px;
}

.theaterbox02{
	background-color:rgba(255,255,255,0.9);
	padding:6px 10px 6px 10px;
	color:#000;
	font-size:12px;
	text-align:center;
}

.theaterbox02 a{
	color:#000;
	text-decoration:none;
}

.theaterbox02 a:hover{
	color:rgba(170,0,2,1.00);
	text-decoration:underline;
}

#areaMenu {
	display: block;
	width: 98%;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 0 0 20px;
	padding:1%;
	background-color:#796450;
}

#areaMenu a{
	color:#fff;
	text-decoration:none;
}

#areaMenu a:hover{
	color:#fff;
	text-decoration:underline;
}

.areaname{
	width: 98%;
	text-align:center;
	color:#fff;
	padding:0.5% 1% 0.5% 1%;
	font-size:12px;
	font-weight:bold;
	background-color:#796450;
	margin-top:3%;
}

#totop{
	width:20%;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:60px;
}

#footer_wrapper{
	width:100%;
	background-color: #796450;
	padding:30px 0 30px 0;
	overflow: hidden; /* heightを戻す */
}

#footer_logo{
	width:30%;
	margin:0 auto;
	margin-bottom: 20px;
}

#footer_wrapper2{
	width:100%;
	background-color: #20262f;
	padding:10px 0 10px 0;
	overflow: hidden; /* heightを戻す */
	position: fixed;
	bottom:0;
	left:0;
}

#footer_logo2{
	width:30%;
	float: left;
	margin-left: 2%;
}

#snsbtn_wrapper3{
	width:440px;
	float: right;
	overflow: hidden; /* heightを戻す */
	margin-right: 2%;
	padding-top:5px;
}


.scrollShowEffect {
	-webkit-transition-delay: .1s;
	   -moz-transition-delay: .1s;
	    -ms-transition-delay: .1s;
	     -o-transition-delay: .1s;
	        transition-delay: .1s;
	-webkit-transition: all 1s ease-in-out;
	   -moz-transition: all 1s ease-in-out;
	    -ms-transition: all 1s ease-in-out;
	     -o-transition: all 1s ease-in-out;
	        transition: all 1s 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, 3%, 0);
	   -moz-transform: translate3d(0, 3%, 0);
	    -ms-transform: translate3d(0, 3%, 0);
	     -o-transform: translate3d(0, 3%, 0);
	        transform: translate3d(0, 3%, 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);
}

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

.inner_shadow{
	width:100%;
	background-image: url(images/bg/inner.png);
	background-size: cover;
	padding:10% 0 10% 5%;
	box-sizing: border-box;
}

.pagetitle{
	width:100%;
	margin-bottom: 30px;
}

.pagetitle2{
	width:50%;
	margin:0 auto;
	margin-bottom: 30px;
}

.pagetitle3{
	width:30%;
	margin:0 auto;
	margin-bottom: 30px;
}

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

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

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

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

.spphoto{
	display: none;
}

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

#intro_inner{
	width:42%;
	margin-left: 51%;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:100px 0 100px 0;
}

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

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

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

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

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

#staff_inner{
	width:40%;
	margin-left: 7%;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:100px 0 100px 0;
}

#keyword_wrapper{
	width:100%;
	background: url(images/bg/keyword.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	padding:200px 0 500px 0;
}

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

#comment_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

#comment_inner{
	width:80%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	padding:100px 10% 100px 10%;
	background-color: #fff;
}

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

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

.castname{
	width:80%;
	margin-bottom: 15px;
}

.staff_photo{
	width:40%;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

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

.keyword_r{
	width:50%;
	float: right;
}

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

.keywordbox{
	width:31%;
	float: left;
	margin:1.16666%;
	box-sizing: border-box;
	padding:2%;
	border:3px double rgba(120,118,79,1.00);
}

.keyword_midashi{
	width:100%;
  	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,  "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	color: #8f956b;
}

#sp_footer{
	display: none;
}

.cs{
	width:40%;
}

.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:3px double rgba(107,95,81,1.00);
}

.commentbox2{
	width:31%;
	float: left;
	margin:1.1666%;
	box-sizing: border-box;
	padding:2%;
	border:3px double #666;
}

.comment_text{
	width:100%;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 10px;
	color: #111;
}

.comment_name1{
	width:100%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color:rgba(83,80,47,1.00);
  	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,  "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	text-align: right;
}

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

#topbnr{
	width:60%;
	margin-left: 40%;
	margin-bottom: 10px;
}

#topticket{
	width:100%;
	box-sizing: border-box;
	padding:0.5%;
	background-color: rgba(50,50,50,0.8);
	border:3px double rgba(115,112,70,1.00);
	overflow: hidden; /* heightを戻す */
}

.keisyou{
	width:100%;
	margin-bottom: 30px;
	text-align: center;
	font-size: 12px;
	color: #333;
}

.comment_midashi{
	width:400px;
	margin:0 auto;
	margin-bottom: 30px;
}

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

#spmenu{
	z-index: 1111;
	width:100%;
	display: inherit;
	position: fixed;
	top:0;
	left: 0;
}


.spmenu {
	max-width: 100%;
	background: #000;
	margin: 0 auto;
	padding-top: 50px;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translate3d(0, -130%, 0);
  transform: translate3d(0, -130%, 0);}
.showMenu .spmenu{
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);}


.menubtn{
  z-index:1112;
  position: fixed;
  top:0;
  right:0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url(images/menu/btnbg.jpg);
  cursor: pointer;
  border-bottom: 1px solid #bf9b31;
}

.spmenu a {
  display: block;
  padding: 0;
text-decoration: none;
color: #000;
  line-height: 1;
}

.spmenu label {
  display: block;
  margin: 0 0;
  line-height: 1;
  color :#000;
  cursor :pointer;
}

.spmenu input {
	display: none;
}

.spmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.spmenu li {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.spmenu li a {
	color: #000;
	}



#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
  max-height: 58px;
  opacity: 1;
}

#links01 li{
	background-color:#000;
}

#links02 li{
	background-color:#000;
}




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

#spheader2{
	width:100%;
	display: inherit;
	padding-top:50px;
}

#main_wrapper{
	width:90%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	padding-top:0;
}

#logo_wrapper{
	width:100%;
	margin:0 auto;
	padding-top:0;
}

#logo{
	display: none;
}

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

.snsbtn{
	width:100%;
	float: none;
	margin:0;
	margin-bottom: 10px;
}

.tablet{
	display: none;
}

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

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

.like{
	width:156px;
	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%;
}

#catch{
	display: none;
}
 
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;
}

#ticket_wrapper{
	width:90%;
	margin:0 auto;
	margin-bottom: 20px;
	overflow: hidden; /* heightを戻す */
	position: inherit;
}

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

#theater_inner{
	width:90%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	padding:50px 0 50px 0;
}

#theater_ticketarea{
	width:100%;
	margin:0 auto;
	margin-bottom: 30px;
}

#totop{
	width:70%;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:60px;
}

#footer_logo{
	width:50%;
	margin:0 auto;
	margin-bottom: 20px;
}

#footer_wrapper2{
	width:100%;
	background-color: #796450;
	padding:30px 0 30px 0;
	overflow: hidden; /* heightを戻す */
	position:inherit;
	bottom:0;
	left:0;
}

#footer_logo2{
	display: none;
}

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

#snsbtn_wrapper3{
	width:100%;
	float: none;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	margin-right: 0%;
	padding-top:0;
}

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

.pagetitle2{
	width:100%;
	margin:0 auto;
	margin-bottom: 30px;
}

.pagetitle3{
	width:100%;
	margin:0 auto;
	margin-bottom: 30px;
}

#intro_wrapper{
	width:100%;
	background: none;
	overflow: hidden; /* heightを戻す */
	background-color: rgba(0,0,0,1.00);
}

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

#story_wrapper{
	width:100%;
	background: none;
	overflow: hidden; /* heightを戻す */
	background-color:rgba(32,32,47,1.00);
}

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

#cast_wrapper{
	width:100%;
	background: none;
	overflow: hidden; /* heightを戻す */
	background-color: rgba(0,0,0,1.00);
}

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

#staff_wrapper{
	width:100%;
	background: none;
	overflow: hidden; /* heightを戻す */
	background-color:rgba(32,32,47,1.00);
}

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

#keyword_wrapper{
	width:100%;
	background: none;
	overflow: hidden; /* heightを戻す */
	background-color: rgba(0,0,0,1.00);
	padding:0;
}

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

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

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

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

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

.castname{
	width:80%;
	margin-bottom: 15px;
}

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

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

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

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

.keywordbox{
	width:100%;
	float: none;
	margin:0;
	margin-bottom: 50px;
	box-sizing: border-box;
	padding:5%;
	border:3px double rgba(120,118,79,1.00);
}

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

.cs{
	width:40%;
}

.commentbox{
	width:100%;
	float: none;
	margin:0;
	box-sizing: border-box;
	padding:5%;
	border:3px double rgba(107,95,81,1.00);
	margin-bottom: 20px;
}

.commentbox2{
	width:100%;
	float: none;
	margin:0;
	box-sizing: border-box;
	padding:5%;
	border:3px double #666;
	margin-bottom: 20px;
}

#topbnr{
	width:100%;
	margin-left: 0%;
	margin-bottom: 10px;
}

.comment_midashi{
	width:80%;
	margin:0 auto;
	margin-bottom: 30px;
}

}