﻿@charset "utf-8";
/* CSS Document */
/* =========================================================
 main
========================================================= */
#middleBox {
	background-position: center 630px;
}
#middleBox:after {
	background-position: center 655px;
}
#middleBox:before {
	content: none;
}
#contentsWrapper {
	margin-top: -30px;
	padding-top: 30px;
}
/* ----- バナースライダー ----- */
/*バナー*/
#bannerSlider {
	background-image: url("../img/main/bg_bannerSlider.png");
	background-repeat: no-repeat;
	box-sizing: border-box;
	height: 254px;
	margin: 3px 0 0 -3px;
	padding: 16px 18px 0;
	position: relative;
	width: 585px;
}
#bannerSlider .slides {
	height: 180px;
	overflow: hidden;
}
#bannerSlider .flex-viewport {
	margin-bottom: 2px;
}
.flex-control-nav {
/*width: 550px;*/
}
.flex-control-nav.flex-control-thumbs li {
	background-color: #9c9c9c;
	cursor: pointer;
	float: left;
	height: 37px;
	margin-right: 1px;
	text-align: center;
	width: 109px;
}
.flex-control-nav.flex-control-thumbs li:last-child {
	margin-right:0;
}
.flex-control-nav.flex-control-thumbs img {
	width: 105px;
	height: 34px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	transition: all 1s ease 0s;
	padding: 2px 2px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.flex-active {
	background-color: #f24980;
}
.flex-control-thumbs img.flex-active {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
.flex-direction-nav li {
	background-image: url("../img/common/mainBannerArrow.png?v=160630");
	background-repeat: no-repeat;
	height: 50px;
	position: absolute;
	top: 38%;
	width: 50px;
}
.flex-direction-nav li.flex-nav-prev {
	left: -18px;
}
.flex-direction-nav li.flex-nav-next {
	background-position: right top;
	right: -18px;
}
.flex-direction-nav li.flex-nav-prev:hover {
	left: -23px;
}
.flex-direction-nav li.flex-nav-next:hover {
	background-position: right top;
	right: -23px;
}
.flex-direction-nav li.flex-nav-prev,
.flex-direction-nav li.flex-nav-next,
#bannerSlider2 .flex-direction-nav li.flex-nav-prev,
#bannerSlider2 .flex-direction-nav li.flex-nav-next {
	transition: all 0.3s ease 0s;
}
.flex-direction-nav li a {
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}
/* fullContents
--------------------------------------------------------- */
#topicPath {
	right: 30px;
	top: -5px;
}
/* ----- girlsContents ----- */
#girlsContents {
	padding: 0 25px;
}
#topGirls {
	position: relative;
	margin-bottom: 50px;
	width: 651px;
}
.fullContents .girlsWrap h2 {
	background-color: transparent;
	background-image: none;
	height: auto;
	margin: 0 0 0 -3px;
	padding: 0;
	text-indent: 0;
	width: 100%;
}
.girlsBlock {
	margin: 12px 0 0;
}
.girlsContentsBottom {
	background: url("../img/main/girlsBlock_bottom.png?v=160630") no-repeat center center;
	bottom: 7px;
	height: 9px;
	margin: 0 auto;
	position: relative;
	width: 1074px;
	z-index: 100;
	left: 0px;
	margin-bottom: -7px;
	background-size: 100% auto;
}
/* ----- girlsContents(unique) ----- */
/* todayGirls */
#todayGirls {
	float: left;
	margin: 0 auto;
	width: 650px;
}
#todayGirls .girlsBlock .girlsBox:nth-child(4n) {
 margin-right: 0;
}
#newfaceGirls {
	float: right;
	margin: -2px auto 0;
	width: 310px;
}
.newfaceGirlsWrap {
	margin: 4px 0 0;
	position: relative;
}
.newfaceGirlsBox {
	background-image: url('../img/main/bg_infoContentsBox.jpg');
	box-shadow: 0 0 3px #b6b4b4 inset;
	height: 325px;
	position: relative;
	width: 100%;
}
.newfaceGirlsBoxInside {
	position: relative;
	width: 100%;
	height: 321px;
	overflow-x: hidden;
	overflow-y: scroll;
	top: 2px;
}
.newfaceGirlsList {
	left: 0;
	position: absolute;
	top: 0;
	width: 101%;
}
/* ----- infoContents ----- */
#middleBox #infoContentsBox {
	background-image: url("../img/common/bg_heading_full.png?v=160630");
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 640px;
	position: relative;
	width: 100%;
	z-index: 1;
}

