@charset "utf-8";

body{width: 100%;
	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;}

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

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

.loading_img1{height: 75px;}

.loading_img2{height: 20px;
	-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_img1 img,.loading_img2 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;}

header{width: 100%;
	height: 70px;
	position: fixed; top: 0;
	background: rgba(255,255,255,0.70);
	overflow: hidden;
	z-index: 5;}
	
.header_logo{height: 68px;
	float: left;}

.header_logo img{height: 100%;}

.header_menu{height: 68px;
	float: right;
	padding-right: 10px;
	overflow: hidden;}

.pcmenu_btn1{height: 40px;
	padding-top: 14px;
	padding-left: 2px;
	float: left;}

.pcmenu_btn1:hover{opacity: 0.7;}

.header_line{clear: both;
	width: 100%;
	height: 2px;
	background: url("../img/bar1.png");}

.main_img{padding-top: 70px;
	text-align: center;}

.introduction{width: 1180px;
	margin: 15px auto;
	padding: 15px 0;
	font-size: 20px;line-height: 150%;
	font-weight: 700;
	color: rgba(151,0,93,1.00);
	border-top: rgba(151,0,93,1.00) solid 2px;
	border-bottom: rgba(151,0,93,1.00) solid 2px;}

.twitter_box{width: 100%;
	padding: 30px 0 50px;
	margin: 30px auto;}

.news_box{width: 90%;
	max-width: 700px;
	margin: 0 auto;}

.news_block{width: calc(100% - 20px);
	padding: 10px;
	background: rgba(255,255,255,0.80);}

.topics{text-align: left;}

.topic_date{font-size: 14px;
	line-height: 150%;
	font-weight: 300;}
	
.topic_text{font-size: 16px;
	font-weight: 700;
	line-height: 150%;}

.twitter_title{font-size: 24px;
	line-height: 50px;
	color: rgba(255,255,255,1.00);}
	
.twitter_title a{color: rgba(255,255,255,1.00);}

.tw_timeline{width: 80%;
	max-width: 520px;
	height: 300px;
	margin: 0 auto;
	background: rgba(255,255,255,0.90);}

.catch{width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;}
	
.catch img{width: 40%;}

.catch_text1{font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	padding-top: 20px;}

.con_block1{width: 100%;
	padding: 50px 0;}

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

.con_block_inner1{width: 1100px;
	margin: 0 auto;}

.con_title1{width: 350px;
	margin: 0 auto;
	padding-bottom: 30px;}
	
.con_title1 img{width: 100%;}

.story_box{width: 95%;
	margin: 0 auto;
	padding: 30px 15px;
	text-align: center;
	font-size: 20px;
	line-height: 42px;
	color: rgba(66,33,11,1.00);
	background: rgba(255,255,255,0.40);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);}

.story_box_inner{display: inline-block;
	text-align: left;}

.cast_box1{text-align: center;}

.cast_box_inner1{display: inline-block;
	overflow: hidden;}
	
.cast_block1{width: 250px;
	padding: 5px;
	float: left;}
	
.cast_block1 img{width: 100%;}

.cast_text1{font-size: 24px;}

.staff_box1{width: calc(100% - 42px);
	padding: 20px;
	border: rgba(102,102,102,1.00) solid 1px;
	overflow: hidden;}

.staff_img{width: 250px;
	float: left;}
	
.staff_img img{width: 100%;}

.staff_data{width: calc(100% - 260px);
padding-left: 10px;
float: left;}

.staff_data_name1{width: 100%;
	height: 40px;
	padding-bottom: 5px;
	border-bottom: rgba(26,26,26,0.50) solid 1px;
	overflow: hidden;}

.staff_data_name1_left{height: 100%;
	float: left;}
	
.staff_data_name1_left img{height: 100%;}

.staff_data_name1_right{padding-top: 20px;
	float: right;}
	
.staff_data_text1{padding-top: 10px;
	font-size: 15px;
	line-height: 24px;}

.staff_list{text-align: center;}

.staff_list_block1{display: inline-block;
	padding: 10px 0;
	line-height: 20px;
	overflow: hidden;}
	
