<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body{width: 100%;
	min-width: 1200px;
	color: rgba(47,0,22,1.00);
	overflow-y: scroll;}

a{color:rgba(0,60,255,1.00);}

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

.font-maru2{font-family: tbudrgothic-std,sans-serif;
font-weight: 700;
font-style: normal;}
	
.font-maru3{font-family: tbudrgothic-std,sans-serif;
font-weight: 900;
font-style: normal;}
	


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


@keyframes r1 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.gear1{width: 40%;
	position: fixed; bottom: 0;	left: 10%;
	z-index: 0;}

.gear1 img{width: 100%;
	margin-left: -50%;
	margin-bottom:  -50%;
	animation: r1 30s linear infinite;
	opacity: 0.3;}

.gear2{width: 45%;
	position: fixed; bottom: 0;	right: 0;
	z-index: 0;
	opacity: 0.3;}

.gear2 img{width: 100%;
	margin-left: 30%;
	margin-bottom:  -50%;
	animation: r1 20s linear infinite;
	animation-direction: reverse;}

.loading_img img{width: 100%;
	margin: -50% 0 0 -50%;}

#container{display: none;}

.bg_box{width: 100%;
	height: 100vh;
	background: url("../img2020/bg2.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;
	z-index: 2;}

.pc_menu{width: 15%;
	height: 100vh;
	padding:0  0 0 1%;
	position: fixed; top: 0; left: 0;
	overflow-y: scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */}

.pc_menu::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }

.pc_menu2{width: 15%;
	height: 100vh;
	position: absolute; top: 5px; right: 1%;}

.pc_menu a{display: block;
	color: rgba(47,0,22,1.00);}

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

.pc_menu_btn,.pc_menu_btn2{width: 100%;
	padding: 5px;
	font-size: 1.2vw;
	line-height: 140%;
	background: rgba(255,255,255,0.80);}

.pc_menu_btn3{width: 100%;
	padding: 5px;
	font-size: 1.2vw;
	line-height: 140%;
	background: rgba(47,0,22,0.80);}

.pc_menu_btn4{width: 100%;
	padding: 5px;
	font-size: 1.1vw;
	line-height: 140%;
	background: rgba(255,255,255,0.80);
	border-top:rgba(47,0,22,1.00) solid 3px;
	border-bottom:rgba(47,0,22,1.00) solid 3px;}

.pc_menu_btn:hover,.pc_menu_btn2:hover,.pc_menu_btn3:hover,.pc_menu_btn4:hover{opacity: 0.7;}

.pc_menu_btn img,.pc_menu_btn3 img{width: 10%;
	animation: r1 10s linear infinite;}

.pc_menu_btn2 img{width: 10%;}

.pc_menu_spacer{height: 5px;}

.twitter-timeline{width: 100%;}

.tw_timeline2{display: none;}

@media screen and ( max-width:1280px )
{
.tw_timeline2{display: block;
	width: 100%;}

.tw_timeline{display: none;}
}

.title1{font-size: 4vw;
	line-height: 150%;
	text-align: center;}

.titile_sub{font-size: 3vw;}

.staff1{font-size: 1.4vw;
	line-height: 150%;
	text-align: center;}

.main_img1{width: 100%;
	height: 45vh;
	margin: 2.5vh 0;
	background: url("../img2020/main1.webp");
	background-size: cover;
	background-position: center bottom;}

.main_img1 img{width: 100%;}

.text1{font-size: 2.4vw;
	line-height: 150%;
	text-align: center;}

.text1_btn{width: 40%;
	margin: 0 auto;
	font-size: 2.4vw;
	line-height: 150%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(47,0,22,0.80);
	border-radius: 10px;
	cursor: pointer;}

.text1_btn:hover{opacity: 0.7;}

.text2{font-size: 1.5vw;
	line-height: 150%;
	text-align: center;}

.credit1{font-size: 1.2vw;
	line-height: 150%;
	text-align: center;}

