@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
article{
	display:flex;
	justify-content:center;
	width:1340px;
	margin:0 auto;
}

main{
	padding:20px;
	background:#fff;
}

/*========================ページャー用=======================*/

.ajax_pager{
	margin:20px 0;
}

ul.pager01{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

ul.pager01 li{
	margin:3px;
}

ul.pager01 li a{
	display:block;
	padding:10px;
	border:1px solid #999;
	border-radius:3px;
	color:#333;
}

ul.pager01 li span{
	display:block;
	padding:10px;
	background:#eee;
	border:1px solid #999;
	border-radius:3px;
}

ul.pager01 li.current a{
	background:#e1e1e1;
}


ul.pager01 li a:hover{
	color:#c90037;
}

.ajax_pager .now{
	margin:10px 0;
	font-size:16px;
}

.ajax_pager .now span{
	font-weight:bold;
}

.ajax_pager .now span.big{
	font-size:1.4em;
	color:#c90037;
}

.sortLink{
	display:flex;
	margin-bottom:20px;
	border:1px solid #c80037;
	border-bottom-width:3px;
}

.sortLink li{
	width:25%;
}

.sortLink li a{
	display:block;
	padding:5px;
	border-right:1px solid #c80037;
	text-align:center;
}

.sortLink li:last-child a{
	border-right:none;
}

.sortLink li.current a{
	position:relative;
	background:#c80037;
	color:#fff;
}

.sortLink li.current a:after{
	content:"";
	display:inline-block;
	position:absolute;
	left:calc(50% - 10px);
	bottom:-20px;
	border:10px solid transparent;
	border-top:10px solid #c80037;
}

.tabs02{
	display:flex;
	flex-wrap:wrap;
}

.tabs02 li{
	width:211px;
	margin:0 12px 12px 0;
}

.tabs02 li:nth-child(4n){
	margin-right:0;
}

.tabs02 li a{
	box-sizing:border-box;
	display:block;
	padding:10px 0;
	height:100%;
	border:1px solid #c80037;
	border-radius:5px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.tabs02 li a span {
    margin: 0 auto;
}

.tabs02 li.current a{
	background:#c80037;
	color:#fff;
}

.shopList_Experience ul{
	border-top:1px solid #eee;
}

.shopList_Experience li a{
	display:flex;
	padding:20px;
	border-bottom:1px solid #eee;
}

.shopList_Experience li figure{
	width:100px;
	height:100px;
	overflow:hidden;
}

.shopList_Experience li .ex_wrap{
	width:720px;
	margin-left:15px;
}

.shopList_Experience li .ex_wrap h3{
	font-size:18px;
	font-weight:bold;
}

/*========================アイコン説明=======================*/

.mark_ex{
	display:flex;
	justify-content:space-around;
	align-items:center;
	width:560px;
	padding:5px;
	margin:0 auto 20px;
	border:1px solid #ccc;
}

.mark_ex li img{
	vertical-align:middle;
	margin-right:5px;
}

/*========================メイン=======================*/

#rankinglist .item_list{
	margin-top:10px;
	font-size:14px;
}

#rankinglist .item_list li[class^="shopRankBox"]{
	padding:10px;
	margin:10px 0;
	border:2px solid;
	box-shadow:0 0 0 2px #fff inset;
}

/***************ランクの色設定*****************/

#rankinglist .item_list li.shopRankBox1{
	background:url('https://img.undernavi.com/front/pc/area/ranking/bg_pattern01.png'),#f4efd2 url('https://img.undernavi.com/front/pc/area/ranking/bg_rank1_01.png') no-repeat right top;
	border-color:#f3ca5e;
}

#rankinglist .item_list li.shopRankBox2{
	background:url('https://img.undernavi.com/front/pc/area/ranking/bg_pattern01.png'),#f4f4f4 url('https://img.undernavi.com/front/pc/area/ranking/bg_rank1_02.png') no-repeat right top;
	border-color:#cacaca;
}

#rankinglist .item_list li.shopRankBox3{
	background:url('https://img.undernavi.com/front/pc/area/ranking/bg_pattern01.png'),#f3e6de url('https://img.undernavi.com/front/pc/area/ranking/bg_rank1_03.png') no-repeat right top;
	border-color:#ca8238;
}

/***************ランクの色設定*****************/

#rankinglist .item_list .head{
	display:flex;
}

