@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
*{margin:0px; padding:0px;}
html{min-height: 100%; position: relative;}
body{
	margin: 0;
	padding: 0;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	min-height: 100vh;
	flex-direction: column;
	font-family: "Mplus 1p","メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #111;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background: url('../img/bg_bg_top.png')fixed repeat-y center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; 
	text-shadow: 0 0 4px rgba(0,0,0,0.1),0 0 5px rgba(0,0,0,0.1),
	0 0 5px rgba(0,0,0,0.1),0 0 5px rgba(0,0,0,0.1),
	0 0 5px rgba(0,0,0,0.1),0 0 5px rgba(0,0,0,0.1),
	0 0 5px rgba(0,0,0,0.1),0 0 5px rgba(0,0,0,0.1);
}

textarea {
	font-family: "Mplus 1p","メイリオ", "ＭＳ Ｐゴシック", sans-serif; 
	overflow-wrap: break-word;
	word-wrap: break-word;
}

#container{
    max-width:1000px;
    height: 100%;
	margin: 0 auto;
	display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
}
#container img{
	width: 100%;
}

ul {
	padding: 0 5%;
	list-style:none;
}
@media screen and (min-width: 570px) {
	.btn_content a{
		font-size: 1.5vw;
		max-width:;
	}
	ul {
		list-style:none;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
}
.goods_sm{
	line-height: 120%;
}
@media screen and (max-width: 580px) {
	body{
		min-height: 100vh;
		margin: 0;
		padding: 0;
		display: block;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		flex-direction: column;
		font-family: "Mplus 1p","メイリオ", "ＭＳ Ｐゴシック", sans-serif;
		color: #111;
		overflow-wrap: break-word;
		word-wrap: break-word;
	}
}
@media screen and (max-width: 500px) {
	body{
		background:none;
	}
	body::before {
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		display: block;
		position: fixed;
		background:url('../img/bgtop_sm2.jpg') repeat center center;
		background-size: cover;
		content: "\A";
		z-index: -1;
	}
}
@media screen and (max-width: 300px) {
	ul {
		padding: 0 0;
	}
}

.ticket_b-area{
	margin: 0 auto 20px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.btn_ticket,.btn_ticket_two{
	height: auto;
	text-align: center;
}
.btn_ticket{
	width: 23.4%;
}
.btn_ticket_two{
	margin: 2% auto 2% auto;
	width: auto;
}
.btn_ticket a{
	width: 100%;
	padding: 5px 10px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.btn_ticket_two a{
	width: 185px;
	padding: 5px 10px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}

.btn_ticket a,.btn_ticket_two a{
	height: auto;
	margin: 0 auto;
	display: inline-block;
	color: #fff;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;;
	font-weight: 600;
	font-size: 1.1em;
	text-align:center;
	line-height: 160%;
	background-color: transparent;
	border: 1px solid #fff;
	box-shadow: 0 0 4px rgba(130,130,130,0.8),0 0 4px rgba(130,130,130,0.8)  inset;
	text-shadow: 0 0 4px rgba(0,0,0,0.1),0 0 5px rgba(0,0,0,0.1),
	0 0 5px rgba(0,0,0,0.1),0 0 5px rgba(0,0,0,0.1),
	0 0 5px rgba(0,0,0,0.1),0 0 5px rgba(0,0,0,0.1),
	0 0 5px rgba(0,0,0,0.1),0 0 5px rgba(0,0,0,0.1);
	background: #cd8c2c;
	background: -moz-linear-gradient(top, #cd8c2c 0%, #cd720b 30%, #cd720b 65%, #934e11 100%);
	background: -webkit-linear-gradient(top, #cd8c2c 0%,#cd720b 30%,#cd720b 65%,#934e11 100%);
	background: linear-gradient(to bottom, #cd8c2c 0%,#cd720b 30%,#cd720b 65%,#934e11 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd8c2c', endColorstr='#934e11',GradientType=0 );
	-webkit-transition: 00.3s ease-in-out;
	-moz-transition: 00.3s ease-in-out;
	-o-transition: 00.3s ease-in-out;
	transition: 00.3s ease-in-out;
}
.btn_ticket a:hover ,.btn_ticket_two a:hover{
	text-decoration: none;
	background: #1dd1b6;
	background: -moz-linear-gradient(top, #1dd1b6 0%, #00c691 50%, #00c691 65%, #119375 100%);
	background: -webkit-linear-gradient(top, #1dd1b6 0%,#00c691 50%,#00c691 65%,#119375 100%);
	background: linear-gradient(to bottom, #1dd1b6 0%,#00c691 50%,#00c691 65%,#119375 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dd1b6', endColorstr='#119375',GradientType=0 );
	-webkit-transition: 00.3s ease-in-out;
	-moz-transition: 00.3s ease-in-out;
	-o-transition: 00.3s ease-in-out;
	transition: 00.3s ease-in-out;
	border: 1px solid #03253B;
}


.btn_content{
	margin: 5% auto 5% auto;
	text-align: center;
}
.btn_content a{
	margin: 0 auto;
	background-color: transparent;
	border: 1px solid #fff;
	line-height: 50px;
	text-align:center;
	color: #fff;
	font-family: "Mplus 1p", sans-serif;
	font-weight: 600;
	font-size: 1.1em;
	text-align:center;
	padding: 0 10px;
	display: inline-block;
	box-shadow: 0 0 4px rgba(130,130,130,0.8),0 0 4px rgba(130,130,130,0.8)  inset;
	text-shadow: 0 0 4px rgba(130,130,130,0.2),0 0 5px rgba(130,130,130,0.2),
	0 0 5px rgba(130,130,130,0.2),0 0 5px rgba(130,130,130,0.2),
	0 0 5px rgba(130,130,130,0.2),0 0 5px rgba(130,130,130,0.2),
	0 0 5px rgba(130,130,130,0.2),0 0 5px rgba(130,130,130,0.2);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.btn_content a:hover {
	background-color: rgba(255, 255, 255, 0.2);
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#top_social{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.twi_btn{
	padding-top: 4px;
	padding-right: 5px;
}

footer{
	width: 100%;
	background-color: #110100;
	display: flex;
	justify-content: space-around;
}
footer p{
	padding: 15px;
	color: #FFE7C5;
	text-align: center;
}

@media screen and (min-width:630px) {
	.f_sm{
		display: none;
	}
}

em{
	font-style: normal;
	font-weight: 900;
	color: #B70000;
	font-size: 1.1em;
}
h2{
	margin: 0 0 12px 0;
	font-family: 'Sawarabi Mincho', sans-serif;
	color: #eab200;
	font-size: 1.6em;
	font-weight: 900;
	text-align: center;
	text-shadow: 0 0 5px rgba(26,17,6,0.1),0 0 5px rgba(26,17,6,0.1),
	0 0 5px rgba(26,17,6,0.1),0 0 5px rgba(26,17,6,0.1),
	0 0 5px rgba(26,17,6,0.1),0 0 5px rgba(26,17,6,0.1),
	0 0 5px rgba(26,17,6,0.1),0 0 5px rgba(26,17,6,0.1);
}
.h2_small{display: none;}
.special_tit{
	margin-left: -15px;
	padding: 10px;
	text-align: left;
	color: #00A2ED;
	font-size: 1.5em;
	font-weight: 800;
	text-shadow: 0 0 0 rgba(255,255,255,0);
	font-feature-settings : "palt";
}
h2#fix{
	margin: 0 0 4% 0;
	color: #fff;
	font-weight: 800;
	text-shadow: 0 0 5px rgba(26,17,6,0.1),0 0 5px rgba(26,17,6,0.1),
	0 0 5px rgba(26,17,6,0.1),0 0 5px rgba(26,17,6,0.1),
	0 0 5px rgba(26,17,6,0.1),0 0 5px rgba(26,17,6,0.1),
	0 0 5px rgba(26,17,6,0.1),0 0 5px rgba(26,17,6,0.1);
}
h3{
	margin: 0 auto 1% auto;
	text-align: center;
}
h3 img{
	max-width: 270px;
	width: 100%;}
h4{
	margin: 0 0 20px 0 ;
	padding: 0;
	background:url(../img/h4_line.jpg) repeat-x;
	background-position: 0;
	text-align: center;
}
h4 img{width: 100%;}
h5{
	margin: 0 0 10px 0;
	display: inline-block;
	padding: 5px 16px;
	font-size: 16px;
	color: #fff;
	z-index: 2;
}
.h5_bg1{
	background: #5B4F3B;
}
.h5_bg2{
	background: #fff;
	color: #cd720b;
	text-shadow: 0 0 0px rgba(255,255,255,0)
}
.h5_bg3{
	background: #00A2ED;
	color: #fff;
	text-shadow: 0 0 0px rgba(255,255,255,0)
}
.h5_line{
	width: 100%;
	height: 1px;
	z-index: 1;
	margin-top: -28px;
	margin-bottom: 28px;
}
.line01{border-top: solid 1px #5B4F3B;}
.line02{border-top: solid 1px #fff;}
.line03{border-top: solid 1px #00A2ED;}
.pick{
	margin: 20px auto 10px auto;
	text-align: center;
	color: #fff;
	font-size: 1.3em;
	font-weight: 600;
	text-shadow: 0 0 5px rgba(26,17,6,0.1),0 0 5px rgba(26,17,6,0.1),
	0 0 5px rgba(26,17,6,0.1),0 0 5px rgba(26,17,6,0.1),
	0 0 5px rgba(26,17,6,0.1),0 0 5px rgba(26,17,6,0.1),
	0 0 5px rgba(26,17,6,0.1),0 0 5px rgba(26,17,6,0.1);
}
#ticket .pick{
	margin: 30px auto 10px auto;
}
.pick a img{
	transition: 0.3s;
}
.pick a img:hover{
	opacity: 0.6;
	background-color: #fff;
	transition: 0.3s;
}
.store_bn{
	display: inline-block;
	text-align: center;
}
small{
	color: #fff;
}
.goods_small{
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	line-height: 160%;
}
.goods_small span{
	color: #eab200;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
.price_txt{
	font-size: 0.7em;
}
.comingsoon{
	width: 100%;
	max-width: 260px;
	margin: 40px auto 20px auto;
	display: inline-block;
	color: #FFF1E1;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: center;
	font-weight: 500;
	font-size: 2em;
	letter-spacing:0.03em;
	transform: rotateZ( -5deg );
}
.contet_txt_b,.contet_txt_n{
	color: #fff;
	font-size: 1.16em;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;	
	text-shadow: 0 0 5px rgba(26,17,6,0.1),0 0 5px rgba(26,17,6,0.1),
	0 0 5px rgba(26,17,6,0.1),0 0 5px rgba(26,17,6,0.1),
	0 0 5px rgba(26,17,6,0.1),0 0 5px rgba(26,17,6,0.1),
	0 0 5px rgba(26,17,6,0.1),0 0 5px rgba(26,17,6,0.1);
	line-height: 200%;
}

.contet_txt_b{
	font-weight: 500;
}

.contet_txt_n{
}


/*menu-----------------------------------------------------*/
#header {
  height: 90px;
}

#menu_content{
	height: 50px;
	width: 100%;
	position: absolute;
	top: 40px;
	background-color: rgba(26,17,6,0.8);
	z-index: 3;
}

#header.fixed #menu_content {
	position: fixed;
	top: 0px;
	-moz-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.5);
}

#menu{
	height: 50px;
	max-width: 1170px;
	margin: 0 auto;
	padding: 10px 0;
	color: #FFE7C5;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: 550;
	font-size: 1.2em;
}
#menu li a{
	color: #FFE7C5;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#menu li a:hover{
	color: #D50000;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
@media screen and (max-width: 910px) {
	#menu{
		font-size: 2vw;
		padding: 1% 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
}
.hexagon{
	background-image: url('../img/hex.png');
	background-size: 14px 16px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	padding: 5px 5px 3px 26px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.hexagon:hover{
	background-image: url('../img/hex_on.png');
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

svg {
	margin: -50px 0 5px 0;
	padding: 0!important;
	line-height: 0 !important;
	font-weight: normal;
}
.st0{opacity:0.95;}
.st1{fill:#8B0E24;}

/*概要-----------------------------------------------------*/
#overview{
	margin: -10px 0 0 0 ;
	padding: 3% 0 4% 0;
	background: url('../img/bg_song.png'), rgba(139,14,36,0.9);
	background: url('../img/bg_song.png'), -moz-linear-gradient(top, rgba(139,14,36,0.95) 30%, rgba(50,5,13,0.95) 100%);
	background: url('../img/bg_song.png'), -webkit-linear-gradient(top, rgba(139,14,36,0.95) 30%,rgba(50,5,13,0.95) 100%);
	background: url('../img/bg_song.png'), linear-gradient(to bottom, rgba(139,14,36,0.95) 30%,rgba(50,5,13,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(139,14,36,0.95)', endColorstr='rgba(50,5,13,0.95)',GradientType=0 );
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
}

#overview:before{
	content:: url(../img/bg_main_colo.png);
	margin-right : 0.1em ;
	position : relative ;
	bottom : -0.16em ;
}
#overview_content{
	max-width: 1170px;
	height: auto;
	margin: 0 auto;
	color: #FFF1E1;
}
.ov_txt{
	font-size: 1.16em;
	line-height: 200%;
	font-weight: 900;
	font-family: "fot-rodin-pron", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
}

/*back-----------------------------------------------------*/
.blue_back{
	padding: 4% 0;
	background: rgba(2,22,66,0.7);
	background: -moz-linear-gradient(top, rgba(2,22,66,0.7) 30%, rgba(13,0,0,0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(2,22,66,0.7) 30%,rgba(13,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(2,22,66,0.7) 30%,rgba(13,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(2,22,66,0.7)', endColorstr='rgba(13,0,0,0.7)',GradientType=0 );
}
.red_back{
	padding: 4% 0;
	background: rgba(63,16,0,0.7);
	background: -moz-linear-gradient(top, rgba(63,16,0,0.7) 30%, rgba(0,0,13,0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(63,16,0,0.7) 30%,rgba(0,0,13,0.7) 100%);
	background: linear-gradient(to bottom, rgba(63,16,0,0.7) 30%,rgba(0,0,13,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(63,1620.95)', endColorstr='rgba(0,0,13,0.7)',GradientType=0 );
}
.black_back{
	margin: 0 auto ;
	padding: 0 2%;
	max-width: 1130px;
}

.visu_back{
	padding: 0;
	background: rgba(13,0,0,0.7);
	background: -moz-linear-gradient(top, rgba(13,0,0,0.7) 30%, rgba(68,7,17,0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(13,0,0,0.7) 30%,rgba(68,7,17,0.7) 100%);
	background: linear-gradient(to bottom, rgba1320206,0.7) 30%,rgba(68,7,17,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(13,0,0,0.7)', endColorstr='rgba(13,0,0,0.7)',GradientType=0 );
}

.img_back{
	margin: 0 auto;
	padding: 2% 0;
	max-width: 1070px;
	background: url('../img/bg_h.png'), #ffffff; /* Old browsers */
	background: url('../img/bg_h.png'), -moz-radial-gradient(center, ellipse cover, #ffffff 45%, #fff0ee 100%); /* FF3.6-15 */
	background: url('../img/bg_h.png'), -webkit-radial-gradient(center, ellipse cover, #ffffff 45%,#fff0ee 100%); /* Chrome10-25,Safari5.1-6 */
	background: url('../img/bg_h.png'), radial-gradient(ellipse at center, #ffffff 45%,#fff0ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff0ee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-moz-box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.3);
-ms-box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.3);
}

.lien{
	max-width: 1070px;
	height: auto;
	margin: 0 auto 60px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.sp_guests{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.lien_img{
	margin: 0 15px 0 10px;
	width: 26%;
}
.lien_img img{
	width: 100%;
	max-width: 250px;
	max-height: 330px;
}
.lien_contentR{
	width: 74%;
	margin: -5px 10px 0 15px;
}
.lien_content_tit{
	font-family: "Mplus 1p","メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 600;
	font-size: 1.5em;
	color: #fff;
}
.black_txt{
	margin: 0 0 20px 0;
	color: #fff;
	line-height: 150%;
}
.black_txt a{
	color: #fff;
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.black_txt a:hover{
	color: #D50000;
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.lien_name{
	font-weight: 500;
	font-size: 1.1em;
}
.per_content_tit{
	font-family: "Mplus 1p","メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 600;
	font-size: 1.5em;
	color: #fff;
	text-align: center;
}
.performers_img{
	padding: 0 10px 20px 10px;
}
.performers_img img{
	width: 100%;
	max-width: 210px;
}
.sp_guests_p{
	margin: 5px 0;
	text-align: center;
}
.chara{
	font-size: 0.9em;
	font-weight: 500;
}
.chara_en{
	font-size: 0.75em;
	font-weight: 500;
}


.bn_space{
	max-width: 620px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	color: #fff;
}
.bn_space img{
	transition: 0.3s;
}
.bn_space img:hover{
	opacity: 0.6;
	background-color: #fff;
	transition: 0.3s;
}

/*詳細-----------------------------------------------------*/
#premium{
	margin: 0 auto 40px auto;
}
.menu_l{
	margin: 0 auto 50px auto;
}
.detail{
	max-width: 700px;
	margin: 40px auto 0 auto;
	padding: 20px 0;
	background-color: #000;
	color: #fff;
	-moz-box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.15);
}
.detail_txt{
	margin: 0 auto 20px auto;
	text-align: center;
}
.content_detail dl{
	width: 50%;
	max-width: 350px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.detail dt{
	font-size: 1.45em;
	text-align: center;
	line-height: 130%;
}
.detail dd{
	font-size: 1em;
	text-align: center;
	color: #C6C6C6;
}

.detail_c_tex{
	padding: 3% 2% 0 2%;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 160%;
	color: #eaeaea;
	list-style: none;
	counter-reset: my-counter;
}
.detail_c_tex p{
	margin: 0 0 2% 0;
}
ol{
	padding: 0;
	counter-reset: my-counter;
	list-style: none;
}
.detail_c_tit{
	margin: 0 0 10px 0;
	text-align: left;
	color: #FF8812;
	text-shadow: 0 0 5px rgba(26,17,6,0.1),0 0 5px rgba(26,17,6,0.1),
	0 0 5px rgba(26,17,6,0.1),0 0 5px rgba(26,17,6,0.1),
	0 0 5px rgba(26,17,6,0.1),0 0 5px rgba(26,17,6,0.1),
	0 0 5px rgba(26,17,6,0.1),0 0 5px rgba(26,17,6,0.1);
	font-size: 1.1em;
	font-weight: 600;
	position: relative;
}
.detail_c_tit:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	width: 22px;
	height: 22px;
	margin-left: 5px;
	display: block;
	float: left;
	background-color: #FF8812;
	color: #000;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	text-shadow: 0 0 0px rgba(0,0,0,0);
}
#paro_tit{
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #D50000;
}
#paro_img{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}
#paro_img::after{
	content:"";
	display: block;
	width:32.5%;
}

#paro_img div{
	width: 32.5%;
	margin-bottom: 10px;
}
#paro_img div p{
	margin: 0;
}
.paro_tit{
	max-width: 106px;
	width: 100%;
}

#paro_img p{
	padding: 5% 6% 2% 6%;
	background: -webkit-linear-gradient(45deg, transparent 10px, #FF7024 10px), -webkit-linear-gradient(135deg, transparent 10px, #FF7024 10px), -webkit-linear-gradient(225deg, transparent 10px, #FF7024 10px), -webkit-linear-gradient(315deg, transparent 10px, #FF7024 10px);
	background: -moz-linear-gradient(45deg, transparent 10px, #FF7024 10px), -moz-linear-gradient(135deg, transparent 10px, #FF7024 10px), -moz-linear-gradient(225deg, transparent 10px, #FF7024 10px), -moz-linear-gradient(315deg, transparent 10px, #FF7024 10px);
	background: -o-linear-gradient(45deg, transparent 10px, #FF7024 10px), -o-linear-gradient(135deg, transparent 10px, #FF7024 10px), -o-linear-gradient(225deg, transparent 10px, #FF7024 10px), -o-linear-gradient(315deg, transparent 10px, #FF7024 10px);
	background: -ms-linear-gradient(45deg, transparent 10px, #FF7024 10px), -ms-linear-gradient(135deg, transparent 10px, #FF7024 10px), -ms-linear-gradient(225deg, transparent 10px, #FF7024 10px), -ms-linear-gradient(315deg, transparent 10px, #FF7024 10px);
	background-position: bottom left, bottom right, top right, top left;
	background-size: 50.7% 50.7%;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#paro_img p:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	cursor: pointer;
}
#paro_img p img{
	width: 100%;
	margin: 0 0 4px 0;
}

#resurrection{
	display: block;
	text-align: center;
}
#resurrection div{
	width: 32.5%;
	margin-bottom: 10px;
}
#resurrection p{
	margin: 0;
	padding: 5% 6% 2% 6%;
	font-size: 1.1em;
	color: #000;
	font-weight: 600;
	text-shadow: 0 0 0px rgba(0,0,0,0);
	background: -webkit-linear-gradient(45deg, transparent 10px, #FF7024 10px), -webkit-linear-gradient(135deg, transparent 10px, #FF7024 10px), -webkit-linear-gradient(225deg, transparent 10px, #FF7024 10px), -webkit-linear-gradient(315deg, transparent 10px, #FF7024 10px);
	background: -moz-linear-gradient(45deg, transparent 10px, #FF7024 10px), -moz-linear-gradient(135deg, transparent 10px, #FF7024 10px), -moz-linear-gradient(225deg, transparent 10px, #FF7024 10px), -moz-linear-gradient(315deg, transparent 10px, #FF7024 10px);
	background: -o-linear-gradient(45deg, transparent 10px, #FF7024 10px), -o-linear-gradient(135deg, transparent 10px, #FF7024 10px), -o-linear-gradient(225deg, transparent 10px, #FF7024 10px), -o-linear-gradient(315deg, transparent 10px, #FF7024 10px);
	background: -ms-linear-gradient(45deg, transparent 10px, #FF7024 10px), -ms-linear-gradient(135deg, transparent 10px, #FF7024 10px), -ms-linear-gradient(225deg, transparent 10px, #FF7024 10px), -ms-linear-gradient(315deg, transparent 10px, #FF7024 10px);
	background-position: bottom left, bottom right, top right, top left;
	background-size: 50.6% 50.6%;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#resurrection p:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	cursor: pointer;
}
#resurrection p img{
	width: 100%;
	margin: 0 0 4px 0;
}
.last_tit{
	max-width: 195px;
	width: 100%;
}


.detail_small{
	color: #7c7c7c;
	font-size: 0.85em;
}

.content_detail{
	display: -webkit-flex;
	display: flex;
	border-top: 1px solid #D50000;
	border-bottom: 1px solid #D50000;
}
.detailed_img{
	width: 50%;
}
.detailed_img img{
	width: 100%;
	max-width: 350px;
}
.next_txt{
	margin: 15px 0 0 0;
	font-size: 1.2em;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: 500;
	text-align: center;
}
.info_table,.ticket_period{
	width: 100%;
	max-width: 700px;
	margin: -8px auto 20px auto;
	color: #fff;
	font-size: 1.3em;
}
.ticket_table{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
	color: #fff;
	font-size: 1.3em;
}

.text_fix{
	text-decoration: line-through;
}
.fix{
	margin-left: 5px;
	padding: 5px 5px;
	display: inline-block;
	background: #cd720b none repeat scroll 0 0;
	color: #fff;
	font-size: 12px;
}

.info_table th,.info_table td,.ticket_period th,.ticket_period td{
	padding: 5px 10px;
	font-weight: normal;
}

.info_table a{
	color: #fff;
	border-bottom: 1px solid;
	transition: 0.3s;
}
.info_table a:hover{
	text-decoration: none;
	color: #eab200;
	transition: 0.3s;
}

.ticket_table{
	font-weight: 500;
	text-align: center;
}
.ticket_table th{
	padding: 10px;
	width: 50%;
	text-align: center;
	border: 1px #051B28 solid;
	background: #075484;
	background: -moz-linear-gradient(top, #075484 20%, #053b59 100%);
	background: -webkit-linear-gradient(top, #075484 20%,#053b59 100%);
	background: linear-gradient(to bottom, #075484 20%,#053b59 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#075484', endColorstr='#053b59',GradientType=0 );
}
.ticket_table td{
	padding: 10px;
	background-color: #042a3f;
	border: 1px #051B28 solid;
}
.ticket_table small{
	font-weight: normal;
}
.ticket_table {}

.info_table th{
	width: 80px;
	-moz-text-align-last: justify;
	text-align-last: justify;
}

.ticket_period th{
	width: 130px;
	-moz-text-align-last: justify;
	text-align-last: justify;
}
.ticket_period{
}

.ticket_area{
	width: 100%;
	max-width: 700px;
	margin: 0 auto 30px auto;
}

.lien_contentR img{
	max-width: 300px;
	width: 100%;
}

.tour_table{
	width: auto;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	font-family: メイリオ, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.1em;
}
.tour_table th,.tour_table td{
	border: 1px solid #ccc;
}
.tour_table th{
	width: 140px;
	padding: 6px 6px;
	text-align: center;
	letter-spacing:0.1em;
	font-weight: normal;
	background-color: #f6f6f6;
}
.tour_table td{
	width: auto;
	padding: 6px 12px;
}

.tour_table a{
	color: #2b2e38;
	text-decoration: none;
	border-bottom: 1px solid #2b2e38;
	transition: 0.3s;
}
.tour_table a:hover{
	color: #eab200;
	transition: 0.3s;
	border-bottom: 1px solid #eab200;
}

.title-l{
	color: #cd720b;
	font-size: 1.2em;
	font-weight: 600;

}
.first_other{
	margin: 10px 0 5px 0;
}

.del_link{
	width: auto;
	height: auto;
	margin: 6px auto 0 auto;
	padding: 0 12px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	display: inline-block;
	text-align: center;
	color: #eab200;
	text-decoration: none;
	line-height: 140%;
	background-color: transparent;
	border: 1px solid #eab200;
	box-shadow: 0 0 4px rgba(130,130,130,0.8), 0 0 4px rgba(130,130,130,0.8) inset;
	-webkit-transition: 00.3s ease-in-out;
	-moz-transition: 00.3s ease-in-out;
	-o-transition: 00.3s ease-in-out;
	transition: 00.3s ease-in-out;
}
.del_link:hover{
	text-decoration: none;
	color: #00A2ED;
	border: 1px solid #00A2ED;
}


.sp_hex {
	width: 100px;
	height: 30px;
	margin: 0 auto 6px auto;
	font-family: 'Sawarabi Mincho', sans-serif;
	color: #D50000;
	text-align: center;
	text-decoration: none;
	font-size: 0.8em;
	line-height: 30px;
	position: relative;
	z-index: 1;
	display: block;
	transition: .1s ease-in-out;
	border-top: 1px solid #D50000;
	border-bottom: 1px solid #D50000;
	background-color: #000;
}
.sp_hex:before,.sp_hex:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 4px;
	transition: .1s ease-in-out;
	border: 0;
	background-color: #000;
}
.sp_hex:before {
	left: -10px;
	transform: perspective(12px);
	transform: rotate(45deg);
	border-bottom: 1px solid #D50000;
	border-left: 1px solid #D50000;
}
.sp_hex:after {
	right: -10px;
	transform: perspective(12px);
	transform: rotate(45deg);
	border-top: 1px solid #D50000;
	border-right: 1px solid #D50000;
}

.sp_book_content{
	max-width: 900px;
	margin: 0 auto 20px auto;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.sp_book_tit{
	font-size: 1.4em;
	text-align: left;
}
#sp_book{
	width: 28%;
	padding: 0 1% 0 0;
}
#sp_book img{
	max-width: 230px;
	width: 100%;
}

.sp_book_txt{
	width: 70%;
	padding: 0 4px;
	font-size: 1.16em;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
	line-height: 170%;
}
.sp_book_txt .sp_book_fir{
	margin: 0  0 20px 0;
}

.sp_goods_content{
	max-width: 1070px;
	margin: 0 auto 20px auto;
	padding: 10px 1%;
	background-color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border: 1px solid #00A2ED;
	text-shadow: 0 0 0px rgba(255,255,255,0);
	position: relative;
}
.sp_goods_content::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-color: transparent #00A2ED transparent transparent;
	line-height: 0px;
	_border-color: #000000 #00A2ED #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.sp_goods_content::after {
	content: "特典";
	display: block;
	position: absolute;
	top: 7px;
	right: 2px;
	color: #fff;
	font-weight: 600;
	font-size: 1.03em;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
#sp_goods{
	width: 29%;
	margin: 0 auto;
}
#sp_goods img{
	width: 100%;
	max-width: 300px;
	height: 100%;
}

.sp_goods_txt{
	width: 71%;
	padding: 0 0 0 1%;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.16em;
	text-align: left;
	line-height: 170%;
}
.sp_goods_txt .sp_goods_fir{
	margin: 0  0 20px 0;
}

/*チケット-----------------------------------------------------*/
#ticket_btnsp{
	max-width: 600px;
	margin: 0 auto 20px auto;
}
/*ライブ概要---------------------------------------------------*/
.live_overview{
	margin: 0 auto;
	max-width: 700px;
}
.text_tit{
	color: #fff;
	font-weight: 500;
	font-size: 1.2em;
}

/*GOODS-----------------------------------------------------*/
#goods_interior{
	width: 100%;
	margin: 0 auto;
	max-width: 1070px;
}
.goods_table{
	width: auto;
	margin: 20px auto 20px auto;
	padding: 0 4%;
	color: #fff;
	font-size: 1.3em;
}
.goods_table th,.goods_table td{
	padding: 1px 10px;
	font-weight: normal;
}
.goods_table th{
	width: 60px;
	-moz-text-align-last: justify;
	text-align-last: justify;
}
#goods #goods_content,#goods #existing_content{
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
	padding: 0;
	display : flex;
	flex-wrap : wrap;
	justify-content:space-between;
}

#goods #goods_content::before{
	content:"";
	width:23%;
	display: block;
	order:1;
}
#goods #goods_content::after{
	content:"";
	width:23%;
	display: block;
}

#goods_content .goods_area{
	position: relative;
	width:23%;
	margin-bottom:20px;
	box-sizing:border-box;
	border: 1px solid #B70000;
	box-sizing:content-box;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#goods_content .goods_area::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-color: transparent #b70000 transparent transparent;
	line-height: 0px;
	_border-color: #000000 #b70000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#goods_content .goods_area::after{
	content: "NEW";
	display: block;
	position: absolute;
	top: 7px;
	right: 2px;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
#goods_content .goods_area:hover{
	-moz-box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.8);
	-ms-box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.8);
	background: #fff;
	filter:alpha(opacity=80);
	opacity:0.8;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	cursor : pointer;
}

.goods_area img{
	width: 100%;
}

.goods_n,.goods_p{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	-moz-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-ms-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.goods_area .p_small{
	font-size: 0.92em;
}

#goods_content .goods_area .goods_n{
	min-height: 90px;
	padding: 15px 10px;
	color: #060819;
	font-size: 14px;
	background-color: rgba(2,22,66,0.04);
	display: flex;
	align-items: center;
}
#goods_content .goods_area .goods_p{
	padding: 15px 10px;
	color: #3F3F3F;
	font-size: 14px;
	background-color: #fff;
}

#goods #goods_content{
	margin: 10px auto;
}


#goods #existing_content::before{
	content:"";
	width:16%;
	display: block;
	order:1;
}
#goods #existing_content::after{
	content:"";
	display: block;
	width:16%;
}

#existing_content .goods_area{
	width:16%;
	margin-bottom:10px;
	box-sizing:border-box;
	box-sizing:content-box;
	background: rgba(255,255,255,1);
}

#existing_content .goods_area .goods_n{
	min-height: 70px;
	padding: 10px 10px;
	color: #000;
	font-size: 10.1px;
	background-color: rgba(63,3,3,0.04);
	display: flex;
	align-items: center;
}
#existing_content .goods_area .goods_p{
	padding: 15px 10px;
	color: #3F3F3F;
	font-size: 11.5px;
	background-color: #fff;
}



.sample_img{
	width: 100%;
	display: -webkit-flex;
	display : flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.sample_img p{
	width: 19.5%;
}
.sample_img p img{
	width: 100%;
	max-width: 200px;
	border: solid 1px #ccc;
}

.sample_space{
	margin-top: 20px;
	text-align: left;
}




#sm_menu input,#sm_menu label{ text-shadow:0 0 4px rgba(0,0,0,0.0);}
#ham-menu {
	width: 240px;
	height: 100%;
	padding: 10px 20px;
	position: fixed;
	right: -240px;
	top: 0;
	background: rgba(255,255,255,0.8);
	box-sizing: border-box;
	transition: transform 00.3s linear 0s;
	z-index: 1000;
}
#ham-menu ul{
	display: block;
	padding: 0;
}

#ham-menu li{
	padding: 5px 0;
}
#menu-background {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #333;
	opacity: 0;
	transition: all 00.3s linear 0s;
	z-index: -1;
}

#menu-icon {
	width: 50px;
	height: 40px;
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	background: rgba(255,255,255,0.8);
	border-radius: 0 0 0 2px;
	color: #333;
	font-size: 50px;
	line-height: 30px;
	text-align: center;
	transition: all 00.3s linear 0s;
	z-index: 1000;
	cursor: pointer;
}

