@charset "utf-8";

@font-face {
  font-family: "yugoth";
  font-weight: 300;
  src: local("Yu Gothic"),
    url("https://cinimg.awscf.net/cinderella-group.com/font/YuGothL.woff2") format("woff2"),
    url("https://cinimg.awscf.net/cinderella-group.com/font/YuGothL.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "yugoth";
  font-weight: 400;
  src: local("Yu Gothic"),
    url("https://cinimg.awscf.net/cinderella-group.com/font/YuGothR.woff2") format("woff2"),
    url("https://cinimg.awscf.net/cinderella-group.com/font/YuGothR.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "yugoth";
  font-weight: 500;
  src: local("Yu Gothic"),
    url("https://cinimg.awscf.net/cinderella-group.com/font/YuGothM.woff2") format("woff2"),
    url("https://cinimg.awscf.net/cinderella-group.com/font/YuGothM.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "yugoth";
  font-weight: 700;
  src: local("Yu Gothic"),
    url("https://cinimg.awscf.net/cinderella-group.com/font/YuGothB.woff2") format("woff2"),
    url("https://cinimg.awscf.net/cinderella-group.com/font/YuGothB.woff") format("woff");
  font-display: swap;
}

/* =========================================================
 リセット
========================================================= */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  overflow: hidden;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 876px;
  margin: 0 auto;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  font-family: "yugoth", sans-serif;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

th {
  text-align: left;
}

iframe {
  vertical-align: bottom;
}

video {
  display: block;
}

a:hover {
  text-decoration: none;
}

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

/* =========================================================
 全体コンテンツ
========================================================= */
.forSp {
  display: none !important;
}

body {
  font-family: "yugoth", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  position: relative;
  background-image: linear-gradient(0deg, #747474, #363636);
  background-size: contain;
}

a {
  color: #00a8ff;
}

/* =========================================================
 共通装飾
========================================================= */
/*ベースカラー*/
#middleBox .textColor {
  color: #2b6ce2;
  font-weight: bold;
  font-size: 18px;
}

/* 太文字 */
#middleBox .textBold {
  font-weight: bold;
  font-size: inherit;
}

/* 赤文字 */
#middleBox .textRed {
  color: #ff0000;
  font-size: inherit;
  font-weight: bold;
}

/* 小文字 */
#middleBox .fontSmall {
  font-size: 12px;
}

/* 赤色文字 */
.textRed {
  color: #f00;
}

/* =========================================================
 ヘッダー
========================================================= */
header {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1040px;
}

/* ログインバー
--------------------------------------------------------- */
.headerLoginBar {
  height: 30px;
  width: 100%;
  box-sizing: border-box;
  background-color: #000000;
}

.headerLoginBox {
  height: 100%;
  margin: 0 auto;
  width: 980px;
}

.headerLoginBox ul {
  float: right;
  height: 29px;
  margin-left: 228px;
}

.headerLoginBox li {
  float: left;
  text-align: center;
  margin-right: 3px;
  background-color: #ffffff;
}

.headerLoginBox li:last-of-type {
  margin-right: 0;
}

.headerLoginBox li a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  height: 29px;
  line-height: 32px;
}

.headerLoginBox li a:hover {
  opacity: 0.6;
}

/* -- 重要なお知らせボタン -- */
#headerCinderellaBox {
  width: 220px;
  height: 100%;
  margin-right: 3px;
  background: #dd2c3c;
  float: left;
  text-align: center;
}

#headerCinderellaBox a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 31px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.fa:not(.fa-exclamation-triangle) {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

#headerCinderellaBox:hover {
  opacity: 0.7;
}

/* -- お客様相談室ボタン -- */
.headerLoginBox .consultation a {
  background-color: #7d7d7d;
  width: 120px;
}

/* -- ログインボタン -- */
.headerLoginBox .login a {
  background: #7d7d7d url('../img/common/icon_shopLogo_key.png') no-repeat;
  background-size: 16% auto;
  background-position: 16px center;
  width: 111px;
  text-indent: 14px;
  background-blend-mode: luminosity;
}

/* ヘッダーコンテンツ
--------------------------------------------------------- */
#header {
  height: 135px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
}

#headerContents {
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#headerContents.pageHeader {
  width: 980px;
}

header h1 {
  display: none;
  font-size: 12px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: -22px;
  white-space: nowrap;
  z-index: 1;
  color: #ffffff;
  width: 980px;
  max-width: 980px;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
}

/* -- ロゴ -- */
.headerLogo {
  height: 100%;
  width: 50%;
}

#headerLogo {
  display: block;
  height: 100%;
}

.headerLogo a img:hover {
  opacity: 0.6;
}

/* -- 只今の在籍数 -- */
.headerGirlsDigit {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#headerSide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 378px;
  height: 93px;
}

.headerGirlsDigit p {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0 !important;
  text-align: center;
}

.headerGirlsDigit .enrolledCounter {
  display: flex;
  justify-content: space-between;
  width: 210px;
}

.headerGirlsDigit .enrolledCounter span {
  display: block;
  width: 49px;
  height: 60px;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  text-align: center;
  font-size: 53.12px;
  line-height: 65px;
  box-sizing: border-box;
}

.headerGirlsDigit .enrolledCounter span:last-of-type {
  margin-right: 0;
}

/* -- ヘッダーバナー等 -- */
.headerBanner {
  height: 100%;
}

