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


.menuarea{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
  	-webkit-transition: .4s;
  	transition: .4s;
  	-webkit-transform: translate3d(0, -100%, 0);
  	transform: translate3d(0, -100%, 0);
	background-color: #ad579d;
	z-index: 100;
	border-bottom: 6px double #f4be00;
}

.imgresponsive img{
	width: 100%;
	height: auto;
}
.menubtn{
	z-index: 101;
	position: fixed;
	top:1.5%;
	right:1%;
	width: 5.5%;
	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:2% 10% 2% 2%;
	box-sizing: border-box;
}

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

.menu-box li{
  position: relative;
  overflow: hidden;
  float: left;
  width: 18%;
  margin:1%;
  box-sizing: border-box;
}

 



#spmain{
	display:none;
}

#sptrailerarea{
	display:none;
}

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

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

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

#top_image{
    width:100%;
}

#top_logo_wrapper{
    width:42%;
    position: absolute;
    right:8%;
    top:8%;
}

#top_logo{
    width:100%;
    margin-bottom: 20px;
}

#top_udc{
    width:50%;
	margin: 0 auto;
	margin-bottom: 10px;
}

#top_kasetsu{
    width:49%;
    float: right;
}

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

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

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

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

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

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

#top_bottom{
	width:100%;
	background-color: rgba(146,159,163,1.00);
	padding:3% 0;
	box-sizing: border-box;
	overflow: hidden;
}

#top_bottom_inner{
	width:80%;
	margin:0 auto;
	overflow: hidden;
}

#tw_window{
	width:33%;
	float: left;
	margin-right: 2%;
}

#fb_window{
	width:33%;
	float: left;
	margin-right: 2%;
	overflow: hidden;
}

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

.flyer_dl_wrapper{
	width:100%;
	background-color:#f4be00;
	padding:3%;
	box-sizing: border-box;
	margin-bottom: 10px;
    border-radius: 10px;
}

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

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


.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 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(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-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を戻す */
}

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

.pagetitle{
	width:60%;
	margin-bottom: 50px;
}

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

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

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

.spphoto{
	display: none;
}

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


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

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

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

#tagore_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:10% 40% 10% 9%;
    color: #fff;
}

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

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

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

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

#comment_wrapper{
	width:100%;
	background: url("images/comment/bg.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:10% 50% 10% 9%;
}

#theater_wrapper{
	width:100%;
	background: url("images/theater/bg.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:15% 10% 15% 40%;
    color: #fff;
}

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

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

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

.add3{
    width:31%;
    float: left;
    margin:1.16666%;
}

.midashi01{
    width:100%;
    font-size: 22px;
    color: #ad579d;
    margin-bottom: 10px;
    line-height: 150%;
    font-weight: 900;
}

.midashi02{
    width:100%;
    font-size: 22px;
    color: #f4be00;
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: 900;
}

.midashi03{
    width:100%;
    font-size: 22px;
    color: #b2ddd5;
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: 900;
}

.midashi04{
    width:100%;
    font-size: 18px;
    color: #c5deb5;
    margin-bottom: 10px;
    line-height: 150%;
    font-weight: 900;
}

.midashi05{
    width:100%;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    line-height: 150%;
    font-weight: 900;
}

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

.tagore_r1{
    width:67%;
    float: right;
}

.tagorename{
    width:100%;
    font-size: 14px;
    font-weight: 600;
    color: #ddd;
    margin-bottom: 20px;
}

