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

main{	min-height: auto; padding-bottom: 0;}

#campaign{
	padding: 0;
}

#campaign .page_title{
	margin: 0;
}

.cate{	padding-bottom: 10px;}

#cam_in{	padding: 0 0 0 0;}

.shopbox{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	color: #fff;
	border-top: 1px solid #3e3e41;
	border-bottom: 1px solid #3e3e41;
	margin: 5px 0 10px 0;
	-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;
}

.shopbox_l,
.shopbox_r{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.shopbox_l{
	width: 105px;
	padding: 10px;
}

.shopbox_l span{
	display: inline-block;
	vertical-align: top;
	padding: 3px;
	border-radius: 3px;
	background: #333;
	-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;
}
.shopbox_l span img{
	width: 80px;
	height: auto;
	border-radius: 3px;
	-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;
}
.shopbox_l span i{
	display: inline-block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	-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;
}


.shopbox_r{
	position: relative;
	padding: 10px 30px 10px 0;
}

.shopbox_r:before{
	content: '';
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: calc(50% - 2px);
	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;
}
.shopbox_r:after{
	content: '';
	height: 100%;
	border-left: 1px dotted #3e3e41;
	position: absolute;
	top: 0;
	right: 20px;
}

.shopbox_r p{
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 5px 0;
}

.shopbox_r h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}



/** topimg **/

