@charset "utf-8";
/* CSS Document */
/*----------------
ランキング
----------------*/
/*rank_s*/
.rank_s{
	position: relative;
	width: 100%;
	margin-bottom: 10px;

}
.rank_s p.month{
	font-size: 0.18rem;
	text-align: center;
	line-height: 30px;
	width: 245px;
	background-color: #fff;
	position: absolute;
	top: 280px;
	left: 10px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
}
.rank_s a.btn_yoyaku{
	position: absolute;
	top: 320px;
	left: 10px;

}

/*--------
No1キャスト(ページ内共通)
-rank_no1
 -cast_main_img
 -no1_r
  -name
  -cast_nav_img
----------*/
.rank_no1{
	margin: 0 10px 10px 265px;
	padding: 20px 10px 10px 10px;
	width: 600px;
	height: 370px;
	box-sizing: border-box;
	position: relative;
}

/*メイン画像*/
ul.cast_main_img{
	width: 255px;
	height: 340px;
	padding: 0;
	margin: 0;
	visibility: hidden;
}
ul.cast_main_img li{
	height: 340px;
	position: relative;
	background: url("../img/noimage_360_480.jpg") no-repeat top left / cover;
}
ul.cast_main_img li img{
	height: 340px;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

/*NO1キャスト詳細(右)*/
.no1_r{
	width: 315px;
	height: 315px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.no1_r p.name{
	font-size: 0.20rem;
	line-height: 48px;
	text-align: center;
	width: 315px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #d3ba8a;
}

/*サムネイル*/
ul.cast_nav_img{
	width: 315px;
	height: 205px;
	padding:0;
	margin: 0 0 10px 0;
	visibility: hidden;
}
ul.cast_nav_img .slick-slide{
	width: 75px!important;
	height: 100px;
	overflow: hidden;
	float: left;
	margin: 0 5px 5px 0;
}
ul.cast_nav_img .slick-slide:nth-child(4n){
	margin-right: 0;
}
ul.cast_nav_img .slick-slide li{
	width: 75px;
	height: 100px;
	position: relative;
	background: url("../img/noimage_360_480.jpg") no-repeat top left / cover;
}
ul.cast_nav_img .slick-slide li img{
	height: 100px;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
ul.cast_nav_img .slick-slide li:hover{
	cursor: pointer;
}

/*--------
No2-5キャスト(ページ内共通)
----------*/
ul.no2-5 {
	padding: 0 10px 10px 10px;
}
ul.no2-5 li{
	width: 210px;
	height: 400px;
	display: inline-block;
	padding: 54px 9px 0 9px;
}
ul.no2-5 li:not(:last-child){
	margin-right: 5px;
}

/*No2-5キャスト画像*/

/*No2-10まで共通*/
.cast_photo{
	text-align: center;
	position: relative;
	overflow: hidden;
	background: url("../img/noimage_360_480.jpg") no-repeat top left / cover;
}
.cast_photo img{
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
ul li p.name{
	font-size: 0.15rem;
	text-align: center;
	line-height: 28px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ede6df;
}
/*ここまで共通*/

ul.no2-5 .cast_photo{
	width: 192px;
	height: 256px;
}
ul.no2-5 .cast_photo img{
	height: 256px;
}
ul.no2-5 li p.name{
	margin: 10px 0;
}

/*--------
No6-10キャスト(ページ内共通)
----------*/
ul.no6-10 {
	padding: 0 10px 10px 10px;
}
ul.no6-10 li{
	width: 167px;
	height: 330px;
	display: inline-block;
	padding: 42px 9px 0 9px;
}
ul.no6-10 li:not(:last-child){
	margin-right: 5px;
}

/*No6-10キャスト画像*/
ul.no6-10 .cast_photo{
	width: 150px;
	height: 200px;
}
ul.no6-10 .cast_photo img{
	height: 200px;
}
ul.no6-10 li p.name{
	margin: 9px 0;
}



/*人気ランキング*/
.rank_ninki{
	width: 100%;
	background: url("../img/rank_bg_ninki.jpg") no-repeat left top;
}
/*アクセスランキング*/
.rank_access{
	width: 100%;
	background: url("../img/rank_bg_access.jpg") no-repeat left top;
}
/*新人ランキング*/
.rank_newgirl{
	width: 100%;
	background: url("../img/rank_bg_newgirl.jpg") no-repeat left top;
	margin-bottom: 0;
}