
/*=================================================
 * CSS for PC
 * ================================================= */
/***************************************
COMMON CAST
****************************************/

/** common_castbox **/

.common_castbox_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;
}
.common_castbox_bg:hover{
	text-decoration: none;
}
.common_castbox_base .common_castbox_bg:last-of-type{	margin-bottom: 0;}

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

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

.common_castbox_in_l{
	position: relative;
	width: auto;
	text-align: left;
	overflow: hidden;
}

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

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

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

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

.common_castbox_in_l .rankno{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	bottom: 0;
	left: 0;
}

.common_castbox_in_l .rankno img{
	width: 40px;
	height: auto;
	margin: 0 0 2px 2px;
}

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

.common_castbox_in_r .time{
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
}
.common_castbox_in_r .time span{	color: #ffef38;}
.common_castbox_in_r .time em{
	font-size: 18px;
	color: #ff429c;
}
.common_castbox_in_r .name{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
.common_castbox_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;
}
.common_castbox_in_r .size{
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 2px;
}
.common_castbox_in_r .size span{	color: #999;}
.common_castbox_in_r .shop{
	width: 190px;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
.common_castbox_in_r .point{
	margin: 5px 0 0 0;
	text-align: left;
}

.common_castbox_in_r .point div{
	display: inline-block;
	vertical-align: top;
	margin: 0 1px 1px 0;
}
.common_castbox_in_r .point div:last-of-type{	margin: 0;}
.common_castbox_in_r .point div.no{
	width: 23px;
	height: 23px;
	background: #28282a;
	border-radius: 2px;
}
.common_castbox_in_r .point .cp > em{
	width: 23px;
	height: 23px;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	border-radius: 2px;
	padding: 0;
}

.common_castbox_in_r .point .cp0{	background: #28282a;}



.common_castbox_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:make_div_blink 1.5s ease-in-out infinite alternate;
	-moz-animation:make_div_blink 1.5s ease-in-out infinite alternate;
	animation:make_div_blink 1.5s ease-in-out infinite alternate;
}
.common_castbox_in_r .make_div p{
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
}
.common_castbox_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 make_div_blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes make_div_blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes make_div_blink{
	0% {opacity:0;}
	100% {opacity:1;}
}


/***************************************
COMMON TOKUWARI
****************************************/

.common_tkinbox{
	position: relative;
	height: 62px;
	perspective:1000px;
	margin: 5px 0;
}
.common_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);
}
.common_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;
}
.common_tkbox:last-of-type{	margin-bottom: 0;}
.common_tkbox:before,
.common_tkbox:after{
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 7px);
}
.common_tkbox:before{
	background: #1c1c1f;
	left: -9px;
}
.common_tkbox:after{
	background: #1c1c1f;
	box-shadow:0px 0px 0px 2px #ffea00 inset;
	right: -7px;
}
.common_tkbox .tkbox_l{
	position: relative;
	width: 55px;
}
.common_tkbox .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);
}
.common_tkbox .tkbox_l p em{
	position: relative;
	display: inline-block;
	font-family: "FontA";
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	bottom: 0;
}
.common_tkbox .tkbox_l p span{
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
}
.common_tkbox .tkbox_l p i{
	position: relative;
	display: inline-block;
	font-style: normal;
	font-size: 10px;
	line-height: 12px;
	top: -2px;
}
.common_tkbox .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;
}
.common_tkbox .tkbox_r:before{
	content: '';
	width: 12px;
	height: 100%;
	background: #1c1c1f;
	position: absolute;
	z-index: 2;
	top: 0;
	right: -14px;
}
.common_tkbox .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;
}
.common_tkbox .tkbox_r_top span{
	font-family: "FontA";
	font-weight: normal;
	font-size: 14px;
	margin-left: 2px;
}
.common_tkbox .tkbox_r_top span em{
	font-size: 16px;
}
.common_tkbox .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);
}
.common_tkbox .tkbox_r_btm{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	color: #ffff00;
}
.common_tkbox .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;
}
.common_tkbox .tkbox_r_btm p{
	font-family: "FontA";
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
}
.common_tkbox .tkbox_r_btm p em{
	font-size: 26px;
}
.common_tkbox .name{
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	padding: 5px 0 0 0;
}
.common_tkbox .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;
}
.common_tkbox .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;
}
.common_tkbox .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:tk_blink 1.5s ease-in-out infinite alternate;
	-moz-animation:tk_blink 1.5s ease-in-out infinite alternate;
	animation:tk_blink 1.5s ease-in-out infinite alternate;
}
.common_tkbox .make_div p{
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
}
.common_tkbox .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 tk_blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes tk_blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes tk_blink{
	0% {opacity:0;}
	100% {opacity:1;}
}

.common_tkinbox{
	position: relative;
	width: 190px;
	height: 62px;
	perspective: 1000px;
}

.panel{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin:center center -31px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform-style: preserve-3d;
}

/* 1枚目 */
.panel01{
	animation: panel01Rotate 8s infinite ease-in-out;
}

/* 2枚目 */
.panel02{
	animation: panel02Rotate 8s infinite ease-in-out;
}


@keyframes panel01Rotate{

	/* 表示 */
	0%,40%{
		transform: rotateX(0deg);
		z-index: 2;
	}

	/* 上へ閉じる */
	50%{
		transform: rotateX(-90deg);
		z-index: 2;
		opacity: 1;
	}
	51%{
		transform: rotateX(-90deg);
		opacity: 0;
		z-index: 2;
	}

	/* 裏で待機 */
	52%,90%{
		transform: rotateX(90deg);
		z-index: 1;
	}

	/* 戻る */
	100%{
		transform: rotateX(0deg);
		z-index: 1;
	}
}


@keyframes panel02Rotate{

	/* 裏で待機 */
	0%,40%{
		transform: rotateX(90deg);
		z-index: 1;
	}

	/* 登場 */
	50%{
		transform: rotateX(0deg);
		z-index: 2;
	}

	/* 表示維持 */
	51%,90%{
		transform: rotateX(0deg);
		z-index: 2;
	}

	/* 閉じる */
	100%{
		transform: rotateX(-90deg);
		z-index: 1;
	}
}



/********************************************
WAITBAR
********************************************/
.common_castbox_in_l .img .waitbar{
	display: flex;
	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;
}
.common_castbox_in_l .img .waitbar p{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.common_castbox_in_l .img .waitbar p.w_red{	background: rgba(255, 82, 143, 0.7);}
.common_castbox_in_l .img .waitbar p.w_blue{	background: rgba(0, 144, 255, 0.7);}
.common_castbox_in_l .img .waitbar p:nth-of-type(n + 2){
	position: absolute;
	top: 0;
	left: 0;
}
.common_castbox_in_l .img .waitbar p.w_price{
	font-size: 12px;
}
.common_castbox_in_l .img .waitbar p.w_price span{
	position: relative;
	bottom: -4px;
}
.common_castbox_in_l .img .waitbar p.w_price i{
	font-family: "FontA";
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}
.common_castbox_in_l .img .waitbar p.w_price em{
	font-family: "FontA";
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
}

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

	.common_castbox_in_l .img .waitbar{	font-size: 14px;}
	.common_castbox_in_l .img .waitbar .w_price{	font-size: 10px;}
	.common_castbox_in_l .img .waitbar .w_price i{	font-size: 13px;}
	.common_castbox_in_l .img .waitbar .w_price em{	font-size: 24px;}
@media screen and (max-width: 340px) {
	.common_castbox_in_l .img .waitbar .w_price em{	font-size: 22px;}
}



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

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








