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

#prof{
	margin: 0;
	padding: 10px 0 0 0;
	border-bottom: none;
}

.prof_in{
	position: relative;
	display: block;
	width: 100%;
	font-size: 0;
	line-height: 0;
	min-height: auto;
	margin: 0;
	padding: 15px 0 0 0;
	overflow: hidden;
}

.prof_1,
.prof_2{
	display: block;
	width: auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.prof_1{
	position: relative;
	text-align: left;
	width: 400px;
	min-height: 536px;
	margin: 0 auto;
	padding: 0 0 15px 0;
}

.prof_2{}


/** left **/

div.slider{
    font-size: 0;
    line-height: 0;
    display:block;
}

div.slider_in{
}
div.slider_in:nth-of-type(1){	margin-bottom: 1px;}
div.slider_in:nth-of-type(2){	background: #ececec;}

.prof_1 .bx-viewport{
	overflow: visible !important;
}

.prof_1 .onephoto .bx-viewport{
	pointer-events: none;
}

.slider1 ul{
	width: 400px;
}

.slider1 ul li {/*main*/
    display: block;
    width: 400px;
    height: 520px;
}

.slider1 ul li img{
    display: block;
    width: 390px;
    height: auto;
    margin: 0 auto;
}

ul.bxslider01:after{
	content			: "";
	display			: block;
	clear			: both;
}



div.controlWrap {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.prof_1 .per{
	display: table;
	font-size: 0;
	line-height: 0;
	width: 50px;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
	position: absolute;
	top: 5px;
	right: 5px;
}

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

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

.prof_1 .taiki_icon_on,
.prof_1 .taiki_icon_off{
	width: calc(100% - 60px);
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	background: rgba(253, 71, 43, 0.9);
	padding: 5px 0;
	position: absolute;
	bottom: 45px;
	left: 30px;
	-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;}
}
@-webkit-keyframes blink_icon1{
	0%	{
			opacity: 0;
			filter: alpha(opacity=0);}
	40%	{
			opacity: 1;
			filter: alpha(opacity=100);}
	60%	{
			opacity: 1;
			filter: alpha(opacity=100);}
	100%	{
			opacity: 0;
			filter: alpha(opacity=0);}
}

.prof_1 .taiki_icon_on p:nth-of-type(1),
.prof_1 .taiki_icon_off p:nth-of-type(1){
	-webkit-animation-name: blink_icon1;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count:infinite;
}
.prof_1 .taiki_icon_on p:nth-of-type(2),
.prof_1 .taiki_icon_off p:nth-of-type(2){
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-animation-name: blink_icon1;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-delay: -1.5s;
}

.prof_1 .taiki_icon_on p:nth-of-type(2) i,
.prof_1 .taiki_icon_off p:nth-of-type(2) i{
	width: 26px;
	height: 26px;
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-right: 5px;
	padding-top: 2px;
	transform:rotate(-10deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.prof_1 .taiki_icon_on p:nth-of-type(2) span,
.prof_1 .taiki_icon_off p:nth-of-type(2) span{
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

.prof_1 .taiki_icon_on p:only-child,
.prof_1 .taiki_icon_off p:only-child{
	-webkit-animation:blink 0.78s ease-in-out infinite alternate;
	-moz-animation:blink 0.78s ease-in-out infinite alternate;
	animation:blink 0.78s ease-in-out infinite alternate;
}

	.bx-controls-direction{
		display: block;
	}
	div.slider_in{
	}
	div.slider_in:nth-of-type(2){	background: #333;}

	.prof_1.challange_l{	padding-bottom: 10px;}


/************ slider for sp *************/
@media screen and (max-width: 460px) {
	.prof_1{
		width: auto;
		min-height: 349px;
		padding: 0 30px 15px 30px;
	}
	.slider1 ul,
	.slider1 ul li{
		width: 100%;
		height: auto;
	}
	.slider1 ul li img{
		width: calc(100% - 10px);
		height: auto;
	}
	.prof_1 .per{
		right: 35px;
	}
	.prof_1 .taiki_icon_on,
	.prof_1 .taiki_icon_off{
		width: calc(100% - 80px);
		position: absolute;
		bottom: 27.5px;
		left: 40px;
	}
}




/** right **/

.prof_2 .name{
	border-top: 1px solid #3e3e41;
	padding: 10px 10px;
}
.prof_2 .name h2{
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}

.prof_2 .data{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 300px;
	margin: 0 auto 10px auto;
	padding: 5px 0;
	background: #333;
	border-radius: 30px;
}
.prof_2 .data p{
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
.prof_2 .data em{	color: #9b95ff;}


.comment{
	text-align: left;
	margin: 0;
	padding: 5px 10px 20px 10px;
	border: none;
}

.comment .g_txt{
	font-family: 'Hachi Maru Pop', cursive;
}


/** sche **/

.sche{
	margin: 0;
}

.sche_in{
	padding: 10px;
}

.sche_in ul{
	font-size: 0;
	line-height: 0;
}

.sche_in li{
	display: inline-block;
	vertical-align: top;
	width: 81px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	margin: 0 1px 0 0;
	border: 1px solid #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sche_in li:first-of-type{	width: 138px;}
.sche_in li:last-of-type{
	margin: 0;
}

.sche_in .sche_th{
	padding: 8px 0;
	background: #333;
}

.sche_in .sche_td{
	position: relative;
	height: 55px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.sche_in li:first-of-type .sche_td br{ display:none;}
.sche_in li:first-of-type .sche_td br.today_br{ display:inline;}

.sche_in .sche_th.sat{	color:#fff; background: #3d7ace;}
.sche_in .sche_th.sun{	color:#fff; background: #c84747;}

.sche_in .sche_td .yoman{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	color: #ffa3c5;
	padding-top: 2px;
	border: 3px solid #ffa3c5;
	background: rgba(28, 28, 30, 0.5);
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 17.5px);
	left: calc(50% - 17.5px);
	-webkit-animation:yoman 1s ease-in-out infinite alternate;
	-moz-animation:yoman 1s ease-in-out infinite alternate;
	animation:yoman 1s ease-in-out infinite alternate;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
@keyframes yoman{
    0% {opacity:0;}
    20% {opacity:0;}
    80% {opacity:1;}
    100% {opacity:1;}
}

/** nk_bt **/

.nk_bt{
	display: flex;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

.nk_bt a,
.nk_bt span{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 5px;
	color: #1c1c1e;
	background: #333;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.nk_bt a:first-child,
.nk_bt span:first-child{	margin-left: 0;}

.nk_bt i{
	font-size: 23px;
	line-height: 23px;
}

.nk_bt em{
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
}

.nk_bt a.bt_review,
.nk_bt a.bt_post{
	background: #67ddff;
	box-shadow: 0px 2px 0px 0px #006f8f;
}
.nk_bt a.bt_blog{
	background: #ff9ce9;
	box-shadow: 0px 2px 0px 0px #9f3186;
}
.nk_bt a.bt_movie{
	background: #7cd797;
	box-shadow: 0px 2px 0px 0px #24793d;
}
.nk_bt a.bt_reg{
	color: #fff;
	background: #ffae00;
	background: -moz-linear-gradient(-45deg, #ffae00 0%, #ff8a00 100%);
	background: -webkit-linear-gradient(-45deg, #ffae00 0%,#ff8a00 100%);
	background: linear-gradient(135deg, #ffae00 0%,#ff8a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8a00',GradientType=1 );
	border: none;
}
.nk_bt span{
	color: #1c1c1e;
}


/** regist_fovo **/

#regist_fovo_bg{
	text-align: center;
}

#regist_fovo{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin: 0 0 0 5px;
}

#favo_shop_regist{
	cursor: pointer;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	color: #1c1c1e;
	background: #ffcb00;
	border-radius: 50%;
	box-shadow: 0px 2px 0px 0px #7e5600;
	-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;
}
#favo_shop_regist.favo{
	text-decoration: none;
	color: #fff;
	background: #ff0000;
	box-shadow: none;
}

#favo_shop_regist i{
	font-size: 23px;
	line-height: 23px;
}

#favo_shop_regist em{
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
}


/** toku **/

#toku{
	position: relative;
	width: 100%;
	max-width: 410px;
	margin: 0 auto;
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#toku .time{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	padding: 0 0 5px 0;
}
#toku .time span{	color: #9b95ff;}
#toku .time em{
	font-size: 22px;
	color: #ffaee8;
}

#toku .time2{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 170px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	color: #000;
	background: #fff;
	border-radius: 20px;
	position: absolute;
	top: -30px;
	right: 10px;
	-webkit-animation: toku_blink 0.78s ease-in-out infinite alternate;
	-moz-animation: toku_blink 0.78s ease-in-out infinite alternate;
	animation: toku_blink 0.78s ease-in-out infinite alternate;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#toku .time+.time2{	top: -10px;}
#toku .time2:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 5px);
}
@keyframes toku_blink{
    0% {opacity:0;}
    20% {opacity:0;}
    80% {opacity:1;}
    100% {opacity:1;}
}

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

#toku .tkbox_l{
	width: 33%;
}

#toku .tkbox_l p{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	padding: 2px 0 0 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#toku .tkbox_l p em{
	position: relative;
	display: inline-block;
	font-family: "FontB";
	font-size: 36px;
	font-weight: normal;
	line-height: 36px;
	bottom: -2px;
}
#toku .tkbox_l p span{
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
}
#toku .tkbox_l p i{
	position: relative;
	display: inline-block;
	font-style: normal;
	font-size: 13px;
	line-height: 14px;
	top: -2px;
}
#toku .tkbox .or{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #000;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	top: -18px;
	left: calc(50% - 15px);
	-webkit-animation: toku_blink 0.78s ease-in-out infinite alternate;
	-moz-animation: toku_blink 0.78s ease-in-out infinite alternate;
	animation: toku_blink 0.78s ease-in-out infinite alternate;
	-webkit-transform: rotate(-15deg);
	   -moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		 -o-transform: rotate(-15deg);
			transform: rotate(-15deg);
}

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

#toku .tkbox_r_top{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 auto;
	padding: 10px 34px 0 4px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#toku .tkbox_r_top span{
	font-family: "FontB";
	font-weight: normal;
	font-size: 20px;
	margin-left: 5px;
}

#toku .tkbox_r_top span em{
	font-size: 24px;
}

#toku .tkbox_r_top i{
	font-size: 34px;
	line-height: 34px;
	color: #ff8761;
	position: absolute;
	top: 5px;
	right: 0;
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		 -o-transform: rotate(90deg);
			transform: rotate(90deg);
}

