@charset "utf-8";

body{min-width: 1200px;
	font-family: vdl-v7mincho, sans-serif;
	font-weight: 500; /* 300 500 700 800 900 */
	font-style: normal;
	overflow-y: scroll;}

.fw3{font-weight: 300;}
.fw5{font-weight: 500;}
.fw7{font-weight: 700;}
.fw8{font-weight: 800;}
.fw9{font-weight: 900;}

.text_line{text-decoration: underline;}

.text_color1{color:rgba(255,164,165,1.00);}

.start_filter{width: 100%;
	height: 100vh;
	background: rgba(255,255,255,1.00);
	position: fixed; top: 0; left: 0;
	z-index: 9999;}

.loading_block{width: 200px;
	height: 95px;
	text-align: center;
	position: fixed; top: 50%; left: 50%;
	margin: -50px 0 0 -100px;}

.loading_img{height: 100px;
	-webkit-animation:blink 2s linear infinite;
	-moz-animation:blink 2s linear infinite;
	-ms-animation:blink 2s linear infinite;
	-o-animation:blink 2s linear infinite;
	animation:blink 2s linear infinite;}

@-webkit-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-moz-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-ms-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-o-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}

.loading_img img{height: 100%;}

#container{/*display: none;*/}

.contents_fadein{opacity: 0.0;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;}
	
.isAnimate { opacity: 1;}

.page_bg{width: 100%;
	height: 100%;
	/*background: url("../img/bg2.jpg");*/
	background: rgba(0,0,0,0.40);
	background-size: cover;
	background-position: center center;
	position: fixed; top: 0; left: 0;
	z-index: 0;}

header{width: 100%;
	height: 70px;
	position: fixed; top: 0;
	background:url("../img/menu_bg1.png");
	background-size: 100% 100%;
	overflow: hidden;
	z-index: 5;}
	
.header_bar{width: 100%;
	line-height: 20px;
	font-size: 14px;
	font-weight: 200;
	color: rgba(255,255,255,1.00);
	background: rgba(158,0,93,1.00);}
	
.header_menu{height: 50px;
	overflow: hidden;
	text-align: center;}
	
.header_menu_inner{display: inline-block;}
	
.header_menu_btn{line-height: 50px;
	padding: 0 15px;
	font-size: 1.4vw;
	font-weight: 700;
	float: left;}
	
@media screen and ( min-width:1900px )
{
.header_menu_btn{font-size: 24px;}
}
	
.header_menu_btn a{color: rgba(255,255,255,1.00);}
	
.header_menu_btn a:hover{color:rgba(255,158,0,1.00);}
	
.main{padding-top: 70px;}

.main_img{width: 100%;
	position: relative;
	overflow: hidden;
	background: url("../img/top_bg1.jpg");
	background-size: cover;}
	
.main_img_logo{width: 12%;
	position: absolute; top: 10px; left: 50%;
	margin-left: -6%;}

.main_img_logo img{width: 100%;}

/*	
.main_img_left{width: 50%;
	float: left;
	overflow: hidden;}

.main_img_right{width: 50%;
	float: left;
	overflow: hidden;}
*/
.main_img_left{width: 50%;
	float: left;
	text-align: right;
	overflow: hidden;}

.main_img_right{width: 30%;
	min-width: 420px;
	float: left;
	overflow: hidden;}
	
	
	

.main_img_left_mv{width: 60%;
	min-width: 420px;
	float: right;}
	
.main_img_left_mv img{width: 100%;}

.main_img_title{width: 100%;}
	
/*
.main_img_title_img{width: 47%;
	margin: 2% auto 0;}
*/

.main_img_title_img{width: 75%;
	margin: 3% auto 0;}
	
.main_img_title_img img{width: 100%;}

/*
.main_img_catch{width: 90%;
	margin: 0 auto;
	padding-top: 1%;}
*/
	
.main_img_catch{width: 80%;
	margin: 0 auto;
	padding-top: 1%;}
	
.main_img_catch_img{width: 100%;
	margin: 0 auto;}
	
.main_img_catch_img img{width: 100%;}

.main_img_info{width: 80%;
	margin: 1% auto 0;
	padding: 3% 0 ;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background:rgba(79,74,146,0.70);}
	
.main_img_info_text1{font-size: 1.7vw;
	line-height: 120%;
	padding-bottom: 0.3%;}

.main_img_info_text2{font-size: 1.5vw;
	line-height: 140%;}