.mv1{width: 60%;
	margin: 0 auto;}
	
.mv2{width: 25%;
	margin: 0 auto;}
	
.mv3{width: 100%;}
	
.mv1 img,.mv2 img,.mv3 img{width: 100%;}

.con_title1{width: 40%;
	margin: 0 auto;}
	
.con_title1 img{width: 100%;}

.con_spacer{font-size: 2vw;
	line-height: 100%;}

.comment_box{width: 57%;
	margin: 0 auto;
	overflow: hidden;}

.comment_img{width: 22%;
	float: left}
	
.comment_img img{width: 100%;}

.comment_text1{width: 76%;
	padding-left: 2%;
	font-size: 1.0vw;
	line-height: 150%;
	float: left;}

.comment_name{padding-top: 10px;
	font-size: 1.2vw;
	line-height: 150%;
	text-align: center;}

.story_box{width: 60%;
	margin: 0 auto;
	background: url("../img2020/story_bg.webp");
	background-size: cover;}
	
.story_text{width: 100%;
	font-size: 1.1vw;
	line-height: 250%;
	text-align: center;}
	
.con_box1{width: 50%;
	margin: 0 auto;}
	
.cast_name1{font-size:1.1vw;
	line-height: 200%;
	text-align: center;}
	
.name_bg1{padding: 0 10px;
	color: rgba(255,255,255,1.00);
	background: rgba(47,0,22,1.00);}
	
.cast_name2{font-size: 1.4vw;
	line-height: 150%;
	text-align: center;}

.cast_name3{font-size: 1.0vw;}

.cast_spacer{font-size: 1.0vw;
	line-height: 100%;}

.schedule_table_box{width: 100%;
	margin: 0 auto;}
	
.schedule_table_box table{width: 100%;}

.schedule_td0{width: 20%;
	font-size: 1.2vw;
	color: rgba(255,255,255,1.00);
	background: rgba(86,49,71,1.00);
	text-align: center;
	vertical-align: middle;}

.schedule_td0_2{width: 20%;
	font-size: 1.2vw;
	color: rgba(255,255,255,1.00);
	background: rgba(86,49,71,1.00);
	text-align: center;
	vertical-align: middle;}

.schedule_td0_3{width: 60%;
	padding: 10px;
	font-size: 1.2vw;
	color: rgba(255,255,255,1.00);
	line-height: 150%;
	background: rgba(86,49,71,1.00);
	text-align: center;
	vertical-align: middle;}

.schedule_td1{width: 20%;
	font-size: 1.2vw;
	color: rgba(255,255,255,1.00);
	background: rgba(47,0,22,1.00);
	text-align: center;
	vertical-align: middle;}

.schedule_td2{width: 20%;
	font-size: 1.2vw;
	background: rgba(255,255,255,1.00);
	text-align: center;
	vertical-align: middle;}

.schedule_td3{width: 60%;
	padding: 10px;
	font-size: 1.1vw;
	line-height: 150%;
	background: rgba(255,255,255,1.00);
	text-align: center;
	vertical-align: middle;}

.schedule_td_spacer{height: 5px;
	overflow: hidden;}

.schedule_active{color: rgba(255,0,4,1.00);}

.time_select_text1{width: calc(90% - 20px);
	margin: 10px auto 0;
	font-size: 1vw;
	line-height: 100%;}

.time_select_btn{width: 90%;
	margin: 0 auto;
	overflow: hidden;}
	
.time_select_c1,.time_select_c2,.time_select_k1,.time_select_k2,.time_select_s1,.time_select_s2,.time_select_z1,.time_select_z2{width: calc(25% - 10px);
	margin-left: 10px;
	margin-top: 10px;
	font-size: 0.9vw;
	line-height: 200%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(47,0,22,1.00);
	border-radius: 10px;
	cursor: pointer;
	float: left;}
	
.time_select_current{background: rgba(255,166,0,1.00);}

