/* CSS Document */

/* ALL_setting
================================================== */
*{
	margin:0;
	padding:0;
	font-family: "source-han-sans-japanese", Meiryo, sans-serif, monospace;
	font-size: 18px;
}

html , body {
	min-height: 100%;
	height: auto;
	height: 100%;
	word-break: break-all;
	background-color: #fff;
}

#wrapper{
	width: 100%;
	min-height:100vh;
	position: relative;
}

img{vertical-align: top;}
.left{float: left;}
.clear{clear:both;}
li{	text-decoration: none; }

.a_link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a { outline: none; }
a:focus, *:focus { outline:none; }

.source-han-sans{font-family: source-han-sans-japanese, sans-serif;}
.shippori-mincho{font-family: shippori-mincho, sans-serif;}
.thermal-variable{font-family: thermal-variable, sans-serif;}

.pc{ display: inherit!important; }
.sp{ display: none!important; }
@media screen and (max-width: 699px){
.pc{ display: none!important; }
.sp{ display: inherit!important; }
}

/* menu_setting
================================================== */

.left_menu_box{
	position: fixed;
	z-index: 2;
	top: 1%;
	right: 1%;
	text-align: right;
	padding: 1% 1%;
	line-height:2.4em;
	font-family: 'thermal-variable', serif;
}

.left_menu_box a{
	font-size: 1.2em;
	text-decoration: none;
	color: #fff;
	font-family: 'thermal-variable', serif;
}



/* contents_setting
================================================== */

.main_box_wrapper{
	transition: all 0.6s ease;
	position: relative;
	z-index: 2;
}

.main_img_wrapper{
	background-image: url("../image/hbr2026_bg1.jpg");
	background-size: cover;
	background-position: top center;
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	transition: all 0.8s ease;
}

.main_img_blur{
	background-image: url("../image/hbr2026_bg2.jpg");
}


.main_box_wrapper{
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 100vh;
}

.first_view_box{
	width: 100%;
	min-height: calc(100vh + 30px);
	position: relative;
}

.live_logo{
	width: 34%;
	position: absolute;
	top: 50%;
	left: 25%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
}

.live_logo_sp{
	display: none;
}

.contents_box{
	padding: 0 0 4% 0;
}

.contents_box_style1{
	width: 70%;
	margin: auto;
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .2);
	background-color: rgba(0, 0, 0, .5);
	padding: 2% 1.5%;
	box-sizing: border-box;
	mix-blend-mode: soft-light;
	position: relative;
}

.news_title{
	position: absolute;
	top: -60px;
	left: -30px;
}

