﻿@charset "utf-8";
/* CSS Document */
/* =========================================================
 main
========================================================= */
/*========================================================= */
#middleBox {
	background-position: center 616px;
}
/*クリスマス背景*/
/*#middleBox{
	background-image:url('/img/common/bg_xmas.png');
	background-repeat: no-repeat;
	background-color:#ffffff;
	background-position: center 600px;
}*/
/* ----- バナースライダー ----- */
/*バナー*/
#bannerSlider {
	background-color: rgba(200, 190, 164, 0.4);
	border: 3px solid #ffffff;
	height: 219px;
	margin-top: 10px;
	padding: 11px 12px;
	position: relative;
	width: 549px;/* background: url('/img/main/bg_bannerSlider.png?v=160309') no-repeat; */
}
#bannerSlider .slides {
	height: 180px;
	overflow: hidden;
}
.slides li a {
	pointer-events: none;
}
#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: url("../img/main/mainBannerArrow.png?v=160309") no-repeat;
	height: 45px;
	position: absolute;
	top: 34%;
	width: 45px;
}
.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
--------------------------------------------------------- */
.fullContents {
	margin-bottom: 10px;
	margin-top: -9px;
	padding-top: 60px;
}
#topicPath {
	top: 25px;
}
/* ----- girlsContents ----- */
#girlsContents {
	padding: 0 25px;
}
#topGirls {
	position: relative;
	margin-bottom: 50px;
	width: 651px;
}
.girlsWrap h2 {
	background-color: transparent;
	background-image: none;
	border-bottom: 1px solid #333333;
	height: 42px;
	margin: 0;
	padding: 0 0 10px;
	text-indent: 0;
	width: 100%;
}
.girlsBlock {
	margin: 20px 0 0;
}
.girlsContentsBottom {
	background: url("../img/main/girlsBlock_bottom.png?v=160309") 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;
	width: 650px;
}
#todayGirls .girlsBlock .girlsBox:nth-child(4n) {
	margin-right: 0;
}
#newfaceGirls {
	float: right;
	width: 310px;
}
.newfaceGirlsWrap {
	margin: 10px 0 0;
	position: relative;
}
.newfaceGirlsBox {
	background: url('/img/main/bg_infoContentsBox.jpg') repeat;
	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%;
}
/* 上下ボタン */
#newfacePrevBtn, #newfaceNextBtn {
	background-image: url("../img/common/arrow_newFace.png");
	background-repeat: no-repeat;
	cursor: pointer;
	height: 46px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 46px;
	z-index: 2;
}
#newfacePrevBtn.hide, #newfaceNextBtn.hide {
	display: none;
}
#newfacePrevBtn.show, #newfaceNextBtn.show {
	display: block;
}
#newfacePrevBtn {
	top: -20px;
}
#newfacePrevBtn:hover {
	top: -25px;
}
#newfaceNextBtn {
	background-position: 0 bottom;
	bottom: -20px;
}
#newfaceNextBtn:hover {
	bottom: -25px;
}
#newfacePrevBtn, #newfaceNextBtn {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
/* ----- contentsWrapper ----- */
#contentsWrapper{
	margin-top: -14px;
}
/* ----- infoContents ----- */
#middleBox #infoContentsBox {
	height: 618px;
	background: url('/img/main/bg_infoContentsBox.png?v=160309') repeat;
	background-position:left bottom;
	width: 100%;
	position: relative;
	z-index: 50;
}
#infoContentsWrap {
	background: url('/img/main/bg_info_content.jpg?v=160309') no-repeat;
	height: 595px;
	background-position:center top;
	background-repeat: repeat;
	min-width: 1030px;
	width: 100%;
	margin: 0 auto;
}
#infoContents {
	margin: 0 auto;
	padding: 0 0 30px;
	width: 980px;
	clear: both;
	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;
	width: 577px;
}
.newsBlock {
	float: right;
	width: 381px;
	margin-top: 9px;
}
.newsBlock h3 {
	background-image: url("../img/main/bg_newsBlock_title.png?v=160309");
	height: 57px;
	margin-bottom: 0;
	text-indent: -9999px;
	width: 388px;
	position: relative;
	z-index: 10;
}
.newsBox {
	border: 3px solid #ffffff;
	box-sizing: border-box;
	height: 516px;
	width: 100%;
	margin-top: -8px;
	overflow: hidden;
}
/* ----- bannerSlider ----- */
#bannerSlider .slideFrame {
	background: url("../img/main/bg_event_slider.png?v=160309") 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=160309");
	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: 249px;
	margin: 10px auto 0;
	overflow: hidden;
	width: 272px;
}
.newfaceBlock:first-child {
	margin-top: 8px;
}
.newfaceBlock:last-child {
	margin-bottom: 10px;
}
.newfaceBlock a:hover .moreBtn > span {
	text-decoration: none;
}
.newfaceBlock.lastChild {
	margin-right: 0;
}
.newfaceBlock .newFaceCenter {
	padding: 0;
	height: 229px;
	width: 100%;
}
.newfaceBlock .newFaceTop {
	color: #ffffff;
	height: 47px;
	background-color: #231815;
}
.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;
}
.newfaceBlock .newFacePhoto p {
	width: 144px;
	height: calc(144px/3*4);
	overflow: hidden;
	margin-top: 10px;
}

