@charset "utf-8";

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

.font-goth1{font-family: vdl-v7gothic, sans-serif;
font-weight: 500;
font-style: normal;}

.font-goth2{font-family: vdl-v7gothic, sans-serif;
font-weight: 700;
font-style: normal;}

.font-goth3{font-family: vdl-v7gothic, sans-serif;
font-weight: 800;
font-style: normal;}

.font-goth4{font-family: vdl-v7gothic, sans-serif;
font-weight: 900;
font-style: normal;}

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

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

.font-eng{font-family: Verdana, Geneva, "sans-serif";}

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

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

@-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{width: 100%;}

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

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

header{width: 100%;
	padding: 5px 0;
	background: rgba(155,22,80,0.9);
	position: fixed; top: 0;
	z-index: 3;}

.header_text1{font-size: 0.7vw;
	line-height: 150%;
	text-align: left;
	padding-left: 10px;
	color:rgba(255,255,255,1.00);}

.pc_menu{width: 15%;
	height: calc(100vh - 70px);
	position: fixed; top: 70px; left: 15px;
	overflow-y: scroll;
	scrollbar-width: none;
	z-index: 9;}

.pc_menu::-webkit-scrollbar {
  display: none;
}

.pc_menu_logo{width: 100%;}

.pc_menu_logo img{width: 100%;}

.pc_menu_btn1{width: 90%;
	margin: 0 auto 5px;
	text-align: center;
	font-size: 1.0vw;
	line-height: 250%;
	background: url("../img/menubtn1.png");
	background-size: cover;}

.pc_menu_btn1:hover{opacity: 0.7;}

.pc_menu_btn1 a{display: block;
	color: rgba(252,238,33,1.00);}

.main_box_top{width: 60%;
	margin: 60px auto;}

.main_img_box{overflow: hidden;}

.mv1{width: 50%;
	float: left;}
	
.mv1 img{width: 100%;}

.mv_text_box{width: 50%;
	float: left;}
	
.mv_text1{width: 90%;
	margin: 0 auto;}

.mv_text1 img{width: 100%;}

.top_btn1,.top_btn2{width: 80%;
	margin: 0 auto;}

.top_btn1:hover{opacity: 0.7;}

.top_btn1 img,.top_btn2 img{width: 100%;}

.con1_box{width: 100%;
	padding: 25px 0;
	background: rgba(255,255,255,0.50);}

.news_twitter_box{width: 60%;
	margin: 0 auto;
	overflow: hidden;}
	
.news_twitter_title1{font-size: 1.2vw;
	line-height: 180%;}
	
.news_twitter_title1 a{color: rgba(0,0,0,1.00);}
	
.news_box{width: calc(100% - 310px);
	margin-right: 10px;
	float: left;}

.news_block{width: calc(100% - 24px);
	height: 236px;
	padding: 10px;
	background:rgba(255,226,195,1.00);
	border: rgba(198,156,109,1.00) solid 2px;
	border-radius: 5px;
	overflow-y: scroll;}

.topic_date{font-size: 0.85vw;
	color:rgba(0,140,255,1.00);}

.topic_title1{font-size: 1.0vw;
	line-height: 150%;
	color: rgba(255,118,0,1.00);}
	
.topic_text1{padding-top: 10px;
	font-size: 0.85vw;
	line-height: 150%;}

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

.topic_link_btn{width: 35%;
	font-size: 0.9vw;
	line-height: 200%;
	text-align: center;
	background: rgba(255,126,0,1.00);
	border: rgba(0,0,0,1.00) solid 1px;}
	
.topic_link_btn:hover{opacity: 0.7;}
	
.topic_link_btn a{display: block;
	color: rgba(255,255,255,1.00);}

.topic_img{width: 50%;}

.topic_img:hover{opacity: 0.7;}

.topic_img img{width: 100%;}

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

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

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

.introduction_text1{padding: 5px 0;
	font-size: 1.4vw;
	text-align:center;
	color: rgba(247,147,30,1.00);
	background: rgba(0,0,0,1.00);}

.introduction_text2{width: 90%;
	margin: 0 auto;
	font-size: 0.9vw;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	text-align:justify;}

.introduction_link_box{width: 60%;
	margin: 0 auto;
	overflow: hidden;}
	
.introduction_link_btn{width: 49%;
	margin: 0 0.5%;
	font-size: 1.0vw;
	line-height: 250%;
	text-align: center;
	background: rgba(144,31,81,1.00);
	border-radius: 5px;
	float: left;}

