@charset "utf-8";

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

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

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

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

.font-goth4{font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 700;
font-style: normal;}

.font-goth5{font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 900;
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: 9999;}

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

.loading_img{height: 80px;
	/*-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_img img{
	height: 100%;}

#container{display: none;}

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

.contents_fadein{opacity: 0.0;
	-webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;}
	
.isAnimate { opacity: 1;}

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

header{width: 100%;
	height: 50px;
	overflow: hidden;
	position: fixed; top: 0; left: 0;
	z-index: 9;}
	
.header_img1{height: 40px;
	line-height: 40px;
	float: left;
	margin: 5px 10px;
	padding: 0 10px;
	background: rgba(0,0,0,1.00);}
	
.header_img1 img{height: 100%;}
	
.header_img1 a{display: block;
	color: rgba(255,255,255,1.00);}
	
.pc_menu{height: 40px;
	padding-right: 30px;
	margin: 5px 20px 5px 0;
	float: right;
	overflow: hidden;}
	
.pc_menu_btn1{height: 40px;
	margin-right: -30px;
	float: left;}
	
.pc_menu_btn1 img{height: 100%;}
	
.pc_menu_btn1:hover img{opacity: 0;}

.btn_top:hover{background: url("../img/img_top2.svg");
	background-size: auto 40px;
	background-position: center center;}
	
.btn_story:hover{background: url("../img/img_story2.svg");
	background-size: auto 40px;
	background-position: center center;}
	
.btn_cast:hover{background: url("../img/img_cast2.svg");
	background-size: auto 40px;
	background-position: center center;}
	
.btn_schedule:hover{background: url("../img/img_schedule2.svg");
	background-size: auto 40px;
	background-position: center center;}
	
.btn_ticket:hover{background: url("../img/img_ticket2.svg");
	background-size: auto 40px;
	background-position: center center;}
	
.btn_qa:hover{background: url("../img/img_qa2.svg");
	background-size: auto 40px;
	background-position: center center;}

@media screen and ( max-width:1500px )
{
.pc_menu_btn1{height: 30px;
	margin-right: -20px;
	margin-top: 10px;
	float: left;}
	
.btn_top:hover{background: url("../img/img_top2.svg");
	background-size: auto 30px;
	background-position: center center;}
	
.btn_story:hover{background: url("../img/img_story2.svg");
	background-size: auto 30px;
	background-position: center center;}
	
.btn_cast:hover{background: url("../img/img_cast2.svg");
	background-size: auto 30px;
	background-position: center center;}
	
.btn_schedule:hover{background: url("../img/img_schedule2.svg");
	background-size: auto 30px;
	background-position: center center;}
	
.btn_ticket:hover{background: url("../img/img_ticket2.svg");
	background-size: auto 30px;
	background-position: center center;}
	
.btn_qa:hover{background: url("../img/img_qa2.svg");
	background-size: auto 30px;
	background-position: center center;}
}

.main_img{width: 100%;
	height: 100vh;
	padding-top: 70px;
	display:flex;
	justify-content: center;
	align-items: center;}

.main_img_inner{width: 40%;
	margin: -10% auto 0;}
	
.main_img_img1{width: 100%;}
	
.main_img_img1 img{width: 100%;}

.main_img_img{width: 80%;
	margin: 0 auto;}
	
.main_img_img img{width: 100%;}

.info_ex_link_box{width: 50%;
	margin: 0 auto;
	overflow: hidden;}

.info_ex_link1{width: calc(100% - 2px);
	margin: 0 auto;
	color: rgba(255,255,255,1.00);
	font-size: max(1.2vw,18px);
	line-height: 250%;
	text-align: center;
	background: rgba(255,255,255,1.00);
	border: rgba(255,255,255,1.00) solid 1px;
	border-radius: 5px;
	position: relative;
	/*float: left;*/}