#menu-cb {
	display: none;
}

#menu-cb:checked ~ #ham-menu,
#menu-cb:checked ~ #menu-icon {
	transform: translate(-240px);
}

#menu-cb:checked ~ #menu-background {
	opacity: 0.5;
	z-index: 999;
}

#ham-menu li a{
	font-size: 1.8em;
	font-weight: 600;
	color: #333;
	text-shadow: 0 0 5px rgba(255,255,255,0.2),0 0 5px rgba(255,255,255,0.2),
	0 0 5px rgba(255,255,255,0.2),0 0 5px rgba(255,255,255,0.2),
	0 0 5px rgba(255,255,255,0.2),0 0 5px rgba(255,255,255,0.2),
	0 0 5px rgba(255,255,255,0.2),0 0 5px rgba(255,255,255,0.2);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#ham-menu li a:hover{
	text-decoration: none;
	color: #D50000;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}


/*メインビジュアル*/
.visual_content{
	height: auto;
	margin: -2% 0 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-shadow: 0 0 0px rgba(0,0,0,0);
}
#sp_main{
	width: 44%;
	max-width: 450px;
	padding: 0 15px 0 2%;
}
.visual_content img{
	width: 100%;
}

.visual_content_tex{
	width: 56%;
	padding: 0 2% 0 15px;
	font-size: 1.16em;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	word-break:normal;
}