#rankinglist .item_list .head .rankInfo{
	width:76px;
	margin:0 10px;
}

#rankinglist .item_list .rank_number p{
	width:78px;
	height:68px;
	background:url('https://img.undernavi.com/front/pc/area/ranking/bg_rank01.png') no-repeat center center / contain;
	color:#c80037;
	font-size:40px;
	font-weight:bold;
	text-align:center;
}

#rankinglist .item_list .head .rankInfo img{
	width:76px;
}

#rankinglist .item_list .head h3{
	border-bottom:1px solid #0609ff;
}

#rankinglist .item_list .head h3 a{
	color:#0609ff;
}

#rankinglist .item_list .head .shop{
	width:690px;
}

#rankinglist .item_list .prevRank {
	height: 20px;
	line-height: 20px;
	border: 1px solid #cecece;
	background: rgb(230,230,230);
	background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 50%, rgba(230,230,230,1) 100%);
	background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(255,255,255,1) 50%,rgba(230,230,230,1) 100%);
	background: linear-gradient(to bottom, rgba(230,230,230,1) 0%,rgba(255,255,255,1) 50%,rgba(230,230,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6',GradientType=0 );
	text-align: center;
}

#rankinglist .item_list .shopInfo{
	display:flex;
}

#rankinglist .item_list .shopInfo .left{
	width:400px;
	margin-right:16px;
}

#rankinglist .item_list .shopInfo .left .data li{
	margin:5px 0;
}

#rankinglist .item_list .shopInfo .left .data li img{
	width:16px;
}

#rankinglist .item_list .shopInfo .right{
	width:440px;
}

#rankinglist .item_list .shopInfo .right h4{
	margin-bottom:5px;
	font-weight:bold;
}

#rankinglist .item_list .shopInfo .right .rank_iconBox{
	display:flex;
	margin:10px 0;
}

#rankinglist .item_list .shopInfo .right .rank_iconBox li{
	margin-right:5px;
	color: #fff;
	padding: 2px 10px;
	border: 1px solid #8b8b8b;
	border-radius: 2px;
}

#rankinglist .item_list .shopInfo .right .rank_iconBox li.icon_women_work{
	padding:0;
}

.rankMore_detailBtn a{
	display:block;
	width:80%;
	padding:20px 0;
	margin:10px auto;
	background:#c80037;
	border-radius:5px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}


/*************↓↓↓アイコンの色設定↓↓↓***************/

.icon_photodiary {
	background: #00abe6;
	background: -moz-linear-gradient(top, #00abe6 0%, #00a0e3 50%, #007ad8 51%, #009de2 100%);
	background: -webkit-linear-gradient(top, #00abe6 0%, #00a0e3 50%, #007ad8 51%, #009de2 100%);
	background: linear-gradient(to bottom, #00abe6 0%, #00a0e3 50%, #007ad8 51%, #009de2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abe6', endColorstr='#009de2',GradientType=0 );
}
.icon_women_work a {
	display:block;
	padding: 4px 10px;
	background: #f1369f;
	background: -moz-linear-gradient(top, #f1369f 0%, #ef3293 50%, #e82269 51%, #ee3090 100%);
	background: -webkit-linear-gradient(top, #f1369f 0%, #ef3293 50%, #e82269 51%, #ee3090 100%);
	background: linear-gradient(to bottom, #f1369f 0%, #ef3293 50%, #e82269 51%, #ee3090 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1369f', endColorstr='#ee3090',GradientType=0 );
	-webkit- box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5),inset 0 0 100px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.9),inset 0 0 1px rgba(255, 255, 255, 0.9);
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.icon_reserve01 {
	background: #9e4dc0; /* Old browsers */
	background: -moz-linear-gradient(top, #9e4dc0 0%, #7436a6 52%, #8c47b5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #9e4dc0 0%,#7436a6 52%,#8c47b5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #9e4dc0 0%,#7436a6 52%,#8c47b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e4dc0', endColorstr='#8c47b5',GradientType=0 ); /* IE6-9 */
}
.icon_movie01 {
	background: #9828606;
	background: -moz-linear-gradient(top, #fc5da9 0%, #fc5da3 50%, #fc5da8 51%, #fc5da2 100%);
	background: -webkit-linear-gradient(top, #fc5da6 0%, #fc5da3 50%, #fc5da8 51%, #fc5da2 100%);
	background: linear-gradient(to bottom, #fc5da6 0%, #fc5da3 50%, #fc5da8 51%, #fc5da2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abe6', endColorstr='#009de2',GradientType=0 );
}

/*************↑↑↑アイコンの色設定↑↑↑***************/

/*************↓↓↓アンダー割↓↓↓***************/

#rankinglist .item_list .discount{
	border: 1px solid #c80037;
	font-size:14px;
}

#rankinglist .item_list .discount h5{
	padding:5px;
	background:#c80037;
	border:1px solid #fff;
	color:#fff;
}

#rankinglist .item_list .discount h5 span{
	color:#ff0;
}

#rankinglist .item_list .discount p{
	padding:5px;
}

#rankinglist .item_list .discount .discountComment{
	border-top:1px solid #c80037;
}

#rankinglist .item_list .discount .discount_dtComment span{
	background:#ff0;
	color:#c80037;
	font-weight:bold;
}

#rankinglist .item_list .shopInfo .right .discount .discount_dtComment span em{
	font-weight:normal;
}

/*************↑↑↑アンダー割↑↑↑***************/

#rankinglist .item_list .galsList{
	margin-top:10px;
}

#rankinglist .item_list .galsList ul{
	display:flex;
}

