/*------------------------------------------------------------
	スクエアバナー
------------------------------------------------------------*/
.areaS-Swiper {
	width: 100%;
	padding: 0;
	overflow-x: hidden;
}
.swiper-wrapper {
	transition-timing-function: linear;
}
.swiper-slide {
	transition: transform 0.6s;
}
.swiper-slide img{
	width: 100%;
	aspect-ratio: 1;
}
.swiper-slide-prev,
.swiper-slide-next,
.swiper-slide-duplicate-prev,
.swiper-slide-duplicate-next {
	transform: scale(0.95);
	opacity: 0.4;
}

/*■スライダー1■━━━━━━━━━━━━━━━━━━━━*/
#slider{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
/*■スライダー2■━━━━━━━━━━━━━━━━━━━━*/
#slider2{
	margin: 20px 10px;
	padding: 0px;
}
/*■スライダー3■━━━━━━━━━━━━━━━━━━━━*/
#slider3{
	margin: 0px 10px;
	padding: 20px 0px;
	border-top: solid 1px #C9CACA;
	border-bottom: solid 1px #C9CACA;
}
/*■ピックアップ■━━━━━━━━━━━━━━━━━━━━*/
#pickup{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 204px;
}
#loopslider{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 220px;
	background-image: url("../img/pickup_bottom.jpg");
	overflow: hidden;
}
#loopslider .icon_rq{
	position: absolute;
	top: 170px;
	left: 0;
	z-index: +1;
}
#loopslider .icon_rq img{
	width: 20%;
	box-shadow: unset;
}
/*===★★★===女の子ランク対応===★★★===*/
#loopslider a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#loopslider a:before,#loopslider a:after{
	content: '';
	position: absolute;
	width: fit-content; height: auto;
}
#loopslider a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}
#loopslider a:after{
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 14px;
	font-size: 14px;
	font-family: "Oswald", "Lucida Grande", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 4px 5px 4px 26px;
	color: #FCFCFC;
}
/*========▼▼▼ ロイヤルクイーン ▼▼▼========*/
#loopslider a.gr_royal_queen::before {
	background: url(../../../img/rank/waku/frame_royal_queen.gif) no-repeat center center /cover;
}
#loopslider a.gr_royal_queen::after {
	content: "royal queen";
	font-size: 12px;
	background-image: linear-gradient(90deg,rgba(64,180,226,0),rgba(64,180,226,1) 40%,rgba(2,38,109,1));
}
/*========▼▼▼ ダイアモンド ▼▼▼========*/
#loopslider a.gr_diamond::before {
	background: url(../../../img/rank/waku/frame_diamond.gif) no-repeat center center /cover;
}
#loopslider a.gr_diamond::after {
	content: "diamond";
	background-image: linear-gradient(to right, rgba(209,29,209, 0), rgba(209,29,209, 1) 30%, rgba(209,29,209, 1));
}
/*========▼▼▼ プレミアム ▼▼▼========*/
#loopslider a.gr_premium::before {
	background: url(../../../img/rank/waku/frame_premium.gif) no-repeat center center /cover;
}
#loopslider a.gr_premium::after {
	content: "premium";
	background-image: linear-gradient(to right, rgba(29,29,209, 0), rgba(29,29,209, 1) 30%, rgba(29,29,209, 1));
}
/*========▼▼▼ グランドビップ ▼▼▼========*/
#loopslider a.gr_gvip::before {
	background: url(../../../img/rank/waku/frame_gvip.gif) no-repeat center center /cover;
}
#loopslider a.gr_gvip::after {
	content: "grand vip";
	background-image: linear-gradient(to right, rgba(209,29,30, 0), rgba(209,29,30, 1) 30%, rgba(209,29,30, 1));
}
/*========▼▼▼ ビップ ▼▼▼========*/
#loopslider a.gr_vip::before {
	background: url(../../../img/rank/waku/frame_vip.gif) no-repeat center center /cover;
}
#loopslider a.gr_vip::after {
	content: "vip";
	background-image: linear-gradient(to right, rgba(0,181,70, 0), rgba(0,181,70, 1) 30%, rgba(0,181,70, 1));
}
/*========▼▼▼ ゴールド ▼▼▼========*/
#loopslider a.gr_gold::before {
	background: url(../../../img/rank/waku/frame_gold.gif) no-repeat center center /cover;
}
#loopslider a.gr_gold::after {
	content: "gold";
	background-image: linear-gradient(to right, rgba(255,215,0, 0), rgba(255,215,0, 1) 30%, rgba(255,215,0, 1));
	font-size: 12px;
	color: #101010;
}
/*========▼▼▼ シルバー ▼▼▼========*/
#loopslider a.gr_silver::before {
	background: url(../../../img/rank/waku/frame_silver.gif) no-repeat center center /cover;
}
#loopslider a.gr_silver::after {
	content: "silver";
	background-image: linear-gradient(to right, rgba(139,139,139, 0), rgba(139,139,139, 1) 30%, rgba(139,139,139, 1));
}
/*■リアルタイム■━━━━━━━━━━━━━━━━━━━━*/
#realtime{
	position: relative;
	margin: 0px 10px;
}
#realtime_img{
	position: relative;
	width: 30%;
	float: left;
}
#realtime_img .icon_rq{
	position: absolute;
	bottom: 5px;
	left: 2px;
	z-index: +1;
}
#realtime_img .icon_rq img{
	width: 20%;
	box-shadow: unset;
}
/*===★★★===女の子ランク対応===★★★===*/
#realtime_img a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#realtime_img a:before,#realtime_img a:after{
	content: '';
	position: absolute;
	width: fit-content; height: auto;
}
#realtime_img a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}
#realtime_img a:after{
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 14px;
	font-size: 14px;
	font-family: "Oswald", "Lucida Grande", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 4px 5px 4px 26px;
	color: #FCFCFC;
}
/*========▼▼▼ ロイヤルクイーン ▼▼▼========*/
#realtime_img.gr_royal_queen a::before {
	background: url(../../../img/rank/waku/frame_royal_queen.gif) no-repeat center center /cover;
}
#realtime_img.gr_royal_queen a::after {
	content: "royal queen";
	font-size: 10px;
	background-image: linear-gradient(90deg,rgba(64,180,226,0),rgba(64,180,226,1) 40%,rgba(2,38,109,1));
}
/*========▼▼▼ ダイアモンド ▼▼▼========*/
#realtime_img.gr_diamond a::before {
	background: url(../../../img/rank/waku/frame_diamond.gif) no-repeat center center /cover;
}
#realtime_img.gr_diamond a::after {
	content: "diamond";
	background-image: linear-gradient(to right, rgba(209,29,209, 0), rgba(209,29,209, 1) 30%, rgba(209,29,209, 1));
}
/*========▼▼▼ プレミアム ▼▼▼========*/
#realtime_img.gr_premium a::before {
	background: url(../../../img/rank/waku/frame_premium.gif) no-repeat center center /cover;
}
#realtime_img.gr_premium a::after {
	content: "premium";
	background-image: linear-gradient(to right, rgba(29,29,209, 0), rgba(29,29,209, 1) 30%, rgba(29,29,209, 1));
}
/*========▼▼▼ グランドビップ ▼▼▼========*/
#realtime_img.gr_gvip a::before {
	background: url(../../../img/rank/waku/frame_gvip.gif) no-repeat center center /cover;
}
#realtime_img.gr_gvip a::after {
	content: "grand vip";
	background-image: linear-gradient(to right, rgba(209,29,30, 0), rgba(209,29,30, 1) 30%, rgba(209,29,30, 1));
}
/*========▼▼▼ ビップ ▼▼▼========*/
#realtime_img.gr_vip a::before {
	background: url(../../../img/rank/waku/frame_vip.gif) no-repeat center center /cover;
}
#realtime_img.gr_vip a::after {
	content: "vip";
	background-image: linear-gradient(to right, rgba(0,181,70, 0), rgba(0,181,70, 1) 30%, rgba(0,181,70, 1));
}
/*========▼▼▼ ゴールド ▼▼▼========*/
#realtime_img.gr_gold a::before {
	background: url(../../../img/rank/waku/frame_gold.gif) no-repeat center center /cover;
}
#realtime_img.gr_gold a::after {
	content: "gold";
	background-image: linear-gradient(to right, rgba(255,215,0, 0), rgba(255,215,0, 1) 30%, rgba(255,215,0, 1));
	font-size: 12px;
	color: #101010;
}
/*========▼▼▼ シルバー ▼▼▼========*/
#realtime_img.gr_silver a::before {
	background: url(../../../img/rank/waku/frame_silver.gif) no-repeat center center /cover;
}
#realtime_img.gr_silver a::after {
	content: "silver";
	background-image: linear-gradient(to right, rgba(139,139,139, 0), rgba(139,139,139, 1) 30%, rgba(139,139,139, 1));
}
#realtime_right{
	width: 70%;
	float: right;
}
#realtime_name{
	margin-left: 10px;
	font-size: 12px;
}
#realtime_age{
	font-family: "Oswald", "Lucida Grande", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
}
#realtime_age span{
	display: inline-block;
	height: auto;
	margin: 0px 0px 0px 1px;
	vertical-align: text-bottom;
	font-size: 10px;
}
#realtime_size{
	margin-left: 10px;
	font-family: "Oswald", "Lucida Grande", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
}
#realtime_com{
	margin-left: 10px;
	line-height: 1.4em;
	font-size: 12px;
}
#realtime_time{
	margin: 5px 0px 5px 10px;
	padding: 6px 0px;
	font-family: "Montserrat", "Lucida Grande", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	color: #231815;
	font-size: 14px;
	background-color: #EFEFEF;
}
#realtime_ginfo a{
	margin-left: 10px;
	padding: 5px 0px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#4E4E4E), to(#000000));
	display: block;
}
#realtime_ginfo a span{
	margin-right: 10px;
	background-image: url("../img/more_rank_bg.png");
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
}
.real_more{
	margin: 10px 0px 10px 0px;
}
.real_more a{
	padding: 15px 0px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#4E4E4E), to(#000000));
	display: block;
}
.real_more a span{
	margin-right: 10px;
	background-image: url("../img/more_rank_bg.png");
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
}
/*■ムービー■━━━━━━━━━━━━━━━━━━━━*/
#movie{
	margin: 0px 10px;
	padding-bottom: 20px;
}
/*■新着情報■━━━━━━━━━━━━━━━━━━━━*/
#wnew{
	padding: 0px 10px 10px 10px;
}
#w_title{
	padding-bottom: 5px;
	color: #231815;
	font-size: 16px;
	font-weight: bold;
}
#w_date{
	padding-bottom: 5px;
	text-align: right;
	font-family: "Abel", "Lucida Grande", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	color: #231815;
}
#wnew_body{
	padding: 10px 0px;
	color: #231815;
}
.wnew_more{
	margin: 10px 0px 10px 0px;
}
.wnew_more a{
	padding: 15px 0px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#4E4E4E), to(#000000));
	display: block;
}
.wnew_more a span{
	margin-right: 10px;
	background-image: url("../img/more_rank_bg.png");
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
}
#no_wnew{
	height: 50px;
	padding: 10px;
	text-align: center;
	color: #666666;
}
/*■ツイッター■━━━━━━━━━━━━━━━━━━━━
.twitter_box{
	margin: 0px auto;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F5F8FA;
}
.twitter_box h4{
	height: 50px;
	margin: 0px auto;
	padding: 0px 0px 0px 10px;
	line-height: 50px;
	text-align: left;
	font-size: 22px;
	font-weight: 600;
}
.twitter_box h4 i{
	display: inline-block;
	width: 40px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #29ABE2;
	font-size: 24px;
}
*/
/*■X■━━━━━━━━━━━━━━━━━━━━*/
.x_box{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0px auto;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F5F8FA;
	
	display: none;
	
}
.x_box h4{
	display: flex;
	align-items: baseline;
	gap: 0 2px;
	position: relative;
	margin-top: 10px;
	padding: 0px 0px 0px 35px;
	text-align: left;
	font-size: 22px;
	font-weight: 600;
	color: #0f1419;
}
.x_box h4 span{
	font-size: 16px;
}
.x_box h4::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-65%);
	width: 25px;
	aspect-ratio: 400/409;
	background: url(../../../img/icon/x_logo.svg) no-repeat center top /contain;
	filter: invert(1);
}
.x_box__inner{
	width: 100%;
	margin :0 auto;
	max-height :300px;
	border-radius: 12px;
	overflow: auto;
}
/*■新人紹介■━━━━━━━━━━━━━━━━━━━━*/
#newface{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 220px;
}
#loopslider2{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 220px;
	background-color: #4E4E4E;
	overflow: hidden;
}
/*===★★★===女の子ランク対応===★★★===*/
#loopslider2 a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#loopslider2 a:before,#loopslider2 a:after{
	content: '';
	position: absolute;
	width: fit-content; height: auto;
}
#loopslider2 a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}
#loopslider2 a:after{
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 14px;
	font-size: 14px;
	font-family: "Oswald", "Lucida Grande", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 4px 5px 4px 26px;
	color: #FCFCFC;
}
#loopslider2 .icon_rq{
	position: absolute;
	top: 170px;
	left: 0;
	z-index: +1;
}
#loopslider2 .icon_rq img{
	width: 20%;
	box-shadow: unset;
}
/*========▼▼▼ ロイヤルクイーン ▼▼▼========*/
#loopslider2 a.gr_royal_queen::before {
	background: url(../../../img/rank/waku/frame_royal_queen.gif) no-repeat center center /cover;
}
#loopslider2 a.gr_royal_queen::after {
	content: "royal queen";
	font-size: 12px;
	background-image: linear-gradient(90deg,rgba(64,180,226,0),rgba(64,180,226,1) 40%,rgba(2,38,109,1));
}
/*========▼▼▼ ダイアモンド ▼▼▼========*/
#loopslider2 a.gr_diamond::before {
	background: url(../../../img/rank/waku/frame_diamond.gif) no-repeat center center /cover;
}
#loopslider2 a.gr_diamond::after {
	content: "diamond";
	background-image: linear-gradient(to right, rgba(209,29,209, 0), rgba(209,29,209, 1) 30%, rgba(209,29,209, 1));
}
/*========▼▼▼ プレミアム ▼▼▼========*/
#loopslider2 a.gr_premium::before {
	background: url(../../../img/rank/waku/frame_premium.gif) no-repeat center center /cover;
}
#loopslider2 a.gr_premium::after {
	content: "premium";
	background-image: linear-gradient(to right, rgba(29,29,209, 0), rgba(29,29,209, 1) 30%, rgba(29,29,209, 1));
}
/*========▼▼▼ グランドビップ ▼▼▼========*/
#loopslider2 a.gr_gvip::before {
	background: url(../../../img/rank/waku/frame_gvip.gif) no-repeat center center /cover;
}
#loopslider2 a.gr_gvip::after {
	content: "grand vip";
	background-image: linear-gradient(to right, rgba(209,29,30, 0), rgba(209,29,30, 1) 30%, rgba(209,29,30, 1));
}
/*========▼▼▼ ビップ ▼▼▼========*/
#loopslider2 a.gr_vip::before {
	background: url(../../../img/rank/waku/frame_vip.gif) no-repeat center center /cover;
}
#loopslider2 a.gr_vip::after {
	content: "vip";
	background-image: linear-gradient(to right, rgba(0,181,70, 0), rgba(0,181,70, 1) 30%, rgba(0,181,70, 1));
}
/*========▼▼▼ ゴールド ▼▼▼========*/
#loopslider2 a.gr_gold::before {
	background: url(../../../img/rank/waku/frame_gold.gif) no-repeat center center /cover;
}
#loopslider2 a.gr_gold::after {
	content: "gold";
	background-image: linear-gradient(to right, rgba(255,215,0, 0), rgba(255,215,0, 1) 30%, rgba(255,215,0, 1));
	font-size: 12px;
	color: #101010;
}
/*========▼▼▼ シルバー ▼▼▼========*/
#loopslider2 a.gr_silver::before {
	background: url(../../../img/rank/waku/frame_silver.gif) no-repeat center center /cover;
}
#loopslider2 a.gr_silver::after {
	content: "silver";
	background-image: linear-gradient(to right, rgba(139,139,139, 0), rgba(139,139,139, 1) 30%, rgba(139,139,139, 1));
}
.newface_more{
	margin: 10px;
}
.newface_more a{
	padding: 15px 0px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#4E4E4E), to(#000000));
	display: block;
}
.newface_more a span{
	margin-right: 10px;
	background-image: url("../img/more_rank_bg.png");
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
}
/*■本日出勤■━━━━━━━━━━━━━━━━━━━━*/
#att{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 220px;
}
#att_bottom{
	padding: 0px 0px 5px 0px;
	text-align: center;
	background-color: #4E4E4E;
}
#att_bottom a{
	margin: 0px 10px 10px 10px;
	padding: 8px 0px;
	color: #FFFFFF;
	background-color: #000000;
	display: block;
}
/*■ランキング■━━━━━━━━━━━━━━━━━━━━*/
#rank{
	margin: 0px 10px;
}
#rank_img{
	position: relative;
	width: 30%;
	text-align: center;
	float: left;
}
/*===★★★===女の子ランク対応===★★★===*/
#rank_img a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#rank_img .icon_rq{
	position: absolute;
	bottom: 5px;
	left: -67px;
	z-index: +1;
}
#rank_img .icon_rq img{
	width: 15%;
}
#rank_img a:before,#rank_img a:after{
	content: '';
	position: absolute;
	width: fit-content; height: auto;
}
#rank_img a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}
#rank_img a:after{
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 14px;
	font-size: 14px;
	font-family: "Oswald", "Lucida Grande", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 4px 5px 4px 26px;
	color: #FCFCFC;
}
/*========▼▼▼ ロイヤルクイーン ▼▼▼========*/
#rank_img.gr_royal_queen a::before {
	background: url(../../../img/rank/waku/frame_royal_queen.gif) no-repeat center center /cover;
}
#rank_img.gr_royal_queen a::after {
	content: "royal queen";
	font-size: 10px;
	background-image: linear-gradient(90deg,rgba(64,180,226,0),rgba(64,180,226,1) 40%,rgba(2,38,109,1));
}
/*========▼▼▼ ダイアモンド ▼▼▼========*/
#rank_img.gr_diamond a::before {
	background: url(../../../img/rank/waku/frame_diamond.gif) no-repeat center center /cover;
}
#rank_img.gr_diamond a::after {
	content: "diamond";
	background-image: linear-gradient(to right, rgba(209,29,209, 0), rgba(209,29,209, 1) 30%, rgba(209,29,209, 1));
}
/*========▼▼▼ プレミアム ▼▼▼========*/
#rank_img.gr_premium a::before {
	background: url(../../../img/rank/waku/frame_premium.gif) no-repeat center center /cover;
}
#rank_img.gr_premium a::after {
	content: "premium";
	background-image: linear-gradient(to right, rgba(29,29,209, 0), rgba(29,29,209, 1) 30%, rgba(29,29,209, 1));
}
/*========▼▼▼ グランドビップ ▼▼▼========*/
#rank_img.gr_gvip a::before {
	background: url(../../../img/rank/waku/frame_gvip.gif) no-repeat center center /cover;
}
#rank_img.gr_gvip a::after {
	content: "grand vip";
	background-image: linear-gradient(to right, rgba(209,29,30, 0), rgba(209,29,30, 1) 30%, rgba(209,29,30, 1));
}
/*========▼▼▼ ビップ ▼▼▼========*/
#rank_img.gr_vip a::before {
	background: url(../../../img/rank/waku/frame_vip.gif) no-repeat center center /cover;
}
#rank_img.gr_vip a::after {
	content: "vip";
	background-image: linear-gradient(to right, rgba(0,181,70, 0), rgba(0,181,70, 1) 30%, rgba(0,181,70, 1));
}
/*========▼▼▼ ゴールド ▼▼▼========*/
#rank_img.gr_gold a::before {
	background: url(../../../img/rank/waku/frame_gold.gif) no-repeat center center /cover;
}
#rank_img.gr_gold a::after {
	content: "gold";
	background-image: linear-gradient(to right, rgba(255,215,0, 0), rgba(255,215,0, 1) 30%, rgba(255,215,0, 1));
	font-size: 12px;
	color: #101010;
}
/*========▼▼▼ シルバー ▼▼▼========*/
#rank_img.gr_silver a::before {
	background: url(../../../img/rank/waku/frame_silver.gif) no-repeat center center /cover;
}
#rank_img.gr_silver a::after {
	content: "silver";
	background-image: linear-gradient(to right, rgba(139,139,139, 0), rgba(139,139,139, 1) 30%, rgba(139,139,139, 1));
}
#rank_title_top{
	margin-bottom: 0px;
	padding: 5px 0px 10px;
	text-align: center;
	background-color: #FFFFFF;
}
#ranking_title0{
	display: inline-block;
	padding: 8px 0px;
	text-align: center;
}
#ranking_title1{
	padding: 8px 0px;
	display: inline-block;
	text-align: center;
}
/* アクティブなタブ等の設定 */
.rank_title_active{
	position: relative;
	width: 48%;
	color: #222222;
	font-size: 16px;
	border-width: 0px;
	background-color: #FFFFFF;
	z-index: 1;
	border: 2px solid #994466;
}
.rank_title_active:after{
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 0px;
	height: 0px;
	margin: 0px 0px -20px -10px;
	border: 10px solid transparent;
	content: " ";
	border-top-color: #994466;
	border-left-width: 10px;
	border-right-width: 10px;
	z-index: 2;
}
.rank_title_normal{
	width: 48%;
	color: #222222;
	font-size: 16px;
	border-width: 0px;
	background-color: #FFFFFF;
	cursor: pointer;
	border: 1px solid #999999;
}
.ranking_body{
	position: relative;
	display: none;
}
.ranking_body.active{
	display: block;
}
#rank_right{
	position: relative;
	width: 70%;
	float: right;
}
#rank_size{
	margin: 0px 0px 5px 10px;
	padding-bottom: 5px;
	font-size: 12px;
	font-family: "Oswald", "Lucida Grande", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	border-bottom: solid 1px #B3B3B3;
}
#rank_size span{
	display: inline-block;
	height: auto;
	margin: 0px 5px 0px 1px;
	font-size: 10px;
}
#rank_com{
	margin-left: 10px;
	line-height: 1.2em;
}
#rank_ginfo{
	margin-left: 10px;
}
#rank_num{
/*
	position: absolute;
	right: 0; top: -25px;
*/
	width: 40%;
	float: right;
	margin-top: -25px;
}
.rank_more{
	margin: 10px 0px 10px 0px;
	display: none;
}
.rank_more.active{
	display: block;
}
.rank_more a{
	padding: 15px 0px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#4E4E4E), to(#000000));
	display: block;
}
.rank_more a span{
	margin-right: 10px;
	background-image: url("../img/more_rank_bg.png");
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
}
/*■写メウィジェット■━━━━━━━━━━━━━━━━━━━━*/
#syame_frame{
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	background-color: #FFE8F5;
}
.syame_head{
	display: block;
	width: 300px;
	margin: 0px auto;
}
/*■バナー■━━━━━━━━━━━━━━━━━━━━*/
#banner{
	margin: 20px 10px;
}
#banner li{
	width: 50%;
	float: left;
}
.main_ban{
	margin: 3px;
}
.rec_ban{
	margin-bottom: 1px;
}
/*■トップスライドバナー縦並び■━━━━━━━━━━*/
#top_banner{
	padding: 4px 4px 0px 4px;
	background-color: #000000;
}
#top_banner img{
	margin-bottom: 4px;
}
/*■バニラ求人動画■━━━━━━━━━━*/
#vanilla_movie{
	position: relative;
	width: 100%; height: 240px;
	margin: 10px auto;
	overflow: hidden;
}
#vanilla_movie iframe{
	position: absolute;
	left: 0px; right: 0px;
	width: 285px; height: 270px;
	margin: 0px auto;
}
/*■ムービーバナー■━━━━━━━━━━━━━━━━*/
.movie_banner{
	margin: 0px 0px;
	font-size: 0;
	line-height: 1;
}
.movie_banner video{
	width: 100%;
}
/*■明日、明後日のオススメ■━━━━━━━━━━━━━━━━*/
#osusume{
	width: 100%; height: auto;
	margin: 5px auto 15px auto;
	text-align: center;
}
/* アクティブなタブ等の設定 */
.osusume_title_active{
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 45%; height: auto;
	margin: 0px 4px;
	padding: 10px 0px;
	line-height: 1.4em;
	text-align: center;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	border: 2px solid #EF52A1;
	background-color: #EF52A1;
}
.osusume_title_active:after{
	content: " ";
	position: absolute;
	bottom: 0px; left: 50%;
	width: 0px; height: 0px;
	margin: 0px 0px -20px -10px;
	border: 10px solid transparent;
	border-top-color: #EF52A1;
	border-left-width: 10px;
	border-right-width: 10px;
	z-index: 2;
}
.osusume_title_normal{
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 45%; height: auto;
	margin: 0px 4px;
	padding: 10px 0px;
	line-height: 1.4em;
	text-align: center;
	letter-spacing: 0.01em;
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	border-width: 0px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.osusume_title_active span,
.osusume_title_normal span{
	display: inline-block;
	margin: 0px 0px 0px 2px;
	font-size: 14px;
}
.osusume_title a{
	display: block;
	width: 100%; height: 100%;
	color: #FF017E;
}
.osusume_list{
	display: none;
	position: relative;
	padding: 10px;
}
.osusume_list.active{
	display: block;
}
.osusume_list label{
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	width: 100%; height: 140px;
	text-align: center;
	font-size: 12px;
	background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.95) 90%);
	background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.95) 90%);
	background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.95) 90%);
	background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.95) 90%);
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0.95) 90%);
}
.osusume_list input:checked + label{
	background: inherit;
}
.osusume_list label:after{
	content: "一覧を表示";
	position: absolute;
	bottom: 20px; left: 50%;
	width: 18.75rem;
	line-height: 2.5rem;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	border-radius: 20px;
	background-color: #000;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.osusume_list label:before{
	content: "↓";
	position: absolute;
	bottom: 30px; left: 50%;
	width: 20px; height: 20px;
	line-height: 20px;
	font-weight: 700;
	border-radius: 100%;
	background-color: #FFFFFF;
	-webkit-transform: translate(-140px, 0);
	transform: translate(-140px, 0);
	z-index: 1;
}
.osusume_list input{
	display: none;
}
.osusume_list .accordion-container{
	overflow: hidden;
	height: 250px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
/* オススメ嬢の登録無し */
.osusume_list .accordion-container.osusume_nashi{
	height: 100px;
	padding: 10px 0px 20px 0px;
	line-height: 1.4em;
	text-align: center;
	color: #454545;
	font-size: 18px;
}
.osusume_list input:checked + label{
	/* display: none ; 閉じるボタンは要らないとき */
}
.osusume_list input:checked + label:after{
	content: "閉じる";
}
.osusume_list input:checked + label:before{
	content: "↑";
}
.osusume_list input:checked ~ .accordion-container{
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