.news_title span{
	font-size: 5em;
	font-family: 'thermal-variable', serif;
	background: linear-gradient(180deg, #81dcd2, #df9e4f 80%, #d8702e);
	background: -webkit-linear-gradient(180deg, #81dcd2, #df9e4f 80%, #d8702e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.news_sub_title{
	font-family: shippori-mincho, sans-serif;
	color: white;
	padding-top: 6px;
}

.news_text_box{
	padding: 2% 0;
	color: #43353a;
	border-bottom: 1px solid #43353a;
	position: relative;
}

.news_data{
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 0 6px 0;
	color: #43353a;
}

.news_text{
	font-size: 1.2em;
	color: #43353a;
}

.schedule_box{
	padding: 20px 0 0 0;
}

.schedule_table{
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

.schedule_table th{
	padding: 1em 0;
    text-align: center;
    font-size: 12px;
    border-bottom: solid 1px #43353a;
    vertical-align: middle;
    font-weight: bold;
}

.schedule_table td {
    padding: 25px 0;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border-bottom: solid 1px #43353a;
    position: relative;
    font-weight: 600;
}

.schedule_table .day{
	width: 20%;
	border-right: 1px solid #43353a;
}

.schedule_table .time{
	width: 20%;
	font-size: 1em;
	border-right: 1px solid #43353a;
}

.schedule_table .place{
	width: 30%;
	font-size: 1em;
	border-right: 1px solid #43353a;
}

.schedule_table .date {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}

.place a {text-decoration: none; color: #e5517f; font-weight: bold;}

.goods_text_style1{
	text-align: center;
}

table.outline_table {
    width:100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
}
 
table.outline_table th,
table.outline_table td {
    padding: 20px 10px;
}
 
table.outline_table th {
    background: #906060;
    vertical-align: middle;
    text-align: right;
    width: 300px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-size: 1em;
}
 

 
table.outline_table td {
	color: #43353a;
    padding-left: 30px;
	font-size: 1em;
	line-height: 1.6em;
}

tbody{
	border: 1px solid #707070;
}

.mail_img img{
	width: 30%;
	min-width: 250px;
}

.copy_right{
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 0 0 2% 0;
	font-size: 0.8em;
	color: #fff;
	font-family: thermal-variable, sans-serif;
}

.notice_style1{
	color: #d8702e;
	font-size: 1.1em;
	font-weight: 200;
}


.live_ef_notice{
	margin: 1% 0;
	line-height: 1.8em;
	color: white;
	font-size: 0.8em;
	font-weight: 100;
}

.live_ef_notice a{
	color: #d8702e;
	font-size: 1em;
	font-weight: bold;
}

.live_ef_text_style9{
	line-height: 1.8em;
	font-size: 1.2em;
	font-weight: bold;
}

.live_ef_mail{
	width: 20%;
	position: relative;
	vertical-align: middle;
}


.sold_out{
	margin: 8px 0 0;
}

.sold_out span{
	background-color: #906060;
	color: white;
	padding: 0 10px 3px;
	font-size: 0.8em;
}

.live_goods_text_style1{
	font-size: 1.4em;
	line-height: 2em;
	padding: 20px 0;
	text-align: center;
}

.live_goods_text_style1_bg{
	background-color:#e5517f;
	color: white;
	font-size: 1em;
	padding: 0.2% 0.5%;
}

.live_goods_title_style2{
	font-size: 1.4em;
	line-height: 2em;
	padding: 8px 0 8px;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #43353a;
	border-bottom: 1px solid #43353a;
}

.goods_img{
	margin: 0 0 12px 0;
}

.goods_img_box_wrapper{
	width: 100%;
	letter-spacing: -1em;
}

.goods_img_box{
	width: 31%;
	padding: 1%;
	margin: 1%;
	letter-spacing: normal;
	display: inline-block;
	position: relative;
	vertical-align: top;
	box-sizing: border-box;
}

.goods_text{
	font-size: 1em;
	line-height: 1.6em;
}

.goods_text_title{
	color: white;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	padding:2% 1%;
	margin-bottom: 1%;
	background-color: #906060;
}

.goods_text_price{
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	padding:8px 0 2%;
}

.goods_text_price span{
	font-size: 1em;
	font-weight: bold;
	color: #e5517f;
}

.goods_text_2{
	border-top: 1px solid white;
	color: white;
	font-size: 0.8em;
	margin-top: 2%;
	padding: 2% 0;
}

.live_goods_text_style2{
	font-size: 1.2em;
	line-height: 2em;
	padding: 20px 0 40px;
	text-align: center;
	border-top: 1px solid #43353a;
}

.live_goods_text_style3{
	letter-spacing: normal;
	text-align: center;
	color: #e5517f;
	font-weight: bold;
	padding: 0 0 30px 0;
}

.goods_icon_batch_style1{
	background-color: #43353a;
	font-size: 0.8em;
	color: white;
	padding: 4px 10px;
	display: inline-block;
	margin: 0 5px 0 0;
}

.live_goods_title_style1{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
}

.live_goods_text_box_wrapper{
	display: table;
	font-size: 1em;
	width: 100%;
	border-spacing: 0px 20px;
}

.live_goods_text_box_wrapper2{
	display:table-row;
	font-size: 1em;
	
}

.live_goods_text_box_style1{
	display: table-cell;
	font-size: 1em;
	white-space: nowrap;
	text-align: right;
	border: solid 1px #43353a;
	padding: 10px 20px;
}

.live_goods_text_box_style2{
	display: table-cell;
	font-size: 1em;
	text-align: left;
	border: solid 1px #43353a;
	padding: 0 20px;
}

.va_store_banner{
	border: 1px solid #43353a;
	padding: 10px 30px 10px;
	width: 20%;
	margin: 14px auto 0;
	position: relative;
}

.va_store_banner:hover{
	opacity: 0.8;
}



/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:fixed;
	z-index: 99;
	right:2%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}


/* motal_setting
================================================== */

.comment_hide{
	display: none;
	position: relative;
	z-index: 99;
}

.comment_wrapper_box{
	background-color: white;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}

.comment_box_style1{
	width: 36%;
	box-sizing: border-box;
	padding: 3% 1% 3% 1%;
}

.comment_box_style2{
	width: 64%;
	box-sizing: border-box;
	padding: 1% 3% 1% 1%;
}

.comment_text_style1{
	font-size: 0.9em;
	font-weight: bold;
	font-family: shippori-mincho, sans-serif;
}

.comment_icon_box{
	width: 100%;
	letter-spacing: -1em;
	margin: 25px 0 0 0;
}

.comment_icon_style1{
	display: inline-block;
	height: 30px;
	margin-right: 20px;
	position: relative;
}

.comment_title_style1{
	font-size: 1.7em;
	line-height: 1.0em;
	font-family: shippori-mincho, sans-serif;
	font-weight: 600;
	color: #122021;
	margin:20px 0 10px;
	padding: 0 0 14px 0;
}

.comment_title_style1 span{
	font-size: 0.4em;
	line-height: 1em;
	font-weight: 100;
	color: #28b6d3;
	font-family: "Shippori Mincho B1", serif;
}

.multi img{
	mix-blend-mode:multiply;
	opacity: 0.7;
}

.zaiko_qr{
	width: 20%;
}

@media screen and (max-width: 699px){
	.comment_wrapper_box{
		background-color: white;
		background-image: url("../image/artist_bg_1.png");
		background-repeat: no-repeat;
		background-size: 50%;
		background-position: 100% 100%;
		display: block;
	}
	.comment_box_style1{
		width: 70%;
		margin: auto;
		box-sizing: border-box;
		padding: 5% 2% 0%;
	}
	.comment_box_style2{
		width: 90%;
		margin: auto;
		box-sizing: border-box;
		padding: 2%;
	}
	.comment_title_style1{
		font-size: 1.8em;
		line-height: 0.65em;

		font-family: shippori-mincho, sans-serif;

		margin:20px 0 10px;
		padding: 0 0 10px 0;
	}

	.comment_title_style1 span{
		font-size: 0.4em;
		line-height: 1em;
		font-weight: 100;
		color: #28b6d3;
		font-family: "Shippori Mincho B1", serif;
	}
	.comment_text_style1{
		font-size: 0.8em;
		font-family: shippori-mincho, sans-serif;
	}
	.comment_icon_box{
		width: 100%;
		letter-spacing: -1em;
		margin: 25px 0 20px 0;
	}

	.comment_icon_style1{
		display: inline-block;
		height: 26px;
		margin-right: 18px;
	}

	.ticket_text_box_style4{
		display: block;
		text-align: center;
		vertical-align: middle;
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
		font-size: 3em;
		font-family: quiche-stencil, sans-serif;
		color: white;
	}
}

/* plus_setting
================================================== */

.sns_box_wrapper{
	position: fixed;
	width: 28px;
	right: 2%;
	bottom: 2%;
	z-index: 9;
	display: block;
}

.sns_box_style1{
	padding: 0 0 20px 0;
}

.font_black a{
	color: #122021;
}

.outline_attention{
	width: 98%;
	margin: 20px auto;
	background-color: #d8702e;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 1em;
	color: white;
	text-align: center;
}

.outline_table_wrapper{
	width: 96%;
	margin: auto;
}

.outline_table_box{
	width: 100%;
	display: flex;
	align-items: baseline;
	margin: 20px 0;
}

.outline_table_style1{
	width: 30%;
	color: white;
	font-size: 1em;
	box-sizing: border-box;
	border-left: 1px solid #fff;
	padding: 5px 0 10px 15px;
	vertical-align: middle;
}

.outline_table_style2{
	width: 70%;
	color: white;
	font-size: 1em;
	box-sizing: border-box;
	padding: 5px 0 10px 15px;
	border-left: 1px solid #fff;

	vertical-align: middle;
}

.outline_text_style1{
	font-size: 1.2em;
	line-height: 2.4em;
	
}

.outline_text_style1 span{
	background-color: #d8702e;
	font-size: 1.2em;
	padding: 0 0 5px 8px;
	margin: 0 10px 0 0;
}

.artist_box_wrapper{
	width: 80%;
	margin: auto;
	display: flex;
}

.artsit_box_style1{
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	width: 50%;
}

.artist_text{
	color: white;
	font-family: shippori-mincho, sans-serif;
	text-align: center;
	font-size: 1.6em;
	padding: 10px 0;
}

.artist_more{
	font-family: thermal-variable, sans-serif;
	width: 40%;
	margin: auto;
	border-radius: 30px;
	background-color: #d8702e;
	text-align: center;
	color: white;
	font-size: 1.4em;
	padding: 0 0 6px 0;
}

.ticket_box{
	width: 96%;
	margin: auto;
}

.ticket_text_title_box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	margin: 20px 0;
}

.ticket_text_title_style1{
	width: 50%;
	padding: 1% 2%;
	font-size: 1.4em;
	color: white;
	box-sizing: border-box;
	background-color: #d8702e;
}

.ticket_text_title_style2{
	width: 48%;
	font-size: 1.4em;
	color: white;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

.ticket_text_title_style3{
	width: 100%;
	color: white;
	font-size: 0.9em;
	margin: 10px 0 0 0;
}

.ticket_box2{
	width: 90%;
	margin: auto;
	color: white;
	font-size: 0.8em;
	line-height: 2em;
}

.ticket_box3{
	width: 96%;
	box-sizing: border-box;
	background-color: white;
	margin: 20px auto;
	padding: 20px;
}

.ticket_text_style1{
	color: #d8702e;
	font-size: 1.2em;
	font-weight: bold;
}

.ticket_text_style2{
	margin: 20px 0 5px 0;
}

.ticket_text_style3{
	font-size: 1.6em;
	font-weight: bold;
	color: #122021;
}

.ticket_box3 a{
	color: #d8702e;
	text-decoration: none;
	font-size: 1.2em;
}

.ticket_text_box3_wrapper{
	display: flex;
	align-items: center;
}

.ticket_text_box3_style1{
	width: 85%;
}

.ticket_text_box3_style2{
	width: 15%;
}

.ticket_text_style2 span{
	background-color: #d8702e;
	color: white;
}

.ticket_coming_soon{
	font-family: thermal-variable, sans-serif;
	color: #607172;
	font-size: 3em;
	text-align: center;
	margin: 0 0 20px 0;
}

.ticket_qr_img{
	width: 100%;
}

.sns_box_sp_box{
	width: 30%;
	display: flex;
}

.sns_box_sp{
	padding: 0 25px 0 0;
	box-sizing: border-box;
}


.scrolldown1{
	position:fixed;
	z-index: 99;
	left:2%;
	bottom:10px;
	height:50px;
	font-family: thermal-variable, sans-serif;
	white-space: nowrap;
}

.scrolldown1 span{
	position: absolute;
	left:-22px;
	top: -40px;
	color: #fff;
	font-size: 0.6rem;
	letter-spacing: 0.1em;
	transform: rotate(90deg);
    text-transform: uppercase;
	font-family: thermal-variable, sans-serif;
}

.scrolldown1::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: #fff;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}

@media screen and (max-width: 699px){
	.scrolldown1{
		position:fixed;
		z-index: 99;
		right:10%;
		bottom:10px;
		height:50px;
	}
	.sns_box_wrapper{
		position: fixed;
		width: 28px;
		right: 2%;
		bottom: 2%;
		z-index: 9;
		display: none;
	}
	.ticket_qr_img{
		width: 50%;
	}
}

/* smartphone_setting
================================================== */

@media screen and (max-width: 699px){


	.ticket_text_box3_wrapper{
		display: block;
		align-items: center;
	}

	.ticket_text_box3_style1{
		width: 100%;
	}

	.ticket_text_box3_style2{
		margin: 10px 0 0 0;
		width: 80%;
	}

	.ticket_text_title_box{
		
		display: block;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		box-sizing: border-box;
		padding: 2% 4%;
		margin: 20px 0;
	}

	.ticket_text_title_style1{
		width: 100%;
		font-size: 1.1em;
		color: white;
	}

	.ticket_text_title_style2{
		width: 100%;
		font-size: 1.0em;
		
		color: white;
		padding: 0 0 0 5px;
	}

	.ticket_text_title_style3{
		width: 100%;
		color: white;
		font-size: 0.6em;
		margin: 10px 0 0 0;
	}

	.ticket_box{
		width: 100%;
		margin: auto;
	}


	.ticket_text_style1{
		color: #d8702e;
		font-size: 1.0em;
		font-weight: bold;
	}

	.ticket_text_style2{
		margin: 20px 0 5px 0;
	}

	.ticket_text_style3{
		font-size: 1.2em;
		font-weight: bold;
		color: #122021;
	}

	.ticket_box3 a{
		color: #d8702e;
		text-decoration: none;
		font-size: 1.0em;
	}

	.ticket_text_style2 span{
		background-color: #d8702e;
		color: white;
	}

	.ticket_coming_soon{
		font-family: thermal-variable, sans-serif;
		color: #607172;
		font-size: 2em;
		text-align: center;
		margin: 0 0 20px 0;
	}

	.first_view_box{
		width: 100%;
		min-height: 80vh;
		position: relative;
	}

	.outline_table_wrapper{
		width: 100%;
		margin: auto;
	}

	.outline_table_style1{
		width: 30%;
		color: white;
		font-size: 0.7em;
		box-sizing: border-box;
		border-left: 1px solid #fff;
		padding: 5px 0 10px 15px;
		vertical-align: middle;
	}

	.outline_table_style2{
		width: 70%;
		color: white;
		font-size: 0.7em;
		box-sizing: border-box;
		padding: 5px 0 10px 15px;
		border-left: 1px solid #fff;

		vertical-align: middle;
	}

	.left_menu_box{display: none;}

	.main_img_wrapper{
		background-image: url("../image/hbr2026_bg_sp.jpg");
		background-size: cover;
		background-position: left center;
		background-repeat: no-repeat;
		height: 100vh;
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 0;
		transition: all 0.2s ease;
		background-color: #fff4ef;
	}

	.news_sub_title{
		font-family: shippori-mincho, sans-serif;
		color: white;
		padding-top: 6px;
		font-size: 0.8em;
	}

	.main_img_blur{
		background-image: url("../image/hbr2026_bg_sp2.jpg");
	}

	.outline_attention{
		width: 100%;
		margin: 20px auto;
		background-color: #d8702e;
		padding: 10px 20px;
		box-sizing: border-box;
		font-size: 0.8em;
		line-height: 1.8em;
		color: white;
		text-align: left;
	}

	.live_logo{
		display: none;
	}

	.live_logo_sp{
		width: 68%;
		position: absolute;
		top: 60px;
		left: 50%;
		z-index: 1;
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		display: block;
	}

	.contents_box{
		padding: 0 0 90px 0;
	}

	.contents_box_style1{
		width: 90%;
		margin: auto;
		box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .2);
		padding: 6% 6%;
		box-sizing: border-box;
	}

	.news_title{
		font-weight: bold;
		font-size: 1.0em;
		position: absolute;
		top: -40px;
		left: -0px;
	}

	.news_title span{
		font-size: 2.8em;
		font-weight: 200;
		font-family: 'thermal-variable', serif;
		background: linear-gradient(180deg, #81dcd2, #df9e4f 80%, #d8702e);
		background: -webkit-linear-gradient(180deg, #81dcd2, #df9e4f 80%, #d8702e);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.news_text_box{
		padding: 4% 0;
		border-bottom: 1px solid #CCCCCC;
	}

	.news_data{
		font-size: 0.7em;
		font-weight: bold;
		padding: 0 0 4px 0;
	}

	.news_text{
		font-size: 1em;
		line-height: 1.6em;
	}

	.schedule_table thead{
		display: none;
	}

	.schedule_table{
		display: block;
	}

	.schedule_table tr{
		border-bottom: 1px solid;
		padding: 0 0 20px;
		margin: 0 0 20px;
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
	}

	.schedule_table .day{
		width: 100%;
		border: none;
		text-align: left;
	}

	.schedule_table .time{
		display: none;
	}

	.schedule_table .place{
		width: 100%;
		border: none;
		text-align: left;
	}

	.schedule_table th{
		display: block;
	}

	.schedule_table td {
		width: 100%;
		display: block;
		padding: 0;
		margin: 0 0 10px;
	}

	.place_sp{
		padding: 6px 0 0 0 ;
		font-size: 0.8em;
	}
	
	.artist_box_wrapper{
		width: 90%;
		margin: auto;
		display: block;
	}

	.artsit_box_style1{
		box-sizing: border-box;
		padding: 10px 0;
		position: relative;
		width: 100%;
	}

	.artist_text{
		color: white;
		font-family: shippori-mincho, sans-serif;
		text-align: center;
		font-size: 1.6em;
		padding: 10px 0;
	}

	.artist_more{
		font-family: thermal-variable, sans-serif;
		width: 40%;
		margin: auto;
		border-radius: 30px;
		background-color: #d8702e;
		text-align: center;
		color: white;
		font-size: 1.4em;
		padding: 0 0 6px 0;
	}


	table.outline_table {
		width:100%;
		margin: 0 auto;
		border-collapse: separate;
		border-spacing: 0px 15px;
		font-size: 10px;
		box-sizing: border-box;
	}

	table.outline_table th,
	table.outline_table td {
		padding: 10px;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	table.outline_table th {
		background: #906060;
		vertical-align: middle;		
		text-align: center;
		overflow: visible;
		position: relative;
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		white-space: nowrap;
		box-sizing: border-box;
	}

	table.outline_table th:after {
		left: 0%;
		top: 0%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-left-color: #212121;
		border-width: 10px;
		margin-top: -10px;
		display: none;
		box-sizing: border-box;
	}

 
	table.outline_table th,
	table.outline_table td {
		padding: 10px 0px;
	}

	@-moz-document url-prefix() {
		table.outline_table th::after {
			float: right;
			padding: 0;
			left: 0px;
			top: 0px;
			content: " ";
			height: 0;
			width: 0;
			position: relative;
			pointer-events: none;
			border: 10px solid transparent;
			border-left: #212121 10px solid;
			margin-top: -10px;
			display: none;
		}
	}

	table.outline_table td {
		box-sizing: border-box;
		color: #43353a;
		padding-left: 0px;
		padding-top: 16px;
		font-size:14px;
	}

	.copy_right{
		position: relative;
		z-index: 1;
		text-align: center;
		padding: 0 0 6% 0;
		font-size: 0.7em;
		color: #122021;
		font-family: thermal-variable, sans-serif;
	}
	
	.live_ef_mail{
		width: 80%;
		padding: 2% 0 0 0;
	}

	.live_ef_text_style9{
		line-height: 1.8em;
		font-size: 1em;
		font-weight: bold;
	}

	tbody{
		border: 0px solid #707070;
	}



	.left{float: none;}

	.live_goods_text_style1{
		font-size: 1em;
		line-height: 2em;
		padding: 0px 0 20px;
		text-align: left;
	}

	.live_goods_title_style2{
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
		margin: 0 0 14px 0;
	}

	.goods_img_box{
		width: 100%;
		padding: 4%;
		margin: 0% 0 6%;
		letter-spacing: normal;
		display: inline-block;
		position: relative;
		vertical-align: top;
		height: auto;
	}

	.live_goods_text_box_wrapper{
		display: block;
		font-size: 1em;
		width: 100%;
		border-spacing: 0px 20px;
	}

	.live_goods_text_box_wrapper2{
		display: block;
		font-size: 1em;
		margin-bottom: 24px;
	}

	.live_goods_text_box_style1{
		display: block;
		font-size: 1em;
		white-space: normal;
		text-align: center;
		padding: 10px 20px;
	}

	.live_goods_text_box_style2{
		display: block;
		font-size: 1em;
		text-align: center;
		padding: 0 20px;
	}

	.live_goods_text_style2{
		font-size: 1em;
		line-height: 2em;
		padding: 20px 0 40px;
		text-align: left;
	}

	.live_goods_title_style1{
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 10px;
		text-align: center;
	}
	.va_store_banner{
		padding: 10px 30px 10px;
		width: 80%;
		margin: 14px auto 0;
		position: relative;
	}

}