#rankinglist .item_list .galsList ul li{
	width:132px;
	height:132px;
	margin-right:17px;
	overflow:hidden;
}

#rankinglist .item_list .galsList ul li:last-child{
	margin-right:0;
}

/***************========女の子ランキング========****************/

#rankinglist .item_list .rank_contents{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#rankinglist .item_list .rank_contents .rank_area{
	display:flex;
	justify-content:space-between;
	width:48%;
	margin-bottom:10px;
}

#rankinglist .item_list .rank_contents .rank_area .thumb{
	position:relative;
	width:190px;
	height:190px;
	overflow:hidden;
}

#rankinglist .item_list .rank_contents .rank_area .detail_girl{
	position:relative;
	width:220px;
	font-size:14px;
}

#rankinglist .item_list .rank_contents .rank_area h3{
	border-bottom:1px solid #ccc;
	font-size:16px;
	font-weight:bold;
}

#rankinglist .item_list .rank_contents .rank_area .data{
	font-size:12px;
}

#rankinglist .item_list .rank_contents .rank_area .sche{
	border-bottom:1px solid #ccc;
}

#rankinglist .item_list .rank_contents .rank_area h4 a{
	font-size:18px;
	font-weight:bold;
}

#rankinglist .item_list .rank_contents .rank_area .rank_number{
	position:absolute;
	top:0;
	left:0;
}

#rankinglist .item_list .rank_contents .rank_area .rank_number .rank_other{
	background:#f00;
	padding:5px 10px;
	color:#fff;
}

#rankinglist .item_list .rank_contents .rank_area:first-child{
	width:100%;
}

#rankinglist .item_list .rank_contents .rank_area:first-child figure{
	width:260px;
	height:260px;
}

#rankinglist .item_list .rank_contents .rank_area:first-child .detail_girl{
	width:675px;
}

#rankinglist .item_list li[class^="girlsRank"]{
	display:flex;
	padding:10px;
	margin:10px 0;
	border:2px solid;
	box-shadow:0 0 0 2px #fff inset;
}

/***************ランクの色設定*****************/

#rankinglist .item_list li.girlsRank1{
	background:url('https://img.undernavi.com/front/pc/area/ranking/bg_pattern01.png'),#f4efd2 url('https://img.undernavi.com/front/pc/area/ranking/bg_rank1_01.png') no-repeat right top;
	border-color:#f3ca5e;
}

#rankinglist .item_list li.girlsRank2{
	background:url('https://img.undernavi.com/front/pc/area/ranking/bg_pattern01.png'),#f4f4f4 url('https://img.undernavi.com/front/pc/area/ranking/bg_rank1_02.png') no-repeat right top;
	border-color:#cacaca;
}

#rankinglist .item_list li.girlsRank3{
	background:url('https://img.undernavi.com/front/pc/area/ranking/bg_pattern01.png'),#f3e6de url('https://img.undernavi.com/front/pc/area/ranking/bg_rank1_03.png') no-repeat right top;
	border-color:#ca8238;
}

/***************ランクの色設定*****************/

