@charset "utf-8";

html{background: rgba(0,0,0,1.00);
	overflow-y: scroll;}

body{min-width: 1200px;
	color: rgba(255,255,255,1.00);
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 400; /* l300 r400 m500 b700 h900 */
	font-style: normal;

}

.font-l{font-weight: 300;}
.font-r{font-weight: 400;}
.font-m{font-weight: 500;}
.font-b{font-weight: 700;}
.font-h{font-weight: 900;}

.font_min{font-family: kozuka-mincho-pr6n, serif;
font-weight: 900;
font-style: normal;}

.start_filter{width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,1.00);
	position: fixed; top: 0; left: 0;
	z-index: 9999;}

.start_filter_img{width: 200px;
	height: 200px;
	position: fixed; top: 50%; left: 50%;
	margin-left: -100px;
	margin-top: -100px;}
	
.start_filter_img img{width: 100%;
	-webkit-animation:blink 4s linear infinite;
	-moz-animation:blink 4s linear infinite;
	-ms-animation:blink 4s linear infinite;
	-o-animation:blink 4s linear infinite;
	animation:blink 4s linear infinite;}
	
@-webkit-keyframes blink {
	0%   { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}
@-moz-keyframes blink {
	0%   { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}
@-ms-keyframes blink {
	0%   { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}
@-o-keyframes blink {
	0%   { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}
@keyframes blink {
	0%   { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}

#container{display: none;}

.nondata{text-align: center;
	font-size: 28px;
	-webkit-animation:flash1 4s linear infinite;
	-moz-animation:flash1 4s linear infinite;
	-ms-animation:flash1 4s linear infinite;
	-o-animation:flash1 4s linear infinite;
	animation:flash1 4s linear infinite;}
	
@-webkit-keyframes flash1 {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes flash1 {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes flash1 {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes flash1 {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes flash1 {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}

header{width: 100%;
	height: 100px;
	position: fixed; top: 0; left: 0;
	z-index: 3;}
	
.header_logo_archives{float: left;}
		
.header_menu{width: 100%;
	height: 124px;
	background:url("../img13aa2/heade_menu_bg.png");
	background-size: 100% 80px;
	background-repeat:repeat-x;
	overflow: hidden;}

.header_logo{height: 80px;}

.header_logo img{height: 100%;}

.header_archives{width: calc(100% - 4px);
	height: 20px;
	margin: 2px 2px 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	background: rgba(0,0,0,1.00);}

.header_archives:hover{background: rgba(75,75,76,1.00);}

.header_archives a{display: block;
	color: rgba(255,248,248,1.00);}

.header_menu_btn1{height: 82px;
	float: left;}
	
.header_menu_btn2{height: 82px;
	float: right;}
	
.menu_btn_name{height: 80px;}

.menu_btn_name img{height: 100%;}

.menu_btn_current{width: 100%;
	height: 5px;}
	
.header_menu_btn1:hover .menu_btn_name,.header_menu_btn2:hover .menu_btn_name{background: rgba(75,75,76,1.00);}

.header_menu_btn1:hover .menu_btn_current,.header_menu_btn2:hover .menu_btn_current{background: rgba(229,27,16,1.00);}

.mark_sns{width: 40px;
	margin: 20px 15px 0 0;
	float: right;}
	
.mark_sns img{width: 100%;}

.top_block{width: 100%;}

.mv1a{width: 100%;
	position: relative;}

.mv1a_img img{width: 100%;}

.top_logo{position: absolute;	top: 17.3%;
	width: 100%;
	height: 20.7%;
	text-align: center;}
	
.top_logo img{height: 100%;}

.mv1b{width: 100%;
	background: url("../img13aa2/mv1b_2.jpg");
	background-size: 100% auto;
	background-position: top center; 
	position: relative;}

.mv1b_img{width: 100%;}

.mv1b_img img{width: 100%;}

.top_text1{width: 100%;
	padding: 0;
	min-width: 1120px;
	text-align: center;
	position: relative;
	z-index: 2;}

.top_text1 img{width: 56%;
	min-width: 1120px;}

.top_text1 a:hover{opacity: 0.8;}

.mv1b_footer{width: 100%;
	position: absolute; bottom: 0;
	z-index: 1;}
	
.mv1b_footer img{width: 100%;}

.introduction{width: 1120px;
	margin: 55px auto 50px;
	overflow: hidden;}
	
.introduction_text{width: 770px;
	margin-top: -15px;
	font-size: 22px;
	line-height: 55px;
	font-weight: 300;
	float: left;}

.introduction_img{width: 330px;
	margin-left: 20px;
	float: left;}
	
.introduction_img img{width: 100%;}

.ex_info1{width: 1080px;
	padding: 20px;
	margin: 0 auto 50px;
	font-size: 15px;
	line-height: 150%;
	border: rgba(255,255,255,1.00) solid 1px;}

.ex_info_title1{text-align: center;
	padding: 30px 0 20px;
	font-size: 22px;}

.ex_info_title2{text-align: left;
	padding: 25px 0 10px;
	font-size: 18px;}

.ex_info1 a{color: aqua;}

.ex_info1 a:hover{color: darkorange;}

.ex_info1 img{width: 100%;}

.con_block1{width: 1120px;
	margin: 0 auto;
	padding-bottom: 100px;}
	
.con_block2{width: 100%;
	margin: 0 auto;
	padding-bottom: 100px;}
	
.con_block3{width: 100%;
	margin: 0 auto;}
	
.con_title,.con_title2{width: 1120px;
	margin: 0 auto;
	padding-bottom: 50px;}

.con_title img{width: 100%;}

.story_text{font-size: 28px;
	font-size: 300;
	line-height: 55px;}
	
.story_font_size_m{font-size: 36px;}

.story_font_size_l{font-size: 45px;}

.cast_area{width: 1120px;
	margin: 0 auto;}
	
.cast_box{width: 100%;
	overflow: hidden;}
	
.cast_block1{width: calc(25% - 18px);
	padding-bottom: 40px;
	float: left;}
	
.cast_block2,.cast_block3{width: calc(25% - 18px);
	padding-left: 24px;
	padding-bottom: 40px;
	float: left;
	position: relative;}
	
.cast_nondata{position: absolute; top: 0;}

.cast_nondata img{width: 100%;}
	
.cast_block1 img,.cast_block2 img,.cast_block3 img{width: 100%;}

.cast_text_block1{padding-top: 40px;
	position: relative;}

.cast_text1{font-size: 36px;
	line-height: 150%;
	text-align: center;}
	
.cast_text2{font-size: 30px;
	line-height: 150%;
	text-align: center;}

.cast_text2 a{color: rgba(255,255,255,1.00);}

.staff_block1{text-align: center;
	overflow: hidden;
	line-height: 35px;
	padding-bottom: 40px;}

.staff_name1{font-size: 22px;}
	
.staff_name2{font-size: 26px;}
	
.staff_block1_left{width: calc(50% - 15px);
	padding-right: 15px;
	text-align: right;
	float: left;}
	
.staff_block1_right{width: calc(50% - 15px);
	padding-left: 15px;
	text-align: left;
	float: left;}


@media screen and ( max-width:1650px )
{
.staff_block1{text-align: center;
	overflow: hidden;
	line-height: 26px;
	padding-bottom: 40px;}

.staff_name1{font-size:16px;}
	
.staff_name2{font-size: 19px;}
}

.timetable{width: 1120px;
	margin: 0 auto;}
	
.timetable img{width: 100%;}

.ticket_text1{width: 1120px;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;}

.ticket_text_ss{font-size: 28px;}

.ticket_text_s{font-size: 34px;}

.ticket_text_m{font-size: 42px;}

.ticket_text_m_r{font-size: 38px;
	float: right;}

.ticket_text2{font-size: 40px;
	font-weight: 700;
	text-align: center;}
	
.ticket_link1{width: 850px;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	font-size: 38px;
	font-weight: 500;
	text-align: center;
	border-radius: 25px;
	background: rgba(215,37,24,1.00);}
	
.ticket_link1 a{display: block;
	color: rgba(0,0,0,1.00);}

.ticket_link1:hover{opacity: 0.8;}

.ticket_close{background: rgba(143,143,143,1.00);}

.ticket_close:hover{opacity: 1.0;}

.niconico_box{width: 100%;
	border: rgba(255,255,255,1.00) solid 2px;}

.ticket_text3{text-align: center;
	line-height: 100%;
	border-bottom: rgba(255,255,255,1.00) solid 2px;}
	
.ticket_text4{text-align: center;
	font-size: 33px;
	line-height: 150%;}
	
.ticket_text4_inner{display: inline-block;
	text-align: left;}

.goods_box{width: 1120px;
	overflow: hidden;}
	
.goods_block1,.goods_block3,.goods_block4,.goods_block6,.goods_block7{width: 315px;
	padding-bottom: 10px;
	float: left;}
	
.goods_block2,.goods_block5{width: 315px;
	padding: 0 87.5px 10px;
	float: left;}
	
.goods_block{width: 100%;}

.goods_block img{width: 100%;}
	
.item_img{width: calc(100% - 2px);
	border: rgba(255,255,255,1.00) solid 1px;}

.item_name{padding-top: 5px;
	font-size: 25px;
	line-height: 130%;}
	
.item_price{font-size: 25px;
	line-height: 130%;}

.qa_footer_box{width: 100%;
	background: url("../img13aa2/footer_img1.3aa.jpg");
	background-size: 100% auto;
	background-position:bottom;
	background-repeat: no-repeat;}

.qa_text{width: 1120px;
	margin: 0 auto;}
	
.qa_block1{width: 100%;
	padding-bottom: 40px;}
	
.qa_q{width: calc(100% - 20px);
	padding: 0 10px;
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
	color: rgba(0,0,0,1.00);
	background: rgba(137,137,137,1.00);}
	
.qa_a{width: calc(100% - 20px);
	padding: 5px 10px;
	font-size: 20px;
	line-height: 150%;
	font-weight: 300;}

.qa_q2{width: calc(100% - 20px);
	padding: 0 10px;
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
	color: rgba(0,0,0,1.00);
	text-align: center;
	background: rgba(137,137,137,1.00);}

.footer_spacer{width: 100%;}

.footer_spacer img{width: 100%;}

footer{font-size: 18px;
	line-height: 150%;
	text-align: center;
	padding: 15px 0;}

.footer_text1{display: inline-block;
	overflow: hidden;}

.footer_text1_inner1{float: left;}

.footer_text1_inner2{float: left;
	padding: 0 10px 0 5px;
	background: rgba(137,137,137,1.00);}
	
.footer_text1_inner2 a{display: block;
	color: rgba(0,0,0,1.00);}
	
.footer_text2{padding-top: 30px;}

.footer_text3{padding-top: 80px;}


@media screen and ( max-width:1220px )
{
.header_menu_btn1,.header_menu_btn2{display: none;}

.mark_sns{display: none;}

.sp_menu{display: block;}

.menu-btn{width: 80px;
	height: 80px;}
	
.mark_sns_sp{width: 100px;
	height: 40px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	overflow: hidden;}
	
.mark_sns_sp_img{width: 40px;
	padding: 0 5px;
	float: left;}
}

ul.listmarker1 {
	list-style-type: none;
	margin-left:14px;
}
ul.listmarker1 li:before {
	content: '※'; 
	margin-left:-14px; 
}

ul.listmarker2 {
	list-style-type: none;
	margin-left:14px;
}
ul.listmarker2 li:before {
	content: '・'; 
	margin-left:-14px; 
}


@media screen and ( max-width:736px )
{
body{min-width: 320px;}

.nondata{font-size: 18px;}

.menu-btn{width: 60px;
	height: 60px;}

header{height: 60px;}

.header_logo{height: 60px;}

.header_menu{height: 60px;}

.header_archives{display: none;}

.header_menu_btn1,.header_menu_btn2{display: none;}

.top_block{width: 100%;
	height: auto;
	min-height: auto;
	background:rgba(0,0,0,1.00);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;}

/* 20200203追加 > */
.mv{width: 100%;
	padding-top: 60px;}

.mv img{width: 100%;}
/* < 20200203追加 */

.top_logo{position: absolute;	top: 26%;
	width: 100%;
	height: 30%;
	text-align: center;}
	
.top_logo img{height: 80%;}

.top_text1{width: 100%;
	margin: 0 auto;
	padding: 0;
	min-width: 300px;
	position: absolute; bottom: 20px;
	text-align: center;}
 
.top_text1_sp{width: 100%;
	text-align: center;}

.top_text1_sp img{width: 90%;
	max-width: 460px;
	min-width: 300px;}
	
.introduction{width: 90%;
	max-width: 460px;
	margin: 0 auto 60px;
	overflow: hidden;}
	
.introduction_text{width: 100%;
	min-width: 320px;
	margin-top: 0;
	font-size: 13.5px;
	line-height: 22px;
	font-weight: 200;
	float: none;}

.introduction_img{width: 200px;
	margin:10px auto 0;
	float: none;}
	
.introduction_img img{width: 100%;}

.ex_info1{width: calc(90% - 20px);
	max-width: 440px;
	padding: 0;
	margin: 0 auto 50px;
	font-size: 12px;
	line-height: 150%;
	border: rgba(255,255,255,1.00) solid 1px;}

.ex_info_title1{padding: 20px 0 10px;
	font-size: 16px;}

.ex_info_title2{padding: 20px 0 5px;
	font-size: 14px;}

.ex_info1 a,.ex_info1 a:hover{color: aqua;}

.con_block1,.con_block2{width: 90%;
	max-width: 460px;
	margin: 0 auto;
	padding-bottom: 80px;}
	
.con_title{width: 100%;
	max-width: 460px;
	margin: 0 auto;
	padding-bottom: 30px;}
	
.con_title2{width: 90%;
	max-width: 460px;
	margin: 0 auto;
	padding-bottom: 30px;}
	
.story_text{font-size: 14px;
	font-size: 300;
	line-height: 26px;}
	
.story_font_size_m{font-size: 18px;}

.story_font_size_l{font-size: 22px;}

.cast_area{width: 100%;
	margin: 0 auto;}

.cast_box{width: 100%;
	overflow: hidden;}
	
.cast_block1,.cast_block3{width: calc(50% - 10px);
	padding-bottom: 20px;
	padding-left: 0;
	float: left;}
	
.cast_block2{width: calc(50% - 10px);
	padding-left: 20px;
	padding-bottom: 20px;
	float: left;}
	
.cast_block1 img,.cast_block2 img,.cast_block3 img{width: 100%;}

.cast_text_block1{padding-top: 40px;}

.cast_text1{font-size: 24px;
	line-height: 150%;
	text-align: center;}
	
.cast_text2{font-size: 20px;
	line-height: 150%;
	text-align: center;}
	
.staff_block1{text-align: center;
	overflow: hidden;
	line-height: 26px;
	padding-bottom: 40px;}

.staff_name1{font-size:12px;
	padding-top: 15px;
	line-height: 120%;}
	
.staff_name2{font-size: 14px;
	line-height: 150%;}

.staff_block1_left{width: 100%;
	padding-right: 0;
	text-align: center;
	float: none;}
	
.staff_block1_right{width: 100%;
	padding-left: 0;
	text-align: center;
	float: none;}
	
.timetable{width: 100%;
	margin: 0 auto;}
	
.timetable img{width: 100%;}

.ticket_text1{width: 100%;
	margin: 0 auto;
	line-height: 150%;
	text-align: center;}
	
.ticket_text_ss{display: inline-block;
	font-size: 12px;
	text-align: left;}
	
.ticket_text_s{font-size: 14px;
	text-align: center;}

.ticket_text_m{font-size: 15px;
	line-height: 150%;}

.ticket_text2{font-size: 16px;
	font-weight: 700;
	text-align: center;}

.ticket_link1{width: 300px;
	height: 30px;
	margin-top: 5px;
	line-height: 30px;
	font-size: 15px;}

.ticket_link1:hover{opacity: 1.0;}

.niconico_box{border: rgba(255,255,255,1.00) solid 1px;}

.ticket_text3{padding: 0;
	text-align: center;
	border-bottom: rgba(255,255,255,1.00) solid 1px;}
	
.ticket_text3 img{width: 90%;}
	
.ticket_text4{text-align: center;
	font-size: 12px;
	line-height: 150%;}
	
.ticket_text4_inner{display: inline-block;
	text-align: left;}

.goods_box{width: 100%;
	overflow: hidden;}
	
.goods_block1,.goods_block3,.goods_block5{width: 48%;
	padding:0 0 10px 0;
	float: left;}
	
.goods_block2,.goods_block4,.goods_block6{width: 48%;
	padding: 0 2% 10px;
	float: left;}
	
.goods_block7{clear: both;
	width: 48%;
	margin: 0 auto;
	padding:0 0 10px 0;
	float: none;}
	
.goods_sp{padding-top: 20px;}
	
.goods_sp_caution{padding-top: 10px;}
	
.item_img{width: calc(100% - 2px);
	border: rgba(255,255,255,1.00) solid 1px;}

.item_name{padding-top: 5px;
	font-size: 12px;
	line-height: 130%;}
	
.item_price{font-size: 12px;
	line-height: 130%;}
	
.goods_sp1{padding-top: 20px;}
	
.qa_text{width: 90%;
	max-width: 460px;
	margin: 0 auto;}
	
.qa_block1{width: 100%;
	padding-bottom: 20px;}
	
.qa_q{width: calc(100% - 10px);
	padding: 5px;
	font-size: 12px;
	font-weight: 500;
	line-height: 130%;
	color: rgba(0,0,0,1.00);
	background: rgba(137,137,137,1.00);}
	
.qa_a{width: calc(100% - 10px);
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
	font-weight: 300;}

.qa_q2{width: calc(100% - 10px);
	padding: 5px;
	font-size: 12px;
	font-weight: 500;
	line-height: 130%;
	color: rgba(0,0,0,1.00);
	text-align: center;
	background: rgba(137,137,137,1.00);}
	
footer{font-size: 12px;
	line-height: 150%;
	text-align: center;
	padding: 15px 0;}

.footer_text1{display: inline-block;
	overflow: hidden;}

.footer_text1_inner1{float: none;}

.footer_text1_inner2{float: none;
	padding: 0 10px 0 5px;
	background: rgba(137,137,137,1.00);}
	
.footer_text1_inner2 a{display: block;
	color: rgba(0,0,0,1.00);}
	
.footer_text2{padding-top: 30px;}

.footer_text3{font-size: 10px;
	padding-top: 40px;}
}