.headerBanner ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.headerBanner li {
  width: 160px;
  height: 42px;
  background-color: #ffffff;
}

/*-- 求人共通 --*/
.boysRecruitBtn>a,
.girlsRecruitBtn>a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
}

.boysRecruitBtn>a:hover,
.girlsRecruitBtn>a:hover {
  opacity: 0.6;
}

/*-- 男性求人 --*/
.boysRecruitBtn>a {
  background-color: #0081a7;
}

/*-- 女性求人 --*/
.girlsRecruitBtn>a {
  background-color: #ff566c;
}

/*-- QR --*/
.headerQR {
  float: right;
  margin: 0;
}

/* グローバルナビゲーション
--------------------------------------------------------- */
#globalNav {
  background-color: #555555;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1040px;
  width: 100%;
  position: relative;
  z-index: 10;
  color: #ffffff;
}

.globalNavBox {
  height: 100%;
  margin: 0 auto;
  width: 980px;
}

#globalNav ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #555555;
}

#globalNav li {
  width: 196px;
  height: 55px;
  box-sizing: border-box;
}

#globalNav li ul {
  display: none;
}

#globalNav li a,
#globalNav li span {
  color: #ffffff;
  display: block;
  font-weight: 700;
  height: 100%;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  text-shadow: -0.8px -0.8px 0.5px rgba(150, 149, 149, 0.3);
}

#globalNav li a:hover,
#globalNav li span:hover {
  cursor: pointer;
}

#globalNav .globalNavSecond {
  width: 197px;
}

#globalNav .globalNavFifth {
  width: 195px;
}

/* 下層メニュー
--------------------------------------------------------- */
#lowerMenu {
  display: none;
  background-color: #FFF;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1040px;
  width: 100%;
  box-shadow: 0 0px 5px 3px rgba(197, 197, 196, 0.5) inset;
}

.lowerMenu {}

.navUnderlayer ul {
  max-width: 980px;
  width: 100%;
  margin: 0 auto 0;
  padding: 0 0 20px;
}

.navUnderlayer li {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  color: #26abff;
  float: left;
  margin: 20px 15px 0 0;
}

.navUnderlayer li.textRed {
  color: #f00;
}

.navUnderlayer li::before {
  content: "・";
  color: #26abff;
}

.navUnderlayer:not(.select) {
  display: none;
}

.navUnderlayer a {
  color: inherit;
  text-decoration: none;
  text-shadow: -0.8px -0.8px 0.5px rgba(150, 149, 149, 0.5);
}

.navUnderlayer li:hover a {
  text-decoration: underline;
}

.navUnderlayer li:last-child {
  margin-right: 0;
}

/* =========================================================
 コンテンツ共通
========================================================= */
#middleWrapper {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1040px;
}

#middleBox {
  margin-bottom: 105px;
}

#middleWrapper::before {
  background-color: #f9f9f8;
}

#contentsWrapper {
  margin: 0 auto;
  padding: 0 0 30px;
  position: relative;
}

/* =========================================================
 横幅100%コンテンツ
========================================================= */
.fullContents {
  width: 100%;
}

#fullBox {
  margin-bottom: 30px;
}

/* =========================================================
 コンテンツ幅
========================================================= */
.fullContents #fullBox,
#columnContents {
  width: 980px;
  margin: 35px auto 0;
}

#columnContents {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

/* =========================================================
 共通パーツ
========================================================= */
/* パンくずリスト
--------------------------------------------------------- */
#topicPath {
  position: relative;
  width: 100%;
  height: 32px;
  margin: 0 auto;
  background-color: #424242;
}

#topicPath li {
  float: left;
  font-size: 12px;
  letter-spacing: -0.5px;
}

#topicPath li:not(:last-child):after,
#topicPath li.afterIcon:after {
  content: "≫";
  font-size: 9px;
  margin: 0 3px;
  vertical-align: middle;
}

#topicPath a {
  color: inherit;
  font-size: 100%;
}

#topicPath a:hover {
  text-decoration: none;
}

.topicPathContents {
  width: 980px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  color: #ffffff;
}

/* 見出し（h2）
--------------------------------------------------------- */
.fullContents #topicPathHeading {
  width: 980px;
  margin: 0 auto;
}

h2 {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}

#rightContents.haveCaption h2 {
  left: -220px;
}

/* 見出し（h3）
--------------------------------------------------------- */
#rightContents .headingWrap,
.fullContents .headingWrap {
  width: 980px;
  position: relative;
  margin-bottom: 20px;
}

#rightContents .headingWrap h3,
.fullContents .headingWrap h3 {
  color: #ffffff;
  position: relative;
  padding: 12px 0;
  line-height: 1.3;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

#columnContents #rightContents .headingWrap h3 {
  box-shadow: none;
}

.fullContents .headingWrap .headingSubText:after {
  display: block;
}

/*	小見出し
------------------------------------------ */
#rightContents .headingWrap {
  width: 760px;
  margin-bottom: 20px;
}

/* -- 装飾 -- */
#rightContents .headingWrap:after {
  right: 0;
}

/* もっと見るボタン
--------------------------------------------------------- */
.moreview {
  width: 980px;
  margin: 0 auto;
  height: 54px;
  text-align: center;
  box-sizing: border-box;
}

.moreview a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #212121;
  overflow: visible;
  letter-spacing: -0.5px;
  line-height: 1.3;
  border: 1px solid #212121;
  box-sizing: border-box;
  transition: all .2s ease;
}