.topimg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 20px;
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	background-color: #1c1c1f;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
		    color-stop(.25, #3e3e41), color-stop(.25, transparent),
		    color-stop(.5, transparent), color-stop(.5, #3e3e41),
		    color-stop(.75, #3e3e41), color-stop(.75, transparent),
		    to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #3e3e41 25%, transparent 25%,
		  transparent 50%, #3e3e41 50%, #3e3e41 75%,
		  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #3e3e41 25%, transparent 25%,
		  transparent 50%, #3e3e41 50%, #3e3e41 75%,
		  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #3e3e41 25%, transparent 25%,
		  transparent 50%, #3e3e41 50%, #3e3e41 75%,
		  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #3e3e41 25%, transparent 25%,
		  transparent 50%, #3e3e41 50%, #3e3e41 75%,
		  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #3e3e41 25%, transparent 25%,
		  transparent 50%, #3e3e41 50%, #3e3e41 75%,
		  transparent 75%, transparent);
}
.topimg img{
	width: 100%;
}


/** cbox **/

.cbox{
	font-size: 0;
	line-height: 0;
	margin: 0 0 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.cbox:last-of-type{	margin-bottom: 0;}

.cbox .col1_s_title.mb0{	margin-bottom: 0;}

.cbox_in{
	margin: 0 15px;
	padding: 15px 0 0 0;
	border-bottom: 2px solid #3e3e41;
}

.tbs_arrow + .cbox_in{
	margin-top: 15px;
	border-top: 2px solid #3e3e41;
}

.cbox_in .tbs_caution{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
}

.cbox_in:last-of-type{
	border-bottom: none;
	margin-bottom: 0;
}
.cbox_in.pt0{	padding-top: 0; padding-bottom: 0;}
.cbox_in.pt0 .arrow li:last-of-type{
	border-bottom: none;
}


#line2{	margin-top: 10px;}
#line2 li{
	display: block;
	width: auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cbox h5{
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	color: #adeb32;
	margin: 0 0 5px 0;
}

.cbox .tbs_arrow{	margin-top: 15px;}

.cbox .tbs_p15{
	font-size: 16px;
	line-height: 25px;
	padding: 15px 15px 0 15px;
}

.cbox .tbs_caution{	margin-top: 15px;}

.cbox p.p1{
	font-size: 16px;
	line-height: 25px;
	padding: 0;
}
.cbox a{ color: #ff98de;}


.cbox p.p1 em, .cbox ul em{	color: #ffde00;}
.cbox p.p1 br.sp_no{	display: none;}

.cbox p.p2{
	font-size: 13px;
	line-height: 20px;
	padding: 5px 0 0 0;
}

.cbox p.p2 em{	color: #ff429c;}

.cbox ul+ p.p2{	padding-top: 0;}

.cbox p.p3{
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	color: #ffde00;
	padding: 20px 0 40px 0;
}

.cbox p.p3.berror{
	color: #fff;
}

.cbox p.p3.berror span{
	color: #ffde00;
}

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

.cbox .bt{
	display: inline-block;
		width: 100%;
		display: block;
		margin: 0 auto 10px;
	max-width: 300px;
}
.cbox .bt:last-child{	margin-bottom: 0;}

.cbox .log_bt_bg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 10px;
	padding: 10px 0;
	border-top: 1px dotted #3e3e41;
}

.cbox .log_bt{
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	text-shadow: 1px 1px 2px #a35f12;
	border: 2px solid #fe9d41;
	border-radius: 25px;
	background: -webkit-linear-gradient(90deg, #fe9b41 0%, #ffc245 100%);
	background: -moz-linear-gradient(90deg, #fe9b41 0%, #ffc245 100%);
	background: -o-linear-gradient(90deg, #fe9b41 0%, #ffc245 100%);
	background: -ms-linear-gradient(90deg, #fe9b41 0%, #ffc245 100%);
	background: linear-gradient(0deg, #fe9b41 0%, #ffc245 100%);
	-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;
}

.cbox .log_bt:hover{
	text-decoration: none;
	opacity			: 0.8;
	filter			: alpha(opacity=80);
}

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

.spe_bt .bt{
	display: block;
	width: 100%;
	background: #6ac053;
	box-shadow: 0px 1px 0px 0px #218008;
}


/** shop **/

.shop h4{	margin: 0;}

.shop .shop_list{
	font-size: 0;
	line-height: 0;
	margin: 0 0 0 0;
	padding: 0;
}

.sbox_bg{
	position: relative;
	display: block;
	width: auto;
	color: #fff;
	margin: 0;
	padding: 10px 30px 10px 10px;
	border-bottom: 1px solid #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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sbox_bg:before{
	content: '';
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: calc(50% - 2px);
	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;
}
.sbox_bg:after{
	content: '';
	height: 100%;
	border-left: 1px dotted #3e3e41;
	position: absolute;
	top: 0;
	right: 20px;
}

.sbox_bg:hover{
	text-decoration: none;
}

.sbox{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.sbox_l,
.sbox_r{
	display: table-cell;
	vertical-align: bottom;
}

.sbox_l{
	width: 90px;
}

.sbox_l img{
	width: 74px;
	height: auto;
	border: 3px solid #3e3e41;
	border-radius: 5px;
}

.sbox_r{}

.sbox_r .s1{
	font-size: 11px;
	line-height: 14px;
	color: #999;
}

.sbox_r .s2{
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	padding: 0 0 3px 0;
	min-height: 30px;
}

.sbox_r .s3{
	height: 28px;
	font-size: 10px;
	line-height: 12px;
	padding: 0 0 3px 0;
}

.sbox_r .s4{
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	background: #333;
}

.sbox_r .s4 span{	color: #ff429c;}


/** ks_cbox **/

.ks_cbox{
	text-align: center;
	margin: 10px;
	border: 2px solid #ff9966;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.ks_cbox h4{
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	background: #ff9966;
	border-radius: 3px 3px 0 0;
	padding: 10px;
}

.ks_cbox p{
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	padding: 10px;
}

.req_btn{
	text-align: center;
}

.req_btn a{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 10px);
	max-width: 300px;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	margin: 20px auto 30px;
	padding: 0 0 0 0;
	background: #ff9900;
	box-shadow: 0px 1px 0px 0px #e28800;
	border-radius: 25px;
	-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;
}

input.req_btn{
	background: #ff9900;
	box-shadow: 0px 1px 0px 0px #e28800;
}



#campaign .edf{	margin-bottom: 0;}


.arrow li a{	color: #ff429c;}



/** ent_caution **/
.ent_caution{
	padding: 5px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.ent_caution p{
	position: relative;
	font-size: 11px !important;
	line-height: 16px !important;
	text-align: left;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 15px !important;
}
.ent_caution p:last-of-type{	margin-bottom: 0;}
.ent_caution p em{
	position: absolute;
	top: 0;
	left: 0;
}

.form div.ent_caution span{ color: #ffde00;}
.form div.ent_caution a{ color: #ff98de;}

#campaign .form .edf{
	margin-bottom: 10px;
}

.form .edf .td{
	padding-bottom: 10px;
}

.form .edf .td textarea{
	height: 65px;
}

#campaign .form .caution , .form .caution.pl180{
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 10px 0;
	padding: 0 10px;
	text-align: left;
}
#campaign .form .caution p{
	padding: 0 0 0 13px;
	position: relative;
}

#campaign .form .caution p em{
	position: absolute;
    top: 0;
    left: 0;
}

#campaign .form .caution .ubt{
	margin-top: 0px;
}


/** sns_tokuten **/

#campaign .form .sns_tokuten{
}
#campaign .form .sns_tokuten dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	padding: 10px 10px 10px 5px;
	border: 1px solid #3e3e41;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#campaign .form .sns_tokuten dt,
#campaign .form .sns_tokuten dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 18px;
	padding: 3px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#campaign .form .sns_tokuten dt{
	width: 110px;
	font-size: 18px;
	text-align: center;
	border-right: 3px double #3e3e41;
}
#campaign .form .sns_tokuten dd{
	padding: 0 0 0 10px;
}
#campaign .form .sns_tokuten dd a{	color: #37fffd;}
#campaign .form .sns_tokuten .caution{
	padding-bottom: 10px;
}
#campaign .form .sns_tokuten_radio{
	font-size: 0;
	line-height: 0;
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
}
#campaign .form .sns_tokuten_radio p{
	font-size: 18px;
	line-height: 20px;
}
#campaign .form .sns_tokuten_radio li{
	position: relative;
	display: inline-flex;
	align-items: center;
	margin: 0 15px 0 0;
}
#campaign .form .sns_tokuten_radio label{
	display: inline-flex;
	align-items: center;
	height: auto;
	font-size: 18px;
	line-height: 20px;
	background: none;
	border: none;
	padding: 0 3px 8px 25px;
	border-bottom: 2px solid #3e3e41;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#campaign .form .sns_tokuten_radio input[type="radio"]{
	display: inline-block;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #3e3e41;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
	margin-right: 5px;
	position: absolute;
	top: -1px;
	left: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#campaign .form .sns_tokuten_radio input[type="radio"]:checked,
#campaign .form .sns_tokuten_radio input[type="radio"]:checked+label{
	border-color: #3e9ef2;
}
#campaign .form .sns_tokuten_radio input[type="radio"]:checked::before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #3e9ef2;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
#campaign .form .sns_tokuten_radio.disabled label{
	pointer-events: none;
	color: #444;
	border-bottom: none;
}
#campaign .form .sns_tokuten_radio.disabled input[type="radio"]{
	background: #3e3e41;
}
#campaign .form .sns_tokuten_radio.disabled input[type="radio"]:checked{	border-color: #3e3e41;}
#campaign .form .sns_tokuten_radio.disabled input[type="radio"]:checked::before{	display: none;}

#campaign .form .sns_tokuten_radio input[type="radio"]:disabled{
	background: #28282a;
	border-color: #28282a;
}
#campaign .form .sns_tokuten_radio input[type="radio"]:disabled+label{
	color : #444;
	border: none;
}


.sns_btn{
	margin-bottom: 20px;
}

.sns_btn a{
margin: 0 auto;
    display: flex;
    width: 160px;
    background: #000000;
    font-size: 14px;
    line-height: 22px;
	border: 1px solid #fff;
    border-radius: 25px;
    padding: 5px;
    color: #fff;
    justify-content: center;
    align-items: center;

}
.sns_btn a i{
	background: url(/img/all/icon_x.png) no-repeat center #fff;
    background-size: 11px;
    width: 15px;
    height: 15px;
    display: block;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-right: 5px;
}

/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {

}