.introduction_link_btn:hover{opacity: 0.8;}

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

.story_box{width: calc(100% - 10px);
	margin-top: 5px;
	border: rgba(198,156,109,1.00) solid 5px;}
	
.story_box_inner{width: calc(100% - 4px);
	background: url("../img/story_bg1.png");
	border: rgba(255,255,255,1.00) solid 2px;
	overflow: hidden;
	position: relative;}
	
.story_img{width: calc(15% - 5px);
	padding: 5px 0 5px 5px;
	float: left;}
	
.story_img img{width: 100%;}

.story_text{width: calc(85% - 20px);
	padding: 20px 10px;
	font-size: 0.9vw;
	line-height: 165%;
	float: left;}
	
.story_title{position: absolute; top: 5px; right: 5px;
	padding: 5px 20px;
	font-size: 1.0vw;
	line-height: 180%;
	color: rgba(255,255,255,1.00);
	background: rgba(0,0,0,1.00);
	text-align: center;}
	
.con_title1{width: 35%;
	margin: 0 auto;
	font-size: 1.8vw;
	line-height: 260%;
	text-align: center;
	color: rgba(252,238,33,1.00);
	background: url("../img/title_bar1.png");
	background-size: cover;}

.con_title2{width: 35%;
	margin: 0 auto;
	font-size: 1.7vw;
	line-height: 260%;
	text-align: center;
	color: rgba(252,238,33,1.00);
	background: url("../img/title_bar1.png");
	background-size: cover;
	background-position: center center;}

.font-and{font-size: 1.4vw;}

@media screen and ( max-width:980px )
{
.con_title1{font-size: 18px;}

.font-and{font-size: 16px;}
}

.cast_box1{width: 60%;
	margin: 0 auto;}
	
.cast_introduction{font-size: 0.9vw;
	line-height: 150%;}
	
.cast_introduction_title{font-size: 1.0vw;
	line-height: 150%;
	padding-bottom: 5px;}
	
.cast_block1{width: 100%;
	overflow:hidden;}
	
.cast_block2{width: 100%;
	margin: 0 auto;
	overflow:hidden;}
	
.cast_img1,.cast_img3{width: calc(20% - 10px);
	margin-right: 10px;
	float: left;}
	
.cast_img2{width: calc(10% - 10px);
	margin-right: 10px;
	float: left;}

.cast_img4{width: calc(16.6% - 20px);
	padding: 0 10px;
	float: left;}

.cast_img3,.cast_img4{margin-bottom: 15px;}
	
.cast_img1 img,.cast_img2 img,.cast_img3 img,.cast_img4 img{width: 100%;}

.cast_comment_box1{width: calc(80% - 5px);
	float: left;}
	
.cast_comment_title1{width: calc(100% - 20px);
	padding: 5px 10px;
	font-size: 1.0vw;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	background: rgba(0,0,0,1.00);}
	
.cast_comment_text1{padding: 10px 0 0;
	font-size: 0.9vw;
	line-height: 160%;}
	
.text1{font-size: 1.2vw;
	line-height: 150%;
	text-align: center;}
	
.schedule_table{width: 40%;
	margin: 0 auto;}
	
.schedule_table table{width: 100%;}

.schedule_td1{width: 30%;
	padding: 5px 0;
	font-size: 1.0vw;
	line-height: 150%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background:rgba(61,61,61,1.00);
	border:rgba(255,255,255,1.00) solid 1px;
	border-radius: 5px;}
	
.schedule_td2,.schedule_td3,.schedule_td4{width: 35%;
	padding: 5px 0;
	font-size: 1.0vw;
	line-height: 150%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	border:rgba(198,156,109,1.00) solid 1px;
	border-radius: 5px;
	position: relative;}
	
.schedule_td2{background: rgba(0,187,255,1.00);}

.schedule_td3{background: rgba(255,132,197,1.00);}

.schedule_td4{background: rgba(184,184,184,1.00);}

.schedule_icon{width: 10%;
	padding: 5px 0;
	position: absolute; top: 0; right: 10px;}
	
.schedule_icon img{width: 100%;}

.cast_color_box{width: 50%;
	margin-top: 5px;
	overflow: hidden;}

.cast_color1{width: 50%;
	padding: 5px 0;
	font-size: 0.85vw;
	line-height: 150%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(0,187,255,1.00);
	float: left;}