.moreview a:hover {
  color: #212121;
  background-color: #ffffff;
}

/* =========================================================
 右コンテンツ
========================================================= */
#rightContents {
  box-sizing: border-box;
  width: 760px;
  position: relative;
}

/* -- 幅100%コンテンツの場合 -- */
#rightContents:not(.haveCaption),
#rightContents:not(.haveCaption)+#leftContents {
  padding-top: 20px;
  margin-top: 0;
}

#rightContents .moreview {
  width: 760px;
}

#rightContents .moreview a {
  width: 756px;
}

/* =========================================================
 左コンテンツ
========================================================= */
#leftContents {
  width: 200px;
}

/* =========================================================
 右コンテンツ内に大見出し（h2）が有る場合
========================================================= */
.haveCaption section h2 {
  margin-left: -220px;
}

/* =========================================================
 左コンテンツ　女の子を探す（國分作成）
========================================================= */
#leftContents #subjectWomenWrap {
  background-color: #424242;
  color: #ffffff;
}

/*　トップの人数でてるやーつ
----------------------------------*/
#leftContents #subjectWomenBox {
  color: #ffffff;
  padding: 15px 0 10px;
  text-align: center;
  font-weight: 700;
}

#leftContents #subjectWomenBox p {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 1px;
  font-weight: 700;
}

#leftContents #subjectWomenBox p#subjectWomenTitle {
  font-weight: 700;
  font-size: 24px;
  padding: 0;
  text-align: center;
  margin-bottom: 10px;
}

#leftContents #subjectWomenBox p#subjectWomenTitle span {
  font-weight: inherit;
  font-size: inherit;
}

#leftContents #subjectNumber {
  font-size: 40px;
  font-weight: bold;
}

#leftContents #subjectNumber span {
  font-size: 26px;
  font-weight: inherit;
}

/*　フォーム
----------------------------------*/
#leftContents #groupAreaBlock {
  border: 1px solid #646566;
  text-align: left;
  border-top: 0;
}

#leftContents #groupAreaBlock h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 0;
  border-top: 0;
  text-align: left;
  background-color: #6abbff;
  height: 2.35em;
  line-height: 2.35em;
  text-indent: 0.85em;
}

#groupAreaBlock :not(#pointSelection) .partsContainer {
  padding: 10px 0 0;
}

#groupAreaBlock #pointSelection .partsContainer {
  padding: 0;
}

#groupAreaBlock #sideFormMenu label.arrowOrnament {
  position: relative;
  margin: 0 auto 10px;
  width: 180px;
  display: block;
  text-align: center;
}

#groupAreaBlock #sideFormMenu select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  background-color: #565656;
  border: 1px solid #888888;
  width: 100%;
  height: 40px;
  font-size: 18px;
  background-position: 98% center;
  background-size: auto 46%;
  padding-right: 22%;
  cursor: pointer;
  color: #ffffff;
  font-family: "yugoth", sans-serif;
  outline: none;
  white-space: break-spaces;
  height: auto;
  padding: 6px;
  padding-right: 25px;
  position: relative;
}

#groupAreaBlock #sideFormMenu select[name="height_min"],
#groupAreaBlock #sideFormMenu select[name="height_max"],
#groupAreaBlock #sideFormMenu select[name="waist_min"],
#groupAreaBlock #sideFormMenu select[name="waist_max"] {
  font-size: 13px;
}

#groupAreaBlock #sideFormMenu select:focus {
  outline: 1px solid #888888;
}

#groupAreaBlock #sideFormMenu label.arrowOrnament::after {
  content: "";
  display: inline-block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 8px;
  width: 10px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

#groupAreaBlock #sideFormMenu select option {
  height: 40px;
  line-height: 2em;
  padding: 0;
}

/*　オプションの業種未選択の注釈
----------------------------------*/
#optionServiceSelection #optionServiceText {
  text-align: center;
  margin: 15px 0;
  font-size: 16px;
}

#optionServiceSelection #choices .viableOption {
  display: none;
}

/*　ユニーク指定
----------------------------------*/
/* 地域選択*/
#areaSelection .areaBox {
  width: 100%;
  height: 45px;
  border-bottom: solid 1px #414141;
}

#areaSelection .arrowOrnament {
  display: none;
}

#areaSelection #areaList label {
  width: 100%;
  display: block;
  padding: 15px 0;
}

/*二つあるやつ*/
#groupAreaBlock #sideFormMenu #girlsAgeSelection .partsContainer,
#groupAreaBlock #sideFormMenu #statureSelection .partsContainer,
#groupAreaBlock #sideFormMenu #cupSizeSelection .partsContainer,
#groupAreaBlock #sideFormMenu #waistSizeSelection .partsContainer {
  width: 180px;
  margin: 0 auto 15px;
}

#groupAreaBlock #sideFormMenu #girlsAgeSelection label.arrowOrnament,
#groupAreaBlock #sideFormMenu #statureSelection label.arrowOrnament,
#groupAreaBlock #sideFormMenu #cupSizeSelection label.arrowOrnament,
#groupAreaBlock #sideFormMenu #waistSizeSelection label.arrowOrnament {
  margin-bottom: 0;
  width: 74px;
  float: left;
}