.info_ex_link2{width: 50%;
	color: rgba(255,255,255,1.00);
	font-size: max(1.2vw,20px);
	line-height: 270%;
	background: url("../img/page1_info_ex_btn2.svg");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	float: right;}

.info_ex_link1:hover,.info_ex_link2:hover{background: rgba(255,134,0,0.90);}

.info_ex_link1 a,.info_ex_link2 a{display: block;
	color: rgba(0,0,0,1.00);}

.spacer1{width: 100%;}

.spacer1 img{width: 100%;}

.box1{width: 100%;
	margin: 0 auto;
	text-align: center;
	background: rgba(0,0,0,0.80);}

.box2{width: 100%;
	margin: 0 auto;
	text-align: center;
	background:rgba(96,0,1,0.80);}
	
.box3{width: 100%;
	margin: 0 auto;
	text-align: center;
	background:rgba(50,50,50,0.80);}

.box_inner1{width: 60%;
	min-width: 900px;
	margin: 0 auto;}

.title1{width: 100%;
	margin: 0 auto;
	text-align: center;}
	
.title1 img{width: 100%;}

.text1{font-size: max(1.6vw, 24px);
	line-height: 170%;
	color: rgba(255,255,255,1.00);
	text-shadow: 
    rgba(255,0,0,1.00) 1px 1px 3px, rgba(255,0,0,1.00) -1px 1px 3px,
    rgba(255,0,0,1.00) 1px -1px 3px, rgba(255,0,0,1.00) -1px -1px 3px;}

.text2{font-size: max(1.4vw, 20px);	
	line-height: 150%;}

.text3{font-size: max(1.2vw, 18px);
	line-height: 150%;
	color: rgba(255,255,255,1.00);}
	
.text4{font-size: max(1.0vw,16px);
	line-height: 150%;
	color: rgba(255,255,255,1.00);}

.text5{font-size: max(0.9vw,14px);
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	text-align: justify;}

.text6{font-size: max(0.8vw,13px);}

.text6 a{color: rgba(0,203,255,1.00);}

.text7{font-size: max(0.9vw,14px);
	line-height: 150%;
	text-align: center;}

.info_text a,.text7 a{color: rgba(0,203,255,1.00);}

.text8{font-size: max(1.4vw, 20px);	
	line-height: 150%;}

.story_text_box{display: inline-block;}

.story_text1{font-size: max(2.2vw,32px);
	text-align: left;
	color: rgba(255,255,255,1.00);}
	
.story_text2{font-size: max(1.0vw,15px);
	line-height: 170%;
	color: rgba(255,255,255,1.00);
	text-align: justify;}

.about_box{width: 45%;
	min-width: 650px;
	margin: 0 auto;
	padding: 20px;
	background: rgba(20,20,20,1.00);
	overflow: hidden;}

.story_visual{width: 30%;
	float: left;}
		
.story_visual img{width: 100%;}
	
.about_text{width: 68%;
	margin-left: 2%;
	float: left;}
	
.about_title{width: 100%;
	font-size: 1.0vw;
	line-height: 200%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(193,39,45,1.00);;}

.about_text_text{padding-top: 20px;
	font-size: max(0.9vw,14px);
	line-height: 180%;
	text-align: justify;
	color: rgba(255,255,255,1.00);}

.info_tw_box{width: 49%;
	min-width: 800px;
	margin: 0 auto;
	overflow: hidden;}
	
.info_box{width: 50%;
	float: left;}
	
.info_btn1{width: calc(95% - 2px);
	margin: 0 auto;
	font-size: max(0.9vw,14px);
	line-height: 250%;
	text-align: center;
	background: rgba(255,255,255,0.80);
	border: rgba(255,255,255,1.00) solid 1px;
	border-radius: 5px;
	position: relative;}

.info_btn1:hover{background: rgba(255,134,0,0.90);}

.info_btn1 a{display: block;
	color: rgba(40,40,40,1.00);}