.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=160309");
	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: 145px;
}
.newfaceBlock li:nth-last-of-type(2) {
	top: 161px;
}
.newfaceBlock li:nth-last-of-type(1) {
	top: 180px;
}
.newfaceBlock .girlsText {
	float: right;
	width: 128px;
	position: relative;
	height: 100%;
}
.newfaceBlock .text {
	bottom: 0;
	color: #333333;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	height: 169px;
	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=160309") 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=160309") no-repeat #ffffff;
	background-position: 0 0;
}
.newfaceBlock .girlsDate span {
	color: #333333;
	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 #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
}
.newfaceBlock.today .girlsDate span {
	border-bottom: 1px solid #ff4055;
	border-right: 1px solid #ff4055;
	border-top: 1px solid #ff4055;
	color:#333333;
}
.newfaceBlock .moreReadBtn {
	float: none;
	margin: 14px 0;
}
.newfaceBlock .moreReadBtn a {
	width: 144px;
	font-size: 12px;
	text-align: left;
	padding-left: 27px;
}
/*写メ*/
.mainSyameBlock {
	margin: 9px auto 20px;
}
.syameWrap {
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
	width: 144px;
}
.syameWrap:last-child {
	margin-right: 0;
}
.syameWrap a {
	text-decoration: none;
}
.syameAnchor {
	background: none repeat scroll 0 0 #f9f4ed;
	height: 281px;
	position: relative;
	width: 142px;
	border-left: 1px solid #aaa595;
	border-right: 1px solid #aaa595;
	border-bottom: 1px solid #aaa595;
}
.syamePhoto {
	background: url("/img/main/bg_info_content.jpg?v=160309") repeat;
	height: 228px;
	width: 100%;
	background-size: 30% auto;
}
.syamePhoto > img {
	display: block;
	max-height: 100%;
	max-width: 100%;
}
.syameInfo {
	height:50px;
	width: 142px;
	border-top: 1px solid #aaa595;
	background-color: #ffffff;
}
.syameState .newfaceInfo {
	top: 254px;
	z-index: 1;
}
.syameTime {
	color: #727272;
	font-size: 12px;
	letter-spacing: -0.05em;
	padding: 6px 7px 3px 0;
	text-align: right;
}
.mainSyameBlock .syameAnchor p.syameText {
	color: #3eabff;
	font-size: 13px;
	letter-spacing: 0;
	overflow: hidden;
	padding: 3px 6px 0;
	text-decoration: underline;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 128px;
	margin: 0;
}
.syameName {
	bottom: 29px;
	font-size: 14px;
	left: 0;
	letter-spacing: 0;
	position: absolute;
}
.syameName a {
	color: #333333;
	text-decoration: none;
}
.syameWrap:hover .syameAnchor:after {
	border: 3px solid #ff6374;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.syameWrap:hover .syamePhoto > img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}
.syameWrap:hover .syameInfo {
	background: none repeat #fefef1;
}
.syameWrap:hover .syameText {
	text-decoration: none;
}
.syameName:hover a {
	text-decoration: underline;
}
.mainSyameBlock .moreReadBtn a {
	width: 144px;
}
.mainSyameBlock .moreReadBtn {
	margin-right: 24px;
}
/* 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;
}
.moreReadBtn.pickupMoreBtn {
	bottom: 17px;
	height: 31px;
	width: 235px;
}
/*ピックアップ*/
#pickupGirlsBox {
	background-color: #ff6677;
	background-image:url('../img/main/bg_pickupGirlsBox.png');
	background-repeat: repeat;
	width: 573px;
	height: 293px;
	border: solid 3px #ffffff;
	margin: 20px 0 10px 0;
	position: relative;
}
#pickupGirlsBox .pickupFlog {
	position: absolute;
	z-index: 100;
	left: -1px;
	top: -1px
}
#pickupGirlsBox .pickupGirlsImage {
	float: left;
	height: 243px;
	overflow: hidden;
	width: 183px;
	background-color: #ffffff;
	margin-top: 25px;
}
#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 {
	border-left: solid 3px #ffffff;
	float: right;
	height: 273px;
	overflow: hidden;
	padding: 10px;
	width: 367px;
}
#pickupGirlsBox .newGirlsInfo {
	float: left;
	width: 212px;
}
#pickupGirlsBox .picupGirlsDescription {
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	margin: 0 0 10px;
	padding: 4px 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f97d8b+0,f97d8b+50,d45563+50,d45563+50,f97d8b+50,d45563+50,d45563+100 */
	background: #f97d8b; /* Old browsers */
	background: -moz-linear-gradient(top, #f97d8b 0%, #f97d8b 50%, #d45563 50%, #d45563 50%, #f97d8b 50%, #d45563 50%, #d45563 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f97d8b), color-stop(50%, #f97d8b), color-stop(50%, #d45563), color-stop(50%, #d45563), color-stop(50%, #f97d8b), color-stop(50%, #d45563), color-stop(100%, #d45563)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f97d8b 0%, #f97d8b 50%, #d45563 50%, #d45563 50%, #f97d8b 50%, #d45563 50%, #d45563 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f97d8b 0%, #f97d8b 50%, #d45563 50%, #d45563 50%, #f97d8b 50%, #d45563 50%, #d45563 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f97d8b 0%, #f97d8b 50%, #d45563 50%, #d45563 50%, #f97d8b 50%, #d45563 50%, #d45563 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f97d8b 0%, #f97d8b 50%, #d45563 50%, #d45563 50%, #f97d8b 50%, #d45563 50%, #d45563 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f97d8b', endColorstr='#43201b', GradientType=0 ); /* IE6-9 */
	/* box-shadow */
	box-shadow:0px 1px 1px 1px #aa444f;
	-webkit-box-shadow:0px 1px 1px 1px #aa444f;
	-moz-box-shadow:0px 1px 1px 1px #aa444f;
}
#pickupGirlsBox .pickupGirlsName a {
	color: #ffffff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}
