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

html{overflow-y: scroll; }
	
body{width: 100%;
	min-width: 821px;
	background: rgba(0,0,0,1.00);}

.font-min1{font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-style: normal;}
	
.font-min2{font-family: 'Zen Old Mincho', serif;
	font-weight: 900;
	font-style: normal;}
	
.font-goth1{font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	font-style: normal;}
	
.font-goth2{font-family: 'Zen Kaku Gothic New', sans-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: 25%;
	text-align: center;
	position: fixed; top: 40%; left: 37.5%;}

.loading_img2{/*-webkit-animation:blink 2s linear infinite;
	-moz-animation:blink 2s linear infinite;
	-o-animation:blink 2s linear infinite;
	animation:blink 2s linear infinite;*/}

.loading_img2 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;}
}
@-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;}
}


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

.delighter1.delighter{transition: all .5s ease-out;
  transform: translateY(-55%);
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);}

.delighter1.delighter.started,.delighter2.delighter.started,.delighter3.delighter.started,.delighter4.delighter.started,.delighter5.delighter.started,.delighter6.delighter.started,.delighter7.delighter.started{transform: none;
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);}
  
 .delighter2.delighter{transition: all .5s ease-out;
  transform: translateY(5vh);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
.delighter3.delighter{transition: all .5s ease-out;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
 .delighter4.delighter{transition: all .5s ease-out 0.1s;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
  .delighter5.delighter{transition: all .5s ease-out 0.2s;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
  .delighter6.delighter{transition: all .5s ease-out 0.3s;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
  .delighter7.delighter{transition: all .5s ease-out 0.4s;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}


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

.bg2{width: 100%;
	height: 100vh;
	background: url("../img/bg_particle3.webp");
	background-size: 100% 300%;
	background-repeat: repeat-y;
	background-position: center top;
	position: fixed; top: 0; left: 0;
	overflow: hidden;
	opacity: 0.7;
	webkit-animation:smoke 35s linear infinite;
	-moz-animation:smoke 35s linear infinite;
	animation:smoke 35s linear infinite;}
	
.bg2_2{width: 100%;
	height: 100vh;
	background: url("../img/bg_particle3.webp");
	background-size: 100% 300%;
	background-repeat: repeat-y;
	background-position: center center;
	position: fixed; top: 0; left: 0;
	overflow: hidden;
	transform: scale(-1,1);
	opacity: 0.5;
	webkit-animation:smoke 55s linear infinite;
	-moz-animation:smoke 55s linear infinite;
	animation:smoke 55s linear infinite;}

@-webkit-keyframes smoke {
	0% {background-position: 0 0;}
	100% {background-position: 0 200%;}
}
@-moz-keyframes smoke {
	0% {background-position: 0 0;}
	100% {background-position: 0 200%;}
}
@keyframes smoke {
	0% {background-position: 0 0;}
	100% {background-position: 0 300%;}
}

.bg3{width: 100%;
	height: 100vh;
	background: url("../img/bg6.jpg");
	background-size: cover;
	background-position: left bottom;
	position: fixed; top: 0; left: 0;}
	
.text0{font-size: 1.8vw;
	line-height: 150%;}

.text1{font-size: 1.4vw;
	line-height: 150%;}
	
.text2{font-size: 1.1vw;
	line-height: 150%;}
	
.text3{font-size: 1.0vw;
	line-height: 150%;}
	
.text4{font-size: 0.8vw;
	line-height: 150%;}

.text_title1{font-size: 2.2vw;}

.text_cast1{font-size: max(2.3vw,32px);
	line-height: 120%;}

.bg_bk1{background: rgba(0,0,0,0.90);}

.bg_bk2{background: rgba(0,0,0,1.00);}

main{position: relative;
	z-index: 1;}
		
.pc_menu{width: 100%;
background: rgba(0,0,0,1.00);}

.pc_menu_inner{overflow: hidden;}

.header_logo{width: 8%;
	padding:0 1%;
	float: left;}
	
.header_logo img{width: 100%;}

.pc_menu_btn1{font-size: max(1.2vw,16px);
	line-height: 300%;
	text-align: center;
	padding: 0 0.75%;
	transition: 0.3s all;
	float: left;}
	
.pc_menu_btn1 a{display: block;
	color: rgba(255,255,255,1.00);
	transition: 0.3s all;}

.pc_menu_btn1 a:hover{color: rgba(193,39,45,1.00);}

.pc_nav{width: 100%;
	position: fixed; top: -200px; left: 0;
	overflow: hidden;
	background: rgba(0,0,0,1.00);
	transition: .5s;
	z-index: 5;}

.main_img_box{width: 100%;
	position: relative;}

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

.main_img_img1 img{width: 100%;}

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

.link_btn1{width: 20%;
	margin: 0 auto;
	transition: 0.3s all;}
	
.link_btn1:hover{transform: scale(1.05,1.05);}

.link_btn1 a{display: block;}
	
.link_btn1 img{width: 100%;}

.con_box1{width: 100%;}

.con_inner1{width: 60%;
	margin: 0 auto;}
	
.con_inner2{width: 80%;
	margin: 0 auto;}
	
.con_title1{width: 40%;
	margin: 0 auto;}

.news_twitter_box{width: 70%;
	margin: 0 auto;
	overflow: hidden;}
	
.news_box_left{width: 59%;
	padding: 0 0.5%;
	float: left;}
	
.news_box_right{width: 39%;
	padding: 0 0.5%;
	float: left;}

.news_box{width: calc(100% - 38px);
	height: 310px;
	margin: 0 auto;
	padding: 15px;
	border: rgba(190,148,109,1.00) double 4px;
	background: rgba(0,0,0,0.80);
	overflow-y: scroll;}

.twitter_box{width: 100%;}

.topic1 a:hover{opacity: 0.7;}

.bar_dot{width: 100%;
	height: 1px;
	border-top: rgba(255,255,255,0.40) dotted 2px;}

.cast_box1{width: 80%;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */}

.cast_block0{width: 45%;
	padding: 10px;
	margin: 0 auto;
	background: rgba(0,0,0,0.70);
	overflow: hidden;
	float: left;
	position: relative;}

.cast_block2{width: 40%;
	padding: 10px;
	margin: 0 1% 15px;
	background: rgba(0,0,0,0.70);
	overflow: hidden;}

.cast_block3{width: 82%;
	padding: 20px;
	margin: 0 auto 15px;
	background: rgba(0,0,0,0.70);
	overflow: hidden;}

.cast_img{width: 100%;}
	
.cast_img img{width: 100%;
	box-shadow: 0 0 10px 5px rgba(0,0,0,1.0);}

.cast_text_box{width: 100%;}

.comment_btn1{width: 10vw;
	margin: 0 auto;
	line-height: 200%;
	background: rgba(193,39,45,1.00);
	border-radius: 100px;
	transition: 0.3s all;}
	
.comment_btn1:hover{transform: scale(1.05,1.05);}

.comment_btn1 a{display: block;}

.membermark{width: 18%;
	position: absolute; left: 2%; bottom: 10%;}

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

.con_subtitle1{width: 70%;
	padding: 5px 0;
	margin: 0 auto;
	background: rgba(193,39,45,0.90);}

.con_subtitle2{width: 70%;
	padding: 5px 0;
	margin: 0 auto;
	background: rgba(25,25,25,0.90);}

.con_textbox1{width: 70%;
	padding: 5px 0;
	margin: 0 auto;
	background: rgba(255,255,255,0.80);}


/* map */
#map_wrapper {
    position: relative;
    width: 70%;
	margin: 0 auto;
}

#map_wrapper:before {
    content:"";
    display: block;
    padding-top: 28.12%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#map_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}	

.ticket_btn{width: 30%;
	margin: 0 auto;
	line-height: 200%;
	background: rgba(193,39,45,1.00);
	border-radius: 5px;
	transition: 0.3s all;}
	
.ticket_btn:hover{transform: scale(1.05,1.05);}

.ticket_btn a{display: block;}

.tokuten_box1{width: 100%;
	margin: 0 auto;
	overflow: hidden;}
	
.tokuten_img1{width: 49%;
	padding: 0 0.5%;
	float: left;}
	
.tokuten_img1 img{width: 100%;
	transition: 0.3s all;}

.tokuten_img1 img:hover{filter: brightness(150%);}

.opacity05{opacity: 0.5;}

.goods_block1{width: 32%;
	padding: 0 0.5%;}
	
.goods_block1 img{width: 100%;}

.goods_table{width: 100%;
	border-left: rgba(255,255,255,1.00) solid 1px;
	border-top: rgba(255,255,255,1.00) solid 1px;}
	
.goods_table table{width: 100%;
	background: rgba(0,0,0,0.80);}

.goods_td1,.goods_td2,.goods_td3,.goods_td4{text-align: center;
	vertical-align: middle;
	color: rgba(255,255,255,1.00);
	padding: 10px;
	border-right: rgba(255,255,255,1.00) solid 1px;
	border-bottom: rgba(255,255,255,1.00) solid 1px;}

.staff_logo{width: 20%;
	margin: 0 auto;}

.contact_box{width: 30%;
	margin: 0 auto;
	background: rgba(0,0,0,0.90);
	border: rgba(190,148,109,1.00) solid 1px;}

footer{width: 100%;
	padding-bottom: 80px;
	text-align: center;
	background: rgba(0,0,0,1.00);
	border-top: rgba(255,255,255,1.00) solid 1px;
	position: relative;}

.footer_logo{width: 15%;
	margin: 0 auto;}

.footer_logo img{width: 100%;}

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

.information_box1{width: 60%;
	margin: 0 auto;
	padding: 5px;
	border: rgba(190,148,109,1.00) solid 5px;
	background: rgba(0,0,0,0.90);
	position: relative;}

.corner_tl,.corner_tr,.corner_bl,.corner_br{width: 50px;}

.corner_tl{position: absolute; top: 0; left: 0;}
.corner_tr{position: absolute; top: 0; right: 0;}
.corner_bl{position: absolute; bottom: 0; left: 0;}
.corner_br{position: absolute; bottom: 0; right: 0;}

.information_box_inner1{width: calc(100% - 26px);
	padding: 10px;
	border: rgba(190,148,109,1.00) solid 3px;}

.qa_block1{width: 100%;
	border-top: rgba(255,255,255,1.00) dotted 2px;}
	



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

.start_filter_bg1{width: 100%;
	height: 100%;
	background-size: 8% auto;
	background-repeat: repeat;}

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

.bg2{width: 100%;
	height: 100vh;
	background: url("../img/bg_particle3.webp");
	background-size: 100% 150%;
	background-repeat: repeat-y;
	background-position: center top;
	position: fixed; top: 0; left: 0;
	overflow: hidden;
	opacity: 0.7;
	webkit-animation:smoke_sp 15s linear infinite;
	-moz-animation:smoke_sp 15s linear infinite;
	animation:smoke_sp 15s linear infinite;}
	
.bg2_2{width: 100%;
	height: 100vh;
	background: url("../img/bg_particle3.webp");
	background-size: 100% 150%;
	background-repeat: repeat-y;
	background-position: center center;
	position: fixed; top: 0; left: 0;
	overflow: hidden;
	transform: scale(-1,1);
	opacity: 0.5;
	webkit-animation:smoke_sp 10s linear infinite;
	-moz-animation:smoke_sp 10s linear infinite;
	animation:smoke_sp 10s linear infinite;}

@-webkit-keyframes smoke_sp {
	0% {background-position: 0 0;}
	100% {background-position: 0 200%;}
}
@-moz-keyframes smoke_sp {
	0% {background-position: 0 0;}
	100% {background-position: 0 200%;}
}
@keyframes smoke_sp {
	0% {background-position: 0 0;}
	100% {background-position: 0 300%;}
}

.bg3{width: 100%;
	height: 100vh;
	background: url("../img/bg_sp6.jpg");
	background-size: cover;
	background-position: left bottom;
	position: fixed; top: 0; left: 0;}

.text0{font-size: 5.0vw;}

.text1{font-size: 4.6vw;
	line-height: 150%;}
	
.text2{font-size: 4.2vw;
	line-height: 150%;}
	
.text3{font-size: 3.8vw;
	line-height: 150%;}
	
.text4{font-size: 3.4vw;
	line-height: 150%;}

.text_title1{font-size: 7vw;}

.con_title1{width: 90%;}

.main_img_box{width: 100%;
	height: auto;}

.top_tex1t{width: 90%;}

.link_btn1{width: 80%;}

.con_inner1,.con_inner2{width: 90%;
	margin: 0 auto;}

.con_box_inner1{width: calc(90% - 10px);
	padding: 5px;
	margin: 0 auto;
	border: rgba(255,255,255,0.80) solid 5px;}

.news_twitter_box{width: 90%;
	margin: 0 auto;
	overflow: hidden;}
	
.news_box_left{width: 100%;
	padding: 0;
	float: none;}
	
.news_box_right{width: 100%;
	padding: 0 ;
	float: none;}

.news_box{width: calc(100% - 28px);
	height: auto;
	min-height: 200px;
	max-height: 300px;
	margin: 0 auto 20px;
	padding: 10px;}

.twitter_box{width: 100%;}

.topic1 a:hover{opacity: 1.0;}

.cast_box1{width: 90%;}

.cast_block0{width: calc(100% - 20px);
	margin-bottom: 15px;}
	
.cast_block2{width: calc(90% - 20px);
	margin-bottom: 15px;}

.cast_img{width: 100%;
	margin: 5px auto;
	float: none;}
	
.cast_text_box{width: 100%;
	margin: 0 auto;
	float: none;}

.comment_btn1{width: 50vw;
	line-height: 250%;}

.membermark{width: 18%;
	position: absolute; left: 2%; bottom: 12%;}

.timetable{width: 100%;}

.con_subtitle1,.con_subtitle2{width: 100%;}

.con_textbox1{width: calc(100% - 20px);
	padding: 5px 10px;}


/* map */
#map_wrapper {
    position: relative;
    width: 90%;
	min-width: 0;
	margin: 0 auto;
}

#map_wrapper:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#map_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ticket_btn{width: 90%;
	line-height: 250%;}

.tokuten_box1{width: 100%;
	margin: 0 auto;
	overflow: hidden;}
	
.tokuten_img1{width: 100%;
	padding: 5px 0;
	float: none;}

.tokuten_img1 img:hover{filter: brightness(100%);}

.goods_block1{width: 99%;}

.goods_table{width: 100%;
	overflow-x: scroll;}
	
.goods_table table{width: 250%;}

.goods_text_box1{width: 95%;
	padding: 10px 2.5%;
	background: rgba(0,0,0,0.80);}

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

.contact_box{width: 90%;}

footer{width: 100%;
	text-align: center;
	position: relative;}

.footer_logo{width: 50%;}

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

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

.information_box1{width: calc(90% - 10px);}

.corner_tl,.corner_tr,.corner_bl,.corner_br{width: 35px;}

.information_box_inner1{width: calc(100% - 16px);
	padding: 5px;}

}


























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