#infoContentsWrap {
    background-color: #ffffff;
	background-image: url("../img/main/bg_info_content.jpg?v=190509");
    background-position: center 0;
    background-repeat: no-repeat;
    height: 582px;
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1030px;
    width: 100%;
}
#infoContents {
	height: 100%;
	margin: 0 auto;
	width: 980px;
	position: relative;
}
#infoContents #infoContentsRight {
	background: url("../img/main/bg_infoContentsRight.png") no-repeat;
	height: 670px;
	left: -462px;
	position: absolute;
	top: 135px;
	width: 509px;
}
.eventBlock {
	float: left;
}
.newsBlock {
	background-color: rgba(255, 255, 255, 0.9);
	float: right;
	height: 100%;
	width: 380px;
	box-shadow: 0 -4px 6px 0 rgba(10, 2, 4, 0.3);
	-moz-box-shadow: 0 -4px 6px 0 rgba(10, 2, 4, 0.3);
	-webkit-box-shadow: 0 -4px 6px 0 rgba(10, 2, 4, 0.3);
}
.newsBlock h3 {
	background-image: url("../img/main/bg_newsBlock_title.png?v=160630");
	background-repeat: no-repeat;
	height: 53px;
	margin: 17px 0 0 13px;
	text-indent: -9999px;
	width: 327px;
}
.newsBox {
	height: 447px;
	margin: 5px 0 0 18px;
}
/*速報　タブレット表示時*/
.newsBox > p {
	line-height: 1.4;
	padding: 20px 20px 0;
}
.newsBox > p a {
	color: #232323;
	font-size: 20px;
	font-weight: bold;
}
/*グループサイト（ポータルサイト）リンク*/
.portalLink {
	margin: 11px 0 0 19px;
}
.portalLink a:hover {
	opacity: 0.7;
}
/* ----- bannerSlider ----- */
#bannerSlider .slideFrame {
	background: url("../img/main/bg_event_slider.png?v=160630") no-repeat;
	height: 207px;
	margin: 0 auto 10px;
	overflow: hidden;
	position: relative;
}
#bannerSlider .slideFrame ul {
	position: absolute;
	top: 0;
	left: 0px;
	width: 10000px;
	margin: 0;
}
#bannerSlider .slideFrame ul li {
	display: table;
	float: left;
	height: 207px;
	text-align: center;
	width: 577px;
}
#bannerSlider .slideFrame ul li:last-child {
	margin-right: 0;
}
#bannerSlider .slideFrame ul li > div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#bannerSlider #carouselBlock {
	position: relative;
}
#bannerSlider #carouselBox {
	height: 46px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#bannerSlider ul#carouselList {
	margin: 0 auto;
	padding: 0;
	width: 10000px;
}
#bannerSlider ul#carouselList li {
	border: 1px solid #c6cbd0;
	display: table;
	float: left;
	height: 36px;
	margin: 0 10px 0 0;
	padding: 4px;
	width: 97px;
}
#bannerSlider ul#carouselList li:hover,
#bannerSlider ul#carouselList li.select {
	background: #9797ff;
}
#bannerSlider ul#carouselList li:last-of-type {
	margin-right: 0;
}
#bannerSlider ul#carouselList li label {
	cursor: pointer;
	display: table-cell;
	height: 36px;
	text-align: center;
	vertical-align: middle;
}
#bannerSlider ul#carouselList li label img {
	width: 100%;
}
/* prevBtn & nextBtn */
#bannerSlider p#prevBtn,
#bannerSlider p#nextBtn {
	background-image: url("../img/main/bg_event_slider_btn.png?v=160630");
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 22px;
	margin: 0;
	position: absolute;
	top: 14px;
	width: 22px;
}
#bannerSlider p#prevBtn.hide,
#bannerSlider p#nextBtn.hide {
	display: none;
}
#bannerSlider p#prevBtn {
	background-position: 0 0;
	left: 0;
}
#bannerSlider p#nextBtn {
	background-position: right 0;
	right: 0;
}
/* CSS Programming */
#bannerSlider #switch01:checked ~ .slideFrame ul {
 left: 0px;
}
#bannerSlider #switch02:checked ~ .slideFrame ul {
 left: -577px;
}
#bannerSlider #switch03:checked ~ .slideFrame ul {
 left: -1154px;
}
#bannerSlider #switch04:checked ~ .slideFrame ul {
 left: -1731px;
}
#bannerSlider #switch05:checked ~ .slideFrame ul {
 left: -2308px;
}
#bannerSlider input {
	display: none;
}
/*新人*/
.newfaceBlock {
	background-color: #ffffff;
	height: 276px;
	margin: 10px auto 0;
	overflow: hidden;
	width: 272px;
}
.newfaceBlock:last-child {
	margin-bottom: 10px;
}
.newfaceBlock a:hover .moreBtn > span {
	text-decoration: none;
}
.newfaceBlock:first-child {
	margin-top: 8px;
}
.newfaceBlock.lastChild {
	margin-right: 0;
}
.newfaceBlock .newFaceCenter {
	padding: 0;
	height: 229px;
	width: 100%;
}
.newfaceBlock .newFaceTop {
	background-color: #00ad9c;
	color: #ffffff;
	height: 47px;
	position: relative;
}
.newfaceBlock .newFaceTop::after {
 background-color: #f8ed00;
 content: "";
 height: 2px;
 position: absolute;
 top: 0;
 width: 100%;
}
.newfaceBlock .newFaceName {
	height: 100%;
	width: 100%;
}
.newFaceNameLeft {
	float: left;
	margin-left: 10px;
	width: 180px;
}
.newfaceBlock .newFaceName .name {
	font-size: 14px;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 10px;
	width: 155px;
}
.newfaceBlock .newFaceName .name span {
	font-size: 12px;
	font-weight: bold;
}
.newfaceBlock .newFaceName .prof {
	font-size: 12px;
	width: 155px;
	margin-top: 4px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-indent: 1.9px;
}
.moreBtn {
	float: right;
	font-size: 12px;
	padding: 26px 5px 0 0;
	width: 77px;
}
.moreBtn > span {
	text-decoration: underline;
}
.moreBtn:before {
	content: "▶";
	font-size: 10px;
	padding-right: 3px;
}
.newfaceBlock .newFacePhoto {
	z-index: 1;
	float: left;
	width: 144px;
	position: relative;
}
.newFacePhoto img {
	max-width: 144px;
}
.newfaceBlock .newFacePhoto:hover {
	background-color: #Ffffff;
}
.newfaceBlock a:hover .newFacePhoto img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}
.newfaceBlock .videoIcon,
.newfaceBlock .syameIcon {
	background-size: auto 48px;
	height: 17px;
}
.newfaceBlock .videoIcon {
	background-position: 0 -32px;
}
.newfaceBlock .syameIcon {
	background-position: 0 -15px;
}
.newfaceBlock .newfaceInfo {
	background-color: #ffffff;
	background-image: url("../img/common/icon_girls_state.png?v=160630");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto 48px;
	border: 1px solid #00ad76;
	box-sizing: border-box;
	display: block;
	height: 17px;
	left: 0;
	padding: 0 5px 0 48px;
	position: absolute;
	z-index: 100;
}
.newfaceBlock .newfaceInfo > span {
	color: #00ad76;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 100%;
	line-height: 16px;
	text-align: center;
	width: 100%;
	text-indent: 0;
	font-family: "メイリオ", Meiryo, sans-serif;
}
.newfaceBlock .newfaceInfo > span > span {
	font-size: 11px;
	font-weight: bold;
	text-indent: 0;
	text-align: center;
}
.newfaceBlock li:nth-last-of-type(3) {
 top: 171px;
}
.newfaceBlock li:nth-last-of-type(2) {
 top: 187px;
}
.newfaceBlock li:nth-last-of-type(1) {
 top: 205px;
}
.newfaceBlock .girlsText {
	float: right;
	width: 128px;
	position: relative;
	height: 100%;
}
.newfaceBlock .text {
	bottom: 0;
	color: #2f2f2f;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	height: 188px;
	letter-spacing: 0.03em;
	line-height: 17px;
	margin: 0 auto;
	overflow: hidden;
	width: 110px;
}
.newfaceBlock .girlsDate {
	background: url("../img/main/icon_newFaceGirls_day.png?v=160630") no-repeat;
	background-position: 0 bottom;
	padding: 0 0 0 29px;
	text-align: center;
	background-color: #ffffff;
	box-sizing: border-box;
	height: 16px;
	margin: 10px 0 8px 4px;
	width: 119px;
}
.newfaceBlock.today .girlsDate {
	background: url("../img/main/icon_newFaceGirls_day.png?v=160630") no-repeat #ffffff;
	background-position: 0 0;
}
.newfaceBlock .girlsDate span {
	color: #2f2f2f;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -0.7px;
	line-height: 1.4em;
	border-bottom: 1px solid #2f2f2f;
	border-right: 1px solid #2f2f2f;
	border-top: 1px solid #2f2f2f;
}
.newfaceBlock.today .girlsDate span {
	border-bottom: 1px solid #e11958;
	border-right: 1px solid #e11958;
	border-top: 1px solid #e11958;
	color:#2f2f2f;
}
.newfaceBlock .moreReadBtn {
	float: none;
	margin: 14px 0;
}
.newfaceBlock .moreReadBtn a {
	width: 144px;
	font-size: 12px;
	text-align: left;
	padding-left: 27px;
}
/*写メ*/
.mainSyameBlock {
}
.syameWrap:last-child {
	margin-right: 0;
}
.syameWrap:hover .syameInfo {
	background: none repeat #fefef1;
}
.syameWrap:hover .syameText {
	text-decoration: none;
}
/* transition  */
#bannerSlider .slideFrame ul {
	transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0;
}
#bannerSlider2 .pickupGirlsComment.itemZero {
	height: 201px;
}
#bannerSlider2 .pickupGirlsComment.itemfour {
	height: 112px;
	margin-top: 9px;
}
#bannerSlider2 .pickupGirlsComment.itemTherr {
	height: 132px;
	margin-top: 9px;
}
#bannerSlider2 .pickupGirlsComment.itemTow {
	height: 153px;
}
#bannerSlider2 .pickupGirlsComment.itemOne {
	height: 175px;
}
/*他店出勤情報*/
.sisterStoreBlock {
	margin: 20px 0 0;
}
/*ピックアップ*/
#pickupGirlsBox {
	background-image: url("../img/main/img_pickup_frame_large.png");
	background-repeat: no-repeat;
	box-sizing: border-box;
	height: 304px;
	margin: 17px 0 0 -3px;
	padding: 6px 7px 7px 6px;
	position: relative;
	width: 585px;
}
#pickupGirlsBox .pickupFlog {
	left: 9px;
	position: absolute;
	top: -2px;
	z-index: 100;
}
#pickupGirlsBox .pickupGirlsImage {
	background-color: #ffffff;
	float: left;
	height: 100%;
	overflow: hidden;
	width: 183px;
}
.pickupGirlsImage img {
	display: block;
	height: 100%;
	width: 100%;
}
#pickupGirlsBox .pickupGirlsImage:hover img {
	background-color:#ffffff;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}
