@charset "utf-8";

body{min-width: 1200px;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500; /* EL200 L300 R400 M500 B700 H900 */
	font-style: normal;
	background: rgba(0,0,0,1.00);}

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

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

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

.font-goth1{font-family: kozuka-gothic-pro, sans-serif;
font-weight: 400;
font-style: normal;}

.font-goth2{font-family: kozuka-gothic-pro, sans-serif;
font-weight: 400;
font-style: normal;}

.font-goth3{font-family: kozuka-gothic-pro, sans-serif;
font-weight: 400;
font-style: normal;}

.font-minm1{font-family: a-otf-midashi-mi-ma31-pr6n, serif;
font-weight: 600;
font-style: normal;}

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

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

#container{display: none;}

.main_img1{height: 100vh;
	min-height: 650px;
	text-align: center;
	background: url("../img/bg1.jpg");
		background-size: 100% 100%;}
		
.main_img1 img{height: 100%;}

.tw_map_box{width: 1000px;
	margin: 0 auto 50px;
	padding: 15px 0;
	overflow: hidden;}

.twitter_box{width: 350px;
	margin: 0  10px;
	float: left;}

.title1{font-size: 30px;
	color: rgba(170,27,59,1.00);
	position: relative;}
	
.title2{padding-bottom: 20px;
	font-size: 42px;
	color: rgba(170,27,59,1.00);
	text-align: center;}

.title_sub{padding-bottom: 10px;
	font-size: 24px;
	line-height: 150%;
	text-align: center;
	color: rgba(255,255,255,1.00);}
	
.text1{padding-bottom: 30px;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	color: rgba(255,255,255,1.00);}

.title_inner_text{font-size: 14px;
	color: rgba(255,255,255,1.00);
	position: absolute; bottom: 3px; right: 0;}

.cast_name1{font-size: 24px;
	line-height: 200%;
	color:rgba(255,255,255,1.00);
	text-align: center;}
	
.cast_name2{font-size: 22px;
	line-height: 200%;
	color:rgba(255,255,255,1.00);
	text-align: center;}

.map_box{width: calc(100% - 370px);
	float: left}

.map{width: 100%;
	height: 300px;}
	
.map iframe{width: 100%;
	height: 100%;}

.ticket_btn{width: 250px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	background: rgba(170,27,59,1.00);
	border-radius: 5px;}

.ticket_btn:hover{opacity: 0.7;}

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


footer{width: 100%;
	padding: 30px 0;
	text-align: center;
	background:rgba(0,0,0,1.00);}

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

body{min-width: 320px;}

.main_img1{height:auto;
	min-height: 480px;
	text-align: center;
	background: url("../img/bg1.jpg");
		background-size: 100% 100%;}
		
.main_img1 img{width: 100%;
		height: auto;}

.tw_map_box{width: 100%;}

.twitter_box{width: 80%;
	margin: 15px auto 50px;
	float: none;}

.title1{font-size: 6vw;}
	
.title2{font-size: 10vw;}

.title_sub{padding-bottom: 10px;
	font-size: 5vw;}
	
.text1{padding-bottom: 30px;
	font-size: 4vw;
	line-height: 150%;
	text-align: center;
	color: rgba(255,255,255,1.00);}

.title_inner_text{padding-top: 5px;
	font-size: 3.7vw;
	color: rgba(255,255,255,1.00);
	position: relative;}

.cast_name1{font-size: 6vw;}
	
.cast_name2{font-size: 5.5vw;}

.map_box{width: 80%;
	margin: 0 auto;
	float: none;}
	
.ticket_btn{width: 80%;
	height: auto;
	font-size: 6vw;
	line-height: 200%;}

.ticket_btn:hover{opacity: 1.0;}
}












