@charset "utf-8";

body{min-width: 1200px;
	overflow-y: scroll;}

.font-goth1{font-family: vdl-v7gothic, sans-serif;
font-weight: 300;
font-style: normal;}

.font-goth2{font-family: vdl-v7gothic, sans-serif;
font-weight: 500;
font-style: normal;}

.font-goth3{font-family: vdl-v7gothic, sans-serif;
font-weight: 700;
font-style: normal;}

.font-goth4{font-family: vdl-v7gothic, sans-serif;
font-weight: 800;
font-style: normal;}

.font-goth5{font-family: tbudgothic-std,sans-serif;
font-weight: 400;
font-style: normal;}

.font-min1{font-family: kozuka-mincho-pr6n, serif;
font-weight: 700;
font-style: normal;}

.font-min2{font-family: kozuka-mincho-pr6n, serif;
font-weight: 900;
font-style: normal;}

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

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

.bg_box{width: 100%;
	height: 100vh;
	position: fixed; top: 0; left: 0;
	background: url("../img/bg1.jpg");
	background-size: cover;
	background-position: center bottom;
	z-index: 0;}

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

header{width: 100%;
	height: 40px;
	background: rgba(174,7,50,1.00);
	position: fixed; top: 0; left: 0; 
	z-index: 9;}
	
.header_text{padding: 0 10px;
	line-height: 40px;
	font-size: 14px;
	color: rgba(255,255,255,1.00);}
	
.pc_menu{height: 100%;
	position: fixed; top: 40px; left: 30px;
	overflow: hidden;
	z-index: 8;}
	
.pc_menu_bar{width: 3px;
	height: 100%;
	background:url("../img/bar4.jpg");
	background-size: 100% 100%;
	float: left;}
	
.pc_menu_btn_box{padding-left: 10px;
	float: left;}
	
.pc_menu_btn1{padding-left: 5px;
	border-left: rgba(0,0,0,0.00) solid 2px;}
	
.pc_menu_btn1 a{display: block;
	font-size: 1.4vw;
	line-height: 120%;
	color: rgba(255,255,255,1.00);}

.pc_menu_btn1:hover{border-left: rgba(174,7,50,1.00) solid 2px;}

a .pc_menu_btn_sub{padding-left: 3px;
	font-size: 0.7vw;
	line-height: 100%;}

@media screen and ( max-width:1500px )
{
.pc_menu_btn1 a{font-size: 20px;}

a .pc_menu_btn_sub{font-size: 10px;}
}

.main_img{width: 100%;
	min-width: 800px;
	min-height: 600px;
	padding-top: 40px;
	margin: 0 auto;
	position: relative;}
	
.main_img_spacer,.main_img_spacer img{width: 100%;
	position: absolute; top: 0; left: 0;}

/* 20201225追記 > */
.main_img_inner{width: 80%;
	padding-left: 15%;
	overflow: hidden;}
	
.main_img_img1{width: 42%;
	padding-left: 2%;
	float: left;}
	
.main_img_img2{width: 42%;
	padding-left: 2%;
	float: left;}
	
.main_img_img1 img,.main_img_img2 img{width: 100%;}

.top_link_btn1{width: 20%;
	position: absolute; top: 84%; right: 21.5%;
	cursor: pointer;}
	
.top_link_btn1 img{width: 100%;}

.top_link_btn1 img:hover{opacity: 0.8;}

.con_block1{width: 100%;
	padding: 40px 0;}
	
.con_block_inner1{width: 60%;
	min-width: 800px;
	max-width: 1200px;
	margin: 0 auto;}
	
.con_bar1{width: 100%;
	padding-bottom: 20px;}

.con_bar1 img{width: 100%;}

.news_twitter_box{width: 100%;
	overflow: hidden;}
	
.news_box{width: 60%;
	float: left;}
	
.news_title{font-size: 28px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);}
	
.news_title_sub{font-size: 18px;}
	
.topics_box{width: 100%;
	height: 250px;
	background: rgba(255,255,255,0.70);
	overflow-y: scroll;}

.topic1{padding: 10px;}

.topic_date{font-size: 14px;
	line-height: 150%;
	color:rgba(69,69,69,1.00);}
	