.time_select_spacer{clear: both;width: 100%;
	height: 5px;}

.time_select_reset{width: calc(25% - 10px);
	margin: 10px auto;
	font-size: 1vw;
	line-height: 200%;
	text-align: center;
	color: rgba(47,0,22,1.00);
	background:rgba(255,255,255,1.00);
	border: rgba(47,0,22,1.00) solid 2px;
	border-radius: 10px;
	cursor: pointer;}

.con_text1{font-size: 1.4vw;
	line-height: 150%;
	text-align: center;}

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

.con_text2{font-size: 1.0vw;
	line-height: 150%;
	text-align: center;}

.theater_map{width: 100%;
	height: 350px;
	margin: 10px auto;}

.theater_map iframe{width: 100%;
	height: 100%;}

.ticket_btn{width: 20%;
	margin: 10px auto;
	text-align: center;
	background: rgba(47,0,22,1.00);
	border-radius: 10px;}
	
.ticket_btn:hover{opacity: 0.7;}
	
.ticket_btn a{display: block;
	font-size: 1.0vw;
	line-height: 200%;
	color: rgba(255,255,255,1.00);}

.ticket_btn_close{width: 20%;
	margin: 10px auto;
	font-size: 1.0vw;
	line-height: 200%;
	color: rgba(255,255,255,1.00);
	text-align: center;
	background:rgba(132,132,132,1.00);
	border-radius: 10px;}

.staff_name1{font-size: 0.9vw;
	line-height: 180%;
	text-align: center;}

.staff_name2{font-size: 1.1vw;
	line-height: 150%;
	text-align: center;}

.staff_name3{font-size: 0.8vw;
	line-height: 120%;
	text-align: center;}

.staff_spacer{font-size: 0.8vw;
	line-height: 130%;}


footer{width: 100%;
	padding: 20px 0;
	background: rgba(86,49,71,1.00);}

.footer_title{font-size: 1.4vw;
	line-height: 150%;
	text-align: center;
	color: rgba(255,255,255,1.00);}
	
.copyright{font-size: 0.8vw;
	line-height: 150%;
	text-align: center;
	color: rgba(255,255,255,1.00);}

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

ul.listmarker1 {font-size: 0.8vw;
	line-height: 150%;
	list-style-type: none;
	margin-left:0.8vw;
}
	
ul.listmarker1 li:before {
	content: '※'; 
	margin-left:-0.8vw; 
}

ul.listmarker2 {font-size: 0.8vw;
	list-style-type: none;
	margin-left:0.8vw;
}
	
ul.listmarker2 li:before {
	content: '・'; 
	margin-left:-0.8vw; 
}
	
/* information */
	
.information_box{width: 50%;
	margin: 0 auto;}	

.information_title1{font-size: 1.4vw;
	text-align: center;}
	
.information_title2{font-size: 1.2vw;
	text-align: center;}
	
.information_text1,.information_text1 table{font-size: 1.0vw;
	line-height: 150%;}

.infomation_td1{text-align: right;}


.information_ex2{width: 100%;
	height: 100vh;
	display: none;
	background: rgba(0,0,0,0.90);
	position: fixed; top: 0; left: 0;
	z-index: 99;}
	
.information_ex_switch{width: 100%;
	height: 100%;
	position: fixed; top: 0; left: 0;
	z-index: 100;}

.information_ex_inner2{width: calc(90% - 40px);
	height: 70%;
	max-width: 800px;
	margin: 15vh auto 10%;
	padding: 20px;
	background: rgba(255,255,255,1.00);
	overflow-y: scroll;
	position: relative;
	z-index: 101;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */}
	
.information_ex_inner2::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;}
		
.information_ex_header{text-align: center;
	font-size: 1.2vw;}

.information_ex_text{text-align: left;
	font-size: 0.85vw;
	line-height: 150%;
	padding: 40px 0;}
	
.information_ex_footer{text-align: right;
	font-size: 0.9vw;}