@media screen and ( max-width:1200px )
{
.header_menu_btn{font-size: 16px;
	padding: 0 10px;}

.main_img_info_text1{font-size: 18px;
	line-height: 120%;}

.main_img_info_text2{font-size: 18px;
	line-height: 140%;}
}

.main_img_info_btns{width: 95%;
	margin: 2% auto 0;
	overflow: hidden;}

.main_img_info_btn{width: 75%;
	margin: 0 auto;
	padding: 0.5%;
	float: none;}
	
.main_img_info_btn img{width: 100%;}

.main_img_info_btn:hover{opacity: 0.8;}

.con_block1{width: 100%;
	position: relative;
	z-index: 1;}
	
.con_block_inner1{padding: 70px 0;}

.bg_color1{background:url("../img/bg_color1.png");
	background-size: 100% auto;}

.bg_color2{background:url("../img/bg_color2.png");
	background-size: 100% auto;}

.bg_color3{background:url("../img/bg_color3.png");
	background-size: 100% auto;}

.bg_color4{background:rgba(0,0,0,0.70);}

.bg_color5{background:url("../img/bg_color5.png");
	background-size: 100% auto;}
	
.bg_color6{background:url("../img/bg_color6.png");
	background-size: 100% auto;}
	
.bg_color7{background:url("../img/bg_color7.png");
	background-size: 100% auto;}

.bg_color8{background:url("../img/bg_color8.png");
	background-size: 100% auto;}

.bg_color9{background:url("../img/bg_color9.png");
	background-size: 100% auto;}

.con_title{width: 18%;
	max-width: 300px;
	margin: 0 auto;
	padding-bottom: 20px;}
	
.con_title img{width: 100%;}

.news_twitter_box{width: 900px;
	margin: 0 auto;
	overflow: hidden;}
	
.news_box{width: 530px;
	margin-right: 10px;
	float: left;}
	
.twitter_box{width: 360px;
	float: left;}

.news_twitter_title{height: 40px;
	text-align: center;}
	
.news_twitter_title img{height: 100%;}

.news_timeline{width: calc(100% - 24px);
	height: 360px;
	padding: 10px 10px 0;
	margin-top: 10px;
	background:url("../img/news_bg.jpg");
	border:rgba(131,95,44,0.50) solid 2px;
	border-radius: 10px;
	overflow-y: scroll;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: rgba(112,45,15,1.00);}

.news_block{padding-bottom: 25px;}

.news_date{font-size: 14px;}

.news_text_title{font-size: 16px;
	line-height: 22px;
	font-weight: bold;}
	
.news_text_text{padding-left: 10px;
	padding-top: 5px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 20px;
	border-top: rgba(112,45,15,0.50) solid 1px;}

.news_text_link{line-height: 25px;}

.news_text_link a{color: rgba(0,203,255,1.00);}

.news_text_link a:hover{color: rgba(255,142,0,1.00);}

.tw_timeline{width: calc(100% - 14px);
	padding: 10px 5px 0;
	margin-top: 10px;
	background:rgba(245,227,183,1.00);
	border:rgba(131,95,44,0.50) solid 2px;
	border-radius: 5px;}

.story_text1{font-size: 20px;
	line-height: 180%; text-align: center;
	color: rgba(255,255,255,1.00);}

.schedule_date{font-size: 22px;
	line-height: 40px;
	text-align: center;
	color: rgba(255,255,255,1.00);}

.schedule_table{width: 900px;
	margin: 0 auto;}
	
.schedule_table table{width: 100%;
	line-height: 40px;
	text-align: center;}

.sche_table_td1,.sche_table_td3{width: 16%;}

.sche_table_td2,.sche_table_td4{width: 12%;}

.sche_table_td1{background: rgba(81,81,81,1.00);
	color: rgba(255,255,255,1.00);}
	
.sche_table_td2{background: rgba(192,148,98,0.90);}

.sche_table_td3{background:rgba(228,210,255,0.70);}

.sche_table_td4{background: rgba(255,255,255,0.90);
	font-size: 18px;
	font-weight: 900;}

.sche_table_td5{line-height: 20px;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	color: rgba(255,255,255,1.00);}

.sche_table_caution{width: 900px;
	margin: 5px auto 0;
	font-size: 14px;
	line-height: 20px;
	color: rgba(255,255,255,1.00);}

.color_a{color: rgba(171,0,188,1.00);}

.color_b{color: rgba(255,71,0,1.00);}