.topic_title{font-size: 18px;
	line-height: 150%;
	color:rgba(0,140,255,1.00);}
	
.topic_text{padding-top: 5px;
	font-size: 16px;
	line-height: 150%;}

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

.topic_text a:hover{opacity: 0.7; }

.info_ex{width: 100%;
	margin-top: 5px;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
	background: rgba(255,103,0,1.00);
	border-radius: 5px;}
	
.info_ex a{display: block;
	color: rgba(255,255,255,1.00);}

.info_ex:hover{background: rgba(0,163,255,1.00);}

.twitter_box{width: calc(40% - 10px);
	padding-left: 10px;
	float: left;}
	
.timeline_box{width: 100%;
	height: 300px;
	background: rgba(255,255,255,0.70);}

.text1{padding-top: 20px;
	font-size: 16px;
	line-height: 180%;
	color: rgba(255,255,255,1.00);}

.about_yoake_inner{width: 100%;
	overflow: hidden;}
	
.about_yoake_left{width: 70%;
	padding-right: 5%;
	float: left;}
	
.about_yoake_right{width: 25%;
	float: left;}
	
.about_yoake_right img{width: 100%;}

.mv_old_text{font-size: 14px;
	text-align: center;}

.con_title1{width: 100%;
	position: relative;}
	
.con_title_bar{width: 100%;
	position: absolute; top: 50%; left: 0;
	z-index: 1;}
	
.con_title_bar img{width: 100%;}

.con_title_box{width: 300px;
	height: 50px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: url("../img/box1.png");
	background-size: 100% 100%;
	position: relative;
	z-index: 2;}
	
.con_title_box2{width: 300px;
	height: 50px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: url("../img/box2.png");
	background-size: 100% 100%;
	position: relative;
	z-index: 2;}
	
.con_title2{font-size: 16px;
	line-height: 140%;
	text-align: center;
	color: rgba(255,255,255,1.00);}
	
.story_text{padding: 40px 0;
	font-size: 1.2vw;
	line-height: 240%;
	text-align: center;
	color: rgba(255,255,255,1.00);}

@media screen and ( max-width:1600px )
{
.story_text{font-size: 16px;}
}

@media screen and ( min-width:2000px )
{
.story_text{font-size: 24px;}
}

.cast_box1{width: 100%;
	overflow: hidden;}
	
.cast_box2{width: 20%;
	margin: 0 auto;
	overflow: hidden;}
	
.cast_block1{width: 20%;
	padding: 0 2.5% 25px;
	float: left;}

.cast_block2{padding-top: 20px;
	font-size: 22px;
	line-height: 150%;
	text-align: center;
	color: rgba(255,255,255,1.00);}

.cast_block3{width: 100%;
	padding-bottom: 25px;}

.cast_block4{width: 16%;
	padding: 25px 0.3% 0;
	float: left;}

.cast_img{position: relative;}

.cast_img img{width: 100%;}

.zoom{width: 25%;
	position: absolute; left: 5px; bottom: 5px;}

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

.cast_name_inner1{font-size: 22px;
	line-height: 25px;}

.cast_name_inner2{font-size: 16px;
	line-height: 25px;}
	
.cast_name_inner3{font-size: 14px;
	line-height: 150%;}

.cast_name_inner4{font-size: 20px;
	line-height: 25px;}

.cast_comment{width: 120px;
	padding-top: 5px;
	margin: 0 auto;}
	
.cast_comment img{width: 100%;}

.cast_comment img:hover{opacity: 0.8;}



.cast_info_box{width: 650px;
	padding: 15px 10px;
	margin: 15px auto 0;
	background: rgba(130,130,130,1.00);}

.cast_info_text1{padding-bottom: 10px;
	font-size: 18px;
	text-align: center;}
	
.cast_info_text2{font-size: 16px;
	line-height: 150%;
	text-align: center;}

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

.timetable{width: 100%;
	padding-top: 30px;}

.timetable table{width: 100%;}

.sche_td1{width: 12.5%;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(50,50,50,1.00);}
	
.sche_td2{font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: rgba(50,50,50,1.00);
	background: rgba(193,193,193,1.00);}

.sunday{background: rgba(255,62,65,1.00);
	color: rgba(255,255,255,1.00);}
	