.tagorephoto{
    width:50%;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.bp_l{
    width:67%;
    float: left;
}

.bp_r{
    width:30%;
    float: right;
}

.bpmidashi{
    width:100%;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    padding:5px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.bpcomment{
    width:100%;
    border-top:1px dotted rgba(69,109,135,1.00);
    padding-top:3%;
    box-sizing: border-box;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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


.wrapperbox2{
	width:44%;
	float: left;
	margin:3%;
	box-sizing: border-box;	
}

.wrapperbox3{
	width:30%;
	float: left;
	margin:1.66666%;
	box-sizing: border-box;	
}

.interq{
    color:rgba(89,0,50,1.00);
    font-style: italic;
    margin-bottom: 20px;
    font-weight: 600;
}

.cbox{
	width:100%;
	box-sizing: border-box;	
	padding-top:3%;
    border-top:2px dashed #97874e;
    margin-bottom: 50px;
}

.ctext{
	width:100%;
	margin-bottom: 5px;
}

.cname1{
	width:100%;
	margin-bottom: 5px;
    color:#76346a; 
	font-size: 20px;
	font-weight: 800;
	text-align: right;
}

.cname2{
	width:100%;
	font-size: 12px;
	font-weight: 600;
	text-align: right;
	color: #666;
}


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

.theaterbox{
	padding:6px 0 6px 0;
}

.theaterboxa{
	padding:6px 0 6px 0;
}

.theaterboxab{
	padding:6px 0 6px 0;
}

.theaterboxb{
	padding:6px 0 6px 0;
}

.theaterbox a{
    color:#f4be00; 
	text-decoration: none;
}

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

.jisyubox{
	width:100%;
    margin-bottom: 50px;
    box-shadow: 2px 2px 4px gray;
    padding:5%;
    box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
}

.jisyutitle{
    width:100%;
    padding:1% 2%;    
	background-color: #ad579d;
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 30px;
	border-radius: 10px;
}

.jisyu_btn{
	width:49%;
	float: left;
	text-align: center;
	font-size: 14px;
	margin: 0.5%;
}

.jisyu_btn a{
    display:block;
	width: 100%; /* 横幅 */
	background-color:#2c9dbe;
	padding:2px 10px 2px 10px;
	box-sizing: border-box;
	text-decoration: none;
	color: #eee;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

.jisyu_btn a:hover {
	background-color:#acc55d;
	text-decoration: none;
	color: #eee;
	outline: none;
}


.jisyu_text01{
	width:100%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	color:rgba(191,29,32,1.00);
}

.jisyu_text02{
	width:100%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	color: rgba(80,130,247,1.00);
}

.jisyu_text03{
	width:100%;
	font-size: 16px;
	margin-bottom: 20px;
}

.jisyu_text04{
	color:rgba(191,29,32,1.00);
}

.jisyubox2{
	width:100%;
    margin-bottom: 50px;
    box-shadow: 2px 2px 4px gray;
    box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
}

.jisyutitle2{
    width:100%;
    padding:1% 2%;    
	background-color: #000;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
}

.jisyutext{
    width:100%;
    box-sizing: border-box;
    text-align: center;
    padding:5%;
}


.schebox{
	width:48%;
	box-sizing: border-box;
	padding:5%;
	border-top:6px solid #6357a3;
    box-shadow: 2px 2px 4px gray;
	float: left;
	margin:1%;
}

.schelist{
	margin-bottom: 20px;
}

.schemidashi{
	width:100%;
	border-bottom: 1px dotted #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}

.pcview{
    width:100%;
}

.cs{
    text-align: center;
}

.footer_copy{
    width:100%;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

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

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

.top_stream_wrapper{
    width:90%;
    overflow: hidden;
    margin:0 auto;
    margin-bottom: 10px;
}

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

#kasetsu_menu_wrapper{
    width:100%;
    overflow: hidden;
    background-color: #2c9dbf;
    padding:1% 10%;
    box-sizing: border-box;
    position: fixed;
    top:0;
    left:0;
    z-index: 101;
}

.kasetsu_menu{
    width:19%;
    float: left;
    margin:0.5%;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
}

.kasetsu_menu a{
    display:block;
	width: 100%; /* 横幅 */
	padding:1.5% 2%;
	box-sizing: border-box;
	text-decoration: none;
    border-radius: 20px;
	color:#fff;
    background-color: #ad579d;
}

.kasetsu_menu a:hover {
	text-decoration: none;
	outline: none;
    border-radius: 20px;
    background-color: rgba(253,253,253,1.00);
    color: rgba(147,79,134,1.00);
}

#k_header{
    width:1000px;
    margin:0 auto;
    padding:10% 0 7% 0;
}

.tosite{
    width:50%;
    margin:0 auto;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
}

.tosite a{
    display:block;
	width: 100%; /* 横幅 */
	padding:1.5% 2%;
	box-sizing: border-box;
	text-decoration: none;
    border-radius: 20px;
    background-color: #ad579d;
	color:#fff;
}

.tosite a:hover {
	text-decoration: none;
	outline: none;
    border-radius: 20px;
    background-color: rgba(253,253,253,1.00);
    color: rgba(147,79,134,1.00);
}

#k_gaiyou{
    width:1000px;
    margin:0 auto;
    padding:7% 0;
}

#k_gekijou{
    width:1000px;
    margin:0 auto;
    padding:7% 0;
}

#k_buppan{
    width:1000px;
    margin:0 auto;
    padding:7% 0;
}

#k_howto{
    width:1000px;
    margin:0 auto;
    padding:7% 0;
    text-align: center;
}