#toku .tkbox_r_btm{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	padding-top: 10px;
}

#toku .tkbox_r_btm span{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #fff;
	margin-right: 5px;
	top: -4px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#toku .tkbox_r_btm.spe{	color: #ffff00; padding-top: 0;}
#toku .tkbox_r_btm.spe span{	border-color: #ffff00;}

#toku .tkbox_r_btm p{
	font-family: "FontB";
	font-weight: normal;
	font-size: 28px;
	line-height: 41px;
}

#toku .tkbox_r_btm p em{
	font-size: 41px;
}

#toku .conditions{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-radius: 2px;
	margin: 10px auto 0 auto;
	border: 1px solid #ffade8;
	background: #1c1c1e;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#toku .conditions_l,
#toku .conditions_r{
	display: table-cell;
	vertical-align: middle;
	height: 24px;
	line-height: 18px;
}

#toku .conditions_l{
	position: relative;
	width: 60px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-radius: 1px 0 0 1px;
	color: #1c1c1e;
	background: #ffaee8;
	padding: 0 0 0 3px;
}
#toku .conditions_l:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 10px;
	position: absolute;
	top: 0;
	right: -10px;
	border-color: transparent transparent transparent #ffaee8;
}

#toku .conditions_r{
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	padding-left: 7px;
}