.btn_arrow1{position: absolute;
	top: 0; right: 5px;
	color: rgba(255,29,37,1.00);}
	
.tw_container{width: 49%;
	float: right;}

.title_twitter{width: 70%;
	margin: 0 auto;}

.twitter_box{width: 100%;
	min-width: 350px;
	height: 300px;
	margin: 0 auto;}

.link_covid19{width: 30%;
	min-width: 450px;
	margin: 10px auto 0;}

.link_covid19:hover{opacity: 0.7;}

.link_covid19 img{width: 100%;}

.cast_box1{width: 100%;
	overflow: hidden;}
	
.cast_block1{width: 22%;
	padding: 0 1.5%;
	float: left;}

.cast_name1{width: 100%;
	font-size: max(0.9vw,14px);
	line-height: 130%;
	color: rgba(255,0,0,1.00);
	overflow: hidden;}
	
.cast_name2{width: 100%;
	padding-top: 5px;
	font-size: max(1.2vw,18px);
	line-height: 130%;
	color: rgba(255,255,255,1.00); }
	
.cast_name3{width: 100%;
	font-size: max(1.0vw,16px);
	line-height: 150%;
	color: rgba(255,255,255,1.00); }
	
.text_narrow{width: 170%;
	margin-left: -35%;
	transform: scale(0.8, 1);}
	
.text_narrow2{width: 170%;
	margin-left: -35%;
	transform: scale(0.9, 1);}
	
.cast_img1{width: 100%;}

.cast_img1 img{width: 100%;}


.schedule_table_box{width: 100%;
	overflow: hidden;}
	
.schedule_table1{width: 20%;
	float: left;}
	
.schedule_table1 table{width: 100%;}
	
.schedule_td1{width: 50%;
	font-size: max(1.0vw,16px);
	line-height: 200%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(255,0,4,1.00);}
	
.schedule_td2{width: 50%;
	font-size: max(1.0vw,16px);
	line-height: 200%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(26,26,26,1.00);}

.schedule_td3{width: 50%;
	font-size: max(1.0vw,16px);
	line-height: 200%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background:rgba(114,114,114,1.00);}

.schedule_td4{width: 50%;
	font-size: max(1.0vw,16px);
	line-height: 200%;
	text-align: center;
	vertical-align: middle;
	color: rgba(255,255,255,1.00);
	background:rgba(114,114,114,1.00);}

.schedule_caution1{clear: both;
	font-size: 0.9vw;
	text-align: left;}

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



.ticket_table1{width: 40%;
	margin: 0 auto;}

.ticket_table1 table{width: 100%;}

.ticket_td1{text-align: left;}

.ticket_td2{text-align: right;}

.btn1{width: 20%;
	margin: 0 auto;
	text-align: center;
	background: rgba(255,0,4,1.00);
	border-radius: 5px;}

.btn1:hover{opacity: 0.7;}

.btn1 a{display: block;
	font-size: max(1.0vw,16px);
	line-height: 200%;
	color: rgba(255,255,255,1.00);}

.btn1_close{width: 20%;
	margin: 0 auto;
	font-size: max(1.0vw,16px);
	line-height: 200%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background:rgba(120,120,120,1.00);
	border-radius: 5px;}

.staff_box table{display: inline-block;}

.staff_td1,.staff_td2{font-size: max(0.9vw,16px);
	text-align: left;}

.qa_block{width: 100%;
	margin-top: 10px;}

.q{width: calc(100% - 40px);
	padding: 10px 20px;
	font-size: max(0.9vw,14px);
	line-height: 150%;
	text-align: left;
	color: rgba(255,255,255,1.00);
	background: rgba(50,50,50,1.00);
	overflow: hidden;}
	
.a{width: calc(100% - 40px);
	padding: 10px 20px;
	margin-top: 2px;
	font-size: max(0.9vw,14px);
	line-height: 150%;
	text-align: left;
	color: rgba(0,0,0,1.00);
	background: rgba(230,230,230,1.00);
	overflow: hidden;}