#pickupGirlsBox .pickupGirlsName span {
	font-size: 18px;
	font-weight: bold;
}
#pickupGirlsBox .pickupGirlsSize {
	color: #ffffff;
	font-size: 14px;
	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=160309");
	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 .syameIcon {
	background-position-y: center;
}
#pickupGirlsBox .videoIcon {
	background-position-y: bottom;
}
#pickupGirlsBox .dot {
	background: url("../img/main/mainDot.png?v=160309") repeat-x scroll 0 0;
	border: medium none;
	height: 5px;
	margin: 10px 0 12px;
	width: 100%;
}
#pickupGirlsBox .pickupGirlsComment {
	color: #ffffff;
	font-size: 14px;
	height: 133px;
	line-height: 1.21;
	margin-bottom: 12px;
	overflow: hidden;
}
#pickupGirlsBox .moreReadBtn.pickupMoreBtn {
	width: inherit;
}
#pickupGirlsBox .moreReadBtn a {
	font-size: 14px;
	letter-spacing: -1.3px;
	height: 33px;
	width: 368px;
	display: block;
	border: none;
	border: 1px solid #ff6374;
	border-radius: 2px;
	background: -webkit-gradient(linear, left top, right bottom, from(#fff8f8), color-stop(0.50, #fff8f8), color-stop(0.50, white), to(white));
	background: -moz-linear-gradient(-16deg, #fff8f8 50%, white 50%);
	background: linear-gradient(-16deg, #fff8f8 50%, white 50%);
	background-size: 100% 100%;
}
#pickupGirlsBox .moreReadBtn:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
}
#pickupGirlsBox .moreReadBtn:hover a {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}
#pickupGirlsBox02 {
	width: 578px;
	height: 293px;
	margin-bottom: 14px;
	margin-top: 20px;
}
.picupGirlsBox {
	height: 302px;
	width: 186px;
	position: relative;
	float: left;
	margin-right: 10px;
	box-shadow: 1px 1px 2px #a7905e;
}
.picupGirlsBox.edgeList {
	margin-right: 0;
}
.pickupGirlsAnchor {
	border: solid 3px #ffffff;
}
.pickupGirlsAnchor .girlsPhoto {
    width: 180px;
    height: 240px;
    overflow: hidden;
}
.pickupGirlsAnchor .girlsInfo {
	height: 53px;
	width: 180px;
	border: solid 3px #ffffff;
	background-color: #ff4055;
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
}
.pickupGirlsAnchor .girlsName {
	font-size: 14px;
	margin-top: 11px;
	margin-left: 10px;
}
.pickupGirlsAnchor .girlsSize {
	font-size: 12px;
	margin-top: 5px;
	margin-left: 10px;
}
.pickupGirlsAnchor .pickupFlog {
	position: absolute;
	z-index: 2;
}
.pickupGirlsAnchor:hover .girlsPhoto {
	background-color: #ffffff;
}
.pickupGirlsAnchor:hover .girlsPhoto img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}
/*********余白バナー用***********/
.picupGirlsBox.banner .pickupFlog {
	display: none;
}
.picupGirlsBox.banner .pickupGirlsAnchor .girlsName {
	text-align: center;
	margin-left: 0;
	margin-top: 7px;
}
.picupGirlsBox.banner .pickupGirlsAnchor .girlsSize {
    font-size: 12px;
    margin-top: 5px;
	margin-left: 0px;
	height: 24px;
    overflow: hidden;
	text-align: center;
}
/* =========================================================
SEOテキストのリスト
========================================================= */
.seoLink {
	width: 620px;
}
.seoLink li {
	margin: 5px;
	padding: 0 20px;
	float:left;
	line-height: 40px;
	text-align: center;
	background-color:#ffffff;
	border: 1px solid #ff495d;
}
.seoLink li:hover {
	background-color:#ff495d;
	border: 1px solid #ff495d;
}
.seoLink li.noMargin {
	margin-right: 0;
}
.seoLink li a {
	display: block;
	height: 100%;
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
	color:#ff495d;
}
.seoLink li:hover a {
	color: #ffffff;
}

