@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	line-height: 1.5;
	border-top: 5px solid #666;
	background-color: #fff;
}
@media only screen and (max-width: 960px) {
	body {
		border-top: 3px solid #666;
	}
}

a:link, a:hover,
a:visited,
a:active,
a:hover {
	color: #e74478;
	text-decoration: none;
}

.roboto-con {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

.roboto-con-bold {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

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





.panel-hover .img {
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
@media only screen and (max-width: 750px) {
	.panel-hover .img {
		transition: none;
	}
}

.panel-hover .hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}
@media only screen and (max-width: 750px) {
	.panel-hover .hover {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 100;
	}
}

.panel-hover .img img {
	display: block;
	width: 100%;
	height: auto;
}

#rank2017 h2 {
	margin: 25px auto 10px auto;
	width: 330px;
	height: 190px;
}
@media only screen and (max-width: 960px) {
	#rank2017 h2 {
		margin: 20px auto 10px auto;
		width: 200px;
		height: 115px;
	}
}

/* pickup */

#entryArea {
	position: relative;
	margin: 30px auto 30px auto;
	width:1000px;
	height: auto;
	overflow: hidden;
}

#entryArea .entryListFrame {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 960px) {
	#entryArea {
		margin: 15px 0;
		width: auto;
		height: auto;
	}
	#entryArea .pc {
		display: block;
	}
}

#entryArea .entryListFrame ul {
	width: 100%;
	height: auto;
	padding: 0;
}

#entryArea .entryListFrame ul li {
	float: left;
	width: 18%;
	height: auto;
	margin:3% 1%;
}

#entryArea .entryListFrame ul li dl {
	text-align: center;
}

#entryArea .entryListFrame ul li dl dt {
	margin: 0 0 15px 0;
	padding: 10px 0;
	font-size: 1.75rem;
	line-height: 1.75rem;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

#entryArea .entryListFrame ul li dl dt em {
	font-size: 2.5rem;
	line-height: 2.5rem;
	color: #e74478;
}

#entryArea .entryListFrame ul li dl .photo {
	width: 100%;
	height: 239px;
	margin: 0;
	padding:0;
	line-height: 1rem;
	overflow: hidden;
}

#entryArea .entryListFrame ul li dl .sp {
	display: none;
}

#entryArea .entryListFrame ul li dl .photo a {
	position: relative;
	display: block;
}

#entryArea .entryListFrame ul li dl .text .name {
	display: block;
	font-size: 1.6rem;
	padding: 10px 0 5px 0;
}

#entryArea .entryListFrame ul li dl .text .shop {
	display: block;
	font-size: 1.1rem;
	color:#666;
}

#entryArea .entryListFrame ul li dl .moreBtn {
	margin: 0;
	padding: 0;
}

#entryArea .entryListFrame ul li dl .moreBtn a {
	display: block;
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: #fff;
	padding: 15px 0;
	margin: 15px auto;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	background: #666 url(../images/more_view_arrow.png) no-repeat 95% 50%;
	background-size: 17px 17px;
	border: none;
}
#special .bigPinkBtn a {
	color: #fff !important;
}

@media only screen and (min-width: 721px) and (max-width: 960px){
	#entryArea .entryListFrame ul li {
		float: left;
		width: 21%;
		height: auto;
		margin:3% 2% 5% 2%;
	}
}

@media only screen and (min-width: 481px) and (max-width: 720px){
	#entryArea .entryListFrame ul li {
		float: left;
		width: 29%;
		height: auto;
		margin:3% 2% 5% 2%;
	}
}