.visual_content_tex .text_top{
	font-size: 1.1em;
	line-height: 150%;
	font-weight: 900;
	font-family: "fot-rodin-pron", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

.visual_content_tex p{
	margin: 0 0 20px 0;
}

.twitter_link{
	text-decoration: none;
	color: #1a1106;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.twitter_link:hover{
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.twitter_link:before {
	content: url(../img/star.png) ;
	max-width: 40px;
	margin-right: 0.2em;
	vertical-align: -6px;
}

.twitter_link-higashi{
	text-decoration: none;
	color: #1a1106;
}
.twitter_link-higashi:hover{
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.twitter_link-higashi:before {
	content: url(../img/higashi.png) ;
	max-width: 40px;
	margin-right: 0.2em;
	vertical-align: -6px;
	text-decoration: none;
	border: 0px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.twitter_link-higashi:before:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.tiwtter_hover{
	margin-top: 10px;
	border-bottom: 1px solid;
	vertical-align:4px;
}
.twitter_link-higashi:hover .tiwtter_hover{
	border-bottom: 1px solid #23527c;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}




/*更新情報--------------------------------------------*/
#news{
	margin: 1% 0 0 0;
	padding: 90px 1% 0 1%;
}
#news_content{
	max-width: 700px;
	margin: 0 auto;
	border: solid 1px #FFE7C5;
	padding: 0 10px;
	background: rgba(135,15,35,0.5);
	line-height: 160%;
}
#news_content h3{
	margin: -38px 0 0 0;
}
#news_cont{
	max-height: 280px;
	margin-bottom: 10px;
	overflow-y: scroll;
}
#news_content dl{
	margin: 0;
	padding: 10px;
}
#news_content dt{
	font-weight: normal;
}

