@charset "utf-8";

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

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

.font-park1{font-family: park-lane, serif;
font-weight: 300;
font-style: normal;}

.font-park2{font-family: park-lane, serif;
font-weight: 700;
font-style: normal;}

.font-goth1{font-family: heisei-kaku-gothic-std, sans-serif;
font-weight: 500;
font-style: normal;}

.font-goth2{font-family: heisei-kaku-gothic-std, sans-serif;
font-weight: 700;
font-style: normal;}

.font-goth3{font-family: heisei-kaku-gothic-std, sans-serif;
font-weight: 900;
font-style: normal;}

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

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

.loading_img{height: 40px;
	-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("../img2/bg1.jpg");
	background-size: cover;
	background-position: top center;
	z-index: 0;}

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

header{width: 100%;
	height: 60px;
	position: fixed; top: 0; left: 0;
	background: rgba(237,30,121,1.00);
	border-bottom: rgba(255,255,255,1.00) solid 1px;
	z-index: 9;}

.pc_menu{height: 60px;
	overflow: hidden;}
	
.pc_menu_logo{height: 50px;
	padding: 5px 15px;
	float: left;
	background: rgba(0,0,0,1.00);}
	
.pc_menu_logo img{height: 100%;}
	
.pc_menu_btn{margin-left: 25px;
	padding-top: 10px;
	float: left;}

.pc_menu_btn_over{line-height: 25px;
	font-size: 25px;
	text-align: center;}
	
.pc_menu_btn_under{line-height: 15px;
	font-size: 15px;
	text-align: center;}

.pc_menu a{color: rgba(255,255,255,1.00);}

.pc_menu a:hover{color: rgba(255,222,2,1.00);}

.main_img{height: calc(100vh - 20px);
	min-height: 650px;
	position: relative;}
	
.main_img_img1{width: 50%;
	min-width: 700px;
	margin: 0 auto;
	padding-top: 20vh;
	text-align: center;}
	
.main_img_img1 img{width: 100%;}
	
.main_img_text1{font-size: 32px;
	line-height: 170%;
	text-align: center;
	color:rgba(167,0,2,1.00);}

.main_img_text_box{width: 500px;
	margin: 0 auto;
	padding: 10px 0 5px;
	text-align: center;
	font-size: 24px;
	color: rgba(255,255,255,1.00);
	background:  rgba(237,30,121,1.00);}

.link_emotional{width: 250px;
	position: absolute; top: 70px; right: 10px;}

.link_emotional:hover{opacity: 0.7;}

.link_emotional img{width: 100%;}

.introduction{width: 100%;
	padding: 0;
	font-size: 22px;
	line-height: 150%;
	text-align: center;
	color: rgba(255,0,150,1.00);
	background: rgba(255,255,255,0.60);
	border-top: rgba(255,0,150,1.00) solid 6px;
	border-bottom: rgba(255,0,150,1.00) solid 6px;}

.twitter_box{width: 600px;
	margin: 0 auto;}

.title_twitter{width: 200px;
	margin: 0 auto;
	padding-bottom: 10px;}
	
.title_twitter img{width: 100%;}

.information_link1{width: 600px;
	margin: 15px auto 0;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	background: rgba(255,0,150,1.00);
	border-radius: 5px;}
	
.information_link1 a{display: block;
	color: rgba(255,255,255,1.00);}

.information_link1:hover{opacity: 0.8;}

.bg_white1{width: 100%;
	padding: 55px 0;
	background: url("../img2/bg_filter2.png");
	background-size: 50px 50px;
	background-position: center center;
	background-repeat: repeat;}

.bg_black1{width: 100%;
	padding: 55px 0;
	background: url("../img2/bg_filter1.png");
	background-size: 50px 50px;
	background-position: center center;
	background-repeat: repeat;}

.con_block1{width: 100%;
	padding: 50px 0;
	text-align: center;}
	
.con_block2{width: 100%;
	text-align: center;
	background: rgba(0,0,0,0.60);
	border-top: rgba(255,0,150,1.00) solid 6px;
	border-bottom: rgba(255,0,150,1.00) solid 6px;}
	
.con_title1{width: 300px;
	margin: 0 auto;}
	
.con_title1 img{width: 100%;}
	