#rankinglist .item_list li[class^="girlsRank"] .rankBox{
	width:77px;
	margin-right:10px;
}

#rankinglist .item_list li[class^="girlsRank"] .thumb{
	display:flex;
	margin-right:10px;
}

#rankinglist .item_list li[class^="girlsRank"] .thumb .main{
	width:180px;
}

#rankinglist .item_list li[class^="girlsRank"] .thumb .sub{
	width:88px;
	margin-left:5px;
}

#rankinglist .item_list li[class^="girlsRank"] .thumb .sub li:first-child{
	margin-bottom:5px;
}

#rankinglist .item_list li[class^="girlsRank"] .galInfo{
	width:580px;
}

#rankinglist .item_list li[class^="girlsRank"] .galInfo.multi{
	width:490px;
}

#rankinglist .item_list li[class^="girlsRank"] h3{
	width:100%;
	padding:5px 0;
	border-bottom:3px solid #ddd;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

#rankinglist .item_list li[class^="girlsRank"] h3 a{
	font-weight:bold;
}

#rankinglist .item_list li[class^="girlsRank"]:hover h3{
	border-color:#c80037;
}

#rankinglist .item_list li[class^="girlsRank"]:hover h3 a{
	color:#c80037;
}

#rankinglist .item_list li[class^="girlsRank"] .galData{
	display:flex;
	flex-wrap:wrap;
	padding:5px 0;
	border-bottom:1px dotted #333;
}

#rankinglist .item_list li[class^="girlsRank"] .galData .type{
	display:flex;
	align-items:center;
	width:100%;
}

#rankinglist .item_list li[class^="girlsRank"] .galData .type li{
	margin-right:5px;
	font-size:12px;
}

#rankinglist .item_list li[class^="girlsRank"] .galData .type li.typeName{
	border:1px solid #c80037;
	border-radius:3px;
	color:#c80037;
}

#rankinglist .item_list li[class^="girlsRank"] .shopInfo{
	display:flex;
	flex-wrap:wrap;
	padding:5px 0;
	margin-bottom:5px;
	border-bottom:1px dotted #333;
}

#rankinglist .item_list li[class^="girlsRank"] .shopInfo h4{
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

#rankinglist .item_list li[class^="girlsRank"] .shopInfo h4 a{
	font-weight:bold;
}

#rankinglist .item_list li[class^="girlsRank"] .shopInfo ul{
	display:flex;
	font-size:12px;
}

#rankinglist .item_list li[class^="girlsRank"] .shopInfo ul li{
	margin-right:5px;
}

/*========================ピックアップ用=======================*/

.dx_pickup{
	display:flex;
	justify-content:space-between;
}

.dx_pickup_ttl{
	position:relative;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	background:#c80037;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

.left_ttl{
	transform:rotate(180deg);
}

.right_ttl{
	order:3;
}

.left_ttl:after{
	content:"";
	display:inline-block;
	position:absolute;
	top:50%;
	left:-25px;
	border:10px solid transparent;
	border-right:15px solid #c80037;
	transform:translateY(-50%);
}

.right_ttl:after{
	content:"";
	display:inline-block;
	position:absolute;
	top:50%;
	left:-25px;
	border:10px solid transparent;
	border-right:15px solid #c80037;
	transform:translateY(-50%);
}

.dx_at_link a{
	display:block;
	margin-top:20px;
	padding:10px 0;
	border:2px solid #f85a98;
	border-radius:5px;
	color:#f85a98;
	text-align:center;
}

.dx_at_link a:hover{
	background:#f85a98;
	color:#fff;
}

.dx_pickup figure{
	position:relative;
	overflow:hidden;
}

.dx_pickup figure a:after{
	content:"";
	position:absolute;
	left:-40px;
	top:-120px;
	display:inline-block;
	width:20px;
	height:200px;
	background:#fff;
	transform:rotate(30deg);
	animation:blink 2s ease infinite;
}

@keyframes blink{
	0%{transform:rotate(30deg)scale(1);opacity:.8;}
	100%{transform:rotate(30deg)scale(150);opacity:0;}
}

.sp_shimonoseki .sortLink li {
	flex:1;
}
.dx_pickup_ttl.left_ttl span,
.dx_pickup_ttl.right_ttl span {
	vertical-align: text-bottom;
}

.rank_ttl {
    border-left: 7px solid #c90e37;
    font-size: 1.4rem;    
    margin-top: 10px;
    padding-top: 2px;
}
.rank_ttl > p {
    padding-left: 7px;
    font-weight: bold;
}
.copy_number {
    font-weight: bold;
}
.tabs02 li a {
	box-sizing: border-box;
	padding: 10px 5px;
	height: 100%;
	border: 1px solid #c80037;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
} 

.dx_pickup_main .click_pickup_banner {
	display: block;
}


/********************************************************

ランキング2用

********************************************************/
#rankinglist .item_list-new li[class^="girlsRank"],
#rankinglist .item_list-new li[class^="shopRank"] {
	display: block;
	padding: 10px 20px;
}