#groupAreaBlock #sideFormMenu label.arrowOrnament select.minimumNumber,
#groupAreaBlock #sideFormMenu label.arrowOrnament select.maximumNumber,
#groupAreaBlock #sideFormMenu label.arrowOrnament select.minimumNumber option,
#groupAreaBlock #sideFormMenu label.arrowOrnament select.maximumNumber option {
  padding-right: 36%;
  text-indent: 0;
}

.partsContainer .spaceText {
  text-align: center;
  float: left;
  width: 1em;
  line-height: 40px;
  margin: 0 6px;
  font-size: 20px;
}

/*　チェックボックス基本装飾
----------------------------------*/
.leftCheckBox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 200px;
  line-height: 40px;
  font-size: 20px;
  padding-left: 50px;
}

#leftContents #groupAreaBlock #choices {
  border-bottom: 1px dashed #414141;
}

#groupAreaBlock #hitchSelection li:last-child,
#groupAreaBlock #choices li:last-child {
  border-bottom: none;
}

/*チェック装飾*/
.viableOption li input[type=checkbox],
#pointSelection li input[type=checkbox] {
  display: none;
}

.viableOption li .leftCheckBox,
#pointSelection li .leftCheckBox {
  position: relative;
}

.viableOption li .leftCheckBox:after,
.viableOption li .leftCheckBox:before,
#pointSelection li .leftCheckBox:after,
#pointSelection li .leftCheckBox:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
}

.viableOption li .leftCheckBox:after,
#pointSelection li .leftCheckBox:after {
  left: 15px;
  width: 18px;
  height: 18px;
  border: 1px solid #888888;
  border-radius: 2px;
  background-color: #565656;
}

.viableOption li .leftCheckBox:before,
#pointSelection li .leftCheckBox:before {
  left: 21px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
  opacity: 0;
  margin-top: -8px;
  z-index: 1;
}

.viableOption li input[type=checkbox]:checked+.leftCheckBox:before,
#pointSelection li input[type=checkbox]:checked+.leftCheckBox:before {
  opacity: 1;
}

/*-- 検索ボタン --*/
#searchConfirmBtn,
.searchBox {
  text-align: center;
  width: 180px;
  margin: 0 auto 20px;
}

#sideFormMenu input[type="submit"] {
  color: #ffffff;
  background-color: #1c1c1e;
  border: 1px solid #1c1c1e;
  border-radius: 20px;
  width: 100%;
  height: 40px;
  line-height: 1.5em;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  transition: all .2s ease;
}

#sideFormMenu input[type="submit"]:hover {
  background-color: #ffffff;
  color: #1c1c1e;
}

/*一番下の検索ボタン装飾
----------------------------------*/
#searchConfirmBtn input[type="reset"] {
  border: none;
  background: #fff;
  color: #2b6ce2;
  cursor: pointer;
  width: 100%;
  margin-bottom: 12px;
  height: 40px;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  border-radius: 20px;
  transition: all .2s ease;
}

#searchConfirmBtn input[type="reset"]:hover {
  background-color: #333333;
  color: #ffffff;
}