.saturday{background: rgba(20,127,255,1.00);
	color: rgba(255,255,255,1.00);}
	
.sche_td3{font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: rgba(0,0,0,1.00);
	background: rgba(255,255,255,1.00);
	vertical-align: middle;}

.caution1{font-size: 14px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);}

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

.theater_map{width: 100%;
	height: 300px;
	padding: 10px 0;}
	
.theater_map iframe{width: 100%;
	height: 100%;}

.ticket_table{width: 800px;
	margin: 0 auto;}
	
.ticket_table table{width: 100%;
	padding-top: 10px;}

.ticket_td1{padding: 5px 10px;
	text-align: left;
	color: rgba(255,255,255,1.00);
	vertical-align: middle;
	background: rgba(50,50,50,1.00);}
	
.ticket_td2{padding: 5px 10px;
	text-align: left;
	color:rgba(0,0,0,1.00);
	vertical-align: middle;
	background:rgba(255,255,255,1.00);}

.ticket_td3{width: calc(100% - 140px);
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
	color: rgba(0,0,0,1.00);
	background: rgba(255,255,255,1.00);}

.ticket_td4{width: 150px;
	padding: 5px 0;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	vertical-align: middle;
	/*background: rgba(80,80,80,1.00);*/
	background:rgba(255,103,0,1.00);}

.ticket_td4:hover{background: rgba(0,163,255,1.00);}

.ticket_td4 a{display: block;
	color: rgba(255,255,255,1.00);}

.ticket_sale_block{width: 100%;
	margin-bottom: 5px;}
	
.ticket_block_name{padding: 5px 0;
	margin-bottom: 1px;
	text-align: center;
	background: rgba(50,50,50,1.00)}

.ticket_block_date{padding: 5px 0;
	text-align: center;
	color: rgba(0,0,0,1.00);
	background: rgba(255,255,255,1.00);}

.ticket_btn{width: 200px;
	margin: 5px auto;
	line-height: 200%;
	text-align: center;
	background: rgba(0,124,255,1.00);
	border-radius: 5px;}
	
.ticket_btn:hover{opacity: 0.7;}
	
.ticket_btn a{display: block;
	color: rgba(255,255,255,1.00);}

.ticket_btn_close{width: 200px;
	margin: 5px auto;
	line-height: 200%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background:rgba(96,96,96,1.00);
	border-radius: 5px;}

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

.staff_text1{padding-top: 20px;
	font-size: 16px;
	line-height: 120%;
	text-align: center;
	color: rgba(255,255,255,0.80);}

.item_box{overflow: hidden;}

.item_block1{width: 49%;
	margin: 0 0.5%;
	overflow: hidden;
	float: left;}
	
.item_block2{width: 100%;
	margin: 0 0.5%;
	padding: 10px;
	overflow: hidden;}

.item_img{width: 45%;
	margin: 0 auto;
	float: left;}
	
.item_img img{width: 100%;}

.item_text{width: calc(55% - 10px);
	padding-left: 10px;
	color: rgba(255,255,255,1.00);
	float: left;}
		
.item_name{font-size: clamp(16px,1.1vw,20px);
	line-height: 200%;
	text-align: left;
	color: rgba(255,255,255,1.00);}
	
.bar1{width: 100%;
	height: 2px;
	background: rgba(255,255,255,1.00);}	
	
.item_price{font-size: 18px;
	line-height: 150%;
	text-align: left;
	color: rgba(255,255,255,1.00);}

.item_disc{font-size: clamp(12px,0.9vw,18px);
	line-height: 160%;}
	
.item_disc a{color: rgba(255,255,255,1.00);
	border-bottom: rgba(255,255,255,1.00) solid 1px;}

.staff_text2{padding-top: 5px;
	font-size: 18px;
	line-height: 130%;
	text-align: center;
	color: rgba(255,255,255,1.00);}

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

footer{width: 100%;
	padding: 20px 0 20px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(174,7,50,1.00);
	position: relative;
	z-index: 7;}

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

.footer_text2{padding-top: 15px;
	font-size: 16px;
	line-height: 120%;}
	
.footer_text3{font-size: 18px;
	line-height: 120%;}