.cast_color2{width: 50%;
	padding: 5px 0;
	font-size: 0.85vw;
	line-height: 150%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(255,132,197,1.00);
	float: left;}
	
.icon_disc{padding: 5px 0;
	font-size: 0.85vw;
	line-height: 150%;}
	
.icon_disc img{width: 3%;}
	
.text2{font-size: 0.85vw;
	line-height: 150%;
	text-align: center;}
	
.text_inline{display: inline-block;
	text-align: left;}
	
.map{width: 50%;
	height: 320px;
	margin: 0 auto;}

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

.map_text{width: 50%;
	margin: 5px auto;
	font-size: 0.85vw;
	line-height: 150%;}

.text3{width: 50%;
	margin: 0 auto;
	font-size: 0.85vw;
	line-height: 150%;}

.text4{width: 60%;
	margin: 0 auto;
	font-size: 1.1vw;
	line-height: 150%;
	text-align: center;}

.ticket_block1{width: 40%;
	margin: 0 auto;
	border: rgba(198,156,109,1.00) solid 2px;
	border-radius: 10px;
	overflow: hidden;}
		
.ticket_name{width: 100%;
	font-size: 1.1vw;
	line-height: 200%;
	color: rgba(255,255,255,1.00);
	background: rgba(198,156,109,1.00);
	text-align: center;}
	
.ticket_name2{width: 100%;
	font-size: 1.0vw;
	line-height: 200%;
	background: rgba(65,65,65,1.00);
	color: rgba(255,255,255,1.00);
	text-align: center;}
	
.ticket_date{width: 90%;
	padding: 5px 5%;
	font-size: 0.9vw;
	line-height: 150%;
	text-align: center;
	background: rgba(255,255,255,1.00);}
	
.ticket_text1{width: 100%;
	padding: 5px 0;
	font-size: 0.9vw;
	line-height: 150%;
	text-align: center;
	background: rgba(255,255,255,1.00);}
	
.ticket_text2{width: calc(100% - 20px);
	padding: 5px 10px;
	font-size: 0.9vw;
	line-height: 150%;
	text-align: justify;
	background: rgba(255,255,255,1.00);}
	
.ticket_img1{width: 30%;
	margin: 10px auto;}
	
.ticket_img1 img{width: 100%;
	border: rgba(0,0,0,0.50) solid 1px;}

.ticket_close .text1,.ticket_close .text3{color: rgba(70,70,70,1.00);}

.ticket_close .ticket_name{color: rgba(200,200,200,1.00);
	background:rgba(181,165,142,1.00);}

.ticket_close .ticket_name2{color: rgba(200,200,200,1.00);
	background:rgba(177,177,177,1.00);}

.ticket_close .ticket_text1{color: rgba(200,200,200,1.00);
	background: rgba(245,245,245,1.00);}

.ticket_close .ticket_img1{opacity: 0.7;}

.ticket_collabo_img{width: 50%;
	margin: 0 auto;}
	
.ticket_collabo_img img{width: 100%;}

.ticket_collabo_img:hover{opacity: 0.7;}

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

.op06{opacity: 0.6;}

.goods_box{width: 60%;
	min-width: 700px;
	margin: 0 auto;
	overflow: hidden;}
	
.goods_block1{width: 50%;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;}
	
.goods_block2{width: 100%;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;}
	
.goods_img{width: 40%;
	float: left;}

.goods_img2{width: 20%;
	float: left;}

.goods_img img,.goods_img2 img{width: 100%;}
	
.goods_text_box1{width: calc(60% - 10px);
	padding-left: 10px;
	float: left;}
	
.goods_text_box2{width: calc(80% - 10px);
	padding-left: 10px;
	float: left;}
	
.goods_text_box3{width: 60%;
	margin: 0 auto;
	font-size: max(0.85vw,12px);
	line-height: 150%;}
	
.goods_name{font-size: max(1.0vw,14px);
	line-height: 150%;}
	
.goods_price{font-size: max(0.9vw,13px);
	line-height: 150%;}

.goods_disc{font-size: max(0.80vw,12px);
	line-height: 150%;}
	
.goods_btn1{width: 24%;
	margin: 5px 0.5% 0;
	font-size: max(0.80vw,11px);
	line-height: 200%;
	text-align: center;
	background: rgba(0,0,0,1.00);
	border-radius: 5px;
	float: left;}
	