.staff_list_text1{float: none;
	text-align: center;
	font-size: 18px;
	color: rgba(230,30,121,1.00);}

.staff_list_text2{padding-top: 5px;
	float: none;
	text-align: center;
	font-size: 24px;
	font-weight: 500;}

.place{width: 200px;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: rgba(255,255,255,1.00);
	border: rgba(255,255,255,1.00) solid 1px;}

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

.timetable{width: 1100px;
	margin: 20px auto;
	overflow: hidden;}

.timetable2{width: 700px;
	margin: 20px auto;
	overflow: hidden;}

.timetable_left{width: 100px;
	float: left;
	text-align: center;}
	
.timetable_right{width: 1000px;
	float: left;
	text-align: center;}
	
.timetable_right2{width: 600px;
	float: left;
	text-align: center;}
	
.timetable_left table,.timetable_right table,.timetable_right2 table{width: 100%;
	line-height: 40px;}

.timetable_td1{background: rgba(255,255,255,0.50);}

.timetable_td2{background: rgba(255,255,255,0.80);
	text-align: center;}
	
.timetable_td3{background: rgba(54,128,178,1.00);
	text-align: center;
	font-size: 14px;
	color: rgba(255,255,255,1.00);}
	
.timetable_td4{height: 40px;
	background: rgba(255,255,255,0.50);
	text-align: center;}

.timetable_td4 img{height: 100%;}

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

.theater_info{width: 700px;
	margin: 5px auto;}
	
.theater_map{width: 100%;
	height: 300px;}
	
.theater_map iframe{width: 100%;
	height: 100%;}

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

.ticket_caution{text-align: center;
	font-weight: 200;
	padding-top: 15px;}

.ticket_caution_inner{display: inline-block;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	 color: rgba(255,255,255,1.00);}

.btn_reserve1{width: 150px;
	line-height: 30px;
	font-size: 14px;
	margin: 10px auto;
	text-align: center;
	background:rgba(255,255,255,1.00);
	border-radius: 2px;}

.btn_reserve1 a{display: block;
	color: rgba(151,0,93,1.00);}

.btn_reserve1:hover{opacity: 0.7;}

.ticket_close{width: 150px;
	line-height: 30px;
	font-size: 14px;
	margin: 10px auto;
	text-align: center;
	color: rgba(102,102,102,1.00);
	background:rgba(255,255,255,0.70);
	border-radius: 2px;}

.ticket_ex{padding-top: 10px;
	font-size: 16px;
	line-height: 150%;
	text-align: center;}

.ticket_ex ul li{display: inline-block;
	text-align: left;}

.goods_box{width: 95%;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	color: rgba(66,33,11,1.00);
	background: rgba(255,255,255,0.40);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
	overflow: hidden;}

.goods_block1{width: calc(50% - 32px);
	margin: 15px;
	padding: 15px 0;
	text-align: center;
	border: rgba(0,0,0,0.30) solid 1px;
	float: left;}

.item_name1{text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;}

.item_price1{text-align: center;
	font-size: 16px;
	line-height: 150%;}

.item_text1{text-align: center;
	font-size: 14px;
	line-height: 150%;}

.item_img{width: 80%;
	padding-top: 15px;
	margin: 0 auto;}
	
.item_img img{width: 100%;}

.goods_text1{font-size: 16px;
	line-height: 150%;}

.goods_text2{font-size: 18px;
	font-weight: 700;
	color: rgba(151,0,93,1.00);}
	
.goods_link{font-size: 16px;
	line-height: 150%;}
	
.goods_link a{color: rgba(0,155,255,1.00);}

.goods_link a:hover{color: rgba(255,134,0,1.00);}

.link_tv{width: 400px;
	margin: 0 auto;}
	
.link_tv img{width: 100%;}

.link_tv img:hover{opacity: 0.7;}

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

.footer_line{clear: both;
	width: 100%;
	height: 2px;
	background: url("../img/bar1.png");}

footer{width: 100%;
	height: 150px;
	padding-bottom: 10px;
	text-align: center;
	position: relative;}
	
