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

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

.title{
	border-width: 1px;
	border-style: solid;
	padding: 9px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.title em::before,
.title em::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.title em::before{
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	left: 9px;
}
.title em::after{
	left: 16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
}

.title em{
	position: relative;
	display: block;
	border-width: 2px;
	border-style: solid;
	padding: 1px;
}

.title em span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	padding: 12px 10px 8px 36px;
}


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

.cate{
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
	border-collapse: separate;
	border-spacing: 15px 0;
	padding: 0 0 30px 0;
}

.cate a,
.cate span{
	display: table-cell;
	height: 60px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cate span:after,
.cate a.bg_7:after{
	content			: "";
	display			: block;
	clear			: both;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 20px);
}

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

.cate a:hover{
	font-weight: bold;
	text-decoration: none;
}

.cate span,
.cate a.bg_7{
	position: relative;
	font-weight: bold;
}

.cate a:first-child,
.cate span:first-child{	margin-left: 0;}
.cate a:last-child,
.cate span:last-child{	margin-right: 0;}

.cate a br,
.cate span br{	display: none;}


.cate span.tx_2_3.bg_2_3{	border: none;}
.cate span.tx_2_3.bg_2_3:after{	display: none;}


/***************************************
NEXT
****************************************/
.next{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 15px 0 30px 0;
}

.next span,
.next a{
	display: inline-block;
	padding: 0 22px;
	font-size: 14px;
	line-height: 50px;
	margin: 0 5px;
	border-width: 1px;
	border-style: solid;
	-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;
}
.next span{	font-weight: bold;}
.next a:hover{
	text-decoration: none;
}


/***************************************
ZERO KEN NO TOKI & ERROR
****************************************/

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

.zbox,
.erbox{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 350px;
	text-align: center;
}
#col1 .zbox,
#col1 .erbox{
}


.zbox div{
	font-size: 18px;
	line-height: 50px;
}

.zbox div.zbox_l30{ line-height: 30px;}

.zbox div .pc_none{display: none;}

.zbox p{
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}