.goods_btn2{display: inline-block;
	margin: 5px 0 0;
	line-height: 200%;
	text-align: center;
	background: rgba(168,43,96,1.00);
	border-radius: 5px;}

.goods_btn1:hover,.goods_btn2:hover{opacity: 0.7;}

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

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

.qa_q{width: calc(100% - 20px);
	padding: 5px 10px;
	color: rgba(255,255,255,1.00);
	background: rgba(65,65,65,1.00);
	overflow: hidden;}

.qa_a{width: calc(100% - 20px);
	padding: 5px 10px;
	background: rgba(255,255,255,1.00);
	overflow: hidden;}

.qa_left{width: 1.2vw;
	padding-right: 5px;
	font-size: 1.1vw;
	line-height: 100%;
	float: left;}

.qa_right{width: calc(100% - 1.2vw - 5px);
	font-size: 0.85vw;
	line-height: 150%;
	float: left;}

.contact_box{width: 50%;
	margin: 0 auto;
	overflow: hidden;}
	
.contact_block1{width: calc(49% - 4px);
	margin: 0 0.5%;
	border: rgba(255,255,255,1.00) solid 2px;
	background: rgba(255,255,255,1.00);
	border-radius: 10px;
	float: left;
	overflow: hidden;}

.contact_name1{width: 100%;
	font-size: 1.0vw;
	line-height: 200%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(86,86,86,1.00);}
	
.contact_text{padding: 5px 0;
	font-size: 0.9vw;
	line-height: 150%;
	text-align: center;
	background: rgba(198,156,109,1.00);}

.caution1{font-size: 0.80vw;}

footer{width: 100%;
	padding: 5px 0;
	background: rgba(155,22,80,0.9);
	position: fixed; bottom: 0;
	z-index: 3;}

.footer_text1{font-size: 0.7vw;
	line-height: 150%;
	text-align: right;
	padding-right: 10px;
	color:rgba(255,255,255,1.00);}

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

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

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

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

.link_information1{width: 50%;
	margin: 0 auto;
	font-size: 1.0vw;
	line-height: 250%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(255,150,0,1.00);
	border: rgba(255,255,255,1.00) solid 2px;
	border-radius: 5px;
	cursor: pointer;}

.link_information1:hover{opacity: 0.7;}

.btn_information_ex{width: 80%;
	margin: 0 auto 10px;
	line-height: 250%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: max(1.1vw,14px);
	background: rgba(255,30,34,1.00);
	border: rgba(208,187,114,1.00) solid 2px;
	border-radius: 5px;
	cursor: pointer;}
	
.btn_information_ex2{width: 80%;
	margin: 0 auto 10px;
	line-height: 250%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: max(1.1vw,14px);
	background: rgba(255,150,0,1.00);
	border: rgba(208,187,114,1.00) solid 2px;
	border-radius: 5px;
	cursor: pointer;}

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

.btn_information_ex:hover,.btn_information_ex2:hover{opacity: 0.8;}

.information_ex{width: 100%;
	height: 100vh;
	display: none;
	background: rgba(0,0,0,0.70);
	position: fixed; top: 0; left: 0;
	z-index: 99;}
	
.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_inner{width: calc(50% - 40px);
	height: 65%;
	min-width: 700px;
	margin: 15vh auto 10%;
	padding: 20px;
	font-size: 0.9vw;
	line-height: 150%;
	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{width: calc(90% - 40px);
	height: 40%;
	max-width: 700px;
	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_inner::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }
	
.information_ex_inner2::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }

.information_ex_header{text-align: center;
	font-size: 1.0vw;}

.information_ex_text{text-align: left;
	font-size: 0.9vw;
	line-height: 150%;
	padding: 40px 0 20px;}
	
.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: 15%;
	font-size: 0.9vw;
	line-height: 200%;
	margin: 20px auto 0;
	background: rgba(177,177,177,1.00);
	color: rgba(255,255,255,1.00);
	text-align: center;
	border-radius: 100px;
	cursor: pointer;}
	
.btn_close img,.btn_close2 img{width: 100%;}

.underline{border-bottom:  rgba(0,0,0,1.00) solid 1px;}

.information_ex_line1{width: 100%;
	height: 1px;
	margin-bottom: 15px;
	background:rgba(204,204,204,1.00);}

.subpage_title1{font-size: max(1.3vw,18px);
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	text-align: center;}

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