.btn_close{width: 40px;
	height: 40px;
	position: fixed; top: 10px; right: 10px;
	z-index: 100;
	cursor: pointer;}
	
.btn_close2{width: 100px;
	height: 30px;
	margin: 20px auto 0;
	line-height: 30px;
	background: rgba(177,177,177,1.00);
	color: rgba(255,255,255,1.00);
	text-align: center;
	border-radius: 20px;
	cursor: pointer;}
	
.btn_close img,.btn_close2 img{width: 100%;}

#page-top{width: 60px;
	height: 60px;
	position: fixed; bottom: 0; right: 10px;
	z-index: 8;}
	
#page-top img{width: 100%;
	height: 100%;}

	

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

.loading_block{width: 20%;
	text-align: center;
	position: fixed; top: 50%; left: 50%;}

.gear1{width: 100%;
	position: fixed; bottom: 0;	left: 0;
	z-index: 0;}

.gear1 img{width: 100%;
	margin-left: -40%;
	margin-bottom:  -40%;
	animation: r1 30s linear infinite;
	opacity: 0.3;}

.gear2{width: 85%;
	position: fixed; top: 0;	right: 0;
	z-index: 0;
	opacity: 0.3;}

.gear2 img{width: 100%;
	margin-left: 40%;
	margin-top:  -30%;
	animation: r1 20s linear infinite;
	animation-direction: reverse;}

#conttainer{margin-top: 0;}

.title1{padding-top: 10px;
	font-size: 8vw;}

.titile_sub{font-size: 6vw;}

.staff1{font-size: 3.5vw;
	line-height: 150%;
	text-align: center;}

.main_img1{width: 100%;
	height: 50vh;
	margin: 2.5vh 0;
	background: url("../img2020/main1_sp.webp");
	background-size: cover;
	background-position: center center;}

.main_img1 img{width: 100%;}

.text1{font-size: 6vw;
	line-height: 150%;
	text-align: center;}

.text1_btn{width: 80%;
	margin: 0 auto;
	font-size: 4.2vw;
	line-height: 250%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(47,0,22,0.80);
	border-radius: 5px;
	cursor: pointer;}
	
.text1_btn:hover{opacity: 1.0;}

.text2{font-size: 4.2vw;
	line-height: 150%;
	text-align: center;}

.tw_timeline{display: block;
	width: 80%;
	max-width: 400px;
	padding-bottom: 20px;
	margin: 0 auto;}

.credit1{font-size: 3.5vw;
	line-height: 150%;
	text-align: center;}

.mv1{width: 100%;}

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

.con_spacer{font-size: 4vw;
	line-height: 100%;}

.con_title1{width: 90%;
	margin: 0 auto;}
	
.con_spacer{font-size: 4vw;
	line-height: 150%;}

.comment_box{width: 90%;
	margin: 0 auto;
	overflow: hidden;}

.comment_img{width: 53%;
	margin: 0 auto;
	float: none;}
	
.comment_img img{width: 100%;}

.comment_text1{width: 100%;
	padding-left: 0;
	font-size: 3.4vw;
	line-height: 150%;
	float: none;}

.comment_name{padding-top: 5px;
	padding-bottom: 15px;
	font-size: 3.8vw;
	text-align: center;}

.story_box{width: 90%;
	margin: 0 auto;
	background: url("../img2020/story_bg_sp.webp");
	background-size: cover;}
	
.story_text{width: 100%;
	font-size: 3.4vw;
	line-height: 250%;
	text-align: justify;}

.con_box1{width: 90%;
	margin: 0 auto;}
		
.cast_name1{font-size:4vw;
	line-height: 150%;}
	
.name_bg1{padding: 2px 10px;
	color: rgba(255,255,255,1.00);
	background: rgba(47,0,22,1.00);}
	
.cast_name2{font-size: 4.8vw;
	line-height: 180%;
	text-align: center;}

.cast_name3{font-size: 3.6vw;}