.copyright{font-size: 16px;}

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

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

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


#page-top{width: 60px;
	height: 60px;
	position: fixed; bottom: 10px; right: 10px;
	z-index: 8;}
	
#page-top img{width: 100%;
	height: 100%;}

.information_ex2{width: 100%;
	height: 100vh;
	display: none;
	background: rgba(0,0,0,0.90);
	position: fixed; top: 0; left: 0;
	z-index: 99;}
	
.information_ex_switch{width: 100%;
	height: 100%;
	position: fixed; top: 0; left: 0;
	z-index: 100;}

.information_ex_inner2{width: calc(90% - 40px);
	height: 70%;
	max-width: 700px;
	margin: 15vh auto 10%;
	padding: 20px;
	background: rgba(255,255,255,1.00);
	overflow-y: scroll;
	position: relative;
	z-index: 101;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */}
	
.information_ex_inner2::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;}
		
.information_ex_header{text-align: center;
	font-size: 20px;}

.information_ex_text{text-align: left;
	font-size: 16px;
	line-height: 150%;
	padding: 40px 0;}
	
.information_ex_footer{text-align: right;
	font-size: 16px;}


.btn_close{width: 40px;
	height: 40px;
	position: fixed; top: 10px; right: 10px;
	z-index: 100;
	cursor: pointer;}
	
.btn_close2{width: 100px;
	height: 30px;
	margin: 20px auto 0;
	line-height: 30px;
	background: rgba(177,177,177,1.00);
	color: rgba(255,255,255,1.00);
	text-align: center;
	border-radius: 20px;
	cursor: pointer;}
	
.btn_close img,.btn_close2 img{width: 100%;}

.underline{border-bottom:  rgba(0,0,0,1.00) solid 1px;}

.information_ex_line1{width: 100%;
	height: 1px;
	margin-bottom: 15px;
	background:rgba(204,204,204,1.00);}

/* qa */
.qa_box{width: 100%;
	margin: 0 auto;}

.qa_title{font-size: max(16px);
	line-height: 150%;
	color: rgba(0,0,0,1.00);}

.qa_caution{font-size: max(12px);
	text-align: justify;
	color:rgba(0,0,0,1.00);}
	
.qa_caution a{color: rgba(245,162,0,1.00);}

.qa_block1{width: 100%;
	color: rgba(50,50,50,1.00);
	margin: 0 auto 5px;
	text-align: left;
	border-radius: 5px;
	overflow: hidden;}
	
.q{width: 100%;
	background: rgba(50,50,50,1.00);
	color:rgba(255,255,255,1.00);
	overflow: hidden;
	cursor: pointer;}

.a{width: 100%;
	background:rgba(255,255,255,1.00);
	color: rgba(50,50,50,1.00);
	overflow: hidden;
	display: none;}

.qa_mark{width: 3%;
	font-size: 18px;
	line-height: 130%;
	padding: 5px 0 5px 2%;
	float: left;}

.qa_text_q{width: 88%;
	font-size: 16px;
	line-height: 150%;
	padding: 5px 2% 5px 0;
	float: left;}

.qa_text_a{width: 92%;
	font-size: 16px;
	line-height: 150%;
	padding: 5px 2% 5px 0;
	float: left;}

.qa_button{width: 5%;
	padding: 5px 0;
	font-size: 10px;
	line-height: 220%;
	background: url("../img/btn_qa_open.png");
	background-size: 40% auto;
	background-repeat: no-repeat;
	background-position: center center;
	float: right;}

.p_m{background: url("../img/btn_qa_close.png");
	background-size: 40% auto;
	background-repeat: no-repeat;
	background-position: center center;}






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

.bg_box{min-width: 320px;
	background: url("../img/bg_sp1.jpg");
	background-size: cover;
	background-position: bottom center;}

header{height: 30px;}
	
.header_text{line-height: 30px;
	font-size: 10px;}