#pickupGirlsBox .pickupGirlsStatus {
	background-color: #ffffff;
	box-sizing: border-box;
	float: right;
	height: 100%;
	overflow: hidden;
	padding: 10px 10px 7px;
	width: 389px;
}
#pickupGirlsBox .newGirlsInfo {
	float: left;
	width: 212px;
}
#pickupGirlsBox .picupGirlsDescription {
	background-color: #2f2f2f;
	box-shadow: 0 1px 3px 0 rgba(57, 57, 57, 0.5);
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	margin: 0 0 10px;
	padding: 4px 10px;
}
#pickupGirlsBox .pickupGirlsName a {
	color: #2f2f2f;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}
#pickupGirlsBox .pickupGirlsName a:hover {
	text-decoration: underline;
}
#pickupGirlsBox .pickupGirlsName span {
	font-size: 18px;
	font-weight: bold;
}
#pickupGirlsBox .pickupGirlsSize {
	color: #2f2f2f;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 0;
}
#pickupGirlsBox .pickupGirlsItem {
	float: left;
	width: 155px;
}
#pickupGirlsBox .girlsDate {
	margin-bottom: 3px;
}
#pickupGirlsBox .newfaceInfo {
	background-image: url("../img/common/icon_girls_state.png?v=160630");
	background-repeat: no-repeat;
	background-position: -1px -1px;
	background-color: #ffffff;
	border: 1px solid #00ad76;
	padding: 0 0 0 55px;
	height: 14px;
	font-size: 12px;
	font-weight: bold;
	color: #00ad76;
	line-height: 14px;
	margin-bottom: 3px;
}
#pickupGirlsBox.today .girlsDate {
	margin-bottom: 3px;
	background-position: 0px 0px;
}
#pickupGirlsBox .girlsDate span,
#pickupGirlsBox .newfaceInfo span {
	font-weight: bold;
}
#pickupGirlsBox .newfaceInfo > span > span {
	font-size: 9px;
}
#pickupGirlsBox .girlsState {
	float: left;
	width: inherit;
}
#pickupGirlsBox .girlsState li {
	float:left;
}
#pickupGirlsBox .videoIcon,
#pickupGirlsBox .syameIcon {
	margin-right: 5px;
	width: 50px;
}
#pickupGirlsBox .videoIcon,
#pickupGirlsBox .syameIcon {
	position: inherit;
}
#pickupGirlsBox .dot {
	background: url("../img/main/mainDot.png?v=160630") repeat-x;
	border: medium none;
	height: 3px;
	margin: 10px 0 12px;
	width: 100%;
}
#pickupGirlsBox .pickupGirlsComment {
	color: #2f2f2f;
	font-size: 14px;
	font-weight: bold;
	height: 133px;
	line-height: 17px;
	margin-bottom: 12px;
	overflow: hidden;
}
.pickupMoreBtn {
	margin: 0 0 0 2px;
}
.pickupMoreBtn a {
	background-image: url("../img/main/btn_pickupGirlsBox.png?v=160630");
	float: none;
	width: auto;
}
#pickupGirlsBox02 {
	margin: 17px 0 0 -3px;
}
.picupGirlsBox {
	background-image: url('../img/main/img_pickup_frame_small.png');
	background-repeat: no-repeat;
	float: left;
	height: 304px;
	margin-right: 3px;
	position: relative;
	width: 193px;
}
.picupGirlsBox a {
	display: block;
	height: 297px;
	margin: 3px 0 0 3px;
	width: 186px;
}
.picupGirlsBox.edgeList {
	margin-right: 0;
}
.pickupGirlsAnchor {
	height: 291px;
	margin: 3px 0 0 3px;
	width: 180px;
}
.girlsPhoto {
	height: 100%;
	width: 100%;
}
.girlsPhoto img {
	display: block;
	height: 100%;
	width: 100%;
}
.pickupGirlsAnchor .girlsInfo {
	background-color: rgba(57, 57, 57, 0.8);
	bottom: 7px;
	height: 52px;
	left: 6px;
	position: absolute;
	width: 180px;
}
.pickupGirlsAnchor .girlsName {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin: 12px 0 0 10px;
}
.pickupGirlsAnchor .girlsSize {
	color: #ffffff;
	font-size: 12px;
	margin: 4px 0 0 11px;
}
.pickupGirlsAnchor .pickupFlog {
	left: 6px;
	position: absolute;
	top: -4px;
	z-index: 2;
}
.picupGirlsBox a:hover .pickupGirlsAnchor {
	background-color: #ffffff;
}
.picupGirlsBox a:hover .girlsPhoto {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}
/*********余白バナー用***********/
.picupGirlsBox.banner .pickupFlog,
.picupGirlsBox.banner .girlsInfo {
	display: none;
}
/* -----  大(グループ告知)バナー ----- */
.announceBlock {
	margin-top: 20px;
}
.announceBanner {
	width: 760px;
	margin: 0 auto;
}
.announceBanner:not(:first-of-type) {
	margin-top: 20px;
}
.announceBanner img {
	width: 100%;
	display: block;
}
.announceBanner a:hover {
	opacity: 0.8;
}
/* 「お知らせ」バナー用 */
#loadLine {
	width: 100%;
	height: 1px;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
/*クロームのハック*/
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
#infoContents {
 padding-top: 10px;
}
}
 @media only screen and (max-device-width : 1080px) {
.girlsWrap h2, #sokuhimeGirls h2, #sokuhimeGirls h2 span, #ichioshiGirls h2, #ichioshiGirls h2 span {
 width: initial;
}
#infoContents #infoContentsRight {
 display: none;
}
}
*/