/* =========================================================
	女の子サムネ
========================================================= */
.girlsBlock {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.girlsBox {
  width: 188px;
  position: relative;
  margin-left: 12px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  background-color: #2f2f2f;
  color: #ffffff;
}

.girlsBox a {
  color: inherit;
  text-decoration: none;
}

.girlsBox:first-of-type,
.girlsBox:nth-of-type(6n) {
  margin-left: 0;
}

/*-- girlsDate --*/
.girlsDate {
  font-size: 24px;
  box-sizing: border-box;
  height: 44px;
  padding-left: 70px;
  text-align: center;
  line-height: 44px;
  color: #ffffff;
  position: relative;
}

.girlsBox .girlsDate:before,
.syameBox .syameDate:before,
.today .girlsDate:before,
.today .syameDate:before {
  display: block;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  color: #2f2f2f;
  width: 70px;
  height: 44px;
  line-height: 44px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

.girlsBox .girlsDate span {
  margin-right: 0.2em;
}

/*-- 次回出勤 --*/
.girlsBox .girlsDate:before,
.syameBox .syameDate:before {
  content: "次回";
  background-color: #424242;
  color: #ffffff;
}

/*-- 本日出勤 --*/
.today .girlsDate:before,
.today .syameDate:before {
  content: "本日";
  background-color: #ffffff;
  color: #2f2f2f;
}

/*-- 写真 --*/
.girlsBox .girlsPhoto {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  aspect-ratio: 3 / 4;
}

.girlsBox .girlsPhoto img {
  width: 100%;
  transition: all .2s ease;
}

.girlsBox a:hover .girlsPhoto img {
  opacity: 0.8;
}

/*-- アイコン --*/
.girlsBox .girlsInfo .girlsState {
  position: absolute;
  top: 247px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
}

.girlsBox .girlsInfo .girlsState li {
  height: 46px;
  margin-right: 5px;
  width: 50px;
  height: 40px;
  font-size: 18px;
  line-height: 1.35;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

/*体験デビュー*/
.girlsBox .girlsInfo .girlsState li.experienceIcon {
  font-size: 12px;
  background-color: rgba(244, 34, 114, 0.8);
}

/*即ヒメ*/
.girlsBox .girlsInfo .girlsState li.sokuhimeIcon {
  background-color: rgba(0, 189, 157, 0.8);
}

/*新人*/
.girlsBox .girlsInfo .girlsState li.newfaceIcon {
  background-color: rgba(76, 185, 68, 0.8);
}

/*-- 名前 --*/
.girlsName {
  white-space: nowrap;
}

.girlsStateWrap {
  overflow: hidden;
}

.girlsBox .girlsStateWrap .girlsName {
  font-weight: 700;
  font-size: 24px;
  border-bottom: none;
  overflow-x: initial;
  position: relative;
  line-height: 2;
}

.girlsBox .girlsStateWrap .girlsName span {
  font-weight: inherit;
}

/*-- 勤務先 --*/
.girlsBox .girlsStateWrap ul {
  color: #FFF;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  width: 212px;
  margin: 0 auto;
}

/*-- ステ --*/
.girlsBox .girlsStateWrap .girlsSize {
  font-size: 18px;
  line-height: 2;
}

.girlsBox .girlsStateWrap .girlsShop {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 8px;
}

/*地域、ジャンル*/
.girlsBox .girlsStateWrap .girlsRegion,
.girlsBox .girlsStateWrap .girlsIndustry {
  height: 32px;
  font-size: 18px;
  padding: 0;
  line-height: 32px;
}

.girlsBox .girlsStateWrap .girlsRegion {
  width: 90px;
  background-color: #1c1c1e;
  margin-right: 10px;
  font-weight: 700;
}

.girlsBox .girlsStateWrap .girlsIndustry {
  width: 112px;
  font-weight: bold;
}

/*ジャンル色ユニークで*/
.girlsBox.brothelColor .girlsStateWrap .girlsIndustry {
  background: #5bc0eb;
}

.girlsBox.handJobColor .girlsStateWrap .girlsIndustry {
  background: #ed6a5a;
}

.girlsBox.eroticMassageColor .girlsStateWrap .girlsIndustry {
  background: #fb8b24;
}

.girlsBox.mseikanColor .girlsStateWrap .girlsIndustry {
  background: #e57373;
}

/* -- girlsInfo -- */
.fullContents .girlsBox .girlsInfo .girlsState {
  position: absolute;
  top: 312px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
}

/*-- クリックしたときでてくるやつ --*/
#middleWrapper .girlsBox .girlsDetailBox {
  position: absolute;
  width: 570px;
  left: -50%;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 100;
  background: #fff;
  border: 5px solid #dfeaff;
  border-radius: 10px;
  transform: scale(0);
  cursor: pointer;
}

#middleWrapper .girlsBox .girlsDetailBox .detailGirlsImg {
  float: left;
  margin: 20px 0px 78px 15px;
  display: none;
  border: solid 2px #3774e4;
  box-sizing: border-box;
}

#middleWrapper .girlsBox .girlsDetailBox .detailGirlsImg img {
  height: 375px;
  width: 234px;
}

#middleWrapper .girlsBox .girlsDetailBox .detailRightContent {
  float: right;
  width: 287px;
  margin: 15px 15px 53px 15px;
  display: none;
}

#middleWrapper .detailRightContent p {
  font-size: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  padding-bottom: 9px;
  display: inline-block;
  width: 100%;
  line-height: 1.2em;
}

#middleWrapper .detailRightContent p span {
  font-weight: bold;
  font-size: 18px;
}

#middleWrapper .detailRightContent p span>span {
  font-size: 16px;
  margin-right: 7px;
}

#middleWrapper .detailRightContent p:first-child {
  font-size: 28px;
  border-bottom: none;
  position: relative;
  font-weight: bold;
  letter-spacing: -0.5px;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 15px;
}

#middleWrapper .detailRightContent p:first-child span {
  font-size: 20px;
}

#middleWrapper .detailRightContent p:first-child:before {
  content: "";
  display: block;
  width: 100%;
  height: 17px;
  background-image: url(../img/main/bg_girlsName_ornament_long.png);
  position: absolute;
  top: 36px;
  background-position: center center;
  background-repeat: no-repeat;
}

#middleWrapper .detailRightContent p:nth-child(2) {
  text-align: center;
  letter-spacing: 1.5px;
}

#middleWrapper .detailRightContent p.gPouUpShopName span {
  display: inline-block;
  width: 227px;
  float: right;
  line-height: 1.2em;
}

#middleWrapper .detailRightContent p.gPouUpSoon span {
  display: inline-block;
  width: 187px;
  float: right;
  line-height: 1.2em;
}

#middleWrapper .detailRightContent p:nth-child(4) {
  padding-bottom: 4px;
}

#middleWrapper .detailRightContent p:nth-child(4) span {
  letter-spacing: -0.5px;
  font-size: 20px;
}

#middleWrapper .detailRightContent p:nth-child(4) span span {
  margin-right: 10px;
  font-size: 18px;
}

#middleWrapper .detailRightContent p:nth-child(5) {
  padding-bottom: 7px;
}

#middleWrapper .detailRightContent p:last-child {
  margin-bottom: 12px;
}

#middleWrapper .girlsBox .girlsDetailBox .flatBtn {
  width: 255px;
  height: 43px;
  background: linear-gradient(#0f85f2 16%, #094fa6, #0e64e6 46%, #0e64e6 100%);
  position: absolute;
  bottom: 15px;
}

#middleWrapper .girlsBox .girlsDetailBox div:nth-child(3) {
  left: 20px;
}

#middleWrapper .girlsBox .girlsDetailBox div:nth-child(4) {
  right: 20px;
}

