@charset "utf-8";

@media print{
	body{display:none;}
}

body{min-width: 1200px;
	background: rgba(0,0,0,1.00);
	overflow-y: scroll;}

.font-goth1{font-family: source-han-sans-cjk-ja, sans-serif;
font-weight: 400;
font-style: normal;}

.font-goth2{font-family: source-han-sans-cjk-ja, sans-serif;
font-weight: 700; 
font-style: normal;}

.font-goth3{font-family: source-han-sans-cjk-ja, sans-serif;
font-weight: 900; 
font-style: normal;}

.font-min1{font-family: kozuka-mincho-pr6n,serif;
font-weight: 500; 
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;}

.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: 100px;
	text-align: center;
	position: fixed; top: 50%; left: 50%;
	margin: -50px 0 0 -100px;}

.loading_img{width: 100%;
	height: 100%;
	-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;}

.loading_img img{width: 100%;}

@-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{display: none;
	width: 100%;
	min-width: 1200px;
	height: calc(100vh - 30px);
	margin-top: 30px;
	background:url("../img/bg2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed; top: 0;
	z-index: 0;}

.top_bar{width: 100%;
	height: 30px;
	font-size: 14px;
	line-height: 25px;
	color: rgba(255,255,255,1.00);
	background: rgba(0,0,0,1.00);
	position: fixed; top: 0; left: 0;
	z-index: 2;}

.top_bar_text{width: calc(100% - 20px);
	padding: 0 10px;}
	
.top_bar_under{width: 100%;
	height: 5px;}
	
.top_bar_under img{width: 100%;
	height: 100%;}

.pc_menu{width: 100%;
	height: 40px;
	text-align: center;
	background:url("../img/menu_bg1.png");
	background-repeat: repeat-x;}

.pc_menu_inner{display: inline-block;
	overflow: hidden;}
	
.pc_menu_btn{width: 120px;
	height: 40px;
	margin: 0 1px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	background:rgba(0,0,0,0.50);
	float: left;}
	
.pc_menu_btn:hover{background: rgba(255,118,0,0.50);}
	
.pc_menu_btn a{display: block;
	color: rgba(255,255,255,1.00);}

#container{position: relative;
	z-index: 1;}