@media only screen and (min-width: 481px) and (max-width: 960px){
	#entryArea .entryListFrame ul li dl dt {
		margin: 0 0 15px 0;
		padding: 5px 0;
	}
	#entryArea .entryListFrame ul li dl .photo {
		width: 100%;
		height: auto;
	}
	#entryArea .entryListFrame ul li dl .text .name {
		font-size: 1.5rem;
		padding: 10px 0 5px 0;
	}
	#entryArea .entryListFrame ul li dl .text .shop {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 480px) {
	#entryArea .entryListFrame ul li {
		float: left;
		width: 46%;
		height: auto;
		margin:3% 2% 5% 2%;
	}
	#entryArea .entryListFrame ul li dl dt {
		margin: 0 0 10px 0;
		padding: 5px 0;
		font-size: 1.5rem;
	}
	#entryArea .entryListFrame ul li dl dt em {
		font-size: 2rem;
	}
	#entryArea .entryListFrame ul li dl .photo {
		width: 100%;
		height: auto;
	}
	#entryArea .entryListFrame ul li dl .text .name {
		font-size: 1.5rem;
		padding: 10px 0 5px 0;
	}
	#entryArea .entryListFrame ul li dl .text .shop {
		font-size: 1rem;
	}
}

/* 女の子詳細 */
.modalArea {
	display: none;
}

.modalFrame {
	width: 550px;
	background: #fff;
	padding: 25px;
}

.modalFrame h2 {
	border-bottom: 3px solid #000;
	text-align: left;
	margin: 15px 0 10px 0px;
	padding: 15px 0 10px 0;
	font-size: 2.5rem;
	line-height: 2.5rem;
	background-size: 25px 25px;
	text-align: left;
}

.modalFrame .left {
	float: left;
	width: 240px;
	line-height: 100%;
}

.modalFrame .right {
	float: right;
	width: 290px;
	text-align: left;
}

.modalFrame .left img {
	display: block;
	width: 100%;
	height: auto;
}

.modalFrame .left .thmubnail ul {
	width: 100%;
	height: auto;
}

.modalFrame .left .thmubnail ul li {
	float: left;
	width: 76px;
	height: auto;
	margin: 4px 2px 2px 2px;
	padding:0;
	overflow: hidden;
	line-height: 1em;
}

.modalFrame .right h3 {
	margin: 0 0 10px 0;
	padding: 15px 0 10px 0;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
	border-left: none;
	text-align: left;
}

.modalFrame .right h3 a {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.5em;
}

.modalFrame .right dl {
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	line-height: 1.5em;
	text-align: left;
}

.modalFrame .right dl dt {
	clear: both;
	margin: 5px 0;
	padding: 0 0 3px 0;
	float: left;
	width: 25%;
	border-bottom: 1px dotted #ccc;
}

.modalFrame .right dl dd {
	margin: 5px 0;
	padding: 0 0 3px 0;
	float: right;
	width: 75%;
	border-bottom: 1px dotted #ccc;
}

.modalFrame .right p {
	margin: 5px 0 10px 0px;
	padding: 0;
	font-size: 1.2rem;
	line-height: 1.75em;
	border: none;
	text-align: left;
}

.modalFrame .right p span {
	color:#666;
	font-weight:bold;
}

.modalFrame .right .girlsLinkBtn a {
	display: block;
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: #fff;
	padding: 15px 0;
	margin: 10px auto;
	background: #666 url(../images/more_view_arrow.png) no-repeat 95% 50%;
	background-size: 17px 17px;
	border: none;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
}

.modalFrame .right .girlsLinkBtn a.sp {
	display: none;
}

@media only screen and (min-width: 481px) and (max-width: 960px){
	.modalFrame {
		width: 460px;
		padding: 10px;
	}
	.modalFrame h2 {
		margin: 15px 0 10px 0;
		padding: 15px 0 10px 0px;
		font-size: 2rem;
		line-height: 2rem;
	}
	.modalFrame .left {
		float: left;
		width: 47.5%;
	}
	.modalFrame .right {
		float: right;
		width: 47.5%;
	}
	.modalFrame .left .thmubnail ul li {
		float: left;
		width: 31%;
		height: auto;
		margin: 1%;
		padding:0;
	}
	.modalFrame .right h3 {
		font-size: 1.5rem;
	}
	.modalFrame .right h3 a {
		font-size: 1.1rem;
		line-height: 1.4em;
	}
}