.logo_footer{height: 50px;
	padding: 30px 0 ;}

.logo_footer img{height: 100%;}
	
.copyright{width: 100%;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	position: absolute; bottom: 10px;}

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


/* 20200521追記 */

.header_menu2{height: 68px;
	float: none;
	position: absolute; left: 50%;
	margin-left: -60px;
	overflow: hidden;}

.pcmenu_btn2{ width: 120px;
	height: 40px;
	padding-top: 14px;
	padding-left: 2px;}

.pcmenu_btn2:hover{opacity: 0.7;}

.info_ex{width: 100%;
	padding-top: 10px;
	text-align: center;}

.info_ex_inner{display: inline-block;}

.info_ex_btn{width: 480px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	text-align: center;
	font-size: 22px;
	background:url("../img/info_ex_bg1.png");
	background-size: 480px 60px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;}
	
.info_ex_btn:hover{opacity: 0.8;}
	
.info_ex_btn a{display: block;
	color: rgba(255,255,255,1.00);}

.info_ex_main{width: 1000px;
	min-height: calc(85vh - 110px);
	margin: 100px auto 0;}

.info_ex_title{text-align: center;
	font-size: 24px;
	color: rgba(151,0,93,1.00);
	padding-top: 30px;}

.info_ex_text{width: 92%;
	padding: 20px 0 50px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 180%;
	text-align: left;}

.info_ex_text a{color: rgba(0,147,255,1.00);}

.info_ex_text a:hover{color: rgba(255,166,0,1.00);}

.info_ex_sign{text-align: right;}

.info_ex_contact{padding-top: 50px;
	text-align: center;}

.info_ex_caution{display: inline-block;
	text-align: left;
	padding-top: 15px;
	font-size: 14px;
	line-height: 150%;}
	
.info_ex_caution2{text-align: left;
	font-size: 14px;
	line-height: 150%;}
	
.info_ex_bar1{width: 100%;
	height: 1px;
	margin: 20px 0 15px;
	background: rgba(0,0,0,0.30);}
	
.info_ex_subtitle1{font-size: 16px;
	margin-bottom: 10px;}
	
	
	
	
	
	
	
	
	
	
	
	

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

.introduction{width: calc(95% - 20px);
	margin: 15px auto;
	padding: 15px 10px;
	font-size: 14px;
	line-height: 150%;
	font-weight: 700;
	text-align: left;
	color: rgba(151,0,93,1.00);}

.catch{width: 60%;
	max-width: 320px;
	margin: 0 auto;
	padding: 10px 0 10px;}

.catch img{width: 100%;}

.catch_text1{width: 90%;
	margin: 0 auto;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	padding-top: 10px;}
	
.topic_date{font-size: 10px;}

.topic_text{font-size: 12px;}
	
.con_block_inner1{width: 90%;
	margin: 0 auto;}

.con_title1{width: 250px;}

.story_box{width: 92%;
	max-width: 400px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 18px;}
	
.cast_box1{max-width: 420px;
	margin: 0 auto;}
	
.cast_block1{width: calc(50% - 10px);}

.cast_text1{font-size: 18px;}

.staff_box1{max-width: 400px;
	margin: 0 auto;}

.staff_data_name1{width: 100%;
	height: auto;
	padding-bottom: 5px;
	border-bottom: none;
	overflow: hidden;}

.staff_data_name1_left{height: 25px;
	float: none;
	padding-bottom: 5px;
	border-bottom: rgba(26,26,26,0.50) solid 1px;}
	
.staff_data_name1_left img{height: 100%;}

.staff_data_name1_right{padding-top: 5px;
	float: none;
	font-size: 10px;
	text-align: right;}
	
.staff_img{width: 200px;
	margin: 0 auto;
	padding-top: 10px;
	float: none;}
	
.staff_img img{width: 100%;}

.staff_data_text1{padding-top: 10px;
	font-size: 12px;
	line-height: 20px;}
	
.staff_list{text-align: center;}

.staff_list_block1{display: inline-block;
	padding: 5px 0;
	line-height: 20px;
	overflow: hidden;}
		