.qa_mark{font-size: max(1.0vw,16px);
	color: rgba(255,0,4,1.00);
	float: left;}
	
.qa_text{width: calc(100% - 2.8vw);
	padding-left: 10px;
	float: left;}

/* 下層ページ用 */

.underp_logo{width: 15%;
	margin: 0 auto;}
	
.underp_logo img{width: 100%;}

.info_text_box1{text-align: center;}

.info_title{font-size: max(1.1vw,18px);
	line-height: 150%;
	color: rgba(251,176,59,1.00);
	text-align: left;}

.info_title2{font-size: max(1.1vw,18px);
	line-height: 150%;
	color: rgba(251,176,59,1.00);
	text-align: center;}

.info_text{display: inline-block;
	font-size: max(0.9vw,15px);
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	text-align: justify;}

.info_ex_bar{width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.50);}

.text_rignt{text-align: right;}


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

.contact{width: 20%;
	margin: 0 auto;
	font-size: 0.9vw;
	line-height: 200%;
	border: rgba(255,255,255,1.00) solid 1px;
	border-radius: 100px;}
	
.contact a{display: block;
	color: rgba(255,255,255,1.00);}

.copyright{width: 100%;
	padding-top: 20px;
	font-size: 0.9vw;
	text-align: center;
	color: rgba(255,255,255,1.00);}

ul.listmarker1 {font-size: 0.9vw;
	color: rgba(255,255,255,1.00);
	list-style-type: none;
	margin-left:0.9vw;
}
	
ul.listmarker1 li:before {
	content: '※'; 
	margin-left:-0.9vw; 
}

ul.listmarker2 {
	list-style-type: none;
	margin-left: max(0.8vw,13px);
}
	
ul.listmarker2 li:before {
	content: '・'; 
	margin-left:-0.8vw; 
}
	
	
	
	
	
	

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

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

.loading_img{height: 40px;}

#conttainer{margin-top: 0;}

.contents_fadein{opacity: 1.0;}

.header_img1{height: 30px;
	float: left;
	margin: 10px;}