.news_h{
	height: 1px;
	margin:0;
	padding: 0;
	border: 0;
	border-top: dotted 1px #FFE7C5;
	background-color: rgba(255,255,255,0);
}

/*	左右のボタン	*/
.slide .slide_navi {
	position: relative;
}

.slide .slide_navi li {
	width: 2em;
	margin: -1em 0;
	position: absolute;
	top: 50%;
	display: block;
	z-index: 10;
	border-radius: 6px;
	color: #fff;
	line-height: 2em;
	text-align: center;
	background: #333;
	cursor: pointer;
}

.slide .slide_navi li.next {
	right: 0em;
}

.slide .slide_navi li.prev {
	left: 0em;
}

/*	ページング	*/
.slide .slide_paging {
	margin: 20px 0 0;
}

.slide .slide_paging li {
	margin: 0 10px 0 0;
	cursor: pointer;
	float: left;
}

.slide .slide_paging li.current {
	color: #f00;
	font-weight: 700;
}





@media screen and ( max-width:1100px) {
	#goods_interior{
		padding: 0 1%;
	}
}
@media screen and (max-width:980px) {
	.visual_content{
		margin: 1% 0 0 0;
	}
}

@media screen and ( max-width:950px) {
	.sp_guests{
		flex-wrap: wrap;
	}
}
@media screen and ( max-width:930px) {
	.bn_space{
		display: block;
	}
	.bn_space p{
		margin-bottom: 10px;
	}
}