#middleWrapper .girlsBox .girlsDetailBox .flatBtn a {
  width: 251px;
  height: 39px;
  line-height: 39px;
  background: #ffffff;
  color: #2b6ce2;
  border: none;
  margin: 2px;
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
}

#middleWrapper .girlsBox .girlsDetailBox .flatBtn a:hover {
  background: #2b6ce2;
  color: #ffffff;
}

#middleWrapper .girlsBox .girlsDetailBox .detailRightContent p:last-child {
  border-bottom: 0;
}

/*-- 閉じるボタン --*/
#middleWrapper .girlsBox .girlsDetailBox .flatBtn.close {
  position: absolute;
  top: -14px;
  right: -17px;
  width: 38px;
  height: 38px;
  box-sizing: border-box;
  background: #fff;
  border: solid 5px #0c70e2;
  border-radius: 20px;
}

#middleWrapper .girlsBox .girlsDetailBox .flatBtn.close:before {
  position: absolute;
  top: 12px;
  left: 5.5px;
  width: 17px;
  height: 4px;
  content: "";
  background-color: #0c70e2;
  transform: rotate(45deg);
}

#middleWrapper .girlsBox .girlsDetailBox .flatBtn.close:after {
  position: absolute;
  top: 5.5px;
  left: 12px;
  width: 4px;
  height: 17px;
  content: "";
  background-color: #0c70e2;
  transform: rotate(225deg);
}

/* =========================================================
	女の子サムネ小さめサイズ
========================================================= */
/* -- フォントサイズ一括指定 -- */
.smallThumbnail .girlsBox .girlsDate {
  font-size: 18px;
  padding-left: 50px;
  height: 39px;
  line-height: 39px;
}

.smallThumbnail .girlsBox {
  width: 182px;
  height: auto;
  margin-left: 10px;
}

.smallThumbnail .girlsBox:nth-child(4n+1) {
  margin-left: 0;
}

#middleWrapper .smallThumbnail .girlsBox .girlsName span {
  font-size: 14px;
}

.smallThumbnail .girlsBox .girlsDate:before,
.smallThumbnail .syameBox .syameDate:before,
.smallThumbnail .today .girlsDate:before,
.smallThumbnail .today .syameDate:before {
  font-size: 18px;
  width: 50px;
  height: 100%;
  line-height: 39px;
  letter-spacing: 0;
  text-indent: 0;
}

/* -- girlsPhoto -- */
.smallThumbnail .girlsBox .girlsPhoto img {
  object-fit: cover;
}

/*-- girlsStateWrap --*/
.smallThumbnail .girlsBox .girlsStateWrap .girlsName:after {
  content: "";
  display: block;
  background-image: url(../img/main/bg_girlsName_ornament.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 130px;
  height: 11px;
  position: absolute;
  left: 6px;
  bottom: 74px;
}

.smallThumbnail .girlsBox .girlsStateWrap ul {
  width: 159px;
}

.smallThumbnail .girlsBox .girlsStateWrap ul li {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
}

.smallThumbnail .girlsBox .girlsStateWrap .girlsRegion {
  width: 70px;
  margin-right: 7px;
}

.smallThumbnail .girlsBox .girlsStateWrap .girlsIndustry {
  width: 82px;
}

.smallThumbnail .girlsBox .girlsStateWrap .girlsSize {
  font-size: 14px;
}

.smallThumbnail .girlsBox .girlsStateWrap .girlsShop {
  font-size: 12px;
}

/*-- girlsState --*/
.smallThumbnail .girlsBox .girlsInfo .girlsState li {
  width: 40px;
  height: 30px;
  font-size: 14px;
}

.smallThumbnail .girlsBox .girlsInfo .girlsState .experienceIcon {
  font-size: 10px;
}

.smallThumbnail .girlsBox .girlsStateWrap .girlsName {
  font-size: 16px;
}

/* =========================================================
	女の子写メ日記
========================================================= */
.syameBox a:hover .syameStateWrap .syameText {
  text-decoration: none;
}

.syameBox:first-of-type {
  margin-left: 0;
}

/*-- girlsDate -- */
.syameBox .syameDate {
  font-size: 20px;
  padding-left: 50px;
}

.syameBox .syameDate span {
  margin-right: 0.3em;
}

#middleBox .syameBox .syameDetails .syameTime {
  font-size: 13px;
}

.syameSize,
.syameAffiliation,
.genreTag {
  display: none;
}

.syameBox>a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.syameAuthor {
  padding: 10.5px 0;
  border-top: 1px solid #2b6ce2;
  border-bottom: 1px solid #2b6ce2;
}

.syameBox>a:hover~p.syameTitle {
  text-decoration: none;
}

.syameTime {
  font-size: 12px;
}

/* =========================================================
 VIP会員特典
========================================================= */
#vipWrap {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

#vipWrap .vipHeading {
  width: 980px;
  height: 266px;
  position: relative;
}

#vipWrap .vipHeading .vipCharacter {
  position: absolute;
  top: 40px;
  left: 28px;
}

#vipWrap .vipDatail {
  text-align: center;
  border-top: 4px solid #957f15;
  border-left: 4px solid #957f15;
  border-right: 4px solid #957f15;
  width: auto;
  height: 279px;
}

