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

#left{	padding-right: 0;}

#tokuwari{
	padding: 0;
}

#tokuwari .cate{	padding-top: 0;}

.toku_list{
	width: auto;
	font-size: 0;
	line-height: 0;
	margin: 0;
	border-top: 1px solid #3e3e41;
}

/** tkbox **/

.tkbox_bg{
	display: block;
	color: #fff;
	border-top: 1px solid #3e3e41;
	border-bottom: 1px solid #3e3e41;
	margin: 0 0 -1px 0;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.tkbox_bg:hover{
	text-decoration: none;
}
.tkbox_base .tkbox_bg:last-of-type{	margin-bottom: 0;}

.tkbox_in{
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 340px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.tkbox_in_l,
.tkbox_in_r{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.tkbox_in_l{
	position: relative;
	width: auto;
	text-align: left;
}

.tkbox_in_l .img{
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.tkbox_in_l .img img{
	width: 100%;
	height: auto;
}

.tkbox_in_l .icon{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	bottom: 0;
	right: 0;
}

.tkbox_in_l .icon img{
	width: 30px;
	height: auto;
}

.tkbox_in_r{
	position: relative;
	width: 200px;
	padding: 0 0 0 10px;
}

.tkbox_in_r .time{
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	padding: 0 0 4px 0;
}
.tkbox_in_r .time span{	color: #ffef38;}
.tkbox_in_r .time em{
	font-size: 18px;
	color: #ff429c;
}

.tkbox_in_r .tkbox{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 190px;
	margin: 0;
	padding: 2px;
	overflow: hidden;
	border-radius: 5px;
	background: rgb(255,66,156);
	background: linear-gradient(90deg, rgba(255,66,156,1) 0%, rgba(255,234,0,1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.tkbox_in_r .tkbox:last-of-type{	margin-bottom: 0;}
.tkbox_in_r .tkbox:before,
.tkbox_in_r .tkbox:after{
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 7px);
}
.tkbox_in_r .tkbox:before{
	background: #1c1c1f;
	left: -9px;
}
.tkbox_in_r .tkbox:after{
	background: #1c1c1f;
	box-shadow:0px 0px 0px 2px #ffea00 inset;
	right: -7px;
}

.tkinbox{
	position: relative;
}

.tkbox_in_r .tkbox:nth-of-type(1){
	z-index: 3;
	-webkit-animation:tokuwari1 3s ease-in-out infinite alternate;
	-moz-animation:tokuwari1 3s ease-in-out infinite alternate;
	animation:tokuwari1 3s ease-in-out infinite alternate;
}

.tkbox_in_r .tkbox:nth-of-type(2){
	position: absolute;
	top: -4px;
	left: 4px;
	-webkit-animation:tokuwari2 3s ease-in-out infinite alternate;
	-moz-animation:tokuwari2 3s ease-in-out infinite alternate;
	animation:tokuwari2 3s ease-in-out infinite alternate;
}
.tkbox_in_r .tkbox:only-of-type{
	-webkit-animation:inherit;
	-moz-animation:inherit;
	animation:inherit;
}

@keyframes tokuwari1{
    0% {opacity:1;}
    20% {opacity:1;}
    80% {opacity:0;}
    100% {opacity:0;}
}
@keyframes tokuwari2{
    0% {opacity:0.3;}
    20% {opacity:0.3;}
    80% {opacity:1;}
    100% {opacity:1;}
}
@keyframes tokuwari2t{
    0% {opacity:0;}
    20% {opacity:0;}
    80% {opacity:1;}
    100% {opacity:1;}
}

.tkbox_in_r .tkbox_l{
	position: relative;
	width: 55px;
}

.tkbox_in_r .tkbox_l p{
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	padding: 5px 0 0 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.tkbox_in_r .tkbox_l p em{
	position: relative;
	display: inline-block;
	font-family: "FontA";
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	bottom: 0;
}
.tkbox_in_r .tkbox_l p span{
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
}
.tkbox_in_r .tkbox_l p i{
	position: relative;
	display: inline-block;
	font-style: normal;
	font-size: 10px;
	line-height: 12px;
	top: -2px;
}
.tkinbox .or{
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	position: absolute;
	z-index: 2;
	top: -6px;
	left: -6px;
	-webkit-animation:tokuwari2t 3s ease-in-out infinite alternate;
	-moz-animation:tokuwari2t 3s ease-in-out infinite alternate;
	animation:tokuwari2t 3s ease-in-out infinite alternate;
	-webkit-transform: rotate(-15deg);
	   -moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		 -o-transform: rotate(-15deg);
			transform: rotate(-15deg);
}

.tkbox_in_r .tkbox_r{
	position: relative;
	width: calc(100% - 55px);
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	background: #1c1c1f;
	border-radius: 3px;
}
.tkbox_in_r .tkbox_r:before{
	content: '';
	width: 12px;
	height: 100%;
	background: #1c1c1f;
	position: absolute;
	z-index: 2;
	top: 0;
	right: -14px;
}

.tkbox_in_r .tkbox_r_top{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	margin: 0 auto;
	padding: 9px 20px 3px 4px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.tkbox_in_r .tkbox_r_top span{
	font-family: "FontA";
	font-weight: normal;
	font-size: 14px;
	margin-left: 2px;
}

.tkbox_in_r .tkbox_r_top span em{
	font-size: 16px;
}

.tkbox_in_r .tkbox_r_top i{
	font-size: 20px;
	line-height: 20px;
	color: #ff429c;
	position: absolute;
	top: 6px;
	right: 0;
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		 -o-transform: rotate(90deg);
			transform: rotate(90deg);
}

.tkbox_in_r .tkbox_r_btm{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	color: #ffff00;
}

.tkbox_in_r .tkbox_r_btm span{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ffff00;
	margin-right: 5px;
	top: -2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.tkbox_in_r .tkbox_r_btm p{
	font-family: "FontA";
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
}

.tkbox_in_r .tkbox_r_btm p em{
	font-size: 26px;
}

.tkbox_in_r .name{
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	padding: 7px 0 0 0;
}
.tkbox_in_r .name .a_girl{
	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;
}

.tkbox_in_r .shop{
	width: 190px;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.tkbox_in_r .make_div{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 115px;
	height: 33px;
	text-align: center;
	color: #ff429c;
	background: #1c1c1e;
	border-radius: 2px 2px 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
}

.tkbox_in_r .make_div p{
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
}

.tkbox_in_r .make_div i{
	width: 25px;
	height: 25px;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	line-height: 10px;
	margin-right: 2px;
	padding-top: 1px;
	border: 2px solid #ff429c;
	border-radius: 50%;
	transform:rotate(-10deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

#tokuwari .bt_bg{
	margin: 0;
}

.systxt{
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	padding: 10px;
}

.systxt span{	color: #ff429c;}

.req_caution{
	margin-top: 10px;
}

.req_caution span{
	color: #ff429c;
}

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

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

}