#toku .conditions2{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-radius: 3px;
	margin: 10px auto 0 auto;
	background: rgb(255,234,0);
	background: linear-gradient(90deg, rgba(255,234,0,1) 0%, rgba(255,66,156,1) 100%);
	padding: 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#toku .conditions2_l,
#toku .conditions2_r{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#toku .conditions2_l{
	position: relative;
	width: 33%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	color: #1c1c1e;
}
#toku .conditions2_l span{
	position: relative;
	font-size: 14px;
	line-height: 14px;
	margin-right: 3px;
	bottom: -1px;
}

#toku .conditions2_r{
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	background: #1c1c1e;
	border-radius: 2px;
	padding: 5px 8px;
}

#toku .caution{
	font-size: 10px;
	line-height: 16px;
	text-align: left;
	padding: 13px 0 3px 0;
	letter-spacing: -0.3px;
}

#toku .caution em{	color: #ff8761;}

#toku .tel{
	position: absolute;
	bottom: 6px;
	right: 10px;
	display: table;
	width: 45px;
	height: 45px;
	background: #9b95ff;
	border-radius: 5px;
	animation: inout 2s;
	animation-iteration-count: infinite;
	-webkit-animation: inout 2s; /* Safari & Chrome */
	-webkit-animation-iteration-count: infinite;
}
#toku .tel a{
	display: table-cell;
	border-radius: 5px;
	width: 45px;
	height: 45px;
	color: #ffffff;
	font-size: 10px;
	line-height: 10px;
	padding: 0 0 2px 0;
	text-align: center;
	vertical-align: bottom;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#toku .tel a span{
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	line-height: 22px;
}
@keyframes inout {
	0%   { transform: scale(1); }
	10%   { transform: scale(0.9); }
	20%   { transform: scale(1); }
	30%   { transform: scale(0.9); }
	40%   { transform: scale(1); }
	100%  { transform: scale(1); }
}
@-webkit-keyframes inout { /* Safari & Chrome */
	0%   { -webkit-transform: scale(1); }
	10%   { -webkit-transform: scale(0.9); }
	20%   { -webkit-transform: scale(1); }
	30%   { -webkit-transform: scale(0.9); }
	40%   { -webkit-transform: scale(1); }
	100%  { -webkit-transform: scale(1); }
}