.staff_list_text1{padding-right: 5px;
	float: none;
	text-align: center;
	font-size: 12px;
	color: rgba(230,30,121,1.00);}

.staff_list_text2{padding-left: 5px;
	float: none;
	text-align: center;
	font-size: 16px;
	font-weight: 700;}

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

.timetable,.timetable2{width: 95%;
	max-width: 420px;
	margin: 20px auto;
	overflow: hidden;}

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

.timetable_left{width: 20%;
	float: left;
	text-align: center;}
	
.timetable_right,.timetable_right2{width: 80%;
	float: left;
	text-align: center;
	overflow-x: scroll;}
	
.timetable_left table{width: 100%;
	line-height: 40px;}

.timetable_right table{width: 1000px;
	line-height: 40px;}

.timetable_right2 table{width: 400px;
	line-height: 40px;}

.timetable_td1{background: rgba(255,255,255,0.50);}

.timetable_td2{background: rgba(255,255,255,0.80);
	text-align: center;
	font-size: 13px;}
	
.timetable_td3{width: 100px;
	background: rgba(54,128,178,1.00);
	text-align: center;
	font-size: 13px;
	color: rgba(255,255,255,1.00);}
	
.timetable_td4{width: 100px;
	background: rgba(255,255,255,0.50);
	text-align: center;}

.theater{padding: 0;
	text-align: center;
	font-size: 16px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);}

.theater_info{width: 95%;
	max-width: 420px;
	margin: 5px auto;}
	
.theater_map{width: 100%;
	height: 260px;}
	
.theater_map iframe{width: 100%;
	height: 100%;}

.theater_address{font-size: 10px;}

.ticket_caution_inner{font-size: 10px;}

.ticket_ex{font-size: 14px;
	width: 90%;
	max-width: 400px;
	margin: 0 auto;}

.goods_box{width: 92%;
	max-width: 400px;
	margin: 0 auto;}

.goods_block1{width: calc(100% - 32px);
	margin: 15px;
	padding: 15px 0;
	text-align: center;
	border: rgba(0,0,0,0.30) solid 1px;
	float: left;}

.item_name1{text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 150%;}

.item_price1{text-align: center;
	font-size: 14px;
	line-height: 150%;}

.item_text1{text-align: center;
	font-size: 12px;
	line-height: 150%;}

.item_img{width: 80%;
	padding-top: 15px;
	margin: 0 auto;}
	
.item_img img{width: 100%;}

.goods_text1{font-size: 10px;
	line-height: 150%;}

.goods_text2{font-size: 14px;
	font-weight: 700;
	color: rgba(151,0,93,1.00);}
	
.goods_link{font-size: 12px;
	line-height: 150%;}
	
.goods_link a{color: rgba(0,155,255,1.00);}

.goods_link a:hover{color: rgba(0,155,255,1.00);}

.link_tv{width: 250px;
	margin: 0 auto;}
	
.link_tv img{width: 100%;}

.link_tv img:hover{opacity: 1.0;}

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

footer{height: 120px;}

.copyright{font-size: 12px;
	font-weight: 300;}
	
	
/* 20200521追記 */
	
.info_ex_btn{width: 300px;
	height: 40px;
	margin: 5px 0;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	background:url("../img/info_ex_bg1.png");
	background-size: 320px 40px;
	background-repeat: no-repeat;
	background-position: center right;
	float: none;}
	
.info_ex_btn:hover{opacity: 1.0;}
	
.info_ex_main{width: 90%;}

.info_ex_title{font-size: 14px;}

.info_ex_text{width: 95%;
	font-size: 12px;}

.info_ex_text a:hover{color: rgba(0,147,255,1.00);}

.info_ex_sign{text-align: right;}

.info_ex_contact{padding-top: 40px;
	text-align: center;}

.info_ex_caution{display: inline-block;
	text-align: left;
	padding-top: 15px;
	font-size: 10px;
	line-height: 150%;}
	
.info_ex_caution2{text-align: left;
	font-size: 10px;
	line-height: 150%;}
	
.info_ex_subtitle1{font-size: 13px;
	margin-bottom: 10px;}
	
}
