.erbox p{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.zero .bt_bg,
.erbox .bt_bg{
	padding: 20px 0;
}

.zero .bt,
.erbox .bt{
	display: inline-block;
	width: 290px;
}

.zbox .a_orange{
	color: #ff8400;
}


/***************************************
COMPANION LIST
****************************************/

.clist{
	font-size: 0;
	line-height: 0;
	text-align: left;
}

.clist .cbox{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 0.5px 10px 0.5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.clist .cbox .img{
	position: relative;
}

.clist .cbox .img a img{
	width: 100%;
}

.clist .cbox .cdata{
	text-align: left;
}

.clist .cbox .cdata .name{
	font-size: 16px;
	line-height: 22px;
	padding: 5px 2px 0 2px;
}
.clist .cbox .cdata .name a{
	display: inline-block;
	vertical-align: top;
	width: auto;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.clist .cbox .cdata .name span{
	display: inline-block;
	padding: 0 2px;
}

.clist .cbox .cdata .size{
	font-size: 13px;
	line-height: 18px;
	padding: 0 2px 5px 2px;
}



/** box5 **/

.box5{
	padding: 0 14.5px;
}

.box5 .cbox{
	width: calc(100% / 5 - 1px);
	margin: 0 0.5px 20px 0.5px;
}

.box5 .cbox .img img{
	width: 100%;
	height: auto;
}


/***************************************
ICON
****************************************/

.clist .cbox .img .icon{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	font-size: 34px;
	line-height: 36px;
	text-align: center;
	padding: 3px 0 0 0;
	position: absolute;
	bottom: 2px;
	right: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.clist .cbox .img .cou{
	width: 100%;
	background: rgba(255, 0, 0, 0.8);
	font-family: "FontA";
	color: #fff;
	text-align: center;
	height: 46px;
	font-size: 24px;
	line-height: 52px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.clist .cbox .img .cou p{
	margin-top: -3px;
	font-size: 18px;
}

.clist .cbox .img .cou p em{	font-size: 34px;}

.clist .cbox .today{
	display: inline-block;
	vertical-align: top;
	width: 33%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.clist .cbox .today img{
	width: 100%;
	height: auto;
}

.clist .cbox .img .score{
	width: 100%;
	font-family: "FontA";
	text-align: center;
	height: 50px;
	font-size: 24px;
	font-weight: bold;
	line-height: 48px;
	padding-left: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.clist .cbox .img .score em{
	font-family: "FontA";
	font-size: 40px;
	font-weight: normal;
}

.cp1,
.cp2{	background: #ff5879;}

.cp3,
.cp4{	background: #ff9435;}

.cp5,
.cp6,
.cp7{	background: #00bff5;}

.cp8,
.cp9{	background: #6696ff;}

.cp10,
.cp11{	background: #e63ad2;}

.cp12,
.cp13{	background: #e0a83a;}

.cp14{	background: #81063c;}

.cp15,
.cp16,
.cp17,
.cp18,
.cp19,
.cp24,
.cp37,
.cp38,
.cp39,
.cp40,
.cp41{	background: #5cc82c;}

.cp20,
.cp21,
.cp22{	background: #2d6aff;}

.cp23{	background: #ff6e3f;}

.cp25{	background: #ff303b;}

.cp26,
.cp27{	background: #ae71ff;}

.cp28,
.cp42{	background: #de7656;}

.cp29,
.cp30,
.cp31{	background: #16bf90;}

.cp32,
.cp33,
.cp34,
.cp35,
.cp36{	background: #ff66c0;}



/***************************************
COUPON ICON
****************************************/
.per{
	font-family: "FontA";
	display: table;
	font-size: 0;
	line-height: 0;
	width: 50px;
	background: url(../img/per.png) no-repeat center center;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
}

.per p{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	text-align: center;
	padding: 6px 0 0 1px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.per p em{
	font-size: 22px;
}


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

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

.fade{
	-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);
}

.red{ color: #ff0000;}


/***************************************
BUTTON
****************************************/
a.bt{
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

a.bt:hover{
	text-decoration: none;
	opacity			: 0.7;
	filter			: alpha(opacity=70);
}


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

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

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


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

footer #copyright,
.font1{
	font-family: FontA;
}

.min{	font-family: serif;}





/** expcom **/

.expcom_bs{
	position: relative;
	border-width: 1px;
	border-style: solid;
	margin: 0 15px 20px 15px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.expcom_bg{
	display: block;
	position: relative;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	-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;
}
.expcom_bg:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.expcom{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	max-width: 525px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
}

.expcom_l,
.expcom_r{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.expcom_l{
	width: 170px;
	padding: 20px;
}

.expcom_r{
	width: calc(100% - 170px);
	padding: 14px 15px 10px 0;
}
a.expcom_bg .expcom_r{
	position: relative;
	padding-right: 30px;
}
a.expcom_bg:before{
	content: '';
	width: 4px;
	height: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: currentColor;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: currentColor;
	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;
}
.expcom_bs:after{
	content: '';
	height: calc(100% - 40px);
	border-left-width: 1px;
	border-left-style: dotted;
	border-color: currentColor;
	position: absolute;
	top: 20px;
	right: 40px;
}

.expcom_img .img{
	display: inline-block;
	vertical-align: top;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
}
.expcom_img .img img{
	width: 130px;
	height: auto;
}

.expcom_name{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.expcom_name h4{
	width: 100%;
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.expcom_name p{
	width: 100%;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	padding: 10px 0 0 0;
}



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

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

	/***************************************
	TITLE
	****************************************/
	.title{
		border-right: none;
		border-left: none;
		padding: 2px 0 2px 0;
	}
	.title em::before,
	.title em::after{
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.title em::before{
		width: 18px;
		height: 18px;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		left: 9px;
	}
	.title em::after{
		left: 16px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 7px;
	}
	.title em{
		border-right: none;
		border-left: none;
		padding: 1px 0;
	}
	.title em span{
		font-size: 18px;
		line-height: 24px;
		padding: 11px 10px 9px 32px;
	}

	/***************************************
	CATEGORY SELECT
	****************************************/
	.cate{
		width: calc(100% - 16px);
		border-spacing: 2px 0;
		margin: 0 auto;
		padding: 10px 0;
	}
	.cate a,
	.cate span{
		height: 36px;
		font-size: 12px;
		line-height: 12px;
		border-width: 2px;
		border-radius: 3px;
	}
	.cate a{
	}
	.cate span,
	.cate a.bg_7{
		font-size: 12px;
		line-height: 12px;
		margin: 0 1px;
	}
	.cate span:after,
	.cate a.bg_7:after{
		border-style: solid;
		border-width: 8px 7px 0 7px;
		position: absolute;
		bottom: -8px;
		left: 50%;
		margin-left: -7px;
	}
	.cate a br,
	.cate span br{	display: inline;}


	/***************************************
	NEXT
	****************************************/
	.next{
		padding: 0 0 5px 0;
	}
	.next span,
	.next a{
		display: inline-block;
		padding: 0 10px;
		font-size: 11px;
		line-height: 30px;
		margin: 0 2px 5px 3px;
	}

	/***************************************
	ZERO KEN NO TOKI & ERROR
	****************************************/
	.zbox,
	.erbox,
	#col1 .zbox,
	#col1 .erbox{
		height: 240px;
		-webkit-background-size: 197px 140px;
		background-size: 197px 140px;
	}
	.zbox div{
		font-size: 14px;
		line-height: 40px;
	}
	.zbox div.zbox_l30{ line-height: 22px;}
	.zbox div .pc_none{display: inline;}
	.zbox p,
	.erbox p{
		font-size: 11px;
		line-height: 16px;
		padding: 0 10px;
	}
	.zero .bt_bg,
	.erbox .bt_bg{
		padding: 10px;
	}
	.zero .bt,
	.erbox .bt{
		display: block;
		width: 100%;
	}

	/***************************************
	COMPANION LIST
	****************************************/
	.clist{
		padding: 0 0.5px;
	}
	.clist .cbox{
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 3 - 1px);
		margin: 0 0.5px 10px 0.5px;
	}
	.clist .cbox .img{
	}
	.clist .cbox .img a img{
		width: 100%;
		height: auto;
	}
	.clist .cbox .cdata{
	}
	.clist .cbox .cdata .name{
		font-size: 14px;
		line-height: 15px;
		padding: 3px 2px;
	}
	.clist .cbox .cdata .name span{
		padding: 0;
	}
	.clist .cbox .cdata .size{
		font-size: 11px;
		line-height: 14px;
		padding: 0 2px 3px 2px;
	}

	/** box5 **/
	.box5{
		padding: 0 0.5px;
	}

	.box5 .cbox{
		width: calc(100% / 3 - 1px);
		margin: 0 0.5px 10px 0.5px;
	}

	/***************************************
	ICON
	****************************************/
	.clist .cbox .img .icon{
		width: 30px;
		height: 30px;
		font-size: 26px;
		line-height: 35px;
		text-align: center;
		padding: 3px 0 0 0;
		position: absolute;
		bottom: 1px;
		right: 1px;
	}
	.clist .cbox .img .cou{
		height: 35px;
		font-size: 20px;
		line-height: 35px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.clist .cbox .img .cou p{
		margin-top: 0;
		font-size: 13px;
	}
	.clist .cbox .img .cou p em{	font-size: 27px;}
	.clist .cbox .today{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 40%;
	}
	.clist .cbox .img .score{
		font-family: "FontA";
		text-align: center;
		height: 28px;
		font-size: 14px;
		font-weight: bold;
		line-height: 28px;
		padding-left: 10px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.clist .cbox .img .score em{
		font-size: 24px;
	}
	img.lazy{
		-webkit-transition	: none !important;
		-moz-transition		: none !important;
		-o-transition		: none !important;
		transition		: none !important;
	}



	/** expcom **/

	.expcom_bs{
		position: relative;
		border: none;
		margin: 0;
		padding: 0;
	}
	.expcom_bg{
		display: block;
		position: relative;
		margin: 0;
		border-bottom-width: 2px;
		border-top: none;
		border-right: none;
		border-left: 0;
	}

	.expcom_l{
		width: 105px;
		padding: 10px;
	}
	.expcom_r{
		width: calc(100% - 105px);
		padding: 14px 15px 10px 0;
	}
	a.expcom_bg .expcom_r{
		position: relative;
		padding-right: 30px;
	}
	.expcom_bs:after{
		content: '';
		height: 100%;
		position: absolute;
		top: 0;
		right: 20px;
	}
	.expcom_img .img{
		width: 85px;
		height: 85px;
	}
	.expcom_img .img img{
		width: 85px;
		height: auto;
	}
	.expcom_name h4{
		font-size: 18px;
		line-height: 20px;
	}
	.expcom_name p{
		font-size: 11px;
		line-height: 14px;
		text-align: left;
		padding: 5px 0 0 0;
	}
}


@media screen and (max-width: 320px) {	.clist .cbox, .box5 .cbox{ width: calc(100% / 2 - 1px);}	}



/********************************************
NEW CAST OBI
********************************************/

.clist .img{	overflow: hidden;}
.clist .img .obi{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% + 20px);
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: rgba(0, 144, 255, 0.7);
	position: absolute;
	top: calc(50% - 20px);
	left: -10px;
	-webkit-animation:obi 1s ease-in-out infinite alternate;
	-moz-animation:obi 1s ease-in-out infinite alternate;
	animation:obi 1s ease-in-out infinite alternate;
	-webkit-transform: rotate(-15deg);
	   -moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		 -o-transform: rotate(-15deg);
			transform: rotate(-15deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.clist .img .obi.today{
	background: rgba(255, 138, 0, 0.7);
}

.clist .img .obi.yoman{
	background: rgba(255, 158, 99, 0.7);
	-webkit-animation:inherit;
	-moz-animation:inherit;
	animation:inherit;
}
.cbox.yoman .img a > img{
	filter: grayscale(100%);
}

.clist .img .obi.tk{
	font-size: 12px;
	background: rgba(255, 82, 143, 0.7);
	background: -moz-linear-gradient(left, rgba(255, 82, 143, 0.7) 0%, rgba(255, 52, 167, 0.7) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 82, 143, 0.7) 0%,rgba(255, 52, 167, 0.7) 100%);
	background: linear-gradient(to right, rgba(255, 82, 143, 0.7) 0%,rgba(255, 52, 167, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 82, 143, 0.7)', endColorstr='rgba(255, 52, 167, 0.7)',GradientType=1 );
}
.clist .img .obi.tk span{
	position: relative;
	bottom: -4px;
}
.clist .img .obi.tk p{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.clist .img .obi.tk i{
	font-family: "FontA";
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}
.clist .img .obi.tk em{
	font-family: "FontA";
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
}

.clist .img .obi.kk{
	font-size: 18px;
	background: rgba(255, 82, 143, 0.7);
	background: -moz-linear-gradient(left, rgba(255, 82, 143, 0.7) 0%, rgba(255, 52, 167, 0.7) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 82, 143, 0.7) 0%,rgba(255, 52, 167, 0.7) 100%);
	background: linear-gradient(to right, rgba(255, 82, 143, 0.7) 0%,rgba(255, 52, 167, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 82, 143, 0.7)', endColorstr='rgba(255, 52, 167, 0.7)',GradientType=1 );
	-webkit-animation:kk1 4.5s ease-in-out infinite alternate;
	-moz-animation:kk1 4.5s ease-in-out infinite alternate;
	animation:kk1 4.5s ease-in-out infinite alternate;
}
.clist .img .obi.kk span:nth-of-type(1){
	-webkit-animation:kk_in1 4.5s ease-in-out infinite;
	-moz-animation:kk_in1 4.5s ease-in-out infinite;
	animation:kk_in1 4.5s ease-in-out infinite;
}
.clist .img .obi.kk span:nth-of-type(1){
	position: relative;
	bottom: -4px;
}
.clist .img .obi.kk span:nth-of-type(1) i{
	font-family: "FontA";
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}
.clist .img .obi.kk span:nth-of-type(1) em{
	font-family: "FontA";
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
}
.clist .img .obi.kk span:nth-of-type(2){
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation:kk_in2 4.5s ease-in-out infinite;
	-moz-animation:kk_in2 4.5s ease-in-out infinite;
	animation:kk_in2 4.5s ease-in-out infinite;
}
.clist .img .obi.kk span:nth-of-type(2) i,
.clist .img .obi.tk3 p:nth-of-type(3) i{
	width: 30px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: 12px;
	border: 2px solid #fff;
	border-radius: 50%;
	padding-top: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.clist .img .obi.kk span:nth-of-type(2) em,
.clist .img .obi.tk3 p:nth-of-type(3) em{	margin-left: 2px;}

.clist .img .obi.tk2{
	-webkit-animation:kk3 6s ease-in-out infinite alternate;
	-moz-animation:kk3 6s ease-in-out infinite alternate;
	animation:kk3 6s ease-in-out infinite alternate;
}
.clist .img .obi.tk2 p:nth-of-type(1){
	-webkit-animation:kk3_in1 6s ease-in-out infinite;
	-moz-animation:kk3_in1 6s ease-in-out infinite;
	animation:kk3_in1 6s ease-in-out infinite;
}
.clist .img .obi.tk2 p:nth-of-type(2){
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation:kk3_in3 6s ease-in-out infinite;
	-moz-animation:kk3_in3 6s ease-in-out infinite;
	animation:kk3_in3 6s ease-in-out infinite;
}
.clist .img .obi.tk2 div{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation:kk3_in2 6s ease-in-out infinite;
	-moz-animation:kk3_in2 6s ease-in-out infinite;
	animation:kk3_in2 6s ease-in-out infinite;
}

.clist .img .obi.tk3{
	-webkit-animation:kk4 7.5s ease-in-out infinite;
	-moz-animation:kk4 7.5s ease-in-out infinite;
	animation:kk4 7.5s ease-in-out infinite;
}
.clist .img .obi.tk3 p:nth-of-type(1){
	-webkit-animation:kk4_in1 7.5s ease-in-out infinite;
	-moz-animation:kk4_in1 7.5s ease-in-out infinite;
	animation:kk4_in1 7.5s ease-in-out infinite;
}
.clist .img .obi.tk3 p:nth-of-type(2){
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation:kk4_in3 7.5s ease-in-out infinite;
	-moz-animation:kk4_in3 7.5s ease-in-out infinite;
	animation:kk4_in3 7.5s ease-in-out infinite;
}
.clist .img .obi.tk3 p:nth-of-type(3){
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation:kk4_in4 7.5s ease-in-out infinite;
	-moz-animation:kk4_in4 7.5s ease-in-out infinite;
	animation:kk4_in4 7.5s ease-in-out infinite;
}
.clist .img .obi.tk3 p:nth-of-type(3) span{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.clist .img .obi.tk3 p:nth-of-type(3) em{
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.clist .img .obi.tk3 div{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation:kk4_in2 7.5s ease-in-out infinite;
	-moz-animation:kk4_in2 7.5s ease-in-out infinite;
	animation:kk4_in2 7.5s ease-in-out infinite;
}
.clist .img .obi.tk3 div.tkor{
	-webkit-animation:kk4_in4 7.5s ease-in-out infinite;
	-moz-animation:kk4_in4 7.5s ease-in-out infinite;
	animation:kk4_in4 7.5s ease-in-out infinite;
}
.clist .img .obi.kk div.tkor{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation:kk_in2 4.5s ease-in-out infinite;
	-moz-animation:kk_in2 4.5s ease-in-out infinite;
	animation:kk_in2 4.5s ease-in-out infinite;
}

.clist .img .obi.kk1_color{
	-webkit-animation:kk1_color 4.5s ease-in-out infinite;
	-moz-animation:kk1_color 4.5s ease-in-out infinite;
	animation:kk1_color 4.5s ease-in-out infinite;
}
.clist .img .obi.kk4_color{
	-webkit-animation:kk4_color 7.5s ease-in-out infinite;
	-moz-animation:kk4_color 7.5s ease-in-out infinite;
	animation:kk4_color 7.5s ease-in-out infinite;
}


@keyframes obi{
    0% {opacity:0;}
    20% {opacity:0;}
    80% {opacity:1;}
    100% {opacity:1;}
}

@keyframes kk1{
    0% {opacity:0;}
    33.3% {opacity:1;}
    66.6% {opacity:1;}
    100% {opacity:0;}
}
@keyframes kk_in1{
    0% {opacity:0;}
    33.3% {opacity:1;}
    66.6% {opacity:0;}
    100% {opacity:0;}
}
@keyframes kk_in2{
    0% {opacity:0;}
    33.3% {opacity:0;}
    66.6% {opacity:1;}
    100% {opacity:0;}
}

@keyframes kk2{
    0% {opacity:0;}
    60% {opacity:0;}
    80% {opacity:1;}
    100% {opacity:1;}
}

@keyframes kk3{
    0% {opacity:0;}
    25% {opacity:1;}
    50% {opacity:1;}
    75% {opacity:1;}
    100% {opacity:0;}
}
@keyframes kk3_in1{
    0% {opacity:0;}
    25% {opacity:1;}
    50% {opacity:0;}
    75% {opacity:0;}
    100% {opacity:0;}
}
@keyframes kk3_in2{
    0% {opacity:0;}
    25% {opacity:0;}
    50% {opacity:1;}
    75% {opacity:0;}
    100% {opacity:0;}
}
@keyframes kk3_in3{
    0% {opacity:0;}
    25% {opacity:0;}
    50% {opacity:0;}
    75% {opacity:1;}
    100% {opacity:0;}
}

@keyframes kk4{
    0% {opacity:0;}
    20% {opacity:1;}
    40% {opacity:1;}
    60% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}
@keyframes kk4_in1{
    0% {opacity:0;}
    20% {opacity:1;}
    40% {opacity:0;}
    60% {opacity:0;}
    80% {opacity:0;}
    100% {opacity:0;}
}
@keyframes kk4_in2{
    0% {opacity:0;}
    20% {opacity:0;}
    40% {opacity:1;}
    60% {opacity:0;}
    80% {opacity:0;}
    100% {opacity:0;}
}
@keyframes kk4_in3{
    0% {opacity:0;}
    20% {opacity:0;}
    40% {opacity:0;}
    60% {opacity:1;}
    80% {opacity:0;}
    100% {opacity:0;}
}
@keyframes kk4_in4{
    0% {opacity:0;}
    20% {opacity:0;}
    40% {opacity:0;}
    60% {opacity:0;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes kk1_color{
    0% {opacity:0;background: rgba(255, 82, 143, 0.7);}
    33.3% {opacity:1;background: rgba(255, 82, 143, 0.7);}
    66.6% {opacity:1;background: rgba(0, 144, 255, 0.7);}
    100% {opacity:0;background: rgba(255, 82, 143, 0.7);}
}
@keyframes kk4_color{
    0% {opacity:0;background: rgba(255, 82, 143, 0.7);}
    20% {opacity:1;background: rgba(255, 82, 143, 0.7);}
    40% {opacity:1;background: rgba(255, 82, 143, 0.7);}
    60% {opacity:1;background: rgba(255, 82, 143, 0.7);}
    80% {opacity:1;background: rgba(0, 144, 255, 0.7);}
    100% {opacity:0;background: rgba(255, 82, 143, 0.7);}
}

@media screen and (max-width: 440px) {
	.clist .img .obi{	font-size: 14px;}
	.clist .img .obi.tk, .clist .img .obi.kk span:nth-of-type(1){	font-size: 10px;}
	.clist .img .obi.tk i, .clist .img .obi.kk span:nth-of-type(1) i{	font-size: 14px;}
	.clist .img .obi.tk em, .clist .img .obi.kk span:nth-of-type(1) em{	font-size: 28px;}
	.clist .img .obi.kk span:nth-of-type(2), .clist .img .obi.tk3 p:nth-of-type(3) em{	font-size: 14px;}
	.clist .img .obi.kk span:nth-of-type(2) i,
	.clist .img .obi.tk3 p:nth-of-type(3) i{
		width: 25px;
		height: 25px;
		font-size: 10px;
		line-height: 10px;
		padding-top: 1px;
	}
}
@media screen and (max-width: 340px) {
	.clist .img .obi.tk em, .clist .img .obi.kk span:nth-of-type(1) em{	font-size: 24px;}
}




/********************************************
WAITBAR
********************************************/
.clist .img .waitbar{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% + 20px);
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: calc(50% - 20px);
	left: -10px;
	-webkit-transform: rotate(-15deg);
	   -moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		 -o-transform: rotate(-15deg);
			transform: rotate(-15deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.clist .img .waitbar p{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.clist .img .waitbar p.w_red{	background: rgba(255, 82, 143, 0.7);}
.clist .img .waitbar p.w_blue{	background: rgba(0, 144, 255, 0.7);}
.clist .img .waitbar p:nth-of-type(n + 2){
	position: absolute;
	top: 0;
	left: 0;
}
.clist .img .waitbar p.w_price{
	font-size: 12px;
}
.clist .img .waitbar p.w_price span{
	position: relative;
	bottom: -4px;
}
.clist .img .waitbar p.w_price i{
	font-family: "FontA";
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}
.clist .img .waitbar p.w_price em{
	font-family: "FontA";
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
}

.clist .img .waitbar1 p{
	-webkit-animation:waitbar1 1.5s ease-in-out infinite alternate;
	-moz-animation:waitbar1 1.5s ease-in-out infinite alternate;
	animation:waitbar1 1.5s ease-in-out infinite alternate;
}
.clist .img .waitbar2 p:nth-of-type(1){
	-webkit-animation:waitbar2_1 4.5s ease-in-out infinite;
	-moz-animation:waitbar2_1 4.5s ease-in-out infinite;
	animation:waitbar2_1 4.5s ease-in-out infinite;
}
.clist .img .waitbar2 p:nth-of-type(2){
	-webkit-animation:waitbar2_2 4.5s ease-in-out infinite;
	-moz-animation:waitbar2_2 4.5s ease-in-out infinite;
	animation:waitbar2_2 4.5s ease-in-out infinite;
}
.clist .img .waitbar3 p:nth-of-type(1){
	-webkit-animation:waitbar3_1 6s ease-in-out infinite;
	-moz-animation:waitbar3_1 6s ease-in-out infinite;
	animation:waitbar3_1 6s ease-in-out infinite;
}
.clist .img .waitbar3 p:nth-of-type(2){
	-webkit-animation:waitbar3_2 6s ease-in-out infinite;
	-moz-animation:waitbar3_2 6s ease-in-out infinite;
	animation:waitbar3_2 6s ease-in-out infinite;
}
.clist .img .waitbar3 p:nth-of-type(3){
	-webkit-animation:waitbar3_3 6s ease-in-out infinite;
	-moz-animation:waitbar3_3 6s ease-in-out infinite;
	animation:waitbar3_3 6s ease-in-out infinite;
}

@keyframes waitbar1{
    0% {opacity:0;}
    20% {opacity:0;}
    80% {opacity:1;}
    100% {opacity:1;}
}
@keyframes waitbar2_1{
    0% {opacity:0;}
    33.3% {opacity:1;}
    66.6% {opacity:0;}
    100% {opacity:0;}
}
@keyframes waitbar2_2{
    0% {opacity:0;}
    33.3% {opacity:0;}
    66.6% {opacity:1;}
    100% {opacity:0;}
}
@keyframes waitbar3_1{
    0% {opacity:0;}
    25% {opacity:1;}
    50% {opacity:0;}
    75% {opacity:0;}
    100% {opacity:0;}
}
@keyframes waitbar3_2{
    0% {opacity:0;}
    25% {opacity:0;}
    50% {opacity:1;}
    75% {opacity:0;}
    100% {opacity:0;}
}
@keyframes waitbar3_3{
    0% {opacity:0;}
    25% {opacity:0;}
    50% {opacity:0;}
    75% {opacity:1;}
    100% {opacity:0;}
}

@media screen and (max-width: 440px) {
	.clist .img .waitbar{	font-size: 14px;}
	.clist .img .waitbar .w_price{	font-size: 10px;}
	.clist .img .waitbar .w_price i{	font-size: 14px;}
	.clist .img .waitbar .w_price em,
	.clist .img .waitbar p.w_price em{	font-size: 23px;}
}
@media screen and (max-width: 340px) {
	.clist .img .waitbar .w_price em,
	.clist .img .waitbar p.w_price em{	font-size: 21px;}
}