@media screen and ( max-width:820px) {
	.br_ov_txt{
		display: none;
	}
	.ov_txt{
		padding: 0 2%;
		text-align: left;
		font-size: 1.1em;
	}
	.goods_txt{
		padding: 0 2%;
		text-align: left;
	}
	#goods_content .goods_area{
		width: 31%;
	}
	#existing_content .goods_area{
		width: 19%;
	}
}
@media screen and (max-width:800px) {
	#menu_content{
		display: none;
	}
	#visual_pc{
		margin: -20px  0 0 0;
	}
	.sm_sns{
		margin: 0 auto;
		text-align: center;
		display: block;
	}
}
@media screen and (max-width:780px){
	.special-pc {
		font-size: 3vw;
	}
}
@media screen and (max-width:720px){
	.special-pc{
		display: none;
	}
	.special-sm {
		font-size: 1.5em;
	}
	.special_tit{
		text-align: center;
	}
	.sp_goods_content{
		display: block;
	}
	#sp_goods{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.sp_goods_txt{
		width: 100%;
	}
}
@media screen and (max-width:700px) {
	.sp_book_tit{
		text-align: center;
	}
	.sp_book_content{
		padding: 0 1%;
		display: block;
		width: 100%;
		text-align: center;
	}
	.sp_book_txt{
		width: 100%;
	}
	#sp_book{
		width: 100%;
		text-align: center;
	}
	.sp_book_fin{
		margin: 0 auto 3% auto;
	}
	.ticket_table:after{
		left: 10%;
	}
	.sample_img{
		width: 100%;
		display : flex;
		flex-wrap : wrap;
		justify-content:space-between;
	}
	.sample_img p{
		width: 32%;
		margin-bottom: 10px;
	}
	.sample_img::after{
		content:"";
		width:32%;
		display: block;
	}
	.live_overview{
		padding: 0 1%;
	}
	.visual_content{
		display: block;
	}
	#sp_main{
		width: 100%;
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}
	.visual_content_tex{
		padding: 0 1%;
		width: 100%;
	}
}