.afterevent_text{font-size:18px;
	color: rgba(255,255,255,1.00);
	text-align: center;}

.afterevent_title{text-align: center;
	font-size: 26px;font-weight: 700;
	color: rgba(219,200,133,1.00);}

.aftertalk_date{font-size: 22px;
	font-weight: 700;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	text-align: center;}
	
.aftertalk_cast{font-size: 20px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	text-align: center;}

.color_guest{color:rgba(255,235,204,1.00);
	line-height: 130%;}

.guest_text2{font-size: 16px;}

.theater_address{width: 900px;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
	font-weight: 300;
	color: rgba(255,255,255,1.00);}

.theater_map{width: 900px;
	height: 300px;
	margin: 0 auto;}
	
.theater_map iframe{width: 100%;
	height: 100%;}

.theater_access{width: 900px;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-align: left;
	color: rgba(255,255,255,1.00);}

.cast_area{text-align: center;
	color: rgba(255,255,255,1.00);}

.cast_box1,.cast_box2{display: inline-block;
	overflow: hidden;
	margin: 0 auto;}

.cast_block1,.cast_block2{width: 200px;
	height: 330px;
	margin: 0 5px;
	text-align: center;
	padding-bottom: 30px;
	color: rgba(255,255,255,1.00);
	float: left;}

.cast_img1{width: 200px;
	height: 250px;
	padding-bottom: 5px;}
	
.cast_img1 img{width: 100%;}

.cast_name1{font-size: 18px;
	line-height: 20px;}
	
.cast_name2{font-size: 24px;
	font-weight: 700;
	line-height: 30px;}
	
.cast_name3{font-size: 20px;
	line-height: 24px;}
	
.cast_name4{font-size: 20px;
	line-height: 24px;}
	
.cast_name5{font-size: 22px;
	font-weight: 700;}

/* cast追記 > */

.cast_block3{width: 900px;
	margin: 0 auto;
	font-family: ro-nikkatsu-sei-kai-std, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",serif;
	font-weight: 400;
	font-style: normal;
	position: relative;}
	
.cast_bg1{width: 100%;
	height: 50px;
	background: url("../img/cast_bg1.png");
	background-position: center top;
	position: absolute; top: 0;
	z-index: 1;}

.bg_bakuhu .cast_bg1{background:  url("../img/cast_bg1_bakuhu.png");}
.bg_hanran .cast_bg1{background:  url("../img/cast_bg1_hanran.png");}
.bg_chotei .cast_bg1{background:  url("../img/cast_bg1_chotei.png");}
.bg_ensemble .cast_bg1{background:  url("../img/cast_bg1_etc.png");}

.cast_bg2{width: 100%;
	height: calc(100% - 100px);
	background: url("../img/cast_bg2.png");
	background-position: center top;
	background-repeat: repeat-y;
	position: absolute; top: 50px;
	z-index: 1;}
	
.bg_bakuhu .cast_bg2{background:  url("../img/cast_bg2_bakuhu.png");}
.bg_hanran .cast_bg2{background:  url("../img/cast_bg2_hanran.png");}
.bg_chotei .cast_bg2{background:  url("../img/cast_bg2_chotei.png");}
.bg_ensemble .cast_bg2{background:  url("../img/cast_bg2_etc.png");}
	
.cast_bg3{width: 100%;
	height: 50px;
	background: url("../img/cast_bg3.png");
	background-position: center top;
	position: absolute; bottom: 0;
	z-index: 1;}
	
.bg_bakuhu .cast_bg3{background:  url("../img/cast_bg3_bakuhu.png");}
.bg_hanran .cast_bg3{background:  url("../img/cast_bg3_hanran.png");}
.bg_chotei .cast_bg3{background:  url("../img/cast_bg3_chotei.png");}
.bg_ensemble .cast_bg3{background:  url("../img/cast_bg3_etc.png");}
	
.bg_bakuhu .cast_emblem{width: 100%;
	height: 100%;
	background: url("../img/emblem_bakuhu.png");
	position: absolute; top: 0;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;}
	
.bg_hanran .cast_emblem{width: 100%;
	height: 100%;
	background: url("../img/emblem_hanran.png");
	position: absolute; top: 0;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;}
	
.bg_chotei .cast_emblem{width: 100%;
	height: 100%;
	background: url("../img/emblem_chotei.png");
	position: absolute; top: 0;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;}
		