#k_qanda{
    width:1000px;
    margin:0 auto;
    padding:7% 0% 0% 0%;
}

.k_pt{
    width:100%;
    margin:0 auto;
    margin-bottom: 30px;
    color: rgba(128,52,153,1.00);
    font-weight: bold;
    font-size: 30px;
    border-top:3px double rgba(128,52,153,1.00);
    border-bottom:3px double rgba(128,52,153,1.00);
    padding:20px 0;
    text-align: center;
}

.k_midashi01{
    width:100%;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    background-color: #fff;
    padding:1%;
    box-sizing: border-box;
    border-radius: 20px;
}

.k_midashi02{
    width:100%;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    background-color: #fff;
    padding:1%;
    box-sizing: border-box;
    border-radius: 20px;
}

.k_midashi03{
    width:100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    padding:1%;
    box-sizing: border-box;
    border-radius: 20px;
}

.k_gaiyoubox{
	width:100%;
    padding:2%;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #f7ad02;
}

.k_gaiyoubox a{
    color: #f7ad02;
    text-decoration: none;
}

.k_gaiyoubox a{
    color: rgba(130,34,116,1.00);
    text-decoration: underline;
}


.areabox{
	width:100%;
    padding:2%;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #f7ad02;
}

.k_gekijoubox{
    width:30%;
    float: left;
    padding:2%;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 1.6666%;
    text-align: center;
    background-color: #2c9dbf;
    color: #fff;
}


.k_buppanbox{
    width:30%;
    float: left;
    margin:1.66666%;
    text-align: center;
    font-weight: 700;
}

.k_arrow{
    width:50px;
    margin:0 auto;
    margin-bottom: 20px;
}


.k_howtobox{
	width:100%;
    padding:2%;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #f7ad02;
}

.k_howtobox a{
    color: #f7ad02;
    text-decoration: none;
}

.k_howtobox a{
    color: rgba(130,34,116,1.00);
    text-decoration: underline;
}

.k_qabox{
	width:100%;
    padding:4%;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #f7ad02;
    margin-bottom: 50px;
}

.k_qabox2{
	width:100%;
    padding-bottom:20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-bottom: 2px dotted #ccc;
}

.k_interq{
    width:100%;
    font-size: 16px;
    font-weight: 800;
    color: rgba(113,30,102,1.00);
    margin-bottom: 10px;
}

.spview{
    display: none;
}

.pcview{
    width:100%;
}

.k_udc{
    width:50%;
    margin:0 auto;
}

.top_shop{
    width:60%;
    margin:0 auto;
    margin-bottom: 20px;
}

.jisyu_midashi{
	width:60%;
	margin:0 auto;
	margin-bottom: 50px;
}

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

#loader {
    width: 300px;
    height: 40px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -20px; /* heightの半分のマイナス値 */
    margin-left: -150px; /* widthの半分のマイナス値 */
    z-index: 103;
}