.cast_spacer{font-size: 4.0vw;
	line-height: 100%;}

.schedule_td0{width: 25%;
	font-size: 3.8vw;}

.schedule_td0_2{width: 20%;
	font-size: 3.8vw;}

.schedule_td0_3{width: 55%;
	padding: 10px;
	font-size: 3.8vw;
	text-align: left;}


.schedule_td1{width: 25%;
	font-size: 3.8vw;
	line-height: 150%;}

.schedule_td2{width: 20%;
	font-size: 3.8vw;}

.schedule_td3{width: 55%;
	padding: 10px;
	font-size: 3.8vw;
	text-align: left;}

.time_select_text1{width: calc(100% - 20px);
	font-size: 3.8vw;}

.time_select_btn{width: 100%;
	margin: 0 auto;
	overflow: hidden;}
	
.time_select_c1,.time_select_c2,.time_select_k1,.time_select_k2,.time_select_s1,.time_select_s2,.time_select_z1,.time_select_z2{width: calc(50% - 5px);
	margin-left: 5px;
	margin-top: 5px;
	font-size: 3.8vw;
	line-height: 250%;}
	
.time_select_reset{width: calc(50% - 5px);
	font-size: 3.8vw;
	line-height: 250%;}

.con_text1{font-size: 4.8vw;}

.con_text2{font-size: 3.8vw;}

.theater_map{width: 100%;
	height: 350px;
	margin: 10px auto;}

.ticket_btn{width: 50%;}
	
.ticket_btn:hover{opacity: 1.0;}
	
.ticket_btn a{display: block;
	font-size: 4.6vw;
	line-height: 200%;
	color: rgba(255,255,255,1.00);}

.ticket_btn_close{width: 50%;
	font-size: 4.6vw;
	line-height: 200%;
	color: rgba(255,255,255,1.00);}

.staff_name1{font-size: 3.4vw;
	line-height: 180%;
	text-align: center;}

.staff_name2{font-size: 3.8vw;
	line-height: 150%;
	text-align: center;}

.staff_name3{font-size: 3.2vw;
	line-height: 120%;
	text-align: center;}

.staff_spacer{font-size: 3.0vw;
	line-height: 130%;}


footer{padding-bottom: 80px;}

.footer_title{font-size: 4.6vw;}
	
.copyright{font-size: 3.0vw;}



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

ul.listmarker2 {font-size: 3.0vw;
	list-style-type: none;
	margin-left:3.0vw;
}
	
ul.listmarker2 li:before {
	content: '・'; 
	margin-left:-3.0vw; 
}
	
/* information */
	
.information_box{width: 90%;
	margin: 0 auto;}
	
.information_title1{font-size: 4.2vw;
	line-height: 150%;
	text-align: center;}
	
.information_title2{font-size: 3.8vw;
	text-align: center;}
	
.information_text1,.information_text1 table{font-size: 3.2vw;
	line-height: 150%;}
	
	
.information_ex2{width: 100%;
	height: 100vh;
	display: none;
	background: rgba(0,0,0,0.90);
	position: fixed; top: 0; left: 0;
	z-index: 99;}
	
.information_ex_switch{width: 100%;
	height: 100%;
	position: fixed; top: 0; left: 0;
	z-index: 100;}

.information_ex_inner2{width: calc(90% - 40px);
	height: 70%;
	max-width: 800px;
	margin: 15vh auto 10%;
	padding: 20px;
	background: rgba(255,255,255,1.00);
	overflow-y: scroll;
	position: relative;
	z-index: 101;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */}
	
.information_ex_inner2::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;}
		
.information_ex_header{text-align: center;
	font-size: 4.2vw;
	line-height: 150%;}

.information_ex_text{text-align: left;
	font-size: 3.6vw;
	line-height: 150%;
	padding: 40px 0;}
	
.information_ex_footer{text-align: right;
	font-size: 3.6vw;}
	
	
}
















</pre></body></html>