/* -----  大(グループ告知)バナー ----- */
.announceBlock {
    margin-bottom: 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;
}
}
/************
本日の出勤 common.cssの上書き
*************/
.girlsBox {
	width: 155px;
	height: 315px;
}
.girlsBox .girlsDate,
.girlsBox .girlsDescription {
	width: 155px;
}
.girlsDate span {
	width: auto;
}
.girlsBox .girlsPhoto {
    width: 155px;
    height: calc(155px/3*4);
}
.girlsBox .girlsPhoto img {
	width: 155px;
}
.girlsAnchor {
	width: 155px;
	height: 301px;
}
.girlsBox .girlsAnchor:hover:after{
	width: 155px;
	height: 301px;
}
.girlsStateWrap {
	width: 153px;
}
.girlsAnchor li.newfaceInfo:nth-last-of-type(1) {
	top: 200px;
}
.girlsBox .girlsSize {
	padding: 3px 0 3px;
}
.sokuhime .sokuhimeFrame {
    background-image: url("/img/common/img_sokuhime_frame01.png?v=191015");
    padding-top: 208px;
    top: 16px;
    width: 155px;
    line-height: 1.5;
}
.girlsStateWrapVideoSyame p.syameIcon,
.girlsStateWrapVideoSyame p.videoIcon {
	position: static;
}
/****************************************
本日の出勤余白埋めバナー用**/
.banner .girlsDescription {
	display: block;
}
.banner.girlsBox p img {
	display: block;
	margin: 0 auto;
}
.banner.girlsBox .girlsSize {
	overflow: hidden;
	height: 33px;
	margin: 0 auto;
    width: 95%;
}