.menuarea{
	position: fixed;
	top:0;
	right:0;
	width: 100%;
	height: auto;
  	-webkit-transition: .4s;
  	transition: .4s;
  	-webkit-transform: translate3d(0,-100%,0);
  	transform: translate3d(0,-100%,0);
	background-color: #ad579d;
	z-index: 100;
}

.menubtn{
	z-index: 101;
	position: fixed;
	top:2%;
    right: auto;
	left:2%;
	width: 15%;
	cursor: pointer;
}

#menu{
	width:100%;
	z-index: 99;
	overflow: hidden; /* heightを戻す */
	padding:25% 5% 25% 5%;
	box-sizing: border-box;
}

.menu-box li{
  position: relative;
  overflow: hidden;
  float: left;
  width: 48%;
  box-sizing: border-box;
  margin-bottom: 0%;
  margin:1%;
}

	
#spmain{
	width:100%;
	display: inherit;
    margin-bottom: 30px;
}

#top_main{
	width:100%;
    height: auto;
    position: inherit;
}

#top_image{
    display: none;
}

#top_logo_wrapper{
    width:90%;
    position: inherit;
    left:0;
    top:0;
    margin:0 auto;
}

#top_logo{
    display: none;
}

#top_udc{
    width:100%;
    float: none;
    margin-bottom: 10px;
}

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


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

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

#snsbtn_wrapper2{
	width:248px;
    padding-top:0;
    float:none;
	overflow: hidden; /* heightを戻す */
    margin:0 auto;
    padding-bottom: 20px;
}

#top_bottom{
	width:100%;
	background-color: rgba(146,159,163,1.00);
	padding:5% 0;
	box-sizing: border-box;
	overflow: hidden;
}

#top_bottom_inner{
	width:90%;
	margin:0 auto;
	overflow: hidden;
}

#tw_window{
	width:100%;
	float: none;
	margin-right: 0;
    margin-bottom: 10px;
}

#fb_window{
	width:100%;
	float: none;
	margin-right: 0;
	overflow: hidden;
    margin-bottom: 10px;
}

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

.flyer_dl_wrapper{
	width:100%;
	background-color:#f4be00;
	padding:3%;
	box-sizing: border-box;
	margin-bottom: 10px;
    border-radius: 10px;
}

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

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

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;
    box-sizing: border-box;
    border:1px solid #333;
}

.tablet{
    display: none;
}

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

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

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

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


#intro_wrapper{
	width:100%;
	background: none;
	overflow: hidden; /* heightを戻す */
    padding-top:0;
}

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




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

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

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

#director_wrapper{
	width:100%;
	background:none;
    background-color: #f4be00;
	overflow: hidden; /* heightを戻す */
}

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

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

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

.wrapperbox2{
    width:100%;
    float: none;
	margin:0;
	box-sizing: border-box;	
    margin-bottom: 30px;
}

.wrapperbox3{
    width:100%;
    float: none;
	margin:0;
	box-sizing: border-box;	
    margin-bottom: 30px;
}

.brtext::before {
	content: "\A" ;
	white-space: pre ;
}
	
.cbox{
	width:100%;
	float: none;
	margin:0%;
	box-sizing: border-box;	
	padding:3%;
    border-top:1px solid rgba(191,119,186,1.00);
	margin-bottom: 30px;
}

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

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

#theater_wrapper{
	width:100%;
	background: none;
    background-color: #8a909b;
	overflow: hidden; /* heightを戻す */
}

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

#jisyu_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:70px 10% 70px 10%;
}
	
.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;
}

.schebox{
	width:100%;
	padding:5%;
	box-sizing: border-box;
	border-top:6px solid #6357a3;
    box-shadow: 2px 2px 4px gray;
	float: none;
	margin:0;
    margin-bottom: 50px;
}

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

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

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

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

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

.midashi01{
    width:100%;
    font-size: 18px;
    color: #ad579d;
    margin-bottom: 10px;
    line-height: 150%;
    font-weight: 900;
}

.midashi02{
    width:100%;
    font-size: 18px;
    color: #f4be00;
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: 900;
}

.midashi03{
    width:100%;
    font-size: 18px;
    color: #b2ddd5;
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: 900;
}