.main_img{width: 100%;
	margin-top: 70px;
	text-align: center;
	background: url("../img/bg1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;}

.mark_20th{width: 8%;
	position: absolute; top: 10px; left: 10px;}
	
.mark_20th img{width: 100%;}

.main_img_title{width: 63%;
	margin: 0 auto;}
	
.main_img_title2{width: 63%;
	padding: 50px 0 30px;
	margin: 0 auto;}
	
.main_img_title img,.main_img_title2 img{width: 100%;}

.main_img_text1{width: 100%;
	padding-bottom: 30px;
	text-align: center;
	font-size: 2.2vw;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	background: url("../img/shadow1.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center bottom;}

@media screen and ( max-width:1200px )
{
.main_img_text1{font-size: 26px;}
}

.con_block1{width: 100%;
	text-align: center;
	background: url("../img/con1_bg1.png");
	background-repeat: repeat;}

.con_block2{width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
	background-repeat: repeat;}

.con_bar1{width: 100%;
	height: 2px;}
	
.con_bar1 img{width: 100%;
	height: 100%;}

.news_twitter{width: 900px;
	margin: 15px auto 30px;
	overflow: hidden;}

.link_info_ex_box{width: 100%;
	overflow: hidden;}

.link_info_ex{width: calc(50% - 7px);
	padding: 5px 0;
	font-size: 18px;
	line-height: 150%;
	background: rgba(255,0,4,1.00);
	border: rgba(205,177,55,1.00) solid 1px;
	border-radius: 5px;
	float: left;}
	
.link_info_ex2{width: calc(50% - 7px);
	padding: 5px 0;
	margin-left: 10px;
	font-size: 18px;
	line-height: 300%;
	background:rgba(0,76,255,1.00);
	border: rgba(205,177,55,1.00) solid 1px;
	border-radius: 5px;
	float: left;}

.link_info_ex3{width: calc(50% - 7px);
	padding: 5px 0;
	margin: 0 auto;
	font-size: 18px;
	line-height: 150%;
	background: rgba(255,0,4,1.00);
	border: rgba(205,177,55,1.00) solid 1px;
	border-radius: 5px;}

.link_info_ex:hover,.link_info_ex2:hover,.link_info_ex3:hover{opacity: 0.8;}
	
.link_info_ex a,.link_info_ex2 a,.link_info_ex3 a{color: rgba(255,255,255,1.00);
	display: block;}
	
.news_box{width: 540px;
	margin-right: 10px;
	float: left;}

.twitter_box{width: 350px;
	float: left;}

.news_twitter_title1{font-size: 24px;
	text-align: left;}

.news_block{width: calc(100% - 20px);
	padding: 10px;
	height: 330px;
	text-align: left;
	background: rgba(0,0,0,0.60);
	overflow-y: scroll;}
	
.topic_date{font-size: 14px;
	color: rgba(255,182,0,1.00);}

.topic_title{font-size: 16px;
	line-height: 150%;
	color: rgba(255,39,0,1.00);
	padding: 5px 0;
	border-bottom: rgba(255,255,255,0.20) solid 1px;}
	
.topic_text{font-size: 14px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	padding: 5px 0;}

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

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

.tw_timeline{height: 350px;
	background: rgba(255,255,255,0.80);}

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

.introduction_block{width: 1000px;
	margin: 0 auto;}
	
.introduction_title{width: 100%;
	height: 50px;
	font-size: 22px;
	line-height: 50px;
	color: rgba(255,255,255,1.00);
	background: url("../img/intro_bg1.png");
	background-size: cover;}
	
.introduction_text{width: 100%;
	padding: 15px 0;
	font-size: 17px;
	line-height: 170%;
	color: rgba(255,255,255,1.00);
	text-align: left;}

.introduction_img{position: relative;}

.img_filter{width: 100%;
	height: 100%;
	position: absolute; top: 0; left: 0;}
	
.img_filter img{width: 100%;
	height: 100%;}

.con_title1{height: 75px;
	padding-bottom: 40px;}

.con_title1 img{height: 100%;}

.cast_team1{height: 50px;
	padding-bottom: 10px;}

.cast_team1 img{height: 100%;}

.team_bar1{width: 100%;
	height: 2px;
	background: rgba(46,49,146,1.00);}
	
.team_bar2{width: 100%;
	height: 2px;
	background: rgba(192,39,45,1.00);}
	
.team_bar3{width: 100%;
	height: 2px;
	background: rgba(0,104,55,1.00);}

.cast_box1{display: inline-block;
	overflow: hidden;}
	
.cast_block1{width: 305px;
	padding: 14px;
	float: left;
	position: relative;}
	
.cast_block1 img{width: 100%;}

.cast_name1{width: 100%;
	font-size: 26px;
	line-height: 100%;
	text-align: left;
	color: rgba(255,255,255,1.00);
	padding-bottom: 5px;
	position: relative;
	z-index: 1;}
	
.cast_name1_text{position: relative;
	z-index: 2;}
	
.color_sousou1{width: 100%;
	height: 10px;
	background: url("../img/cast/bar_sousou.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute; bottom: 0; left: 0;
	z-index: 1;}
	
.color_sonken1{width: 100%;
	height: 10px;
	background: url("../img/cast/bar_sonken.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute; bottom: 0; left: 0;
	z-index: 1;}
	
.color_ryubi1{width: 100%;
	height: 10px;
	background: url("../img/cast/bar_ryubi.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute; bottom: 0; left: 0;
	z-index: 1;}

.cast_img_box{width: 100%;
	margin: 2px 0;
	overflow: hidden;}
	
.cast_img1{width: calc(50% - 2px);
	float: left;
	position: relative;}
	
.cast_img2{width: calc(50% - 2px);
	float: right;
	position: relative;
	cursor: pointer;}
	
.cast_img3{width: calc(50% - 2px);
	float: right;
	position: relative;}

.cast_img1 img,.cast_img2 img,.cast_img3 img{width: 100%;}

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

.cast_img_l_inner{height: 80vh;
	margin: 10vh auto;}
	
.cast_img_l_inner img{width: auto;
	height: 100%;}

.cast_img_close{width: 50px;
	height: 50px;
	position: fixed; top: 10px; right: 10px;
	cursor: pointer;
	z-index: 1000;}

.cast_name2{width: 100%;
	font-size: 26px;
	line-height: 100%;
	text-align: right;
	color: rgba(255,255,255,1.00);
	padding-top: 5px;
	position: relative;
	z-index: 1;}

.cast_name_s{font-size: 18px;
	line-height: 100%;}

.color_sousou2{width: 100%;
	height: 10px;
	background: url("../img/cast/bar_sousou.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute; top: 0; left: 0;
	z-index: 1;}
	
.color_sonken2{width: 100%;
	height: 10px;
	background: url("../img/cast/bar_sonken.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute; top: 0; left: 0;
	z-index: 1;}
	
.color_ryubi2{width: 100%;
	height: 10px;
	background: url("../img/cast/bar_ryubi.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute; top: 0; left: 0;
	z-index: 1;}

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

.text1{font-size: 24px;
	color:rgba(255,255,255,1.00);}
	
.schedule_table{width: 100%;
	padding: 20px 0;}

.schedule_table table{width: 100%;}

.schedule_td1{width: 20%;
	font-size: 18px;
	line-height: 40px;
	color: rgba(255,255,255,1.00);
	text-align: center;
	background: rgba(53,53,53,1.00);}
	
.schedule_td2{width: 20%;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	background: rgba(255,255,255,1.00);}

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

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

.up_text,.goods_text{width: 100%;
	padding: 15px 0;
	font-size: 18px;
	line-height: 170%;
	color: rgba(255,255,255,1.00);
	text-align: center;}

.up_page{width: 200px;
	margin: 10px auto;
	line-height: 40px;
	font-size: 18px;
	background: rgba(255,0,4,1.00);
	border: rgba(205,177,55,1.00) solid 1px;
	border-radius: 5px;
	}

.up_page:hover{opacity: 0.8;}

.up_page a{display: block;
	color: #FFFFFF;}

.goods_sample{width: 100%;
	padding: 15px 0;
	text-align: center;
	background: rgba(255,255,255,1.00);}
	
.goods_sample img{width: 80%;}

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

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

.corona_caution{width: calc(100% - 2px);
	border: rgba(108,108,108,1.00) solid 1px;}

.corona_caution_title{width: 100%;
	padding: 10px 0;
	font-size: 18px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	background: rgba(255,110,0,1.00);}
	
.corona_caution_block_title1{width: 100%;
	padding: 5px 0;
	font-size: 16px;
	color: rgba(255,255,255,1.00);
	text-align: center;
	background: rgba(31,31,31,1.00);}
	
.corona_caution_block1{width: 100%;
	/*height: 300px;
	overflow-y: scroll;*/}
	
.corona_caution_text{padding: 10px;
	font-size: 16px;
	line-height: 170%;
	text-align: left;
	background: rgba(255,255,255,0.80);}

.text_right{text-align: right;}

.corona_caution_bar1{width: calc(100% - 20px);
	height: 1px;
	margin: 20px auto 0;
	background: rgba(0,0,0,0.40);}

.theater_map{width: 100%;
	height: 300px;}
	
.theater_map iframe{width: 100%;
	height: 100%;}
	
.ticket_table{width: 100%;
	padding: 20px 0;}
	
.ticket_table table{width: 100%;}
	
.ticket_td1{width: 30%;
	font-size: 18px;
	line-height: 150%;
	padding: 10px 0;
	color: rgba(255,255,255,1.00);
	text-align: center;
	vertical-align: middle;
	background: rgba(53,53,53,1.00);}

.ticket_td2{width: calc(70% - 20px);
	padding: 10px;
	font-size: 16px;
	line-height: 150%;
	text-align: left;
	background: rgba(255,255,255,1.00);
	position: relative;}

.ticket_btn,.ticket_btn2{width: 100px;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(255,134,0,1.00);
	position: absolute; top: 10px; right: 10px;}
	
.ticket_btn:hover{opacity: 0.7;}
	
.ticket_btn a{display: block;
	color: rgba(255,255,255,1.00);}

.close1{color: rgba(171,171,171,1.00);}

.close2{background: rgba(171,171,171,1.00);}

.close3{color: rgba(255,142,0,1.00);
	background: rgba(79,79,79,1.00);}

.ticket_back{width: 100%;
	margin-top: 30px;
	background: rgba(255,255,255,1.00);
	border:rgba(122,122,122,1.00) solid 1px;}

.ticket_back_text1{padding: 10px;
	font-size: 16px;
	line-height: 150%;
	text-align: left;}

.ticket_contact{width: 100%;
	margin-top: 30px;
	background: rgba(255,255,255,1.00);
	border:rgba(122,122,122,1.00) solid 1px;}
	
.ticket_contact_title{width: 100%;
	padding: 5px 0;
	background: rgba(53,53,53,1.00);
	font-size: 18px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);}
	
.ticket_contact_text1{padding: 10px 0 5px;
	font-size: 16px;
	line-height: 150%;}

.ticket_contact .caution1 ul.listmarker1{padding: 0 10px 10px;
	color:rgba(0,0,0,1.00);
	text-align: center;}

.qa_block{width: 100%;
	margin-bottom: 5px;
	border-radius: 5px;
	text-align: left;
	border:rgba(122,122,122,1.00) solid 1px;
	overflow: hidden;}
	
.qa_q{width: calc(100% - 30px);
	padding: 10px 15px;
	font-size: 18px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	background: rgba(53,53,53,1.00);
	position: relative;
	cursor: pointer;}

.qa_a{width: calc(100% - 30px);
	padding: 10px 15px;
	font-size: 16px;
	line-height: 150%;
	background: rgba(255,255,255,1.00);
	display: none;}

.qa_btn{width: 28px;
	background: url("../img/btn_open.png");
	background-size: 28px 28px;
	position: absolute; top: 10px; right: 10px;
	z-index: 2;}

.p_m{width: 28px;
	background: url("../img/btn_close.png");
	background-size: 28px 28px;
	position: absolute; top: 10px; right: 10px;
	z-index: 2;}

.about_text1{width: calc(100% - 2px);
	margin-top: 5px;
	background: rgba(0,0,0,0.80);
	border: rgba(140,140,140,1.00) solid 1px;
	overflow: hidden;}
	
.about_text_inner1{padding: 20px;
	font-size: 16px;
	line-height: 170%;
	text-align: left;
	color: rgba(255,255,255,1.00);}
	
.gamelogo{width: 200px;
	padding: 15px 0;
	margin: 0 auto;}
	
.gamelogo img{width: 100%;}


.staff_block1{padding: 20px 0;}

.staff_name1{font-size: 18px;
	line-height: 120%;
	color: rgba(241,90,36,1.00);}

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

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

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

.contact{padding-bottom: 20px;}

.contact_title{font-size: 16px;
	padding-bottom: 5px;
	color: rgba(255,198,0,1.00);}
	
.contact_text{font-size: 14px;
	line-height: 150%;}
	
.contact_text a{color:rgba(0,255,243,1.00);}

.contact_text a:hover{color: rgba(255,190,0,1.00);}

.copyright{font-size: 14px;}

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

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

ul.listmarker3 li{
	list-style-type:decimal;
	margin-left:20px;
	padding-top: 10px;
}

ul.listmarker4 {
	list-style-type: none;
	margin-left:28px;
}

ul.listmarker4 li:before {
	content: '◇'; 
	margin-left:-14px; 
}

ul.listmarker5 {
	list-style-type: none;
	margin-left:14px;
}

ul.listmarker5 li{padding-top: 10px;}

ul.listmarker5 li:before {
	content: '◇'; 
	margin-left:-14px;
}

ul.listmarker6 {
	list-style-type: none;
	margin-left:14px;
}


ul.listmarker6 li:before {
	content: '●'; 
	margin-left:-14px;
}

/* info_ex */
.info_ex_box{width: 100%;
	min-height: calc(100vh - 370px);
	padding: 100px 0;}

.info_ex_inner{width: 800px;
	margin: 0 auto;
	padding: 20px 30px;
	background: rgba(255,255,255,1.00);
	border: rgba(168,168,168,1.00) solid 1px;}
	
.info_ex_title{font-size: 20px;
	text-align: center;}
		
.info_ex_text{font-size: 16px;
	line-height: 170%;
	padding: 20px 0;}

.info_ex_text2{font-size: 14px;
	line-height: 170%;
	padding: 20px 0;}

.info_ex_text ul.listmarker1{font-size: 14px;}
	
.info_ex_sign{font-size: 16px;
	text-align: right;
	padding: 30px 0;}







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

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

.bg_box{min-width: 320px;}

.mark_20th{width: 50px;
	position: absolute; top: 10px; left: 10px;}

.main_img{margin-top: 30px;}

.main_img_title{width: 95%;
	padding: 40px 0 10px;
	margin: 0 auto;}
	
.main_img_title2{width: 95%;
	padding: 50px 0 10px;
	margin: 0 auto;}
	
.main_img_title img{width: 100%;}

.main_img_text1{font-size: 18px;}

.con_block2{width: 90%;}
	
.news_twitter{width: 90%;
	margin: 15px auto 30px;
	overflow: hidden;}
	
.link_info_ex,.link_info_ex3{width: calc(100% - 2px);
	max-width: 400px;
	margin: 0 auto;
	font-size: 14px;
	float: none;}
	
.link_info_ex2{width: calc(100% - 2px);
	max-width: 400px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 150%;
	float: none;}
	
.link_info_ex:hover,.link_info_ex2:hover,.link_info_ex3:hover{opacity: 1.0;}
	
.news_box{width: 100%;
	margin-right: 0;
	float: none;}

.twitter_box{width: 100%;
	max-width: 400px;
	margin: 15px auto;
	float: none;}

.news_twitter_title1{width: 100%;
	max-width: 400px;
	margin: 0 auto;
	font-size: 24px;
	text-align: left;}

.news_block{width: calc(100% - 20px);
	max-width: 380px;
	margin: 0 auto;
	padding: 10px;
	height: 280px;
	text-align: left;
	background: rgba(0,0,0,0.60);
	overflow-y: scroll;}
	
.topic_date{font-size: 10px;}

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

.topic_text a{color: rgba(0,195,255,1.00);}
	
.topic_text a:hover{color: rgba(0,195,255,1.00);}
	
.info_ex{width: 100%;
	max-width: 400px;
	height: 40px;
	margin: 10px auto 0;
	font-size: 16px;
	line-height: 40px;}
	
.info_ex:hover{opacity: 1.0;}
	
.info_ex a{display: block;
	color: rgba(255,255,255,1.00);}

.introduction_block{width: 100%;
	margin: 0 auto;}
	
.introduction_title{width: calc(100% - 20px);
	height: auto;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 150%;}
	
.introduction_text{width: 100%;
	padding: 10px 0;
	font-size: 14px;
	line-height: 160%;}

.introduction_img{width: 100%;
	max-width: 400px;
	margin: 0 auto;}

.con_title1{height: 50px;}

.cast_team1{height: 40px;}

.team_bar1{width: 100%;
	height: 2px;
	background: rgba(46,49,146,1.00);}
	
.team_bar2{width: 100%;
	height: 2px;
	background: rgba(192,39,45,1.00);}
	
.team_bar3{width: 100%;
	height: 2px;
	background: rgba(0,104,55,1.00);}

.cast_box1{display: block;
	width: 305px;
	margin: 0 auto;
	overflow: hidden;}
	
.cast_block1{width: 305px;
	padding: 15px 0;
	float: none;
	position: relative;}
	
.cast_img_l_inner{height: 64vh;
	margin: 23vh auto;}
	
.cast_name_ex{font-size: 18px;}
	
.text1{font-size: 16px;}
	
.schedule_table{width: 100%;
	padding: 20px 0;}

.schedule_td1{width: 20%;
	padding: 5px 0;
	font-size: 14px;
	line-height: 150%;}
	
.schedule_td2{width: 20%;
	font-size: 14px;
	line-height: 40px;}

.text2{font-size: 12px;
	text-align: left;}

.text3{font-size: 12px;
	text-align: center;}
	
.caution1,.caution2{font-size: 10px;
	text-align: left;}
	
.up_text{width: 100%;
	padding: 10px 0;
	font-size: 14px;
	line-height: 160%;}
	
.up_page{font-size: 16px;
	text-align: center;}
	
.up_page:hover{opacity: 1.0;}
	
.goods_text{width: 100%;
	padding: 10px 0;
	font-size: 14px;
	line-height: 160%;
	text-align: left;}
	
.caution3{font-size: 12px;}
	
.corona_caution_title{font-size: 14px;}
	
.corona_caution_text{font-size: 12px;}

.corona_caution_block_title1{font-size: 14px;}

.theater_map{width: 100%;
	height: 280px;}
	
.ticket_td1{width: 45%;
	font-size: 12px;
	line-height: 150%;
	padding: 10px 0;
	color: rgba(255,255,255,1.00);
	vertical-align: middle;
	text-align: center;
	background: rgba(53,53,53,1.00);}

.ticket_td2{width: calc(55% - 20px);
	padding: 10px;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	background: rgba(255,255,255,1.00);}
	
.ticket_btn,.ticket_btn2{width: 100px;
	margin: 10px auto 0;
	font-size: 14px;
	position:static;}
	
.ticket_btn:hover{opacity: 1.0;}

.close1{color: rgba(171,171,171,1.00);}

.close2{background: rgba(171,171,171,1.00);}

.close3{color: rgba(255,142,0,1.00);
	background: rgba(79,79,79,1.00);}

.ticket_contact_title{font-size: 14px;}
	
.ticket_contact_text1{font-size: 12px;
	line-height: 150%;}

.ticket_contact .caution1 ul.listmarker1{text-align: left;}
	
	.ticket_back_text1{font-size: 12px;}
	
.qa_q{font-size: 14px;}

.qa_q_text{width: calc(100% - 30px);}

.qa_a{font-size: 12px;}

.qa_btn{width: 22px;
	background: url("../img/btn_open.png");
	background-size: 22px 22px;
	position: absolute; top: 10px; right: 10px;
	z-index: 2;}

.p_m{width: 22px;
	background: url("../img/btn_close.png");
	background-size: 22px 22px;
	position: absolute; top: 10px; right: 10px;
	z-index: 2;}

.about_text1{width: calc(100% - 2px);
	margin-top: 5px;
	background: rgba(0,0,0,0.80);
	border: rgba(140,140,140,1.00) solid 1px;
	overflow: hidden;}
	
.about_text_inner1{padding: 20px;
	font-size: 14px;
	line-height: 170%;
	text-align: left;
	color: rgba(255,255,255,1.00);}
	
.gamelogo{width: 150px;
	padding: 15px 0;
	margin: 0 auto;}
	
	
	
	
	
	
	
	
	



.staff_name1{font-size: 12px;
	line-height: 120%;
	color: rgba(241,90,36,1.00);}

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

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

.copyright{font-size: 10px;}

ul.listmarker1 {
	list-style-type: none;
	margin-left:10px;
}

ul.listmarker1 li{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; 
}

/* info_ex */
.info_ex_box{width: 100%;
	min-height: calc(100vh - 370px);
	padding: 50px 0;}

.info_ex_inner{width: calc(90% - 40px);
	margin: 0 auto;
	padding: 20px;}
	
.info_ex_title{font-size: 14px;
	text-align: center;}
	
.info_ex_text{font-size: 13px;
	line-height: 170%;
	padding: 20px 0;}
	
.info_ex_text2{font-size: 12px;
	line-height: 170%;
	padding: 20px 0;}
	
.info_ex_sign{font-size: 14px;
	text-align: right;
	padding: 30px 0;}
		

}

