/*.main_img{width: 90%;
	min-width: 0;
	min-height: 480px;
	height: 100vh;
	margin: 0 auto;
	position: relative;}
	
	
.main_img_logo{width: 100%;
	margin: 0 auto;
	text-align: center;}

.main_img_logo img{width: 100%;
	padding-top: 30%;}

.main_img_text1{width: 100%;
	margin-top: 0;}
	
.main_img_text1_inner{width: 55%;
	margin: 5% auto;
	overflow: hidden;}

.main_img_text1_inner table{float: right;
	font-size: 2vw;
	color: rgba(255,255,255,1.00);}

.main_img_text1_td1{vertical-align: middle;
	padding: 0 10px;}
	
.main_img_text1_td2{padding: 0 10px;
	line-height: 150%;
	border-left: rgba(255,255,255,1.00) solid 1px;}

.main_img_text2{margin-top: 1%;
	font-size: 3.2vw;}

.main_img_text3{margin-top: 4%;
	font-size: 4vw;
	line-height: 150%;}
	
.main_img_text4{width: 100%;
	font-size: 3vw;
	line-height: 150%;
	text-align: center;
	color: rgba(255,255,255,1.00);}

.main_img_text5{width: 100%;
	margin-top: 3%;
	font-size: 3vw;
	line-height: 150%;
	text-align: center;
	color: rgba(255,255,255,1.00);}*/

.main_img_sp{width: 100%;
	margin: 20px auto;}
	
.main_img_sp img{width: 100%;}

.top_link_btn1{width: 70%;
	margin: 0 auto;
	position: static;
	cursor: pointer;}
	
.top_link_btn1 img{width: 100%;}

.top_link_btn1 img:hover{opacity: 1.0;}

.con_block1{width: 100%;
	padding: 40px 0;}
	
.con_block_inner1{width: 92%;
	min-width: 320px;
	max-width: 480px;
	margin: 0 auto;}

.news_twitter_box{width: 100%;
	overflow: hidden;}
	
.news_box{width: 90%;
	margin: 0 auto;
	float: none;}
	
.news_title{font-size: 16px;}
	
.news_title_sub{font-size: 12px;}
	
.topics_box{width: 100%;
	height: 250px;}

.topic_date{font-size: 10px;}
	
.topic_title{font-size: 14px;}
	
.topic_text{font-size: 12px;}

.topic_text a:hover{opacity: 1.0; }

.info_ex{margin-top: 5px;
	line-height: 40px;
	font-size: 12px;}
	
.info_ex:hover{background: rgba(255,103,0,1.00);}

.twitter_box{width: 90%;
	margin: 20px auto 0;
	padding-left: 0;
	float: none;}
	
.timeline_box{width: 100%;
	height: 300px;
	background: rgba(255,255,255,0.70);}

.text1{font-size: 12px;}

	
.about_yoake_left{width: 100%;
	padding-right: 0;
	float: none;}
	
.about_yoake_right{width: 50%;
	margin: 20px auto 0;
	float: none;}

.mv_old_text{font-size: 10px;}
		
.con_title_box,.con_title_box2{width: 200px;
	height: 40px;
	font-size: 22px;
	line-height: 40px;}
		
.con_title2{font-size: 12px;}

.story_text{padding: 20px 0;
	font-size: 12px;}
	
.cast_box1{width: 100%;
	overflow: hidden;}
	
.cast_box2{width: 45%;
	margin: 0 auto;
	overflow: hidden;}
	
.cast_block1{width: 45%;
	padding: 0 2.5% 25px;
	float: left;}

.cast_block2{padding-top: 20px;
	font-size: 17px;
	line-height: 150%;
	text-align: center;
	color: rgba(255,255,255,1.00);}

.cast_block3{width: 100%;
	padding-bottom: 25px;}

.cast_block4{width: calc(33% - 20px);
	padding: 10px 10px;}

.cast_img img{width: 100%;}

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

.cast_name_inner1{font-size: 18px;
	line-height: 25px;}

.cast_name_inner2{padding-top: 5px;
	font-size: 14px;
	line-height: 20px;}
	
.cast_name_inner3{font-size: 12px;
	line-height: 150%;}

.cast_name_inner4{font-size: 16px;
	line-height: 25px;}

.cast_comment{width: 100px;
	padding-top: 5px;
	margin: 0 auto;}
	
.cast_comment img:hover{opacity: 1.0;}


.cast_info_box{width: calc(100% - 20px);
	padding: 15px 10px;
	margin: 15px auto 0;
	background: rgba(130,130,130,1.00);}