.midashi04{
    width:100%;
    font-size: 14px;
    color: #c5deb5;
    margin-bottom: 10px;
    line-height: 150%;
    font-weight: 900;
}

.midashi05{
    width:100%;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    line-height: 150%;
    font-weight: 900;
}

.kasetsu_menu a{
    display:block;
	width: 100%; /* 横幅 */
	padding:1.5% 2%;
	box-sizing: border-box;
	text-decoration: none;
    border-radius: 20px;
	color:#fff;
    background-color:rgba(30,208,203,1.00);
}

.kasetsu_menu a:hover {
	text-decoration: none;
	outline: none;
    border-radius: 20px;
    background-color: rgba(253,253,253,1.00);
    color: rgba(147,79,134,1.00);
}

#k_header{
    width:90%;
    margin:0 auto;
    padding:25% 0 7% 0;
}

.tosite{
    width:90%;
    margin:0 auto;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
}

#k_gaiyou{
    width:90%;
    margin:0 auto;
    padding:7% 0;
}

#k_gekijou{
    width:90%;
    margin:0 auto;
    padding:7% 0;
}

#k_buppan{
    width:90%;
    margin:0 auto;
    padding:7% 0;
}

#k_howto{
    width:90%;
    margin:0 auto;
    padding:7% 0;
    text-align: center;
}

#k_qanda{
    width:90%;
    margin:0 auto;
    padding:7% 0% 0% 0%;
}

.k_pt{
    width:100%;
    margin:0 auto;
    margin-bottom: 30px;
    color: rgba(128,52,153,1.00);
    font-weight: bold;
    font-size: 20px;
    border-top:3px double rgba(128,52,153,1.00);
    border-bottom:3px double rgba(128,52,153,1.00);
    padding:20px 0;
    text-align: center;
}

.k_midashi01{
    width:100%;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    background-color: #fff;
    padding:1%;
    box-sizing: border-box;
    border-radius: 20px;
}

.k_midashi02{
    width:100%;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    background-color: #fff;
    padding:1%;
    box-sizing: border-box;
    border-radius: 20px;
}

.k_midashi03{
    width:100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    padding:1%;
    box-sizing: border-box;
    border-radius: 20px;
}

.k_gaiyoubox{
	width:100%;
    padding:2%;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #f7ad02;
}

.k_gaiyoubox a{
    color: #f7ad02;
    text-decoration: none;
}

.k_gaiyoubox a{
    color: rgba(130,34,116,1.00);
    text-decoration: underline;
}


.areabox{
	width:100%;
    padding:2%;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #f7ad02;
}

.k_gekijoubox{
    width:48%;
    float: left;
    padding:2%;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 1%;
    text-align: center;
    background-color: #2c9dbf;
    color: #fff;
}


.k_buppanbox{
    width:30%;
    float: left;
    margin:1.66666%;
    text-align: center;
    font-weight: 700;
}

.k_arrow{
    width:50px;
    margin:0 auto;
    margin-bottom: 20px;
}


.k_howtobox{
	width:100%;
    padding:2%;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #f7ad02;
}

.k_howtobox a{
    color: #f7ad02;
    text-decoration: none;
}

.k_howtobox a{
    color: rgba(130,34,116,1.00);
    text-decoration: underline;
}

.k_qabox{
	width:100%;
    padding:4%;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #f7ad02;
    margin-bottom: 50px;
}

.k_qabox2{
	width:100%;
    padding-bottom:20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-bottom: 2px dotted #ccc;
}

.k_interq{
    width:100%;
    font-size: 16px;
    font-weight: 800;
    color: rgba(113,30,102,1.00);
    margin-bottom: 10px;
}
	
.spview{
    display: inherit;
    width:100%;
}

.pcview{
    display: none;
}

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

.top_shop{
    width:90%;
    margin:0 auto;
    margin-bottom: 20px;
}

.jisyu_midashi{
	width:100%;
	margin:0 auto;
	margin-bottom: 50px;
}
    
}