.item_list-content {
	display: flex;
}
.rankBox_content {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#rankinglist .item_list-new li[class^="girlsRank"] .rank_number,
#rankinglist .item_list-new li[class^="shopRank"] .rank_number {
	margin-right: 10px;
}
.galInfo_inner {
	display: flex;
	margin-bottom: 10px;
}
#rankinglist .item_list-new li[class^="girlsRank"] .galInfo {
	width: auto;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.galInfo_inner-item {
	width: 230px;
}
#rankinglist .item_list-new li[class^="girlsRank"] .galData {
	display: block;
	border: none;
}
#rankinglist .item_list-new li[class^="girlsRank"] .shopInfo ul {
	display:block;
}
#rankinglist .item_list-new .discount h5 {
	background: transparent;
	border: none;
	padding: 0;
}
#rankinglist .item_list-new li[class^="girlsRank"] .shopInfo {
	border: none;
}
#rankinglist .item_list-new .discount .discountComment {
	border: none;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
#rankinglist .item_list-new .discount {
	flex: 1;
	border-top: 3px solid #c80037;
	position: relative;
	border-left: 0;
	border-right: 3px solid #c80037;
	border-bottom: 3px solid #c80037;
}
#rankinglist .item_list-new .discount::before {
	z-index: 2;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0;
	width: 3px;
	background: linear-gradient(to bottom, #c80037 calc(50% - 10px), transparent calc(50% - 5px), transparent calc(50% + 5px), #c80037 calc(50% + 10px));
}
#rankinglist .item_list-new .discount::after {
	z-index: 1;
	content: "";
	position: absolute;
	top: 50%;
	left: -3px;
	height: 10px;
	width: 10px;
	border-bottom: 3px solid #f00;
	border-left: 3px solid #f00;
	transform: rotate(45deg);
	transform-origin: top right;
}
#rankinglist .item_list-new .galsList ul li.galsList_item a {
	display: flex;
	line-height: 1;
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	position:relative;
}
#rankinglist .item_list-new li[class^="girlsRank"] h3, #rankinglist .item_list-new li[class^="shopRankBox"] h3 {
	font-size: 18px;
	font-weight: bold;
}
#rankinglist .item_list-new li[class^="girlsRank"] h3 a,
#rankinglist .item_list-new li[class^="shopRankBox"] h3 a {
	color: #454597;
}
.rankBox_right .size,
.rankBox_right .area {
	font-size: 13px;
	font-weight: bold;
	width: 37%;
}
#rankinglist .item_list-new li[class^="girlsRank"] .galData .type {
	font-size: 9px;
}
.galInfo_inner-item .now {
	font-size: 15px;
}
.category_name {
	font-size: 13px;
}
#rankinglist .item_list-new li[class^="girlsRank"] .shopInfo ul li, #rankinglist .item_list-new li[class^="shopRank"] .shopInfo ul li {
	font-size: 13px;
}
#rankinglist .item_list-new .discount s {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-right: 7px;
	white-space: nowrap;
}
#rankinglist .item_list-new .discount span {
	font-size: 23px;
	font-family: 'Noto Sans Japanese';
	letter-spacing: -1px;
	white-space: nowrap;
}
.gal_sta {
	font-size: 11px;
	flex: 1;
}
.gal_sta-name {
	color: #454597;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 12px;
}
.gal_sta span {
	display: inline-block;
	text-align: left;
	font-weight: bold;
}
.gal_sta-info {
	line-height: 1.3;
}
.gal_sta-age {
	margin-bottom: 5px;
}
#rankinglist .item_list-new li[class^="girlsRank"] .galData .type li {
	font-size: 10px;
	padding: 0px 2px;
	display: flex;
	align-items: center;
	font-weight: bold;
}
#rankinglist .item_list-new li[class^="girlsRank"] .galData .type img {
	margin-right:5px;
}
.galInfo_inner2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
}
.discount.discount_new {
	padding: 2px 10px 5px 10px;
	box-sizing: border-box;
}
#rankinglist .item_list-new .discount p {
	padding: 0;
	display: flex;
	align-items: center;
	border-bottom: 1px dotted #c80037;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#rankinglist .item_list-new .discount p img {
	margin-right: 7px;
}
.rank_fav-icon {
	width: 90px;
	text-align: center;
	margin-right: 5px;
}
.galInfo_inner2 .galsList {
	flex: 1;
}
#rankinglist .item_list-new .galsList ul li {
	width: calc(100% / 3);
	height: auto;
	margin-right: 10px;
	box-shadow: 0px 4px 6px 0px rgba(35, 24, 21, 0.2);
	background: #fff;
	overflow: inherit;
}
#rankinglist .item_list-new .galsList ul li figure {
	height: 100px;
	overflow: hidden;
	width: 70px;
	margin-right: 5px;
	background-size: cover;
}
#rankinglist .item_list-new li[class^="shopRank"] .thumb, #rankinglist .item_list-new li[class^="girlsRank"] .thumb {
	width: 270px;
	overflow: hidden;
	min-height: 240px;
}
#rankinglist .item_list-new li[class^="girlsRank"] .rankBox,
#rankinglist .item_list-new li[class^="shopRank"] .rankBox {
	display: flex;
	align-items: center;
	width: 120px;
	margin-right: 20px;
}
.rankBox_right {
	flex: 1;
}
.rankInfo {
	display: flex;
	align-items: center;
}
#rankinglist .item_list-new li[class^="girlsRank"] h3 {
	border: none;
	padding: 0;
}
#rankinglist .item_list-new li[class^="girlsRank"] .galData {
	padding: 0;
}
#rankinglist .item_list-new li[class^="girlsRank"] .galData_new {
	display: flex;
	flex-wrap: nowrap;
}
#rankinglist .item_list-new li[class^="girlsRank"] .thumb .main img {
}
#rankinglist .item_list-new .rank_number p {
	width: 53px;
	height: 53px;
	background: url('https://img.undernavi.com/front/pc/area/ranking/bg_rank01.png') no-repeat center center / contain;
	color: #333;
	font-size: 33px;
}
#rankinglist .item_list-new li[class^="girlsRank"] .galData .type li.typeName {
	border-radius:0;
}
.item_list-content .main a {
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	display: block;
	height: 100%;
}
#rankinglist .item_list-new li[class^="girlsRank"] .thumb .main {
	width: 180px;
	height: 240px;
	overflow: hidden;
}
#rankinglist .item_list-new li[class^="girlsRank"] .thumb .sub {
	width: 90px;
	margin-left: 2px;
}
#rankinglist .item_list-new li[class^="girlsRank"] .thumb .sub li a {
	display: block;
	padding-top: 134%;
	position: relative;
	height: 100%;
	width: 100%;
}
#rankinglist .item_list-new li[class^="girlsRank"] .thumb .sub li figure {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.category_name {
	color: #676565;
}
.galInfo_inner-item h4 a {
	color: #333;
	font-weight: bold;
}
#rankinglist .item_list-new li[class^="girlsRank"] .shopInfo ul {
	line-height: 1.8;
}
.item_list-content .main a:hover, #rankinglist .item_list-new li[class^="girlsRank"] .thumb .sub li a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
	*zoom: 1;
}
#rankinglist .item_list-new .shopInfo .left {
	width: 345px;
	margin-right: 10px;
}
#rankinglist .item_list-new .shopInfo .left figure {
	margin-bottom: 10px;
}
#rankinglist .item_list-new .shopInfo .left h4 {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 13px;
}
#rankinglist .item_list-new .shopInfo .left .text {
	color: #999;
	margin-bottom: 10px;
	font-size: 13px;
}
#rankinglist .item_list-new .shopInfo .left .rank_iconBox {
	display: flex;
	margin: 10px 0;
	align-items: center;
}
#rankinglist .item_list-new .shopInfo .left .rank_iconBox li {
	margin-right: 5px;
	color: #fff;
	padding: 2px 10px;
	border-radius: 2px;
}
#rankinglist .item_list-new .shopInfo .left .rank_iconBox li.icon_photodiary {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	border-radius: 2px;
	background-image: -moz-linear-gradient( 90deg, rgb(0,171,231) 0%, rgb(5,127,213) 49%, rgb(0,171,231) 54%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,171,231) 0%, rgb(5,127,213) 49%, rgb(0,171,231) 54%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,171,231) 0%, rgb(5,127,213) 49%, rgb(0,171,231) 54%);
}
#rankinglist .item_list-new .shopInfo .left .rank_iconBox li.icon_movie01 {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	border-radius: 2px;
	background-image: -moz-linear-gradient( 90deg, rgb(254,92,168) 0%, rgb(253,63,149) 49%, rgb(251,93,167) 54%);
	background-image: -webkit-linear-gradient( 90deg, rgb(254,92,168) 0%, rgb(253,63,149) 49%, rgb(251,93,167) 54%);
	background-image: -ms-linear-gradient( 90deg, rgb(254,92,168) 0%, rgb(253,63,149) 49%, rgb(251,93,167) 54%);
}
#rankinglist .item_list-new .shopInfo .left .rank_iconBox li.icon_reserve01 {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	border-radius: 2px;
	background-image: -moz-linear-gradient( 90deg, rgb(155,72,178) 0%, rgb(119,55,169) 49%, rgb(152,75,187) 54%);
	background-image: -webkit-linear-gradient( 90deg, rgb(155,72,178) 0%, rgb(119,55,169) 49%, rgb(152,75,187) 54%);
	background-image: -ms-linear-gradient( 90deg, rgb(155,72,178) 0%, rgb(119,55,169) 49%, rgb(152,75,187) 54%);
}
#rankinglist .item_list-new .shopInfo .left .rank_iconBox li.icon_women_work {
	padding:0;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	border-radius: 2px;
	background-image: -moz-linear-gradient( 90deg, rgb(248,46,154) 0%, rgb(235,32,111) 49%, rgb(231,53,149) 54%);
	background-image: -webkit-linear-gradient( 90deg, rgb(248,46,154) 0%, rgb(235,32,111) 49%, rgb(231,53,149) 54%);
	background-image: -ms-linear-gradient( 90deg, rgb(248,46,154) 0%, rgb(235,32,111) 49%, rgb(231,53,149) 54%);
}
#rankinglist .item_list-new .shopInfo .left .rank_iconBox li.icon_women_work a {
	display: block;
	border: none;
	padding: 3px 10px;
}
#rankinglist .item_list-new .shopInfo .right {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.right_inner-top {
	display: flex;
	margin-bottom: 10px;
}