.cast_name_img_box{width: calc(100% - 60px);
	padding: 30px;
	position: relative;
	overflow: hidden;
	z-index: 2;}
	
.cast_img2{width: 200px;
	float: left;
	position: relative;}

.cast_img2 img{width: 100%;}

.zoom_btn{width: 50px;
	position: absolute; bottom: -5px; left: -5px;}
	
.zoom_btn img{width: 100%;}

.cast_names{width: calc(100% - 420px);
	padding: 0 10px;
	float: left;}
	
.cast_names_cast{padding-top: 5px;
	font-size: 36px;
	line-height: 36px;
	text-align: left;}
	
.cast_name_bg{width: 640px;
	height: 60px;
	background: url("../img/cast_bg_name1_2.png");
	background-repeat: no-repeat;
	position: absolute; top: 25px; left: 50px;
	z-index: 2;}
	
.character_name_bg{width: 640px;
	height: 90px;
	background: url("../img/cast_bg_name2_2.png");
	background-repeat: no-repeat;
	position: absolute; top: 145px; right: 50px;
	z-index: 2;}
	
.cast_names_cast2{font-size: 28px;
	line-height: 28px;}
	
.cast_names_character_text1{font-size: 30px;
	line-height: 72px;
	padding-top: 10px;
	text-shadow:0 0 3px #000000,
	0 0 3px #000000, 
	0 0 3px #000000;}
	
.cast_names_character_text2{font-size: 36px;
	line-height: 36px;
	text-align: right;}

.cast_names_character_text2_2{font-size: 24px;
	line-height: 28px;}

.character_text{width: 100%;
	padding-bottom: 20px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	position: relative;
	z-index: 2;}

/* < cast追記 */

.staff_text{font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: rgba(255,255,255,1.00);}

.ticket_inner_title{text-align: center;
	font-size: 26px;
	font-weight: 700;
	color:rgba(219,200,133,1.00);}

.ticket_text1{text-align: center;
	font-size: 22px;
	line-height: 28px;
	color: rgba(255,255,255,1.00);}

.ticket_text1_s{font-size: 20px;}

.ticket_caution{font-size: 14px;
	font-weight: 300;}

.ticket_reserve1{text-align: center;
	color: rgba(255,255,255,1.00);
	padding-bottom: 15px;}

.ticket_link1{height: 50px;
	text-align: center;}
	
.ticket_link1 img:hover{opacity: 0.8;}
	
.ticket_link1 img{height: 100%;}

.ticket_text2{font-size: 20px;
	line-height: 30px;}

.ticket_text3{font-size: 18px;
	line-height: 26px;}

.ticket_text4{width: 150px;
	height: 30px;
	margin: 10px auto 0;
	font-size: 16px;
	line-height: 30px;
	background: rgba(0,132,255,1.00);
	border-radius: 5px;}
	
.ticket_text4:hover{opacity: 0.7;}
	
.ticket_text4 a{display: block;
	color:rgba(255,255,255,1.00);}

.reserve_caution{text-align: center;
	color: rgba(255,255,255,1.00);}

.gifts{text-align: center;}

.gift_name{font-size: 18px;
	line-height: 24px;}
	
.gift_text,.gift_text2{font-size: 16px;
	text-align: center;}

.gift_caution{display: inline-block;
	font-size: 14px;
	line-height: 20px;
	text-align: left;}

.contact_text1{text-align: center;
	font-size: 26px;
	font-weight: 700;
	color:rgba(219,200,133,1.00);}

.ticket_close1{color: rgba(180,180,180,1.00);}

.ticket_close2{font-size: 20px;
	text-align: center;
	color: rgba(255,174,0,1.00);}

.contact_text2{font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: rgba(255,255,255,1.00);}

.contact_text3{font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: rgba(255,255,255,1.00);}

footer{width: 100%;
	min-height: 15vh;
	padding-bottom: 10px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(96,0,62,1.00);
	position: relative;}

.footer_title{padding-top: 20px;
	text-align:center;
	font-size: 18px;
	color:rgba(170,134,89,1.00);}

.link_original{width: 250px;
	margin: 10px auto;}
	
.link_original img{width: 100%;}

.link_original:hover{opacity: 0.7;}

.sns_link{padding:20px 0;}

.sns_link img{width:40px; margin:0 5px;}

.sns_link img:hover{opacity:0.7;}

.copyright{width: 100%;
	font-size: 14px;
	font-weight: 300;
	text-align: center;}

.font-g{font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";}

ul.listmarker1 {
	list-style-type: none;
	margin-left:14px;
}
	
ul.listmarker1 li:before {
	content: '※'; 
	margin-left:-14px; 
}

ul.listmarker2 {
	list-style-type: none;
	margin-left:14px;
}
	
ul.listmarker2 li:before {
	content: '・'; 
	margin-left:-14px; 
}

/* 20200109追記 > */

.ensemble_title{padding-top: 30px;
	font-size: 32px;
	font-weight: 700;
	color:rgba(219,200,133,1.00);}
	
.ensemble_name{padding: 20px 0 10px;
	font-size: 28px;
	line-height: 150%;}

.ticket_table{width: 700px;
	margin: 0 auto 20px;}
	
.ticket_table table{width: 100%;
	font-size: 16px;
	text-align: left;}
	
.ticket_td1{width: calc(20% - 20px);
	padding: 10px;
	background: rgba(255,255,255,0.20);}

.ticket_td2{width: calc(80% - 20px);
	padding: 10px;
	background: rgba(0,0,0,0.20);}

.ticket_url{height: 40px;
	line-height: 40px;}
	
.ticket_url a{display: block;
	color: rgba(0,255,243,1.00);}
	
.ticket_url a:hover{color: rgba(255,182,0,1.00);}

/* < 20200109追記 */

/* 20200131追記 > */

.repeater_caution{width: 900px;
	margin: 0 auto;
	font-size: 16px;
	text-align: left;}

/* < 20200131追記 */

/* movie > */

.con_block_inner2{padding: 20px 0;}

.subpage_logo{width: 20%;
	margin: 0 auto;}
	
.subpage_logo img{width: 100%;}

.movie_box{width: 980px;
	margin: 0 auto;
	overflow: hidden;}
	
.movie_box2{width: 490px;
	margin: 0 auto;
	overflow: hidden;}

.movie_block1{width: 480px;
	padding: 10px 5px;
	float: left;}
	
.movie_frame{width: 480px;
	height: 270px;}
	
.movie_frame iframe{width: 100%;
	height: 100%;}

.movie_title{font-size: 18px;
	color: rgba(255,255,255,1.00);}

/* < movie */

/* QA > */

.qa_block1{width:800px;
	margin:0 auto;
	text-align:left;
	border-radius:5px;
	border:rgba(219,200,133,1.00) solid 2px;}

.q{width:calc(100% - 10px);
	padding:5px;
	font-size:16px;
	line-height:20px;
	color:rgba(255,255,255,1.00);
	background:rgba(0,0,0,0.50);
	overflow:hidden;
	cursor:pointer;}

.a{width:calc(100% - 10px);
	padding:5px;
	font-size:14px;
	line-height:25px;
	background:rgba(255,255,255,0.50);
	overflow:hidden;
	display:none;}

.qa_amrk{width:25px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	float:left;}

.qa_text_q{width:calc(100% - 65px);
	float:left;}
	
.qa_text_a{width:calc(100% - 25px);
	float:left;}

.qa_text_a a{color:rgba(0,116,255,1.00);}

.qa_text_a a:hover{color:rgba(255,150,0,1.00);}

.qa_button{width:20px;
	height:20px;
	float:right;
	border:rgba(255,255,255,0.50) solid 1px;
	background:url(../img/qa_button_open_pc.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:center center;}

.p_m{background:url(../img/qa_button_close_pc.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:center center;}

/* < QA */

/* goods > */
.goods_box{width: 840px;
	margin: 0 auto;}
	
.dvd_link_text1{font-size: 24px;
	text-align: center;
	font-weight: 700;
	color: rgba(255,255,255,1.00);}
	
.dvd_link{width: 400px;
	margin: 0 auto;}
	
.dvd_link img{width: 100%;}

.dvd_link img:hover{opacity: 0.8;}
	
.goods_img{width: 100%;}

.goods_img img{width: 100%;}

.goods_img_caution{width: 840px;
	margin: 10px auto;
	line-height: 150%;
	color: rgba(255,255,255,1.00);}
/* < goods */


/* ---- sp ---- */

@media screen and ( max-width:736px )
{
body{min-width: 320px;}

header{display: none;
	height: 0;}

.main{padding-top: 0;}

.main_img{padding-bottom: 20px;
	background: url("../img/top_bg_sp1.jpg");
	background-size: 100% auto;
	background-position: bottom center;}

.main_img_info{width: 75%;
	margin-top: 15px;
	padding: 2% 10px 3%;}

.main_img_info_text1{font-size: 18px;
	padding-bottom: 10px;}

.main_img_info_text2{font-size: 16px;}

.main_img_info_btn{width: 80%;
	min-width: 150px;
	margin: 0 auto;
	padding-top: 0;
	float: none;}

.main_img_info_btn:hover{opacity: 1.0;}

.con_block_inner1{padding: 40px 0;}

.bg_color5{background:url("../img/bg_color_sp5.png");
	background-size: 100% auto;}

.bg_color6{background:url("../img/bg_color_sp6.png");
	background-size: 100% auto;}
	
.bg_color7{background:url("../img/bg_color_sp7.png");
	background-size: 100% auto;}
	
.bg_color8{background:url("../img/bg_color_sp8.png");
	background-size: 100% auto;}

.bg_color9{background:url("../img/bg_color_sp9.png");
	background-size: 100% auto;}

.con_title{width: 50%;
	max-width: 300px;
	margin: 0 auto;
	padding-bottom: 20px;}

.news_twitter_box{width: 95%;
	max-width: 400px;
	margin: 0 auto;
	overflow: hidden;}

.news_box{width: 100%;
	margin-right: 10px;
	float: none;}
	
.twitter_box{width: 100%;
	padding-top: 30px;
	float: none;}

.news_twitter_title{height: 30px;
	text-align: center;}
	
.news_twitter_title img{height: 100%;}

.news_timeline{width: calc(100% - 14px);
	height: 200px;
	padding: 10px 5px 0;
	margin-top: 10px;
	background:url("../img/news_bg.jpg");
	border:rgba(131,95,44,0.50) solid 2px;
	border-radius: 5px;
	overflow-y: scroll;}

.news_block{padding-bottom: 25px;}

.news_date{font-size: 12px;}

.news_text_title{font-size: 14px;
	line-height: 20px;
	font-weight: bold;}
	
.news_text_text{padding-left: 10px;
	padding-top: 5px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 18px;
	border-top: rgba(112,45,15,0.50) solid 1px;}

.news_text_link a:hover{color: rgba(0,203,255,1.00);}

.tw_timeline{width: calc(100% - 14px);
	padding: 10px 5px 0;
	margin-top: 10px;
	background:rgba(245,227,183,1.00);
	border:rgba(131,95,44,0.50) solid 2px;
	border-radius: 5px;}

.story_text1{width: 90%;
	max-width: 500px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 180%; text-align: left;
	color: rgba(255,255,255,1.00);}

.schedule_date{font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: rgba(255,255,255,1.00);}

.table_disc{padding-top: 10px;
	text-align: center;
	font-size: 12px;
	color: rgba(255,255,255,1.00);}

.schedule_table{width: 95%;
	margin: 0 auto;
	overflow-x: scroll;}
	
.schedule_table table{width: 500px;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;}

.sche_table_td1,.sche_table_td3{width: 16%;}

.sche_table_td2,.sche_table_td4{width: 12%;}

.sche_table_td1{background: rgba(81,81,81,1.00);
	color: rgba(255,255,255,1.00);}
	
.sche_table_td2{background: rgba(192,148,98,0.90);
	font-size: 12px;}

.sche_table_td3{font-size: 12px;}

.sche_table_td4{background: rgba(255,255,255,0.90);
	font-size: 18px;
	font-weight: 900;}

.sche_table_td5{line-height: 20px;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	color: rgba(255,255,255,1.00);}

.sche_table_caution{width: 95%;
	max-width: 500px;
	margin: 5px auto 0;
	font-size: 10px;}

.afterevent_text{width: 90%;
	margin: 0 auto;
	max-width: 400px;
	font-size:12px;
	text-align: left;}

.afterevent_title{font-size: 18px;}

.aftertalk_date{font-size: 16px;}
	
.aftertalk_cast{font-size: 14px;}

.guest_text2{font-size: 10px;}

.theater_address{width: 95%;
	max-width: 420px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	font-weight: 300;
	color: rgba(255,255,255,1.00);}

.theater_map{width: 95%;
	max-width: 420px;
	height: 300px;
	margin: 0 auto;}
	
.theater_map iframe{width: 100%;
	height: 100%;}

.theater_access{width: 95%;
	max-width: 420px;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 10px;
	font-weight: 300;
	line-height: 20px;
	text-align: left;
	color: rgba(255,255,255,1.00);}

.cast_box1{width:100%;
	max-width: 420px;
	display: block;
	overflow: hidden;
	margin: 0 auto;}
	
.cast_box2{width: 50%;
	max-width: 210px;
	display: block;
	overflow: hidden;
	margin: 0 auto;}

.cast_block1{width: calc(50% - 10px);
	height: auto;
	text-align: center;
	padding-bottom: 25px;
	color: rgba(255,255,255,1.00);}
	
.cast_block2{width: calc(100% - 10px);
	height: auto;
	text-align: center;
	padding-bottom: 25px;
	color: rgba(255,255,255,1.00);}
	
.cast_img1{width: 100%;
	height: auto;
	padding-bottom: 5px;}
	
.cast_name1{font-size: 14px;
	line-height: 20px;}
	
.cast_name2{font-size: 18px;
	font-weight: 700;
	line-height: 30px;}
	
.cast_name3{font-size: 12px;
	line-height: 24px;}
	
.cast_name4{font-size: 16px;
	line-height: 24px;}
	
.cast_name5{font-size: 14px;
	font-weight: 700;}

/* cast追記 > */

.cast_block3{width: 95%;
	max-width: 400px;
	margin: 0 auto;
	padding: 15px 0;
	font-family: ro-nikkatsu-sei-kai-std, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	background: rgba(0,134,164,0.90);
	position: relative;}
	
.bg_bakuhu{background: url("../img/cast_bg1_bakuhu_sp.png");
	background-repeat: repeat;}

.bg_hanran{background: url("../img/cast_bg1_hanran_sp.png");
	background-repeat: repeat;}
	
.bg_chotei{background: url("../img/cast_bg1_chotei_sp.png");
	background-repeat: repeat;}
	
.bg_ensemble{background: url("../img/cast_bg1_etc_sp.png");
	background-repeat: repeat;}
	
.bg_bakuhu .cast_emblem,.bg_hanran .cast_emblem,.bg_chotei .cast_emblem{background-size: auto 80%;
	background-position: center bottom;}
	
.cast_name_img_box{width: 300px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 2;}
	
.cast_img2{width: 140px;
	padding: 0 5px;
	float: left;}

.cast_img2 img{width: 100%;}

.zoom_btn{width: 40px;
	position: absolute; bottom: -3px; left: -3px }

.cast_names{width: calc(100% - 420px);
	padding: 0 10px;
	float: left;}
	
.cast_names_cast{width: 300px;
	padding: 5px 10px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	background: url("../img/cast_bg_name1_2.png");
	background-size: 100% 100%;
	background-repeat:repeat-y;}
	
.cast_names_cast2{font-size: 14px;
	line-height: 14px;}
	
.cast_names_character_text1{font-size: 18px;
	line-height: 50px;
	padding-top: 0;
	text-shadow:0 0 3px #000000,
	0 0 3px #000000, 
	0 0 3px #000000;}
	
.cast_names_character_text2{width: 300px;
	padding: 5px 10px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 20px;
	text-align: right;
	background: url("../img/cast_bg_name2_2.png");
	background-size: 100% 100%;
	background-repeat:repeat-y;}

.cast_names_character_text2_2{font-size: 14px;
	line-height: 14px;}

.character_text{width: 300px;
	padding-bottom: 20px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 24px;
	text-align: left;
	position: relative;
	z-index: 2;}

/* < cast追記 */

/* 20200109追記 > */

.ensemble_title{padding-top: 10px;
	font-size: 18px;
	font-weight: 700;
	color:rgba(219,200,133,1.00);
	text-align: center;}
	
.ensemble_name{padding: 10px 0 0;
	font-size: 15px;
	line-height: 150%;
	text-align: center;}

/* < 20200109追記 */

.staff_text{font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: rgba(255,255,255,1.00);}

.ticket_inner_title{padding-bottom: 15px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color:rgba(219,200,133,1.00);}

.ticket_text1{width: 95%;
	max-width: 420px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: rgba(255,255,255,1.00);}

.ticket_text1_s{font-size: 14px;}

.ticket_caution{display: inline-block;
	max-width: 400px;
	padding: 0 10px;
	margin: 0 auto;
	font-size: 10px;
	text-align: left;
	font-weight: 300;}

.ticket_reserve1{text-align: center;
	color: rgba(255,255,255,1.00);
	padding-bottom: 15px;}
	
.ticket_link1 img:hover{opacity: 1.0;}
	
.ticket_text2{font-size: 14px;
	line-height: 22px;}

.ticket_text3{font-size: 14px;
	line-height: 22px;}

.ticket_text4{width: 150px;
	height: 30px;
	margin: 10px auto 0;
	font-size: 14px;
	line-height: 30px;
	background: rgba(0,132,255,1.00);
	border-radius: 5px;}
	
.ticket_text4:hover{opacity: 1.0;}
	
.ticket_text4 a{display: block;
	color:rgba(255,255,255,1.00);}

.reserve_caution{text-align: center;
	color: rgba(255,255,255,1.00);}

.gifts{width: 95%;
	max-width: 420px;
	margin: 0 auto;
	text-align: center;}

.gift_name{font-size: 14px;
	line-height: 20px;}
	
.gift_text{font-size: 11px;
	text-align: left;}
	
.gift_text2{font-size: 11px;
	text-align: center;}

.gift_caution{display: inline-block;
	font-size: 10px;
	line-height: 16px;
	text-align: left;}

.ticket_close1{color: rgba(180,180,180,1.00);}

.ticket_close2{font-size: 16px;}

.contact_text1{text-align: center;
	font-size: 16px;
	font-weight: 700;}

.contact_text2{font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: rgba(255,255,255,1.00);}

.contact_text3{font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: rgba(255,255,255,1.00);}

.footer_title{padding-top: 20px;
	text-align:center;
	font-size: 12px;
	color:rgba(170,134,89,1.00);}

.link_original:hover{opacity: 1.0;}

.sns_link img:hover{opacity:1.0;}

.copyright{font-size: 10px;
	font-weight: 300;}
	
/* 20200109追記 > */

.ensemble_title{padding-top: 10px;
	font-size: 18px;
	font-weight: 700;
	color:rgba(219,200,133,1.00);
	text-align: center;}
	
.ensemble_name{padding: 10px 0 0;
	font-size: 15px;
	line-height: 150%;
	text-align: center;}

.ticket_table{width: 90%;
	max-width: 400px;
	margin: 0 auto 20px;}
	
.ticket_table table{width: 100%;
	font-size: 12px;
	text-align: left;}
	
.ticket_td1{width: calc(100% - 20px);
	min-width: 50px;
	padding: 10px;
	background: rgba(255,255,255,0.20);}

.ticket_td2{width: calc(100% - 20px);
	padding: 10px;
	background: rgba(0,0,0,0.20);}

.ticket_url{height: 40px;
	line-height: 40px;}
	
.ticket_url a{display: block;
	color: rgba(0,255,243,1.00);}
	
.ticket_url a:hover{color: rgba(255,182,0,1.00);}
/* < 20200109追記 */

/* 20200131追記 > */

.repeater_caution{width: 95%;
	max-width: 420px;
	margin: 0 auto;
	font-size: 11px;
	text-align: left;}

/* < 20200131追記 */

/* movie > */

.con_block_inner2{padding: 10px 0;}

.subpage_logo{width: 35%;
	margin: 0 auto;}
	
.subpage_logo img{width: 100%;}

.movie_box,.movie_box2{width: 330px;
	margin: 0 auto;
	overflow: hidden;}

.movie_block1{width: 320px;
	padding: 10px 5px;
	float: left;}
	
.movie_frame{width: 320px;
	height: 180px;}
	
.movie_frame iframe{width: 100%;
	height: 100%;}

.movie_title{font-size: 14px;
	color: rgba(255,255,255,1.00);}
/* < movie */

/* QA > */

.qa_block1{width:95%;
	max-width: 400px;}

.q{width:calc(100% - 10px);
	font-size:12px;}

.a{width:calc(100% - 10px);
	font-size:12px;
	line-height:20px;}

.qa_amrk{font-size:16px;}

.qa_text_q{width:calc(100% - 65px);
	float:left;}
	
.qa_text_a{width:calc(100% - 25px);
	float:left;}

.qa_text_a a:hover{color:rgba(0,116,255,1.00);}

.qa_button{background:url(../img/qa_button_open.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:center center;}

.p_m{background:url(../img/qa_button_close.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:center center;}

/* < QA */

/* goods > */
.goods_box{width: 95%;
	max-width: 420px;}

.dvd_link_text1{font-size: 16px;}

.dvd_link{width: 70%;
	max-width: 300px;}
	
.dvd_link img:hover{opacity: 1.0;}
	
.goods_img_caution{width: 95%;
	max-width: 420px;
	font-size: 10px;}
	
/* < goods */

}
















