
.astro_topimg{
	font-size: 0;
	line-height: 0;
	margin: 0 0 50px 0;
}
.astro_topimg img{
	max-width: 100%;
	height: auto;
}

.astro_top_name{
	margin: 0 0 50px 0;
}
.astro_top_name span{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 0 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.astro_top_name span img{
	width: 100%;
	height: auto;
}
.astro_top_name p{
	position: relative;
	font-size: 20px;
	line-height: 24px;
	color: #e0abff;
}
.astro_top_name p:after{
	content: "";
	width: 120px;
	height: 5px;
	background: #fff;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 60px);
}
.astro_top_p{
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	margin: 0 0 50px 0;
}


/** goods_headimg **/
.goods_headimg{
	text-align: center;
	padding: 0 15px;
	margin-bottom: 30px;
}

.goods_headimg img{
	width: 100%;
	max-width: 800px;
	height: auto;
	vertical-align: middle;
}

/** goods_title **/

.goods_title{
	position: relative;
	display: inline-block;
	max-width: calc(100% - 30px);
	margin: 0 auto 30px auto;
}
.goods_title:before,
.goods_title:after{
	content: "";
	width: 30px;
	height: 50px;
	position: absolute;
	bottom: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.goods_title:before{
	background: url(./img/goods_title_l.png) no-repeat;
	background-size: 30px auto;
	bottom: -5px;
	left: -15px;
}
.goods_title:after{
	background: url(./img/goods_title_r.png) no-repeat;
	background-size: 30px auto;
	bottom: -5px;
	right: -15px;
}
.goods_title div{
	position: relative;
	z-index: 2;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	padding: 18px 30px 15px 30px;
	background: rgb(229,0,46);
	background: linear-gradient(0deg, rgba(229,0,46,1) 0%, rgba(255,0,51,1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.goods_title div span{
	position: relative;
	display: inline-block;
	text-align: left;
}
.goods_title div span:before,
.goods_title div span:after{
	content: "";
	height: 15px;
	border-left: 2px solid #fff;
	position: absolute;
	top: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.goods_title div span:before{
	transform: rotate(-45deg);
	left: -12px;
}
.goods_title div span:after{
	transform: rotate(45deg);
	right: -12px;
}



/** goodsinfo **/

.d_etc{
	display: none;
}

.ship_bt .bt_main{
	cursor: pointer;
}

.goodsinfo{
	width: calc(100% - 30px);
	text-align: left;
	max-width: 800px;
	margin: 0 auto 30px auto;
}
.goodsinfo .img{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 20px 0;
}
.goodsinfo .img img{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 400px;
	height: auto;
}
.goodsinfo .name{
	font-size: 14px;
	line-height: 20px;
	color: #e0abff;
}
.goodsinfo .price{
	font-size: 20px;
	line-height: 24px;
}
.goodsinfo .price span{	color: #666;}
.goodsinfo .price em{	color: #ffff00;}
.goodsinfo .price font{
	font-size: 12px;
}
.goodsinfo .price_spf{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
}

.goodsinfo .ticket,
.list .ticket{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 1.1;
	padding: 3px 10px;
	color: #fff;
	background: #ff3333;
	border-radius: 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
		box-sizing: border-box;
}
.list .ticket{
	margin-bottom: 0px;
}

.goodsinfo .info{
	font-size: 14px;
	line-height: 24px;
}
.goodsinfo .info a{ text-decoration: underline;}
.goodsinfo .info a:hover{ text-decoration: none;}
.goodsinfo .info span{ color: #ff0000;}
.goodsinfo .info_sub{
	border: 1px solid #666;
	margin: 10px 0 0 0;
	padding: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.goodsinfo .lback_bt{
	margin-top: 20px;
}

.goodsinfo.chbox_cnr{
	text-align: center;
}
.goodsinfo_chbox{
	display: inline-flex;
	align-items: center;
}
.goodsinfo_chbox div:nth-of-type(1) {
	width: 115px;
	text-align: left;
}
.goodsinfo_chbox div:nth-of-type(1) img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.goodsinfo_chbox div:nth-of-type(2){
	text-align: left;
	padding: 0 0 0 10px;
}
.goodsinfo_chbox .ticket{
	margin: 0;
}

.submit{

}

.submit_btt{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 20px 0 0 0;
}
.submit_btt a{ text-decoration: underline;}
.submit_btt a:hover{ text-decoration: none;}


/** slide **/

#bg{	display: block;}

#slide_bg{
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: 0 auto 30px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#slide ul,
#slide li{
	margin: 0;
	padding: 0;
}
#slide .slick-slide{
	height: auto;
}
#slide{	padding: 0 1.5px;}
#slide img{
	width: 100%;
	height: auto;
}

.thumbs_bg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 3px 0 0 0;
}
.thumbs .slick-track{
	display: inline-flex;
	justify-content: center;
}
.thumbs .slick-slide{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 4 - 3px);
	margin: 0 1.5px;
	cursor: pointer;
	background: #272727;
}
.thumbs img{
	width: 100%;
	height: auto;
}
.thumbs .slick-track{
	transform:unset!important;
}
.thumbs .slick-current{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.submit p.end_txt{
	font-size: 20px;
	line-height: 1.2;
	color: #ffff00;
}

.tax{
	border-top: 1px solid #666;
	padding-top: 30px;
}

.tax i{
	font-size: 11px;
	font-style: normal;
}


.tax_table{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
}
.tax_table dl{
	display: table;
	width: 100%;
	max-width: 600px;
	border-left: 1px solid #666;
	margin: 0;
	padding: 0;
}
.tax_table dt,
.tax_table dd{
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
}
.tax_table dt{
	width: 80px;
	text-align: center;
	color: #fff !important;
	background: #444;
}
.tax_table dd{
}
.tax_table dd span{
	display: inline-block;
}
.tax_table dd i{
	font-size: 11px;
	font-style: normal;
}

.tax_table dl:last-of-type dt,
.tax_table dl:last-of-type dd{
	border-bottom: 1px solid #666;
}

.tax_table > p{
	position: relative;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
}
.tax_table > p span{
	display: inline-block;
	vertical-align: top;
	color: #ff0000;
	position: absolute;
	top: 0;
	left: 0;
}


/**  remaining **/

.remaining{
	text-align: center;
	width: calc(100% - 30px);
	max-width: 700px;
	margin: 0 auto 50px auto;
	padding: 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
}
.remaining h4{
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	font-weight: normal;;
	padding: 5px;
}
.remaining table{
	table-layout: fixed;
	width: 100%;
	font-size: 16px;
	line-height:1.2; 
	text-align:center;
	border-color: #666;
	border-collapse: collapse;
	margin-bottom: 6px;
}
.remaining th , .remaining td{
	padding: 5px;
	font-weight: normal;
	border: 1px solid #666;
}
.remaining th{
	color: #000;
	background: #ccc;
}
.remaining .type_name{ background: #333;}
.remaining p{
	font-size: 14px;
	line-height: 1.4;
	text-align: right;
}


/** goods_situ **/

.goods_situ{
	width: calc(100% - 30px);
	max-width: 700px;
	margin: 0 auto 30px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.goods_situ h4{
	font-size: 22px;
	font-weight: normal;
	line-height: 1.0;
	text-align: center;
	margin: 0 15px 10px 15px;
	padding-bottom: 0;
}
.goods_situ h4 em{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.goods_situ h4 em:before,
.goods_situ h4 em:after{
	content: '';
	width: 2px;
	height: 20px;
	background: #fff;
	position: absolute;
	bottom: -3px;
}
.goods_situ h4 em:before{
	left: -15px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.goods_situ h4 em:after{
	right: -15px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.goods_situ_dl{
	position: relative;
	z-index: 2;
	width: calc(100% - 40px);
	max-width: 400px;
	margin: 0 auto 10px auto;
}
.goods_situ_dl:last-of-type{
	margin-bottom: 15px;
}
.goods_situ_dl dt{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 50%;
	height: 35px;
	font-size: 18px;
	line-height: 1;
	text-align: left;
	color: #000;
	background: url(./img/i_goods.png) no-repeat 7px 0 #e1e1e1;
	background-size: 30px auto;
	margin: 0;
	padding: 0 0 0 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.goods_situ_dl dt:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #e1e1e1 transparent;
	border-width: 0px 0px 35px 20px;
	position: absolute;
	top: 0;
	left: -20px;
}
.goods_situ_dl dt:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #e1e1e1 transparent transparent transparent;
	border-width: 35px 20px 0px 0px;
	position: absolute;
	top: 0;
	right: -20px;
}
.goods_situ_dl dd{
	position: absolute;
	z-index: -1;
	top: 5px;
	right: 0;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
	width: 50%;
	height: 35px;
	font-size: 12px;
	line-height: 1;
	text-align: right;
	background: #333;
	margin: 0;
	padding: 0 10px 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.goods_situ_dl dd em{	font-size: 18px;}
.goods_situ_dl dd i{ 	margin-bottom: -3px;}
.goods_situ_dl dd:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #333 transparent;
	border-width: 0px 0px 35px 20px;
	position: absolute;
	top: 0;
	left: -20px;
}
.goods_situ_dl dd:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
	border-width: 35px 20px 0px 0px;
	position: absolute;
	top: 0;
	right: -20px;
}
.goods_situ_total{
	width: calc(100% - 40px);
	max-width: 355px;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	background: #7770e9;
	margin: 0 auto;
	padding: 7px 10px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.goods_situ_total em{	font-size: 18px;}
.goods_situ_total i{ 	font-size: 12px; margin-bottom: -3px;}
.goods_most{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% - 40px);
	max-width: 240px;
	color: #000;
	font-size: 16px;
	line-height: 1.2;
	background: #ffd200;
	padding: 3px 5px 2px 5px;
	margin: 10px auto 0 auto;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.goods_most p{
	background: url(../img/all/i_crown.png?t=0702) no-repeat 0 -2px;
	background-size: 20px auto;
	padding-left: 23px;
}
.goods_most span{	font-size: 10px;}

.goods_most_txt{
	position: relative;
	font-size: 14px;
	line-height: 19px;
	color: #ffd203;
	text-align: center;
	margin: 12px 0 0 0;
}
.goods_most_txt:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #ffd203 transparent transparent transparent;
	border-width: 10px 6.5px 0px 6.5px;
	position: absolute;
	top: -12px;
	left: calc(50% - 6.5px);
}
.list.goods_period{
	position: relative;
	width: 350px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: 0 auto 30px auto;
	padding: 10px 0 0 0;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-radius: 5px 5px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list.goods_period:before,
.list.goods_period:after{
	content: "";
	width: 175px;
	border-bottom: 1px solid #666;
	position: absolute;
	bottom: 0;
}
.list.goods_period:before{	left: -175px;}
.list.goods_period:after{	right: -175px;}


/** list **/

.list{
	text-align: left;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list ul{
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.list li{
	margin: 0 0 30px 0;
	padding: 0 0 35px 0;
	border-bottom: 1px dotted #666;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list li:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.goods_list li:last-of-type{
	margin: 0 0 30px 0;
	padding: 0 0 35px 0;
	border-bottom: 1px dotted #666;
}

.list li .listbox{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	color: currentColor;
	-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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list li .img{
	width: 250px;
	margin: 0 40px 0 0;
}
.list li .img img{
	width: 100%;
	height: auto;
	border-radius: 0 20px 0 20px;
	box-shadow: 7px 7px 0px 0px #444;
}
.list li .txt{
	flex: 1;
}
.list li .name{
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 2px 0;
}
.list li .listbox, .list li .listbox:hover{	color: currentColor;}
.list li .listbox:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.list li .price{
	font-size: 24px;
	line-height: 1.2;
	color: #ffff00;
	margin: 0 0 3px 0;
}

.list li .price i{
	font-size: 12px;
	color: #fff;
}

.list li .price span{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	margin: 0 0 0 5px;
	padding: 0 5px;
	color: #fff;
	background: #013e6a;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.list li .price_spf{
	font-size: 12px;
	color: #fff;
	line-height: 1.2;
	margin: 0 0 5px 0;
}

.list + .submit{
	padding-top: 0;
	border-top: none;
}

.goodsinfo{	margin-top: 30px;}


.submit_dl{
	margin: 0 0 20px 0;
}
.submit_dl dl{
	display: flex;
}
.submit_dl dt{
	width: 150px;
	font-size: 16px;
	line-height: 24px;
}
.submit_dl dd{
	flex: 1;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

.submit_dl select{
	width: 110px;
	font-size: 16px;
	line-height: 20px;
	padding: 14px 30px 14px 10px;
    color: #fff;
    background: #151515;
	border: 1px solid #2d2d2d;
	border-radius: 3px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.submit_dl select:focus{	outline: none;}
.submit_dl .select_bg{
	position: relative;
	display: inline-block;
	width: auto;
}
.submit_dl .select_bg:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 50px;
	background: #2d2d2d;
	border-radius: 0 3px 3px 0;
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
}
.submit_dl .select_bg:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: calc(50% - 4px);
	right: 7px;
	pointer-events: none;
}


#legal_bg{
	width: calc(100% - 30px);
	max-width: 650px;
	margin: 100px auto 20px auto;
	padding: 50px;
	border-radius: 20px;
	border: 1px solid #333;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.linfo_title{
	font-size: 17px;
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 5px 0 10px 0;
	border-bottom: 3px double #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.linfo_title span{
	position: relative;
	bottom: -5px;
	font-size: 26px;
	line-height: 28px;
	margin-right: 5px;
}

#legalnoticel{	margin-bottom: 0;}
.linfo dl{	width: 100%;}
.linfo dl ul{	padding: 0;}
.linfo dl a, .linfo dl a:hover{	color: #ff9300;}

#legalnoticel .linfo_title{
	text-align: center;
}

#legalnoticel + #legalnoticel{
	margin-top: 50px;
}

.can_text{
	padding: 10px;
	text-align: center;
	color: #ffff00;
	border: 1px solid #666;
	width: 100%;
	max-width: 600px;
	box-sizing: border-box;
	margin: 20px auto 0 auto;
	font-size: 14px;
	line-height: 18px;
}


/** CART **/
.form .none_cart{
	text-align: center;
}
.form .none_cart p{
	font-size: 16px;
	padding: 50px 0 80px 0;
}
.cart_item_box_list{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 15px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.cart_item_box_a{
	display: flex;
	align-items: center;
	align-content: flex-start;
	justify-content: flex-start;
	width: 100%;
	margin: 0 auto 15px auto;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #666;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.cart_item_box_a .img{
	width: 60px;
	margin-right: 15px;
}
.cart_item_box_a .img img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.cart_item_box_a:last-of-type{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.cart_item_box_a .txt{
	position: relative;
	flex: 1;
	font-size: 14px;
	line-height: 20px;
}
.cart_item_box_a .txt .name{
}
.cart_item_box_a .txt .price{
	font-size: 11px;
	line-height: 20px;
	margin: 0;
}
.cart_item_box_a .txt .price em{
	font-size: 14px;
	color: #ffff00;
}
.cart_item_box_a .txt .select_bg,
.cart_item_box_a .txt select{	width: auto;}

.cart_item_box_a .txt select{
	font-size: 14px;
	line-height: 16px;
	padding: 10px 20px 10px 10px;
}
.cart_item_box_a .txt .select_bg:before{
	    height: calc(100% - 2px);
}
.cart_item_box_a .txt button{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: auto;
	height: 30px;
	font-size: 12px;
	line-height: 15px;
	padding: 0 5px 0 25px;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	border: none;
	outline: none;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(/img/all/i_delete.png) no-repeat 8px 50% #666;
	background-size: 12px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.cart_submit{
	display: flex;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	padding: 30px 0 0 0;
	border-top: none;
}
.form .cart_submit .bt_main, .form .cart_submit .bt_main:hover{
	margin: 0 10px;
}

.cart_item_box_list.list_for_cart{
	padding: 0;
	border: none;
}
.cart_item_box_list.list_for_cart .cart_item_box_a{
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.cart_item_box_list.list_for_cart .cart_item_box_a:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}
.cart_item_box_list.list_for_cart .cart_item_box_a .img{	width: 100px;}
.cart_item_box_list.list_for_cart .cart_item_box_a .txt .price{	margin-bottom: 5px;}



/** goods_cartbox **/

.goods_cartbox{
	margin: 20px 0 10px 0;
}
.goods_cartbox_l{
	display: inline-block;
	width: auto;
	font-size: 16px;
	line-height: 20px;
	padding-right: 10px;
	margin: 0 0 10px 0;
	vertical-align: middle;
}
.goods_cartbox_l .select_bg{	width: auto;}
.goods_cartbox_l select{
	width: auto;
	background: #0f0f0f;
	border: 1px solid #2d2d2d;
}
.select_bg:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 48px;
	background: #1d1d1d;
	border-radius: 0 3px 3px 0;
	position: absolute;
	top: 1px;
	right: 1px;
	pointer-events: none;
}
.select_bg:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #999 transparent transparent transparent;
	position: absolute;
	top: calc(50% - 4px);
	right: 7px;
	pointer-events: none;
}
.goods_cartbox_r{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 10px 0;
}
.goods_cartbox_r .bt_main{	min-width: 150px !important;}

.bt_dtl_sout{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	min-width: 150px;
	height: 50px;
	font-size: 15px;
	line-height: 18px;
	color: #999;
	text-decoration: none;
	background: #333;
	border: none;
	border-radius: 5px;
	margin: 20px 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.nocharges_box{
	border: 1px solid #666;
	padding: 15px;
	text-align: left;
	display: block;
	margin: 20px auto 0 auto;
	font-size: 14px;
	line-height: 20px;
	box-sizing: border-box;
	max-width: 600px;
}

.nocharges_box span{
	color: #ffff00;
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
.nocharges_box a{	text-decoration: underline;}
.nocharges_box a:hover{	text-decoration: none;}

.form input[type="text"]:disabled,
.form input[type="tel"]:disabled{
	color: #ccc;
}

#app_bg{
	width: calc(100% - 30px);
	max-width: 650px;
	font-size: 12px;
	line-height: 1.6;
	margin: 0 auto 0 auto;
	padding: 20px;
	border-radius: 20px;
	border: 1px solid #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

#app_bg a{
	color: #fff;
	text-decoration: underline;
}

#check_form .sub{
	position: relative;
	font-size: 11px;
	line-height: 15px;
	margin: 5px 0 0 0;
	padding-left: 15px;
}
#check_form .sub span{
	position: absolute;
	color: #ff0000;
	top: 0;
	left: 0;
}

@media screen and (max-width: 750px) {
	.astro_topimg{
		margin: 0 0 30px 0;
		padding: 0 15px;
	}
	.astro_top_name{
		margin: 0 0 30px 0;
	}
	.astro_top_name p{
		position: relative;
		font-size: 20px;
		line-height: 24px;
		color: #e0abff;
	}
	.astro_top_p{
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 30px 0;
		padding: 0 15px;
	}

	#slide{
		position: relative;
		width: auto;
		margin: 0;
	}
	#slide .slider img{
		width: 100%;
		height: auto;
	}

	.goodsinfo{	margin-top: 30px;}
	
	.goodsinfo_chbox div:nth-of-type(1) {
		width: 95px;
	}
	.goodsinfo_chbox div:nth-of-type(1) img{
		width: 85px;
		height: 85px;
	}
	.goodsinfo_chbox .price{
		font-size: 14px;
		line-height: 18px;
	}
	.goodsinfo_chbox .ticket{
		font-size: 10px;
		margin-top: 3px;
	}


	/**  remaining **/
	.remaining{
		margin: 0 auto 30px auto;
	}
	.remaining h4{
		font-size: 14px;
	}
	.remaining table{
		font-size: 14px;
	}


	/** goods_situ **/
	.goods_situ{
	}
	.goods_situ h4{
		font-size: 20px;
	}
	.goods_situ dt,
	.goods_situ dd em,
	.goods_situ_total,
	.goods_situ_total em{
		font-size: clamp( 13px, calc( -7px + 6.25vw ), 18px );
	}
	.goods_situ dd,
	.goods_situ_total i{
		font-size: clamp( 10px, calc( -6px + 5vw ), 14px );
	}
	.goods_most{
		font-size: clamp( 12px, calc( -4px + 5vw ), 16px );
	}
	.goods_most span{
		font-size: clamp( 10px, calc( 2px + 2.5vw ), 12px );
	}
	.goods_most p{
		background-size: contain;
		padding-left: 20px;
	}
	.goods_most_txt{
		text-align: left;
	}
	.goods_situ_dl dt{
		width: 60%;
		background-position: 0;
		padding: 0 0 0 33px;
	}

	.list.goods_period{
		position: relative;
		width: calc(100% - 30px);
		font-size: 13px;
		line-height: 20px;
		text-align: center;
		margin: 0 auto 30px auto;
	}
	.list.goods_period:before,
	.list.goods_period:after{
		content: "";
		width: 15px;
	}
	.list.goods_period:before{	left: -15px;}
	.list.goods_period:after{	right: -15px;}

	/** list **/
	.list{
		width: auto;
		text-align: left;
		margin: 0 0 30px 0;
		padding: 0 15px;
	}
	.list li{
		width: 100%;
		max-width: 100%;
		margin: 0 0 30px 0;
	}
	.list li:last-of-type{	margin-bottom: 0;}
	.goods_list li:last-of-type{
		margin: 0 0 30px 0;
		padding: 0 0 35px 0;
		border-bottom: 1px dotted #666;
	}
	.list li .img{
		width: 120px;
		margin-right: 15px;
		margin-bottom: 0px;
	}
	.list li .img img{
		border-radius: 0 15px 0 15px;
		box-shadow: 5px 5px 0px 0px #444;
	}
	.list li .name {
		font-size: 14px;
		line-height: 18px;
	}
	.list li .price {
		font-size: 18px;
	}
	.list .ticket{
		font-size: 10px;
	}
	#legal_bg{
		margin: 80px auto 15px auto;
		padding: 15px;
		border-radius: 10px;
	}
	#legalnoticel{
		margin-bottom: 0;
		padding: 0;
	}
	#legalnoticel + #legalnoticel{
		margin-top: 30px;
	}
	.can_text{
		font-size: 12px;
		line-height: 16px;
		margin: 15px auto 0 auto;
	}
	.nocharges_box{
		margin: 15px auto 0 auto;
	}


	.goodsinfo .lback_bt{
		margin-top: 15px;
		text-align: center;
	}

	/** CART **/
	.cart_item_box_a{
		margin: 0 auto 15px auto;
		padding: 0 0 15px 0;
	}
	.cart_item_box_a .img{
		width: 60px;
		margin-right: 15px;
	}
	.cart_item_box_list.list_for_cart .cart_item_box_a{
		align-items: flex-start;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.cart_item_box_list.list_for_cart .cart_item_box_a .img{	width: 70px;}
	.cart_item_box_a .txt button{
		font-size: 10px;
		height: 18px;
		background: url(/img/all/i_delete.png) no-repeat 5px 50% #666;
		background-size: 10px auto;
		padding: 0 5px 0 18px;
		bottom: 45px;
	}
	.form .cart_submit .bt_main, .form .cart_submit .bt_main:hover{
		min-width: 120px;
	}
	.cart_submit{
		padding: 20px 0 0 0;
	}

	#app_bg{
		font-size: 11px;
		padding: 15px;
		border-radius: 10px;
	}
	
	
	/** goods_cartbox **/
	.goods_cartbox_l,
	.goods_cartbox_l .select_bg,
	.goods_cartbox_l select{
		width: 100%;
	}

}