.cast_box{width: 1000px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;}
	
.cast_box_inner{display: inline-block;}
	
.cast_block1{width: 180px;
	padding: 10px;
	float: left;}
	
.cast_name1{font-size: 17px;
	line-height: 130%;
	color:rgba(255,255,255,1.00);}
	
.cast_img{width: 100%;}

.cast_img img{width: 100%;}

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

.cast_name3{font-size: 18px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);}
	
.cast_name4{font-size: 24px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	padding-bottom: 30px;}

.cast_name5{font-size: 18px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);}
	
.cast_name6{font-size: 20px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);}

.staff_box{width: 100%;
	padding-top: 50px;
	text-align: center;}
	
.staff_block1{padding-bottom: 25px;}

.staff_name1{font-size: 17px;
	line-height: 150%;
	color:rgba(255,255,255,1.00);
	padding-bottom: 5px;}
	
.staff_name2{font-size: 22px;
	line-height: 120%;
	color: rgba(255,255,255,1.00);}
	
.staff_name3{font-size: 15px;
	line-height: 120%;
	color: rgba(255,255,255,1.00);}

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

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

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

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

.schedule_table{width: 1000px;
	margin: 0 auto;
	padding: 10px 0;}
	
.schedule_table table{width: 100%;}

.sche_td2{padding: 10px;
	font-size: 24px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	background: rgba(237,30,121,1.00);}
	
.sche_td4{padding: 10px;
	font-size: 24px;
	line-height: 150%;
	color: rgba(237,30,121,1.00);
	background: rgba(255,255,255,1.00);
	vertical-align: middle;}

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

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

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

.btn_ticket1{width: 200px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 40px;
	background: rgba(237,30,121,1.00);
	border-radius: 5px;}
		
.btn_ticket1:hover{background: rgba(255,222,2,1.00);}
	
.ticket_close1,.ticket_close1:hover{background: rgba(116,116,116,1.00);
	color: rgba(255,255,255,1.00);}
	
.btn_ticket1 a{display: block;
	color: rgba(255,255,255,1.00);}

.live_box{width: 1000px;
	margin: 0 auto;
	padding-bottom: 30px;
	background:rgba(255,255,255,0.80);}

.live_ticket_block1{width: 800px;
	margin: 0 auto 1px;
	font-size: 18px;
	color: rgba(0,0,0,1.00);
	overflow: hidden;}
	
.live_title1{width: 100%;
	font-size: 28px;
	line-height: 100%;
	padding: 10px 0 20px;
	color: rgba(255,255,255,1.00);
	background: rgba(255,67,201,1.00);}
	
.live_ticket_name1{width: calc(75% - 1px);
	margin-right: 1px;
	padding: 5px 0;
	color: rgba(255,255,255,1.00);
	background: rgba(255,67,201,1.00);
	float: left;}
	
.live_ticket_price1{width: 25%;
	padding: 5px 0;
	color: rgba(237,30,121,1.00);
	background: rgba(255,255,255,1.00);
	float: left;}

footer{width: 100%;
	padding: 20px 0;
	margin-top: 30px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(237,30,121,1.00);}

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

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

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

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

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

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

.fc_pink{color: rgba(255,0,150,1.00);}

.fc_pink2{color:rgba(255,67,201,1.00);}

.con_inner1{width: 840px;
	margin: 40px auto;
	padding: 30px;
	text-align: left;
	background: rgba(255,255,255,0.80);}

.information_title1{font-size: 24px;
	padding-bottom: 30px;
	text-align: center;}

.information_title2{font-size: 20px;
	padding-bottom: 20px;
	text-align: center;}
	
.information_text1{font-size: 17px;
	line-height: 150%;}
	
.infomation_td1{width: 24px;
	font-size: 15px;
	line-height: 150%;
	font-weight: 700;
	text-align: right;}
	
.infomation_td2{font-size: 15px;
	line-height: 150%;
	padding-bottom: 10px;}




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

.bg_box{min-width: 320px;}

header{display: none;}

.main_img{height: calc(100vh - 20px);
	min-height: 450px;}
	
.main_img_img1{width: 90%;
	min-width: 300px;
	margin: 0 auto;
	padding-top: 25vh;
	text-align: center;}
	