@media only screen and (max-width: 480px) {
	.modalFrame {
		width: 260px;
		padding: 5px;
	}
	.modalFrame h2 {
		margin: 25px 0 10px 0;
		padding: 15px 15px 10px 0px;
		font-size: 1.75rem;
		line-height: 1.75rem;
	}
	.modalFrame .right h3 {
		font-size: 1.5rem;
	}
	.modalFrame .right h3 a {
		font-size: 1.1rem;
		line-height: 1.4em;
	}
	.modalFrame .left {
		float: none;
		width: auto;
	}
	.modalFrame .right {
		float: none;
		width: auto;
	}
	.modalFrame .left .thmubnail ul li {
		float: left;
		width: 23%;
		height: auto;
		margin: 1%;
		padding:0;
	}
	.modalFrame .right .girlsLinkBtn a.sp {
		display: block;
		font-size: 1.25rem;
		line-height: 1.25rem;
		background: #666 url(../images/more_view_arrow.png) no-repeat 95% 50%;
		background-size: 15px 15px;
	}
	.modalFrame .right .girlsLinkBtn a.pc {
		display: none;
	}
}

/* フッター */
#footer {
	margin: 55px 0 0 0;
	background-color: #efefef;
}

#footer-inner {
	position: relative;
	width: 970px;
	margin: 0 auto;
	padding-top: 40px;
}

#footer-inner h2 {
	position: absolute;
	top: 30px;
	right: 15px;
	width:200px;
	height: 57px;
}

@media only screen and (max-width: 960px) {
	#footer {
		margin: 45px 0 0 0;
		background-color: #efefef;
	}
	#footer-inner {
		position: relative;
		width: auto;
		margin: 0 auto;
		padding-top: 20px;
	}
	#footer-inner h2 {
		position: static;
		margin: 0 auto;
		width:150px;
		height: 43px;
	}
	#tab-area {
		display: none;
	}
}

#footer-inner h2 a img {
	width:100%;
	height: auto;
}

/*------------------------------
タブ2
------------------------------*/

#company {
	margin: 20px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

#company h3 {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	font-size: 1.2rem;
	font-weight:bold;
	line-height:1em;
	border-left:5px solid #999;
}

#company table {
	margin: 15px 0px 25px 0px;
	padding:0px 0px 0px 0px;
	width: 960px;
	border-top:1px solid #888;
	border-left:1px solid #888;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	font-size:1.1rem;
	line-height:1em;
}

#company table th {
	width:20%;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	color:#330000;
	background-color:#dedede;
	padding:10px 10px;
	text-align:left
}

#company table td {
	width:80%;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	padding:10px 10px;
}

/*------------------------------
タブ3
------------------------------*/

#policy {
	margin: 20px 0px 0px 0px;
	padding:0px 10px 20px 10px;
}

#policy h3 {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	font-size:1.2rem;
	font-weight:bold;
	line-height:100%;
	border-left:5px solid #999;
}

#policy p {
	margin: 10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size:1.1rem;
	font-weight:normal;
	line-height:1.6em;
}

#policy h4 {
	margin: 15px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size:1.2rem;
	font-weight:bold;
	line-height:1em;
}

#policy ol {
	margin: 10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size:1.2rem;
	font-weight:normal;
	line-height:1.6em;
}

#policy ol li {
	margin: 0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
}

#policy table {
	margin: 15px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	border-collapse:separate;
	border-spacing:5;
	empty-cells:show;
}

#policy table caption {
	margin: 0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	font-weight:bold;
	font-size:1.1rem;
	line-height:1em;
}

#policy table th {
	margin: 0px 0px 0px 0px;
	padding:3px 20px 3px 0px;
	text-align:left;
	font-weight:normal;
	font-size:1.1rem;
	line-height:1.5em;
}

#policy table td {
	margin: 0px 0px 0px 0px;
	padding:3px 0px 3px 15px;
	text-align:left;
	font-weight:normal;
	font-size:1.1rem;
	line-height:1.5em;
	border-left:3px solid #ccc;
}

/*------------------------------
コピーライト
------------------------------*/

#copy {
	margin: 35px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#000;
}

#copy p {
	margin: 0px 0px 0px 0px;
	padding:25px 0px 25px 0px;
	font-size: 1.1rem;
	line-height:100%;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	color:#fff;
	text-align:center;
}


sup {
	vertical-align: top;
}

.clearfix {
	zoom: 1;
}

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

.cl-both {
	clear: both !important;
}