#vipWrap .vipShopWrap {
  background: url(../img/common/bg_vip.jpg) repeat;
  border-bottom: 4px solid #957f15;
  border-left: 4px solid #957f15;
  border-right: 4px solid #957f15;
  position: relative;
  z-index: -2;
}

#vipWrap .vipShopWrap:before {
  content: "";
  width: 100%;
  background: radial-gradient(at top center, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 56%);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#vipWrap .vipShopWrap .vipSubheadingImg {
  text-align: center;
}

#vipWrap .vipShopWrap .vipSubheadingImg img {
  margin: 23px 0 18px 5px;
}

#vipWrap .vipShopWrap .shopHeading {
  width: 900px;
  background-color: #b99721;
  margin: 0 auto;
}

#vipWrap .vipShopWrap .eachShop {
  height: 80px;
  background-color: #ffffff;
  border: 2px solid #957f15;
  margin: 5px auto 0;
  width: 900px;
  box-sizing: border-box;
}

#vipWrap .vipShopWrap .eachShop p {
  font-size: 24px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #252525;
  margin-left: 18px;
  text-shadow: 0px 0px 1px #d5d5d5;
  line-height: 1.5em;
}

#vipWrap .vipShopWrap .eachShop .vipLeftBox,
#vipWrap .vipShopWrap .eachShop .vipRightBox {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;

}

#vipWrap .vipShopWrap .eachShop .vipLeftBox {
  box-sizing: border-box;
  border-right: 2px solid #957f15;
  float: left;
  width: 448px;
  height: 78px;
}

#vipWrap .vipShopWrap .eachShop .vipLeftBox a {
  color: #252525;
  text-decoration: none;
}

#vipWrap .vipShopWrap .eachShop .vipLeftBox a:hover {
  border-bottom: none;
  text-decoration: underline;
}

#vipWrap .vipShopWrap .eachShop .vipRightBox {
  float: left;
  width: 448px;
}

#vipWrap .vipShopWrap .eachShop .vipRightBox p span {
  color: #d10000;
  font-weight: bold;
}

#vipWrap .vipShopWrap .eachShop .vipRightBox.twoLine {
  display: inherit;
  text-align: center;
}

#vipWrap .vipShopWrap .eachShop .vipRightBox.twoLine p:first-of-type {
  margin-top: 10px;
}

#vipWrap .vipShopWrap .eachShop .vipRightBox.twoLine p:last-of-type {
  font-size: 14px;
  color: #414141;
  font-weight: inherit;
}

#vipWrap .vipShopWrap .vipText {
  margin-top: 18px;
}

#vipWrap .vipShopWrap .vipText p {
  color: #ffffff;
  font-weight: bold;
  font-size: 28px;
  margin-left: 36px;
  letter-spacing: -0.2px;
  text-shadow: 4px 2px 1px #1d1d1d;
}

#vipWrap .vipShopWrap .vipText p:last-child {
  font-size: 16px;
  margin-top: 7px;
  margin-bottom: 18px;
  letter-spacing: 0.25px;
}

#vipWrap .vipShopWrap .vipText p span:first-child {
  font-size: 25px;
  letter-spacing: 3.2px;
  font-weight: bold;
}

#vipWrap .vipShopWrap .vipText p span.smallText {
  font-size: 15px;
  vertical-align: middle;
  margin-right: 2px;
}

#vipWrap .vipShopWrap .vipText p span.textYellow {
  font-weight: bold;
  color: #ffd427;
}

#columnContents #vipWrap {
  position: relative;
  margin: 0 auto 20px;
}

#columnContents #vipWrap #vipImg {
  width: 760px;
  height: auto;
}

#columnContents #vipWrap #vipImg img {
  width: 100%;
  height: auto;
}

#columnContents #vipWrap #vipText p {
  position: absolute;
  height: 53px;
  line-height: 53px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  bottom: 31px;
}

#columnContents #vipWrap #vipText .targetStore {
  width: 264px;
  left: 118px;
}

#columnContents #vipWrap #vipText .targetStore a {
  color: #414141;
}

#columnContents #vipWrap #vipText .targetStore a:hover {
  text-decoration: underline;
}

/* =========================================================
 フッター共通
========================================================= */
/*-- 新店用 --*/
.newOpen:after {
  background-color: #ff9;
  color: #ff325f;
  content: "NEW";
  font-size: 9px;
  margin-left: 5px;
  padding: 0 1%;
  vertical-align: middle;
}

.newOpen img {
  max-width: 153px;
}

/*-- フッターしてい --*/
#footerBox {
  width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

#footerBox,
footer {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1040px;
  background-color: #000000;
  padding-top: 28px;
}

footer #footerSitemap,
footer #subFooter {
  width: 980px;
  margin: 0 auto 20px;
}

#footerSitemap ul {
  width: 592px;
  line-height: 1.3em;
  margin: -2px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

#footerSitemap li {
  color: #ffffff;
  margin: 2px 2px 0 0;
}

#footerSitemap li:not(:last-child):after {
  content: "|";
  margin: 0 4px;
  font-size: 1.3em;
}

#footerSitemap a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

#footerSitemap a:hover {
  text-decoration: underline;
}

/* =========================================================
 ぺーじゃー
========================================================= */
#rightContents .pager {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

#rightContents .pager ul {
  text-align: center;
  box-sizing: border-box;
  float: left;
  left: 50%;
  position: relative;
}

#rightContents .pager ul li {
  float: left;
  left: -50%;
  position: relative;
  margin-left: 10px;
  line-height: 41px;
  color: #ffffff;
}