.cast_info_text1{padding-bottom: 10px;
	font-size: 14px;
	text-align: center;}
	
.cast_info_text2{font-size: 12px;
	line-height: 150%;
	text-align: left;}

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

.text2{font-size: 16px;}

.timetable{width: 100%;
	padding-top: 10px;
	overflow-x: scroll;}

.timetable table{width: 100%;}

.sche_td1{width: 12.5%;
	font-size: 14px;
	line-height: 40px;}
	
.sche_td2{font-size: 12px;
	line-height: 25px;}
	
.sche_td3{font-size: 14px;
	line-height: 30px;}

.caution1{font-size: 10px;}

.text3{font-size: 12px;}

.theater_map{width: 100%;
	height: 270px;
	padding: 10px 0;}
	
.ticket_table{width: 90%;
	margin: 0 auto;}
	
.ticket_td1{min-width: 80px;}
	
.ticket_td3{width: calc(100% - 120px);}

.ticket_td4{width: 100px;
	font-size: 12px;}

/*.ticket_td4:hover{background:rgba(255,103,0,1.00);}*/

.ticket_btn,.ticket_btn_close{line-height: 250%;}
	
.ticket_btn:hover{opacity: 1.0;}

.item_block1{width: 100%;
	margin: 0 0 30px;
	overflow: hidden;
	float: none;}
	
.item_img{width: 70%;
	margin: 0 auto;
	float: none;}
	
.item_img img{width: 100%;}

.item_text{width: 90%;
	padding-left: 0;
	margin: 0 auto;
	color: rgba(255,255,255,1.00);
	float: none;}
		
.item_name{font-size: clamp(16px,1.1vw,20px);
	line-height: 200%;
	text-align: center;
	color: rgba(255,255,255,1.00);}
	
.item_price{font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: rgba(255,255,255,1.00);}

.item_disc{font-size: clamp(14px,4.0vw,18px);
	line-height: 220%;}
	
.item_disc a{color: rgba(255,255,255,1.00);
	border-bottom: rgba(255,255,255,1.00) solid 1px;}

.staff_text1{padding-top: 20px;
	font-size: 12px;}

.staff_text2{padding-top: 5px;
	font-size: 13px;}

.staff_text3{font-size: 10px;}

footer{width: 100%;
	padding: 20px 0 100px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(174,7,50,1.00);
	position: relative;
	z-index: 7;}

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

.footer_text2{padding-top: 15px;
	font-size: 10px;
	line-height: 120%;}
	
.footer_text3{font-size: 12px;
	line-height: 120%;}

.copyright{font-size: 12px;}




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

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

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

.information_ex_inner2{width: calc(90% - 20px);
	height: 60%;
	max-width: 700px;
	margin: 15vh auto 10%;
	padding: 20px 10px;
	background: rgba(255,255,255,1.00);
	overflow-y: scroll;
	position: relative;
	z-index: 101;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */}

.information_ex_inner::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }

.information_ex_header{text-align: center;
	font-size: 16px;}

.information_ex_text{text-align: left;
	font-size: 12px;
	line-height: 150%;
	padding: 40px 0;}
	
.information_ex_footer{text-align: right;
	font-size: 10px;}

/* qa */
.qa_box{width: 100%;
	min-width: 0;}

.qa_title{font-size: max(18px);}

.qa_caution{width: 90%;
	margin: 0 auto;
	font-size: max(3.6vw,12px);
	line-height: 150%;
	text-align: justify;}

.qa_block1{width: 100%;}
	
.qa_mark{width: 6%;
	padding: 10px 0 10px 2%;
	font-size: 16px;}

.qa_text_q{width: 78%;
	padding: 10px 2% 10px 0;
	font-size: 13px;}

.qa_text_a{width: 88%;
	padding: 10px 2% 10px 0;
	font-size: 13px;}

.qa_button{width: 10%;
	padding: 10px 0;
	font-size: max(3.6vw,12px);
	line-height: 150%;
	background: url("../img/btn_qa_open.png");
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: center center;
	float: right;}

.p_m{background: url("../img/btn_qa_close.png");
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: center center;}

}

