@media screen and (max-width:680px){
	.ticket_b-area{
		display: block;
	}
	.btn_ticket{
		width: 80%;
		margin: 2% auto 2% auto;
	}
}

@media screen and ( max-width:630px) {
	.lien{
		display: block;
	}
	.lien_img{
		width: 100%;
		max-width: 200px;
		text-align: center;
		display: block;
		margin: 0 auto;
	}
	.lien_contentR{
		width: 100%;
		margin: 0;
	}
	.black_back{
		padding: 0 2%;
	}
	#ticket .contet_txt_n{
		padding: 0 2%;
		text-align: left;
	}
	.sp_book_content .sp_book_txt{
		text-align: left;
	}
	.sm_700{
		display: none;
	}
	#existing_content .goods_area{
		width: 24%;
	}
}
@media screen and ( max-width:605px) {
	.content_detail{
		display: block;
	}
	.content_detail dl{
		width: 100%;
		max-width: 605px;
		padding: 3% 1%;
		display: block;
	}
	.content_detail p{
		width: 100%;
	}
	.br_detail{
		display: none;
	}
	.detailed_img img{
		max-width: 605px;
	}
	.change_vw{
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	#visual_pc{
		display: none;
	}
	#visual_sm{
		margin: -20px 0 0 0;
	}
}
@media screen and ( max-width:580px) {
	h2{
		font-size: 4vw;
	}
	.h2_small{display: none;}
	.info_table tr,.ticket_period tr{
		border: 1px solid rgba(0,0,0,1);
	}
	.info_table td,.info_table th,.ticket_period td,.ticket_period th{
		width: 100%;
		display: block;
		background: rgba(0,0,0,0.7);
		text-align-last:left;
		font-size: 0.8em;
	}
	.info_table th,.ticket_period th{
		border-bottom: 1px solid rgba(255,255,255,0.1);
		background: rgba(30,30,30,0.8);
	}
	#paro_img{
		display : flex;
		flex-wrap : wrap;
		justify-content:space-between;
	}
	#paro_img div{
		width: 49%;
		margin-bottom:10px;
		box-sizing:border-box;
	}
	#paro_img::after{
		width:49%;
	}
	#resurrection div{
		width: 49%;
	}
	#goods_content .goods_area{
		width: 47%;
	}
}
@media screen and ( max-width:520px) {
	.br_detail{
		display: block;
	}
	#existing_content .goods_area{
		width: 32%;
	}
	.sample_img p{
		width: 48%;
		margin: 0 auto 10px auto;
	}
	.sample_img::after{
		content:"";
		width:48%;
		display: block;
	}
}