#rightContents .pager ul li a,
#rightContents .pager ul li span {
  background-color: #1c1c1e;
  width: 40px;
  height: 40px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
  transition: all .2s ease;
}

#rightContents .pager ul li:first-child,
#rightContents .pager ul li:last-child {
  margin: 0;
}

#rightContents .pager ul li:nth-last-of-type(2) {
  margin-right: 10px;
}

#rightContents .pager ul .pagerFirst a {
  width: 60px;
}

#rightContents .pager ul .pagerLast a {
  width: 60px;
}

#rightContents .pager ul .pagerLeader,
#rightContents .pager ul .pagerLeaderLast {
  color: #ffffff;
  font-weight: bold;
  width: 18px;
  display: block;
  font-size: 18px;
}

#rightContents .pager ul .pagerLeader {
  margin: 0px 4px 0 13.5px;
}

#rightContents .pager ul .pagerLeaderLast {
  margin: 0px 15px 0 14px;
}

/* ----- サブフッター ----- */
#subFooter {
  width: 100%;
}

#subFooterBox {
  margin: 0 auto;
  width: 976px;
  padding-top: 21px;
}

#footerStoreListHeading {
  text-align: center;
  color: #ffffff;
  height: 50px;
  font-size: 15px;
  font-weight: bold;
  line-height: 50px;
}

#footerStoreList {
  margin-top: 27px;
}

#footerStoreList dl {
  float: left;
  display: block;
  box-sizing: border-box;
  padding-left: 8px;
}

#footerStoreList dl#tokyoArea {
  padding: 0;
}

#footerStoreList dl dd {
  box-sizing: border-box;
}

#footerStoreList dl#yokohamaArea dd {
  width: 181px;
  border-right: solid 1px #929292;
}

#footerStoreList dl#tokyoArea dd {
  width: 600px;
  border-right: solid 1px #929292;
  padding-left: 19px;
}

#footerStoreList dl#saitamaArea {
  width: 191px;
  padding-left: 24px;
}

#footerStoreList dt {
  margin: 0 0 12px 5px;
  color: #fff;
  font-weight: bold;
}

#footerStoreList dl#tokyoArea ul {
  width: 182px;
  float: left;
  box-sizing: border-box;
}

#footerStoreList dl#tokyoArea dt {
  margin-left: 28px;
}

#tokyoArea ul.lastTokyoAreaBox {
  margin-left: -7px;
}

#footerStoreList li {
  margin-bottom: 4px;
}

#footerStoreList a {
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 0.3px;
}

#footerStoreList a:hover {
  text-decoration: underline;
}

#footerContents {
  padding-bottom: 8px;
}

#footerContents #footerCopyright {
  padding: 15px 0;
  margin-bottom: 0;
  color: #8b8b8b;
}

#footerContents #footerCopyright small {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}

#footerContents #footerCopyright small a {
  color: inherit;
}

#footerContents #footerCopyright small a:hover {
  text-decoration: underline;
}

/*-- トップに戻るボタン --*/
#scrollMenu {
  right: 0;
  position: fixed;
  bottom: 50px;
  z-index: 1000;
  width: 1040px;
  left: 0;
  margin: 0 auto;
}

#scrollMenu p {
  display: none;
  position: absolute;
  width: 120px;
  height: 120px;
  bottom: 50px;
  right: -120px;
}

#scrollMenu a {
  display: flex;
  overflow: hidden;
  outline: none;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-image: url(/img/common/img_page_top.svg);
  background-position: center 35px;
  background-repeat: no-repeat;
  background-size: auto 34px;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  filter: drop-shadow(2px 4px 1px rgba(0, 0, 0, 0.35));
  transition: all .2s ease;
  background-color: rgba(0, 0, 0, 0.6);
}

#scrollMenu a:hover {
  opacity: 0.8;
}

/*本指名ランキング見出し装飾*/
.headingUpdateText {
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-weight: bold;
  color: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.3;
}

/*----------------------------------------
  　グラビアイベントバナー　クリック詳細装飾
----------------------------------------*/
#eventPopUp1,
#eventPopUp2 {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  padding: 70px 0;
}


.eventPopUpBlock {
  position: relative;
  width: 60%;
  background: #ffffff;
  margin: 0 auto;
  text-align: center;
  border: 3px solid #FF7F7F;
  padding: 0.8%;
}

.eventPopUpBlock .eventImg {
  padding: 2% 0;
}

#popUpBanner .eventPopUpInner {
  width: 80%;
  margin: 0 auto;
}

#popUpBanner h4:before {
  background-size: 80%;
  top: 9px;
  right: 3px;
}

#popUpBanner h4 {
  margin-bottom: 20px;
  font-size: 22px;
  text-indent: 0;
}

#popUpBanner h4:after {
  width: 68%;
  left: 100px;
}

/*----------------------------------------
  　グラビア　センターバナー装飾
----------------------------------------*/
.banner1 .bannerBlock,
.banner2 .bannerBlock {
  text-align: center;
  margin-bottom: 100px;
}

.bannerBlock:hover {
  opacity: 0.7;
}

.bannerBlock img {
  cursor: pointer;
}

/* swiper */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img img {
  display: block;
}

.swiper-container,
.newfaceGirlsBox {
  overflow: hidden;
}

#recruit {
  scroll-margin-top: 70px;
}