/*写メ*/
#infoContents #newSyameWrap {
  width: 579px;
  margin-top: 20px;
}

#infoContents #newSyameBox {
  display: flex;
  justify-content: center;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 3px solid #fff;
}

#infoContents .syameDate,
#infoContents .syameInfo ul.syameState,
#infoContents .syameInfo .access {
  display: none;
}

#infoContents #newSyameWrap h3 {
  background-position: 98% center;
}

#infoContents .syameWrap {
  width: 177px;
  height: 268px;
  margin: 0 7px 0 0;
  /* box-shadow: 0 0 3px 0 rgba(100, 95, 95, 0.9); */
  background-color: rgba(255, 255, 255, 0.3);
}

#infoContents .syameWrap:last-child {
  margin-right: 0;
}

#infoContents .syameWrap .syameBox {
  width: 177px;
  height: 270px;
  background: rgba(255, 255, 255, 0.3) none;
  margin: 0 auto;
}

#infoContents .syameBox a {
  text-decoration: none;
}

#infoContents .syameAnchor {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  position: relative;
  width: 100%;
  height: 100%;
  /* padding: 3px 0; */
  box-sizing: border-box;
  border: 1px solid #aaa595;
}

#infoContents .syamePhoto {
  /* width: 170px; */
  height: 216px;
  margin: auto;
}

#infoContents .syamePhoto>img {
  object-fit: cover;
}

#infoContents .syameInfo {
  background-color: transparent;
  width: 100%;
  height: auto;
  border: none;
}

#infoContents .syameState .newfaceInfo {
  top: 254px;
  z-index: 1;
}

#infoContents .syameTime {
  font-size: 12px;
  text-align: right;
  color: #959595;
  padding: 10px 5px 8px 0;
  letter-spacing: 0;
  font-style: italic;
}

#infoContents .mainSyameBlock .syameAnchor p.syameText {
  color: #3eabff;
  font-size: 13px;
  letter-spacing: 0;
  overflow: hidden;
  padding: 3px 6px 0;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 128px;
  margin: 0;
}

#infoContents .syameName a {
  font-size: 16px;
  margin: 0 0 0 10px;
}

#infoContents .syameWrap:hover .syamePhoto>img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}

#infoContents .syameWrap .syameText {
  color: #1d1e1f;
  font-size: 14px;
  padding: 0 5px 0 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#infoContents .syameWrap:hover .syameText {
  text-decoration: none;
}

#infoContents .syameName {
  bottom: 27px;
}

#infoContents .syameName:hover a {
  text-decoration: underline;
  font-weight: bold;
}

.syameWrap:hover .syameAnchor:after {
  border: none;
}

#bannerSlider {
  margin-top: 4px;
}
/*コロナウイルスボタン 微調整*/
li.emergencyMainBtn_main {
	display: block;
}
