
/*=================================================
 * CSS for PC
 * ================================================= */

/***************************************
TITLE
****************************************/

/** main_title **/
.main_title{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	color: #000;
	background: #9d9aff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** rbn_title **/

.rbn_title{
	position: relative;
	display: inline-block;
	max-width: calc(100% - 60px);
	margin: 0 auto 30px auto;
}
.rbn_title:before,
.rbn_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;
}
.rbn_title:before{
	background: url(../img/goods_title_l.png) no-repeat;
	background-size: 30px auto;
	bottom: -5px;
	left: -15px;
}
.rbn_title:after{
	background: url(../img/goods_title_r.png) no-repeat;
	background-size: 30px auto;
	bottom: -5px;
	right: -15px;
}
.rbn_title div{
	position: relative;
	z-index: 2;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	padding: 15px 30px 12px 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;
}
.rbn_title div span{
	position: relative;
	display: inline-block;
}


/** goods_prof **/

.goods_prof{
	margin: 0 0 30px 0;
}
.goods_prof .img{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.goods_prof .img img{
	width: 100%;
	height: auto;
}
.goods_prof .name{
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #e0abff;
	margin: 10px 0 0 0;
}


/** oprt **/

.oprt{
	text-align: left;
	margin: 0 auto 30px auto;
	padding: 15px;
	background: #272727;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.oprt > div{
	margin: 0 0 20px 0;
}
.oprt > div:last-of-type{	margin-bottom: 0;}
.oprt .oprt_p1{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 0 0;
}
.oprt .oprt_p2{
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 5px 0;
}
.oprt .oprt_p2:last-child{	margin-bottom: 0;}
.oprt .oprt_p3{
	position: relative;
	font-size: 10px;
	line-height: 16px;
	padding: 0 0 0 11px;
}
.oprt .oprt_p3 span{
	color: #ff0000;
	position: absolute;
	top: 0;
	left: 0;
}


/***************************************
MAIN CONTENTS
****************************************/

.caution_box{
	width: calc(100% - 30px);
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.caution_box{
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin-bottom: 30px;
	padding: 15px;
	color: #a7a7a7;
	border: 1px solid #a7a7a7;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.caution_box.center{	text-align: center;}
.caution_box:last-of-type{	margin-bottom: 0;}
.caution_box p{
	margin: 0 0 5px 0;
}
.caution_box p:last-of-type{	margin-bottom: 0;}


.toptxt2{
	border: 1px solid #ccc;
	color: #ccc;
	padding: 10px;
	margin: 20px;
	text-align: left;
}
.top_caution{
	border: 1px solid #ccc;
	color: #ccc;
	padding: 10px;
	margin: 20px;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.top_caution p{
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 5px 0;
}
.top_caution p:last-of-type{	margin-bottom: 0;}
.top_caution ul{
	margin: 0;
	padding: 0;
}
.top_caution li{
	position: relative;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 3px 0;
	padding: 0 0 0 12px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.top_caution li:after{
	content: "";
	width: 2px;
	height: 2px;
	background: currentColor;
	position: absolute;
	top: 6px;
	left: 5px;
}
.top_caution li:last-of-type{	margin-bottom: 0;}

.no_text{
	padding: 100px 20px;
	text-align: center;
	font-size: 18px;
    line-height: 20px;
}


/***************************************
CATEGORY SELECT
****************************************/

.cate_s{
	display: flex;
	justify-content: center;
	width: calc(100% - 10px);
	max-width: 960px;
	margin: 0 auto 30px auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.cate_s a,
.cate_s span,
.cate_s h2,
.cate_s h3{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	min-width: 98px;
	min-height: 40px;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	margin: 0 1px;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.cate_s a{
	color: #fff;
	background: #1c1c1e;
	border-color: #3e3e41;
	-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;
}
.cate_s a:hover{
	text-decoration: none;
	background: #121212;
}
.cate_s span,
.cate_s h2,
.cate_s h3,
.cate_s a.on{
	font-weight: bold;
	color: #7770e9;
	background: #e1e1e1;
	border-color: #e1e1e1;
}
.cate_s span:after,
.cate_s h2:after,
.cate_s h3:after,
.cate_s a.on:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #e1e1e1 transparent transparent transparent;
	position: absolute;
	bottom: -5px;
	left: calc(50% - 5px);
}
.cate_s span.off{
	font-weight: normal;
	color: #3e3e41;
	background: #000;
	border-color: #3e3e41;
	-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;
}
.cate_s span.off:after{	display: none;}

.cate_s a i,
.cate_s h2 i,
.cate_s h3 i,
.cate_s span i{
	display: block;
	font-style: normal;
	font-size: 10px;
	margin: 0 auto;
	padding: 1px 0 0 0;
}

.cate_s a i.num_badge,
.cate_s h2 i.num_badge,
.cate_s h3 i.num_badge,
.cate_s span i.num_badge{
	display: inline-block;
	font-style: normal;
	min-width: 14px;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	color: #fff;
	background: #ff429c;
	border-radius: 7px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	top: -3px;
	right: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.cate_ss{
	font-size: 0;
	line-height: 0;
	margin: 0 0 30px 0;
}
.cate_ss a,
.cate_ss span{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 150px;
	height: 35px;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	-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;
}
.cate_ss a{
	color: currentColor;
	background: #333;
}
.cate_ss a:hover{
	text-decoration: none;
	background: #222;
}
.cate_ss span{
	font-weight: bold;
	color: #776fe9;
	background: #e2e2e2;
}
.cate_ss a:first-child,
.cate_ss span:first-child{	border-radius: 17.5px 0 0 17.5px;}
.cate_ss a:last-child,
.cate_ss span:last-child{	border-radius: 0 17.5px 17.5px 0;}


/*** SIZE ****/
@media screen and (max-width: 650px) {	.cate_s a,.cate_s span,.cate_s h2,.cate_s h3{ font-size: 13px;}	}
@media screen and (max-width: 375px) {	.cate_s a,.cate_s span,.cate_s h2,.cate_s h3{ font-size: 13px;}	}
@media screen and (max-width: 350px) {	.cate_s a,.cate_s span,.cate_s h2,.cate_s h3{ font-size: 13px;}	.cate_s br{	display: inline;}}

@media screen and (max-width: 750px) {
	.cate_s{
		display: block;
		width: 100%;
		margin-bottom: 25px;
		padding: 0 15px 5px 15px;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.cate_s::-webkit-scrollbar{
		display: none;
	}
	.cate_s a,
	.cate_s span,
	.cate_s h2,
	.cate_s h3{	padding: 0 10px;}

	.cate_s br{	display: inline;}
	
	.cate_s a, .cate_s span{
		display: inline-block;
		max-width: 60vw;
		min-width: 69px;
		padding: 5px 5px;
		margin: 0;
		word-break: break-word;
		white-space: normal;
	}
}


/***************************************
FORM
****************************************/

/** ship_select **/

.ship_select{
	width: calc(100% - 30px);
	max-width: 800px;
	margin: 0 auto 20px auto;
}
.ship_t{
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	padding: 15px;
	color: #000;
	background: #fff;
	border-radius: 10px 10px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        bo
		x-sizing: border-box;
}
.ship_box{
	padding: 0 20px;
	border: 1px solid #fff;
	border-radius: 0 0 10px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.ship_box .ship_bt{
	font-size: 0;
	line-height: 0;
	padding: 30px 0;
}
.ship_box .ship_bt .bt_main{
	margin: 0 5px;
}

@media screen and (max-width: 750px) {
	.ship_t{
		font-size: 16px;
		line-height: 18px;
	}
	.ship_box{
		padding: 0 15px;
	}
	.ship_box .ship_bt{
		padding: 20px 0;
	}
	.ship_box .ship_bt .bt_main{
		width: calc(100% / 2 - 10px);
		min-width: auto;
	}
}

.caution_ovs{
	text-align: left;
	border-top: 1px dotted #666;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.caution_ovs_t{
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #ffff00;
	margin: 0 0 10px 0;
	padding: 0 0 0 24px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.caution_ovs_t span{
	font-size: 20px;
	position: absolute;
	top: 2px;
	left: 0;
}
.caution_ovs div{
	margin: 0 0 20px 0;
}
.caution_ovs div:last-of-type{	margin-bottom: 0;}
.caution_ovs div p{
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px 0;
}
.caution_ovs .bt_ovs{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	background: #fff;
	padding: 5px 30px 5px 10px;
	-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;
	border: 1px solid currentColor;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.caution_ovs .bt_ovs:before{
	content: '';
	width: 6px;
	height: 6px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position: absolute;
	top: calc(50% - 3px);
	right: 9px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.caution_ovs .bt_ovs:hover{
	text-decoration: none;
	color: #fff;
	background: #000;
}
.caution_ovs .bt_ovs:hover:before{	border-color: #fff;}
.caution_ovs div p.sub{
	position: relative;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
}
.caution_ovs div p.sub:last-of-type{	margin-bottom: 0;}
.caution_ovs div p.sub span{
	position: absolute;
	top: 0;
	left: 0;
	color: #ff0000;
}



.submit{
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 30px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.goods_form .submit{	padding-top: 20px;}
.submit p{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 0 0 20px 0;
}
.submit p span{	color: #ff0000;}

.w1{	width: 250px;}
.w2{	width: 100%;}
.w3{	width: 80px;}
.s1{	width: 80px;}
.s2{	width: 65px;}
.s3{	width: 100%;}

form{	margin-bottom: 0;}
.form,
.goods_form{
	width: calc(100% - 30px);
	text-align: left;
	max-width: 800px;
	margin: 0 auto;
	background: #272727;
	border-radius: 10px;
	padding: 20px 20px 50px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
@media screen and (max-width: 750px) {
	.form,
	.goods_form{
		padding: 15px 15px 20px 15px;
	}
}

.form_title{
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
	background: url(../../img/all/i_cart.png) no-repeat 0 2px;
	background-size: 16px auto;
}
.form_title span{	font-size: 14px;}

.form dl,
.goods_form dl{
	width: 100%;
	max-width: 600px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 30px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form dt,
.goods_form dt{
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}
.form.fck dt{
	color: #a8a8a8;
	margin-bottom: 3px;
}
.form dd,
.goods_form dd{
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	margin: 0;
	padding: 0;
}
.form .tax,
.goods_form .tax{
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	max-width: 600px;
	margin: 0 auto 30px auto;
}
.form .caution,
.goods_form .caution{
	margin: 15px 0 0 0;
}
.form .caution p,
.goods_form .caution p{
	position: relative;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0 0 2px 0;
	padding: 0 0 0 15px;
}
.form .caution p:last-of-type,
.goods_form .caution p:last-of-type{	margin-bottom: 0;}
.form .caution p em,
.goods_form .caution p em{
	position: absolute;
	top: 0;
	left: 0;
	color: #ff0000;
}

.form textarea,
.goods_form textarea{
	width: 100%;
	height: 80px;
	padding			: 12px 7px;
	font-size		: 16px;
	font-family		: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
    vertical-align	: middle;
    color: #fff;
    background: #0f0f0f;
	border: 1px solid #2d2d2d;
	border-radius	: 2px;
	-moz-border-radius	: 2px;
	-webkit-border-radius	: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form input[type="text"],
.form input[type="url"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="password"],
.form input[type="number"],
.goods_form input[type="text"],
.goods_form input[type="url"],
.goods_form input[type="email"],
.goods_form input[type="tel"],
.goods_form input[type="password"],
.goods_form input[type="number"]{
	padding			: 12px 7px;
	font-size		: 16px;
	font-family		: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
    color: #fff;
    background: #0f0f0f;
	border: 1px solid #0f0f0f;
	border-radius	: 2px;
	-moz-border-radius	: 2px;
	-webkit-border-radius	: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form input::placeholder,
.form textarea::placeholder,
.goods_form input::placeholder,
.goods_form textarea::placeholder{	color: #333;}
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.goods_form input:-ms-input-placeholder,
.goods_form textarea:-ms-input-placeholder{	color: #333;}
.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder,
.goods_form input::-ms-input-placeholder,
.goods_form textarea::-ms-input-placeholder{	color: #333;}

.form input[type="text"]:focus,
.form input[type="url"]:focus,
.form input[type="email"]:focus,
.form input[type="tel"]:focus,
.form input[type="password"]:focus,
.form input[type="number"]:focus,
.form textarea:focus,
.goods_form input[type="text"]:focus,
.goods_form input[type="url"]:focus,
.goods_form input[type="email"]:focus,
.goods_form input[type="tel"]:focus,
.goods_form input[type="password"]:focus,
.goods_form input[type="number"]:focus,
.goods_form textarea:focus{	outline: none;}

select{
	width: 250px;
	font-size: 16px;
	line-height: 20px;
	padding: 14px 20px 14px 10px;
    color: #fff;
    background: #0f0f0f;
	border: 1px solid #0f0f0f;
	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;
}
select:focus{	outline: none;}
.select{	padding-right: 30px;}
.select_bg{
	position: relative;
	display: inline-block;
	width: 250px;
}
.select_bg:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 50px;
	background: #0f0f0f;
	border-radius: 0 3px 3px 0;
	position: absolute;
	top: 0;
	right: 0;
	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: #fff transparent transparent transparent;
	position: absolute;
	top: calc(50% - 4px);
	right: 7px;
	pointer-events: none;
}
.s3_bg{	display: block;}

.chk_bar input[type="checkbox"],
.chk_bar input[type="radio"]{	display: none;}

.chk_bar{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	border-radius: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.chk_bar input[type="checkbox"] + label,
.chk_bar input[type="radio"] + label{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% / 5);
	height: 35px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	border-radius: 0;
	color: #333;
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.chk_bar input[type="checkbox"]:first-of-type + label,
.chk_bar input[type="radio"]:first-of-type + label{
	border-radius: 17.5px 0 0 17.5px;
	border-left: 1px solid #ddd;
}
.chk_bar input[type="checkbox"]:last-of-type + label,
.chk_bar input[type="radio"]:last-of-type + label{
	border-radius: 0 17.5px 17.5px 0;
}


@media screen and (max-width: 650px) {
	.chk_bar input[type="checkbox"] + label,
	.chk_bar input[type="radio"] + label{
		font-size: 10px;
		line-height: 12px;
	}
}


.error,
.over{
	margin: 0;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	padding: 0 15px;
}
.over{	padding: 50px 15px;}

.error span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #ff0000;
	padding: 80px 0;
}
.form .error span,
.goods_form .error span{	padding-bottom: 30px;}
@media screen and (max-width: 750px) {
	.form,
	.goods_form{
		padding: 15px 15px 30px 15px;
	}
	.form .error span,
	.goods_form .error span{	padding-bottom: 70px;}
}

.over span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding: 80px 0 0 0;
}

.over font{
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	padding: 30px 0 0 0;
}

.error_text{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #ff0000;
    font-weight: bold;
}

.error_text:empty{ display: none;}

.error_block h4{
	color: #ff0000 !important;
	animation-name: indfade !important;
	animation-duration: 2.0s;
	animation-timing-function: ease-out;
	animation-delay: 0.0s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}
@keyframes indfade {
	0%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	80% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	85% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	90% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	95% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	100%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
}

.error_block input[type="text"],
.error_block input[type="email"],
.error_block input[type="tel"],
.error_block textarea{
    border-color: #ff0000 !important;
    background: #fff5f5 !important;
	color: #333;
}

.capt_bg{
	border-bottom: 1px dotted #2d2d2d;
	margin: 0 20px 20px 20px;
	padding: 0 0 20px 0;
}

.capt{
	width: 280px;
	margin: 0 auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.capt div{
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.capt div span{
	font-size: 34px;
	line-height: 40px;
}

.capt div input[type="text"]{
	width: 110px;
	padding: 7px;
	font-size		: 16px;
	line-height: 20px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.capt p{
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	padding: 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.capt p em{	color: #ff0000;}


/***************************************
COMMON STYLE
****************************************/

/***** font color *****/
a, a:hover, .tx_a, .tx_a:hover{	color: #e0abff;}
body, .tx0, .tx0:hover{	color: #fff;}

.sat{	color	: #0099ff;}
.sun{	color	: #ff3333;}
.tel, .tel a{	color: #00a8ff !important;}
.mail, .mail a{	color: #ff3333;}

.red{	color: #ff0000;}


/***** area *****/

.area{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	color: #fff;
}
.a1{	background: #f4831e !important;}
.a2{	background: #367fed !important;}
.a3{	background: #46a134 !important;}
.a4{	background: #ad75dd !important;}
.a5{	background: #b85e4c !important;}




/***** buttun *****/

.bt_bg{
	padding: 0 10px;
	text-align: center;
}

.bt_main, .bt_main:hover{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	min-width: 220px;
	height: 50px;
	font-size: 15px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	background: linear-gradient(to right,  #e0abff 0%,#c29aff 100%);
	border: none;
	border-radius: 5px;
	margin: 0 auto;
	padding: 0 10px;
	-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;
}
@media screen and (max-width: 750px) {
	.bt_main, .bt_main:hover{
		max-width: calc(100% - 30px);
	}
	.form .bt_main, .form .bt_main:hover,
	.goods_form .bt_main, .goods_form .bt_main:hover{
		width: calc(100% - 30px);
		max-width: 220px;
	}
}
.bt_main.off, .bt_main.off:hover{
	color: 	#fff;
	background: #ff0000;
	background: rgb(255,114,0);
	background: linear-gradient(90deg, rgba(255,114,0,1) 0%, rgba(237,0,0,1) 100%);
}
.bt_main.bt_2{
	width: calc(50% - 10px);
	margin: 0 5px;
}
.bt_main.orange, .bt_main.orange:hover{
	background: rgb(255,210,0);
	background: linear-gradient(90deg, rgba(255,210,0,1) 0%, rgba(255,156,0,1) 100%);
}
.bt_main.gray, .bt_main.gray:hover{	background: #333;}

.bt_hs, .bt_hs:hover{
	background: linear-gradient(to right,  #ffde5a 0%,#ffc85a 100%);
}

a.bt_main,
input.bt_main{
	-webkit-appearance: none;
}

a.bt_main:hover,
input.bt_main:hover{
	cursor			: pointer;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.bt_main:disabled,
.bt_main:disabled:hover{
	color: #000;
	background: #333;
	opacity: 1;
	filter: alpha(opacity=100);
}


/** bt_neon **/

.bt_neon_bg{
	font-size: 0;
	line-height: 0;
	margin: 0 0 30px 0;
}
.bt_neon{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	background: none;
	border: none;
	outline: none;
	padding: 5px;
	border-radius: 35px;
	box-shadow: 0px 0px 20px 5px #91008f;
	background: #C40A7D;
	background: linear-gradient(0deg, rgba(196, 10, 125, 1) 0%, rgba(44, 5, 62, 1) 50%, rgba(52, 15, 113, 1) 100%);
	-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;
}
.bt_neon_in{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	cursor: pointer;
	width: 270px;
	height: 50px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	border: 2px solid #ff5dfd;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
	border-radius: 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.bt_neon:hover{
	text-shadow: 0 0 15px #fff;
	box-shadow: 0px 0px 20px 5px #de24db;
	text-decoration: none;
}
.bt_neon:hover .bt_neon_in{
	border: 2px solid #ffb0fe;
	box-shadow: 0px 0px 3px 0px #ffb0fe;
}



/***** slider *****/
.slick-prev, .slick-next , ul#slideIcon li,
#newface .bx-wrapper .bx-controls-direction a{	color: #ffffff;}
.bx-wrapper .bx-pager.bx-default-pager a{	background-color: #949494;}
.bx-wrapper .bx-pager.bx-default-pager a.active{	background-color: #fff;}



/***************************************
ROLLOVER
****************************************/

.fade{
	display: inline-block;
	padding: 0;
}

.fade,
.up a{
	-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;
}

.fade:hover,
.fade:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/***************************************
GOOGLE FONT
****************************************/

@font-face {
	font-family: FontA;
	src: url('../../font/FjallaOne-Regular.ttf') format("truetype");
}



/***** font *****/


.font1{
	font-family: FontA;
}