.bnr_pr{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 0px 0 10px 0;
}
.snsbt+.bnr_pr{	padding-top: 10px;}

.bnr_pr div {
	padding: 0 10px;
}

.bnr_pr div a{
	display: inline-block;
	vertical-align: top;
	width: 80%;
	max-width: 350px;
}

.bnr_pr div img {
	width: 100%;
}
.bnr_pr img.lazy[src*="loader.png"]{ height: 44px;}


/** twitbt **/

.snsbt{
	background: repeating-linear-gradient(#3e3e41, #3e3e41 1px, #1c1c1e 0, #1c1c1e 2px);
	text-align: center;
	margin: 0 0 20px 0;
	padding: 2px 0 3px 0;
}

.twitbt{
	display: inline-block;
	width: 90px;
}

.linebt{
	display: inline-block;
	width: 90px;
}

.sdtop .snsbt,
#cd .snsbt{
	margin: 0 0 10px 0;
}


/** cdcate **/

.prof_2 .cdcate{
	display: flex;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
	padding: 0 10px;
}

.prof_2 .cdcate a,
.prof_2 .cdcate span{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% / 3 - 7px);
	height: 36px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	margin: 0 5px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.prof_2 .cdcate a{
	position: relative;
	font-weight: bold;
	color: #fff;
	background: #1c1c1e;
	border: 1px solid #e1e1e1;
	-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;
}
.prof_2 .cdcate a:nth-child(1){color: #ff9de9;}
.prof_2 .cdcate a:nth-child(2){color: #ffff58;}
.prof_2 .cdcate a:nth-child(3){color: #67ddff;}

.cdcate span{
	font-weight: normal;
	color: #3e3e41;
	border-color: #000;
	background: #000;
}

.prof_2 .bt_bg{
	width: 100%;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.prof_2 .bt_bg .bt{
	cursor: pointer;
	display: inline-block;
	width: 140px;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #ffcb00;
	background-color: #1c1c1e;
	box-shadow: 0 0 0 1px #ffcb00 inset;
	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;
}

.prof_2 .bt_bg div.bt:hover{
	color: #1c1c1e;
	background-color: #ffcb00;
	opacity			: 1;
	filter			: alpha(opacity=100);
}

.prof_2 .bt_bg span.bt{
	color: #ffffff;
	box-shadow: 0 0 0 1px #ff6134 inset;
	background: #ff6134;
	background: -moz-linear-gradient(left, #ff6134 0%, #ff351c 100%);
	background: -webkit-linear-gradient(left, #ff6134 0%,#ff351c 100%);
	background: linear-gradient(to right, #ff6134 0%,#ff351c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6134', endColorstr='#ff351c',GradientType=1 );
}


/** komi **/

#komi{
	margin: 0;
}

.komiper{
	display: block;
	width: auto;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.komiper_l,
.komiper_r{
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.komiper_l{
	display: flex;
	align-items: flex-end;
	align-content: flex-end;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	padding: 10px 0 5px 0;
}
.komiper_l p em{
	font-size: 26px;
	font-family: "FontB";
	color: #ff65b6;
	background: -webkit-linear-gradient(top, #ff9ee0 20%, #ff429c 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.komiper_l br{	display: none;}

.komiper_l .star{
	font-size: 22px;
	line-height: 25px;
	margin-right: 5px;
	color: #444;
}

.komiper_l .star em{	color: #ffcc00;}

.komiper_l .star span.per1{
	color: rgb(255,204,0);
	background:  -webkit-linear-gradient(0deg, rgba(255,204,0,1) 0%, rgba(255,204,0,1) 10%, rgba(68,68,68,1) 10%, rgba(68,68,68,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.komiper_l .star span.per2{
	color: rgb(255,204,0);
	background:  -webkit-linear-gradient(0deg, rgba(255,204,0,1) 0%, rgba(255,204,0,1) 20%, rgba(68,68,68,1) 20%, rgba(68,68,68,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.komiper_l .star span.per3{
	color: rgb(255,204,0);
	background:  -webkit-linear-gradient(0deg, rgba(255,204,0,1) 0%, rgba(255,204,0,1) 30%, rgba(68,68,68,1) 30%, rgba(68,68,68,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.komiper_l .star span.per4{
	color: rgb(255,204,0);
	background:  -webkit-linear-gradient(0deg, rgba(255,204,0,1) 0%, rgba(255,204,0,1) 40%, rgba(68,68,68,1) 40%, rgba(68,68,68,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.komiper_l .star span.per5{
	color: rgb(255,204,0);
	background:  -webkit-linear-gradient(0deg, rgba(255,204,0,1) 0%, rgba(255,204,0,1) 50%, rgba(68,68,68,1) 50%, rgba(68,68,68,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.komiper_l .star span.per6{
	color: rgb(255,204,0);
	background:  -webkit-linear-gradient(0deg, rgba(255,204,0,1) 0%, rgba(255,204,0,1) 60%, rgba(68,68,68,1) 60%, rgba(68,68,68,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.komiper_l .star span.per7{
	color: rgb(255,204,0);
	background:  -webkit-linear-gradient(0deg, rgba(255,204,0,1) 0%, rgba(255,204,0,1) 70%, rgba(68,68,68,1) 70%, rgba(68,68,68,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.komiper_l .star span.per8{
	color: rgb(255,204,0);
	background:  -webkit-linear-gradient(0deg, rgba(255,204,0,1) 0%, rgba(255,204,0,1) 80%, rgba(68,68,68,1) 80%, rgba(68,68,68,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.komiper_l .star span.per9{
	color: rgb(255,204,0);
	background:  -webkit-linear-gradient(0deg, rgba(255,204,0,1) 0%, rgba(255,204,0,1) 90%, rgba(68,68,68,1) 90%, rgba(68,68,68,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.komiper_l .star+p{
	font-size: 16px;
	color: #ffade8;
}

.komiper_r{
	text-align: center;
	padding: 0 0 20px 0;
	max-width: 320px;
	margin: 0 auto;
}

.komiper_r a,
.komiper_r span{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	margin: 0 5px;
	text-indent: 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;
}
.komiper_r a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.komiper_r .kp1{	width: 215px;}
.komiper_r .kp2{	width: 75px;}

.komiper_r a.kp1{
	background: #ff3399;
	background: url(../../img/all/kp1.png) no-repeat 20px 1px #9b95ff;
	-webkit-background-size: 22px auto; background-size: 22px auto;
}
.komiper_r span.kp1{
	color: #3e3e41;
	background: #28282a;
	background: url(../../img/all/kp1off.png) no-repeat 20px 1px #28282a;
	-webkit-background-size: 22px auto; background-size: 22px auto;
}
.komiper_r a.kp2{
	background: url(../../img/all/kp2.png) no-repeat 8px 1px #ffad00;
	-webkit-background-size: 22px auto; background-size: 22px auto;
}


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

@media screen and (max-width: 650px) {
	.sche_in{ padding: 10px 0;}
	.sche_in ul{
		white-space: nowrap;
		overflow-x: scroll;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
		padding: 0 10px;
	}
	.sche_in ul::-webkit-scrollbar{	display: none;}
	.sche_in li{	min-width: 80px;}
	.bnr_pr img.lazy[src*="loader.png"]{ height: 30px;}
	
	.prof_2 .cdcate{	justify-content: space-between;}
	.prof_2 .cdcate a,
	.prof_2 .cdcate span{
		width: calc(100% / 2 - 5px);
		margin: 0;
	}
}