.main_img_img1 img{width: 100%;}
	
.main_img_text1{font-size: 18px;
	line-height: 150%;
	text-align: center;
	color:rgba(167,0,2,1.00);}

.main_img_text_box{width: 260px;
	margin: 0 auto;
	padding: 10px 0 5px;
	text-align: center;
	font-size: 12px;
	color: rgba(255,255,255,1.00);
	background:  rgba(237,30,121,1.00);}

.introduction{width: 100%;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	border-top: rgba(255,0,150,1.00) solid 4px;
	border-bottom: rgba(255,0,150,1.00) solid 4px;}

.introduction_inner{width: 90%;
	margin: 0 auto;}

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

.title_twitter{width: 150px;
	margin: 0 auto;
	padding-bottom: 10px;}

.information_link1{width: 80%;
	margin: 15px auto 0;
	padding-top: 5px;
	font-size: 14px;
	line-height: 20px;}
	
.information_link1:hover{opacity: 1.0;}

.con_title1{width: 250px;
	margin: 0 auto;}

.cast_box{width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;}
	
.cast_box_inner{display: inline-block;}
	
.cast_block1{width: 200px;
	margin: 0 auto;
	padding: 10px;
	float: none;}

.cast_name3{font-size: 16px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);}
	
.cast_name4{font-size: 20px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	padding-bottom: 30px;}

.cast_name5{font-size: 16px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);}
	
.cast_name6{font-size: 17px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);}

.staff_name1{font-size: 15px;}

.staff_name2{font-size: 18px;}

.staff_name3{font-size: 12px;}

.text1{font-size: 18px;}
	
.text1_b{font-size: 18px;}

.text2{font-size: 16px;}
	
.text2_b{font-size: 14px;}

.text3{width: 90%;
	margin: 0 auto;
	font-size: 14px;
	text-align: left;}

.text3_b{width: 90%;
	margin: 0 auto;
	font-size: 14px;
	text-align: left;}

.schedule_table{width: 90%;
	margin: 0 auto;
	padding: 10px 0;
	overflow-x: scroll;}

.sche_td2{padding: 10px;
	font-size: 14px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	background: rgba(237,30,121,1.00);}
	
.sche_td4{padding: 10px;
	font-size: 14px;
	line-height: 150%;
	color: rgba(237,30,121,1.00);
	background: rgba(255,255,255,1.00);
	vertical-align: middle;}

.sche_caution{font-size: 12px;
	color: rgba(255,255,255,1.00);
	text-align: left;}

.theater_map{width: 90%;
	height: 280px;
	margin: 0 auto;
	padding: 10px 0;}
	
.theater_map iframe{width: 100%;
	height: 100%;}

.caution1{width: 90%;
	margin: 0 auto;
	font-size: 10px;
	text-align: left;}

.btn_ticket1{width: 200px;
	margin: 10px auto 0;
	font-size: 14px;
	line-height: 40px;
	background: rgba(237,30,121,1.00);
	border-radius: 5px;}
	
.btn_ticket1:hover{background: rgba(237,30,121,1.00);}

.live_box{width: 90%;
	margin: 0 auto;
	padding-bottom: 30px;
	background:rgba(255,255,255,0.80);}

.live_ticket_block1{width: calc(100% - 20px);
	max-width: 400px;
	padding: 0 10px;
	font-size: 14px;}
	
.live_title1{font-size: 20px;}
	
.live_ticket_name1{width: 100%;
	margin: 0;
	font-size: 14px;
	float: none;}
	
.live_ticket_price1{width: 100%;
	font-size: 14px;
	float: none;}

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

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


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

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

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

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

.con_inner1{width: 90%;
	max-width: 450px;
		margin: 30px auto;}

.information_title1{font-size: 18px;
	padding-bottom: 30px;
	text-align: center;}

.information_title2{font-size: 16px;
	padding-bottom: 20px;
	text-align: center;}
	
.information_text1{font-size: 14px;
	line-height: 150%;}
	
.infomation_td1{width: 22px;
	font-size: 12px;
	font-weight: 700;
	text-align: right;}
	
.infomation_td2{font-size: 12px;
	padding-bottom: 10px;}


}

