.subpage_text1{width: 61%;
	margin: 0 auto;
	font-size: max(0.85vw,14px);
	line-height: 150%;
	text-align: justify;
	color: rgba(255,255,255,1.00);}


.info2_box{width: 50%;
	min-width: 700px;
	margin: 0 auto;
	font-size: 0.9vw;
	line-height: 150%;}

.info2_text1{font-size: 1.0vw;
	line-height: 150%;}
	
.info2_img1{width: 40%;}

.info2_img1 img{width: 100%;}



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

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

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

#container{min-height: 480px;}

header{position: relative;}

.header_text1{font-size: 3.4vw;}

.main_box_top{width: 100%;
	min-height: 100vh;
	margin: 0 auto;
	display:flex;
	justify-content: center;
	align-items: center;}

.main_img_box{overflow: hidden;}

.mv1{width: 100%;
	float: none;}
	
.mv1 img{width: 100%;}

.mv_text_box{width: 100%;
	float: none;}
	
.mv_text1{width: 90%;
	margin: 0 auto;}

.mv_text1 img{width: 100%;}

.top_btn1,.top_btn2{width: 80%;
	margin: 0 auto;}

.top_btn1:hover{opacity: 1.0;}

.top_btn1 img{width: 100%;}

.con1_box{width: 100%;
	padding: 25px 0;
	background: rgba(255,255,255,0.50);}

.news_twitter_box{width: 90%;
	margin: 0 auto;
	overflow: hidden;}
	
.news_twitter_title1{font-size: 4.2vw;
	line-height: 180%;}
	
.news_twitter_title1 a{color: rgba(0,0,0,1.00);}
	
.news_box{width: 90%;
	margin:0 auto;
	float: none;}

.news_block{width: calc(100% - 20px);
	height: 200px;
	padding: 10px;}

.topic_date{font-size: 3.4vw;}

.topic_title1{font-size: 3.8vw;
	line-height: 150%;
	color: rgba(255,118,0,1.00);}
	
.topic_text1{padding-top: 10px;
	font-size: 3.6vw;}

.topic_link_btn{width: 80%;
	margin: 0 auto;
	font-size: 3.4vw;
	line-height: 250%;}
	
.topic_link_btn:hover{opacity: 1.0;}

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

.topic_img:hover{opacity: 1.0;}

.twitter_box{width: 90%;
	margin: 0 auto;
	float: none;}

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

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

.introduction_text1{padding: 5px 0;
	font-size: 4.2vw;
	line-height: 150%;}

.introduction_text2{font-size: 3.4vw;}

.introduction_link_box{width: 80%;
	margin: 0 auto;
	overflow: hidden;}
	
.introduction_link_btn{width: 100%;
	margin: 10px 0;
	font-size: 3.8vw;
	float: none;;}

.introduction_link_btn:hover{opacity: 1.0;}

.story_box{width: calc(100% - 10px);
	margin-top: 5px;
	border: rgba(198,156,109,1.00) solid 5px;
	position: relative;}
	
.story_box_inner{width: calc(100% - 4px);
	background: url("../img/story_bg1.png");
	border: rgba(255,255,255,1.00) solid 2px;
	overflow: hidden;
	position: relative;}
	
.story_img{width: 85%;
	margin: 0 auto;
	padding: 5px 0;
	float: none;
	position: absolute; top: 40px; left: 7.5%;
	z-index: 1;}
	
.story_img img{width: 100%;
	opacity: 0.6;}

.story_text{width: calc(100% - 20px);
	padding: 50px 10px;
	font-size: 3.8vw;
	float: none;
	position: relative;
	z-index: 2;}
	
.story_title{width: calc(100% - 10px);
	position: absolute; top: 5px; right: 5px;
	padding: 5px 0;
	font-size: 4.0vw;
	line-height: 180%;
	color: rgba(255,255,255,1.00);
	background: rgba(0,0,0,1.00);
	text-align: center;}
	
.con_title1{width: 90%;
	margin: 0 auto;
	font-size: 4.4vw;}

.con_title2{width: 90%;
	margin: 0 auto;
	font-size: 4.2vw;}
	
.font-and{font-size: 3.2vw;}

.cast_box1{width: 90%;
	margin: 0 auto;}
	
.cast_introduction{font-size: 3.6vw;
	text-align: justify;}
	
.cast_introduction_title{font-size: 3.8vw;}
	
.cast_block1{width: 100%;
	overflow:hidden;}
	