@media screen and ( max-width:500px) {
	.performers_img{
		width: 50%;
	}
	.performers_img img{
		max-width: 210px;
	}
	.tour_table{
		width: 100%;
		border: 1px solid #ccc;
	}
	.tour_table td,.tour_table th{
		width: 100%;
		display: block;
		max-width: 410px;
		text-align: left;
		border: none;
	}
	.ov_txt{
		font-size: 1em;
		line-height: 180%;
	}
	.visual_content_tex .text_top{
		font-size: 0.86em;
		line-height: 180%;
	}
	.visual_content_tex p{
		font-size: 0.86em;
		line-height: 160%;
	}
	.contet_txt_n , .contet_txt_b , .goods_table , .pick{
		font-size: 1.15em;
		line-height: 150%;
	}
	.sp_book_fir, .sp_goods_fir{
		font-size: 0.98em;
	}
	.sp_book_fin{
		font-size: 0.9em;
	}
}
@media screen and ( max-width:430px) {
	.ticket_table th{
		font-size: 4.3vw;
		width: auto;
	}
}
@media screen and ( max-width:420px) {
	h2{
		font-size: 6.2vw;
	}
	.h2_tit{display: none;}
	.h2_small{display: block;}
	.per_content_tit{
		font-size: 6vw;
	}
	.ticket_table:after{
		left: 7%;
		font-size: 0.9em;
		padding: 2px 16px;
	}
	#existing_content .goods_area{
		width: 48%;
	}
}