.right_inner-top .data {
	width: 150px;
}
#rankinglist .item_list-new .galsList-shop ul li {
	box-shadow: inherit;
	background: none;
	margin-right: 3px;
	height: 110px;
	width: 80px;
	overflow: hidden;
}
#rankinglist .item_list-new .galsList-shop ul li figure {
	width: 80px;
	height: 114px;
}
#rankinglist .item_list .galsList-shop ul li:last-child {
	
}
#rankinglist .item_list .galsList-shop ul li:last-child figure {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.date_format {
	font-size:13px;
}
.right_inner-top .data {
	line-height: 1.6;
}
#rankinglist .item_list-new .shopInfo .right .discount .discount_dtComment span em,
#rankinglist .item_list-new .discount p em {
	font-weight: normal;
	font-size: 19px;
}

main > section.rankinglist_new {
	max-width: inherit;
}
#rankinglist .item_list-new li[class^="girlsRank"] .thumb .sub li:first-child {
	margin-bottom: 2px;
}
#rankinglist .item_list-new .galsList ul li figure:hover {
	transform: scale(1.6,1.6);
	transition-duration: 0.5s;
	transform-origin: right bottom;
	z-index: 9999999999999;
	position: relative;
}
#rankinglist .item_list-new li[class^="shopRank"] .shopInfo ul li {
	overflow: inherit;
}
#rankinglist .item_list-new .galsList-shop ul li figure img:hover {
	opacity: 1;
}
#rankinglist .item_list .galsList-shop ul li:last-child figure {
	transform: none;
	transition-duration: inherit;
}
#rankinglist .item_list-new .galsList {
	margin-top: auto;
}