.cast_block2{width: 80%;
	margin: 0 auto;
	overflow:hidden;}
	
.cast_img1{width: calc(50% - 10px);
	margin:0 auto;
	float: none;}
	
.cast_img3{width: calc(50% - 10px);
	margin:5px;
	float: left;}
	
.cast_img2{width: calc(10% - 10px);
	margin-right: 10px;
	float: left;}
	
.cast_img4{width: calc(50% - 10px);
	padding: 0 5px;
	float: left;}
	
.cast_img1 img,.cast_img2 img{width: 100%;}

.cast_comment_box1{width: 90%;
	margin: 5px auto;
	float: none;}
	
.cast_comment_title1{width: calc(100% - 20px);
	padding: 5px 10px;
	font-size: 3.8vw;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	background: rgba(0,0,0,1.00);}
	
.cast_comment_text1{padding: 5px 0 0;
	font-size: 3.6vw;
	line-height: 160%;}

.text1{font-size: 4.0vw;}
	
.schedule_table{width: 90%;
	margin: 0 auto;}
	
.schedule_table table{width: 100%;}

.schedule_td1{width: 30%;
	padding: 5px 0;
	font-size: 3.8vw;
	line-height: 150%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background:rgba(61,61,61,1.00);
	border:rgba(255,255,255,1.00) solid 1px;
	border-radius: 5px;}
	
.schedule_td2,.schedule_td3,.schedule_td4{width: 35%;
	padding: 5px 0;
	font-size: 3.8vw;
	line-height: 150%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	border:rgba(198,156,109,1.00) solid 1px;
	border-radius: 5px;
	position: relative;}
	
.schedule_td2{background: rgba(0,187,255,1.00);}

.schedule_td3{background: rgba(255,132,197,1.00);}

.schedule_td4{background: rgba(184,184,184,1.00);}

.schedule_icon{width: 15%;
	padding: 5px 0;
	position: absolute; top: 5%; right: 5px;}

.schedule_icon img{width: 100%;
	height: auto;}

.cast_color_box{width: 100%;
	margin-top: 5px;
	overflow: hidden;}

.cast_color1{width: 50%;
	padding: 5px 0;
	font-size: 3.6vw;
	line-height: 150%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(0,187,255,1.00);
	float: left;}

.cast_color2{width: 50%;
	padding: 5px 0;
	font-size: 3.6vw;
	line-height: 150%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(255,132,197,1.00);
	float: left;}
	
.icon_disc{font-size: 3.6vw;
	line-height: 150%;}
	
.icon_disc img{width: 6%;}
	
.text2{width: 90%;
	margin: 0 auto;
	font-size: 3.4vw;
	line-height: 150%;
	text-align: center;}
	
.text_inline{display: inline-block;
	text-align: left;}
	
.map{width: 80%;
	height: 290px;
	margin: 0 auto;}

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

.map_text{width: 80%;
	margin: 5px auto;
	font-size: 3.4vw;
	line-height: 150%;}

.text3{width: 90%;
	margin: 0 auto;
	font-size: 3.4vw;
	line-height: 150%;}

.text4{width: 90%;
	margin: 0 auto;
	font-size: 3.5vw;
	line-height: 150%;
	text-align: center;}

.ticket_block1{width: 90%;
	margin: 0 auto;
	border: rgba(198,156,109,1.00) solid 2px;
	border-radius: 10px;
	overflow: hidden;}
		
.ticket_name{width: 100%;
	font-size: 4.0vw;
	line-height: 200%;
	color: rgba(255,255,255,1.00);
	background: rgba(198,156,109,1.00);
	text-align: center;}
	
.ticket_name2{width: 100%;
	font-size: 3.6vw;
	line-height: 200%;
	background: rgba(65,65,65,1.00);
	color: rgba(255,255,255,1.00);
	text-align: center;}
	
.ticket_date{width: 90%;
	padding: 5px 5%;
	font-size: 3.6vw;
	line-height: 150%;
	text-align: center;
	background: rgba(255,255,255,1.00);}
	
.ticket_text1{width: 100%;
	padding: 5px 0;
	font-size: 3.6vw;
	line-height: 150%;
	text-align: center;
	background: rgba(255,255,255,1.00);}

.ticket_text2{font-size: 3.6vw;}

.ticket_img1{width: 50%;
	margin: 10px auto;}
	
.ticket_img1 img{width: 100%;
	border: rgba(0,0,0,0.50) solid 1px;}

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