@media screen and ( max-width:400px) {
	#goods_content .goods_area{
		margin: 0 4% 10px 4%;
		width: 92%;
	}
	#goods #existing_content{
		padding: 0 4%;
	}
	.sp_goods_content{
	margin: 0 2% 20px 2%;
	}
}

@media screen and ( max-width:370px) {
	#paro_img{
		display: block;
	}
	#paro_img div{
		width: 92%;
		margin: 0 auto 10px auto;
	}
	#paro_img::after{
		width:92%;
	}
	#resurrection div{
		width: 92%;
		margin: 0 auto 10px auto;
	}
	#goods_content .goods_area{
		margin: 0 2% 10px 2%;
		width: 98%;
	}
}
@media screen and ( max-width:320px){
	.special-sm{
		font-size: 6vw;
	}
}

@media screen and ( max-width:300px) {
	.ticket_table td{
		font-size: 6vw;
	}
	.comingsoon{
		font-size: 8vw;
	}
	.ticket_table:after{
		padding: 2px 16px;
		left: 4%;
		font-size: 0.8em;
	}
	.sample_img{
		width: 100%;
		display : block;
	}
	.sample_img p{
		width: 100%;
		margin: 0 auto 10px auto;
	}
	.sample_img::after{
		content:"";
		display: none;
	}
}




@media screen and ( min-width:1035px) {
	.goods_sm{
		display: none;
	}
}
@media screen and ( min-width:800px) {
	#sm_menu,.sm_sns,.sm_sns table{
		display: none;
	}
}
@media screen and ( min-width:820px) {
	.h2_tit{
		display: none;
	}
}
@media screen and ( min-width:880px) {
	.h2_tit{
		display: none;
	}
}
@media screen and ( min-width:721px) {
	.special-sm{
		display: none;
	}
}
@media screen and ( min-width:700px) {
	.sm_700{
		display: none;
	}
	.br_700{display: none;}
}
@media screen and ( min-width:670px) {
	.br_670{
		display: none;
	}
}
@media screen and ( min-width:605px) {
	#visual_sm{
		display: none;
	}
}
@media screen and ( min-width:460px) {
	.sm_460{
		display: none;
	}
}
@media screen and ( min-width:420px) {
	.sm_420{
		display: none;
	}
}
@media screen and ( min-width:400px) {
	.br_400{
		display: none;
	}
}



