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


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

.s_title{
	position: relative;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.s_title em{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 34px;
	margin: 0 0 0px 0;
}
.s_title em i{
	font-style: normal;
	color: #fff;
}
.s_title span{
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 20px;
	color: rgba(255,255,255,0.5);
}
.s_title span:before,
.s_title span:after{
	content: "";
	width: 20px;
	height: 2px;
	background: rgba(255,255,255,1);
	position: absolute;
	top: 8px;
}
.s_title span:before{	left: -28px;}
.s_title span:after{	right: -28px;}


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

.common_bt_trans{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.common_bt_trans a{
	margin: 0 2px;
}
.common_bt_trans a img{
	width: 40px;
	height: auto;
}
.common_bt_trans a:active{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
@media screen and (max-width: 750px) {
	.common_bt_trans{
	}
	.common_bt_trans a{	margin: 0 2px;}
	.common_bt_trans a img{
		width: 35px;
		height: auto;
	}
}


/***************************************
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;
	height: 50px;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	margin: 0 1px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.cate_s a{
	color: #fff !important;
	background: rgba(0, 0, 0, 0.2);
	border-color: rgba(0, 0, 0, 0.3);
	-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: rgba(0, 0, 0, 0.4);
}
.cate_s span,
.cate_s h2,
.cate_s h3,
.cate_s a.on{
	font-weight: bold;
	color: #000;
	background: #fff;
	border-color: #fff;
}
.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: #fff transparent transparent transparent;
	position: absolute;
	bottom: -5px;
	left: calc(50% - 5px);
}
.cate_s span.off{
	font-weight: normal;
	color: #555;
	background: #999;
	border-color: #555;
	-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;}
.cate_s br{	display: none;}

.bonus_cate_ss{
	width: calc(100% - 30px);
	max-width: 960px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 27px auto;
	border-bottom: 3px solid #9d9aff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.bonus_cate_ss a,
.bonus_cate_ss span{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 150px;
	height: 35px;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	margin: 0 1px;
	border-top: 1px solid #3e3e41;
	border-right: 1px solid #3e3e41;
	border-left: 1px solid #3e3e41;
	border-radius: 3px 3px 0 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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.bonus_cate_ss a{
	color: currentColor;
	background: #1b1b1e;
}
.bonus_cate_ss a:hover{
	text-decoration: none;
	background: #222;
}
.bonus_cate_ss span{
	font-weight: bold;
	color: #000;
	background: #9d9aff;
	border-color: #9d9aff;
}


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

@media screen and (max-width: 750px) {
	.cate_s{
		width: 100%;
		/*
		white-space: nowrap;
		overflow: hidden;
		overflow-x: scroll;
		*/
		margin-bottom: 25px;
		padding: 0 15px 5px 15px;
	}
	.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;}

}
@media screen and (max-width: 370px) {
	.cate_s a,.cate_s span{font-size: 12px;}
	.cate_s br{	display: none;}
}


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

/***** font color *****/
a, a:hover{	color: #ffde00;}
body{	color: #fff;}

.sat{	color	: #0066ff;}
.sun{	color	: #cc0000;}
.red, a.red:hover{	color	: #ff0000;}
.tel, .tel a{	color: #b38600 !important;}
.mail, .mail a{	color: #ff0099;}

.anchor{
	display: block;
	padding-top: 120px;
	margin-top: -120px;
}

.a_pink, .a_pink:hover{	color: #ff9bf7;}
.a_blue, .a_blue:hover{	color: #33cfff;}
.a_orange, .a_orange:hover{	color: #ffe400;}
.a_green, .a_green:hover{	color: #b4fa84;}


/***** buttun *****/
.bt_o,
.bt_r,
.bt_g,
.bt_or{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 200px;
	height: 36px;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	border-radius: 18px;
	-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_o{	background: #ff9300;}
.bt_r{	background: #ff0000;}
.bt_g{	background: #00bd78;}
.bt_or{	background: #ff5a00;}

.bt_o:hover,
.bt_r:hover,
.bt_g:hover,
.bt_or:hover{
	text-decoration: none;
	color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/***** 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;
	width: 220px;
	height: 50px;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	margin: 0 auto;
	-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;
}

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


/***************************************
ANIMATION
****************************************/

/** blink **/
.blink1{
	animation: blink1 1s linear infinite;
}
@keyframes blink1{
	0% { color: #ffff00;}
	20% { color: #48c9ff;}
	40% { color: #66ff00;}
	60% { color: #ff9103;}
	80% { color: #ff41d0;}
	100% { color: #ffff00;}
}


/***************************************
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/Roboto-Regular.ttf') format("truetype");
}
@font-face {
	font-family: FontB;
	src: url('../font/FjallaOne-Regular.ttf') format("truetype");
}


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

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

	.anchor{
		display: block;
		padding-top: 70px;
		margin-top: -70px;
	}

	/***************************************
	TITLE
	****************************************/
	.s_title{
	}
	.s_title:after{
		content: "";
		width: 250px;
		position: absolute;
		bottom: 9px;
		left: calc(50% - 125px);
	}
	.s_title em{
		position: relative;
		display: block;
		font-size: 24px;
		line-height: 28px;
	}

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

	/***************************************
	COMMON STYLE (SP ONLY)
	****************************************/
}