.bg_box{margin-top: 0;
	background:url("../img/bg1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed; top: 0;
	z-index: 0;}

.main_img_inner{width: 90%;
	margin: -50% auto 0;}

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

.box_inner1{width: 90%;
	min-width: 300px;
	margin: 0 auto;}

.box1{width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;}

.text1{font-size: 5vw;}

.text2{font-size: 4.2vw;}

.text3{font-size: 4.4vw;}
	
.text4{font-size: 3.2vw;}

.text5{font-size: 4.0vw;}

.text6{font-size: 3.2vw;}

.text8{font-size: 3.6vw;}

.about_box{width: 80%;
	min-width: 280px;
	margin: 0 auto;
	padding: 20px 10px;
	background: rgba(20,20,20,1.00);
	overflow: hidden;}

.story_visual{width: 80%;
	margin: 0 auto;
	float: none;}
		
.story_visual img{width: 100%;}
	
.about_text{width: 100%;
	margin:15px auto 0;
	float: none;}
	
.about_title{width: 100%;
	font-size: 3.6vw;
	line-height: 200%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(193,39,45,1.00);;}

.about_text_text{padding-top: 10px;
	font-size: 3.4vw;
	line-height: 180%;
	text-align: justify;
	color: rgba(255,255,255,1.00);}


.story_text_box{display: inline-block;}

.story_text1{font-size: 6vw;}
	
.story_text2{font-size: 3.4vw;}

.info_ex_link_box{width: 80%;
	min-width: 260px;
	margin: 0 auto;
	overflow: hidden;}

.info_ex_link1{width: 70%;
	margin: 0 auto;
	font-size: max(3.4vw,12px);
	line-height: 270%;}

.info_ex_link2{width: 100%;
	color: rgba(255,255,255,1.00);
	font-size: max(3.6vw,17px);
	line-height: 270%;}

.info_ex_link1:hover,.info_ex_link2:hover{background: rgba(255,255,255,1.00);}

.info_tw_box{width: 90%;
	min-width: 300px;
	margin: 0 auto;
	overflow: hidden;}
	
.info_box{width: 100%;
	float: none;}
	
.info_btn1{width: calc(90% - 2px);
	margin: 0 auto;
	font-size: 3.4vw;}

.info_btn1:hover{background: rgba(255,255,255,0.80);}
	
.tw_container{width: 100%;
	margin-top: 20px;
	float: none;}

.title_twitter{width: 60%;
	margin: 0 auto;}

.twitter_box{width: 90%;
	min-width: 280px;
	height: 300px;
	margin: 0 auto;}

.link_covid19{width: 80%;
	min-width: 280px;
	margin: 0 auto;}
	
.link_covid19:hover{opacity: 1.0;}

.cast_box1{width: 100%;
	overflow: hidden;}
	
.cast_block1{width: 90%;
	padding: 0 0;
	margin: 0 auto 30px;
	float: none;}

.cast_name1{font-size: 4.2vw;}
	
.cast_name2{font-size: 4.6vw;}
	
.cast_name3{font-size: 5vw;}
		
.cast_img1{width: 70%;
	margin: 0 auto;}

.schedule_table_box{width: 100%;
	margin: 0 auto;
	overflow: hidden;}
	
.schedule_table1{width: 100%;
	padding-bottom: 10px;
	float: none;}
	
.schedule_table1 table{width: 100%;}
	
.schedule_td1,.schedule_td2,.schedule_td3,.schedule_td4{width: 50%;
	font-size: 4vw;}
	
.schedule_caution1{clear: both;
	font-size: 3.0vw;
	text-align: left;}
	
.map{width: 100%;
	height: 350px;}
	
.map iframe{width: 100%;
	height: 100%;}

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

.ticket_table1 table{width: 100%;}

.ticket_td1{text-align: left;}

.ticket_td2{text-align: right;}

.btn1,.btn1_close{width: 50%;
	font-size: 4vw;
	line-height: 200%;}

.btn1:hover{opacity: 1.0;}

.btn1 a{display: block;
	font-size: 4vw;
	line-height: 200%;
	color: rgba(255,255,255,1.00);}

.staff_td1,.staff_td2{display: block;
	width: auto;
	font-size: 3.2vw;
	text-align: center;}

.q{width: calc(100% - 30px);
	padding: 10px 15px;
	font-size: 12px;}
	
.a{width: calc(100% - 30px);
	padding: 10px 15px;
	margin-top: 2px;
	font-size: 12px;}

.qa_mark{font-size: max(1.0vw,16px);
	color: rgba(255,0,4,1.00);
	float: left;}
	
.qa_text{width: calc(100% - 30px);
	padding-left: 10px;
	float: left;}

/* 下層ページ用 */

.underp_logo{width: 50%;
	margin: 0 auto;}
	

.info_title{font-size: 4.0vw;}

.info_title2{font-size: 3.8vw;}

.info_text{font-size: 3.6vw;}



footer{}

.contact{width: 70%;
	margin: 0 auto;
	font-size: 2.8vw;
	line-height: 200%;
	border: rgba(255,255,255,1.00) solid 1px;
	border-radius: 100px;}

.copyright{font-size: 2.8vw;}
	
ul.listmarker1 {font-size: 3.0vw;
	margin-left:3.0vw;}
	
ul.listmarker1 li:before {margin-left:-3.0vw;}

ul.listmarker2 {font-size: 3.2vw;
	margin-left:3.2vw;}
	
ul.listmarker2 li:before {margin-left:-3.2vw;}
	
}
















