
/*=================================================
 * 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-bottom: 1px solid #3e3e41;
	margin: 0 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: #28282a;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
		color-stop(.25, #1c1c1e), color-stop(.25, transparent),
		color-stop(.5, transparent), color-stop(.5, #1c1c1e),
		color-stop(.75, #1c1c1e), color-stop(.75, transparent),
		to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
}
.topimg img{
	width: 100%;
}


/** cbox **/

.cbox{
	font-size: 0;
	line-height: 0;
	margin: 0 0 40px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

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

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

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

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

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

.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: #fff;
	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);
}

.cbox .dlbox{
	margin: 15px 0 0 0;
	padding: 0 15px;
}

.cbox dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.cbox dl:first-of-type{
	background: #28282a;
	border-top: 1px solid #3e3e41;
}
.cbox dl:first-of-type dd{	text-align: center;}
.cbox dt,
.cbox dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 15px;
	border-bottom: 1px solid #3e3e41;
	border-right: 1px solid #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cbox dt{
	width: 100px;
	text-align: center;
	border-left: 1px solid #3e3e41;
}
.cbox dl:nth-of-type(2) dt em{	background: -webkit-linear-gradient(0deg, #666 0%, #ccc 50%, #666 100%);}
.cbox dl:nth-of-type(3) dt em{
	background: rgb(254,255,0);
	background: linear-gradient(90deg, rgba(254,255,0,1) 0%, rgba(0,213,255,1) 15%, rgba(179,72,255,1) 35%, rgba(255,0,0,1) 65%, rgba(255,229,0,1) 85%, rgba(94,255,0,1) 100%);
}
.cbox dl:nth-of-type(4) dt em{	background: -webkit-linear-gradient(0deg, #d29700 0%, #e8c600 50%, #d29700 100%);}
.cbox dl:nth-of-type(5) dt em{	background: -webkit-linear-gradient(0deg, #fb0000 0%, #ff434e 50%, #fb0000 100%);}
.cbox dl:nth-of-type(6) dt em{	background: -webkit-linear-gradient(0deg, #ff50a9 0%, #ff7ac4 50%, #ff50a9 100%);}
.cbox dl:nth-of-type(7) dt em{	background: -webkit-linear-gradient(0deg, #00c700 0%, #62d900 50%, #00c700 100%);}
.cbox dl:nth-of-type(8) dt em{	background: -webkit-linear-gradient(0deg, #9d5dff 0%, #c882ff 50%, #9d5dff 100%);}
.cbox dl:nth-of-type(9) dt em{	background: -webkit-linear-gradient(0deg, #0089ff 0%, #38c0ff 50%, #0089ff 100%);}
.cbox dl:nth-of-type(n + 2) dt em{
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.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;
}

.bt_link{
	text-align: center;
	font-size: 12px;
    line-height: 16px;
	margin-top: 15px;
}


/** shop **/


.shop .shop_list{
	font-size: 0;
	line-height: 0;
	margin: 15px 0 0 0;
	padding: 0;
	border-top: 1px solid #3e3e41;
}

.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: #fff;
}

.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: #28282a;
}

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


/** ks_cbox **/

.ks_cbox{
	text-align: center;
	margin: 10px;
	border: 2px solid #ff429c;
	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: #ff528f;
	background: -moz-linear-gradient(left, #ff528f 0%, #ff34a7 100%);
	background: -webkit-linear-gradient(left, #ff528f 0%,#ff34a7 100%);
	background: linear-gradient(to right, #ff528f 0%,#ff34a7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff528f', endColorstr='#ff34a7',GradientType=1 );
	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 10px;
	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;
}


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

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

}