.ticket_collabo_img:hover{opacity: 1.0;}

.goods_box{width: 90%;
	min-width: 0;
	margin: 0 auto;
	overflow: hidden;}
	
.goods_block1,.goods_block2{width: 100%;
	padding-bottom: 15px;
	float: none;
	overflow: hidden;}
	
.goods_img,.goods_img2{width: 70%;
	margin: 0 auto 5px;
	float: none;}

.goods_img img,.goods_img2 img{width: 100%;}
	
.goods_text_box1,.goods_text_box2{width: 100%;
	padding-left: 0;
	float: none;}
	
.goods_text_box3{width: 90%;
	margin: 0 auto;
	font-size: 3.8vw;
	line-height: 150%;}
	
.goods_name{font-size: 4.4vw;
	line-height: 150%;
	text-align: center;}
	
.goods_price{font-size: 4.0vw;
	line-height: 150%;
	text-align: center;}

.goods_disc{font-size: 3.8vw;
	line-height: 150%;}
	
.goods_btn1{width: 48%;
	margin: 5px 1%;
	font-size: 3.5vw;
	line-height: 250%;
	text-align: center;
	background: rgba(0,0,0,1.00);
	border-radius: 5px;
	float: left;}

.goods_btn2{width: 60%;
	margin: 5px auto;
	font-size: 3.5vw;
	line-height: 250%;
	display: block;
	float: none;}

.goods_btn1:hover,.goods_btn2:hover{opacity: 1.0;}

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

.qa_left{width: 5vw;
	font-size: 4.2vw;}

.qa_right{width: calc(100% - 5vw - 5px);
	font-size: 3.4vw;}

.contact_box{width: 90%;
	margin: 0 auto;
	overflow: hidden;}
	
.contact_block1{width: calc(100% - 4px);
	margin: 0 auto 5px;
	border: rgba(255,255,255,1.00) solid 2px;
	background: rgba(255,255,255,1.00);
	border-radius: 5px;
	float: left;
	overflow: hidden;}

.contact_name1{width: 100%;
	font-size: 3.8vw;
	line-height: 200%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(86,86,86,1.00);}
	
.contact_text{padding: 5px 0;
	font-size: 3.6vw;
	line-height: 150%;
	text-align: center;
	background: rgba(198,156,109,1.00);}





footer{width: 90%;
	padding: 10px 5%;
	position: static;
	z-index: 3;}

.footer_text1{font-size: 3.0vw;
	line-height: 150%;
	text-align: left;
	padding-right: 10px;}

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

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

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

.link_information1{width: calc(100% - 4px);
	font-size: 3.4vw;}

.link_information1:hover{opacity: 1.0;}

.btn_information_ex{width: 90%;
	margin: 0 auto 10px;
	padding: 5px 0;
	line-height: 150%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: 3.6vw;
	background: rgba(255,30,34,1.00);
	border: rgba(208,187,114,1.00) solid 2px;
	border-radius: 5px;
	float: none;
	cursor: pointer;}
	
.btn_information_ex2{width: 90%;
	margin: 0 auto 10px;
	padding: 5px 0;
	line-height: 150%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: 3.6vw;
	background: rgba(255,150,0,1.00);
	border: rgba(208,187,114,1.00) solid 2px;
	border-radius: 5px;
	float: none;
	cursor: pointer;}

.btn_information_ex:hover,.btn_information_ex2:hover{opacity: 1.0;}

.information_ex{width: 100%;
	height: 100vh;
	display: none;
	background: rgba(0,0,0,0.70);
	position: fixed; top: 0; left: 0;
	z-index: 99;}
	
.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_inner{width: calc(90% - 40px);
	height: 65%;
	min-width: 280px;
	max-width: 700px;
	margin: 15vh auto 10%;
	padding: 20px;
	font-size: 3.6vw;
	line-height: 150%;
	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{width: calc(90% - 40px);
	height: 70%;
	max-width: 700px;
	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_inner::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }
	
.information_ex_inner2::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }

.information_ex_header{text-align: center;
	font-size: 3.6vw;}

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


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

.info2_box{width: 90%;
	min-width: 0;
	margin: 0 auto;
	font-size: 3.4vw;
	line-height: 150%;}

.info2_text1{font-size: 3.7vw;
	line-height: 150%;}
	
.info2_img1{width: 80%;
	margin: 0 auto;}


}

















