@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,
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-style: normal;
  font-weight: normal;
  font-size: 3.44vw;
  vertical-align: baseline;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-family: "yugoth", sans-serif;
  color: #ffffff;
  overflow: hidden;
  background-image: linear-gradient(0deg, #747474, #363636);
}

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

html {
  overflow-y: scroll;
  background-image: linear-gradient(0deg, #747474, #363636);
  height: 100%;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
  background-color: #565656;
  border-radius: 0;
  -webkit-appearance: button;
  font-family: "yugoth", sans-serif;
}

ol,
ul {
  list-style: none;
}

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

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

img {
  vertical-align: top;
  line-height: 0;
  width: 100%;
  height: auto;
}

iframe {
  vertical-align: bottom;
}

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

/* =========================================================
 よく使うCSS
========================================================= */
a {
  color: #00a8ff;
  font-weight: inherit;
  font-size: 1em;
}

table {
  width: 100%;
}

/* フラットボタン
--------------------------------------------------------- */
/* フラットボタン（ベース） */
.flatBtn {
  width: 94.4%;
  margin: 0 auto 8%;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  line-height: 7vw;
}

.flatBtn a,
.flatBtn p {
  display: block;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: #212121;
  padding: 3% 0;
}

/* フラットボタン（base） */
.flatBtn.base a,
.flatBtn.base p,
.flatBtn.base input {
  /* color: #074cc9; */
  font-weight: 700;
  font-size: 3.8vw;
  color: #ffffff;
}

/* フラットボタン（google） */
.flatBtn.google {
  border: 1px solid #4285f5;
  background-color: #4285f5;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 100;
  box-shadow: 0px 3px 0px rgba(0, 47, 125, 0.75);
}

.flatBtn.google a,
.flatBtn.google p {
  color: #ffffff;
  font-weight: bold;
}

/* フラットボタン（青） */
.flatBtn.blue {
  border: 4px solid #074cc9;
  background-color: #074cc9;
}

.flatBtn.blue a,
.flatBtn.blue p,
.flatBtn.blue input {
  color: #ffffff;
  font-weight: bold;
}

/* 文字装飾
--------------------------------------------------------- */
/* 太文字 */
.textBold {
  font-weight: bold;
}

/* 赤文字 */
.textRed {
  color: #ff0000;
  font-size: 100%;
}

/* 小文字 */
.fontSmall {
  font-size: 86%;
}

/* =========================================================
 共通パーツ
========================================================= */
.forPc {
  display: none !important;
}

#leftContents {
  display: none;
}

#rightContents {
  position: relative;
}

/* header
--------------------------------------------------------- */
header h1 {
  display: none;
  background-color: #121212;
  color: #ffffff;
  font-size: 83.5%;
  padding: 1.7% 2.5% 1.4%;
  letter-spacing: 1px;
}

#chaseContents {
  margin: 1.567% 0 0;
}

#headerContents {
  position: relative;
  height: 9vw;
  padding: 2.5% 15% 2.5% 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#headerContents .headerLogo {
  width: 39%;
}

#headerContents .headerLogo a {
  display: block;
  width: 100%;
  height: 100%;
}

#headerContents .headerLogo img {
  height: 100%;
  width: auto;
}

#headerContents #headerSide {
  width: 56%;
}

#headerContents .cinderellaBtn {
  position: fixed;
  right: 3%;
  bottom: 2.5%;
  width: 38px;
  height: 50px;
  z-index: 2;
  display: none;
}

#overlayMenu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s ease;
  z-index: 1000;
}

#overlayMenu.active {
  opacity: 1;
  pointer-events: all;
}

#overlayMenuContents {
  width: 75%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  right: -75%;
  transition: all .2s ease;
  background-color: #e5e5e5;
  z-index: 1000;
  color: #000000;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#overlayMenuContents::-webkit-scrollbar {
  display: none;
}

#overlayMenu.active #overlayMenuContents {
  opacity: 1;
  right: 0;
}

.menuBtn {
  position: absolute;
  width: 6vw;
  height: 5vw;
  right: 1.2em;
  cursor: pointer;
  /* position: fixed; */
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
}

.menuBtn p {
  width: 100%;
  height: 100%;
}

.menuBtn p span {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 0.5vw;
  background-color: #fff;
}

.menuBtn p span:nth-of-type(1) {
  top: 0;
}

.menuBtn p span:nth-of-type(2) {
  top: 47%;
}

.menuBtn p span:nth-of-type(3) {
  bottom: 0;
}

#overlayMenuBtnFix {
  position: fixed;
  transform: none;
  top: auto;
  display: none;
}

.layer {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#menuCloseBtn {
  width: 8vw;
  height: 8vw;
  margin: 3% 3% 3% auto;
  position: relative;
  cursor: pointer;
}

.menuCloseBtn span {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 0.4vw;
  background-color: #9a9a9a;
}

.menuCloseBtn span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 47%;
}

.menuCloseBtn span:nth-of-type(2) {
  transform: rotate(-45deg);
  bottom: 47%;
}

.overlayMenuInner li {
  border-bottom: 1px solid #9a9a9a;
  line-height: 1.3;
  font-size: 1.2em;
  position: relative;
}

.overlayMenuInner li p {
  color: inherit;
  font-size: inherit;
  padding: 6%;
  position: relative;
  cursor: pointer;
  margin: 0;
  text-align: left;
}

.overlayMenuInner li a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  padding: 6%;
  display: block;
  position: relative;
  text-align: left;
}

.overlayMenuInner ul.accordionItem {
  background-color: #f1f1f1;
  display: none;
}

.overlayMenuInner ul.accordionItem li {
  border-bottom: 0;
  border-top: 1px solid #9a9a9a;
}

.overlayMenuInner li.accordionToggle p::after {
  content: "＋";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.6em;
  transform: translateY(-50%);
  color: #9a9a9a;
  font-size: 1.2em;
}

.overlayMenuInner li.accordionToggle.open p::after {
  content: "－";
}

.overlayMenuInner ul.accordionItem li a::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-top: 2px solid #9a9a9a;
  border-right: 2px solid #9a9a9a;
  position: absolute;
  top: 46%;
  transform: rotate(45deg) translateY(-50%);
  right: 1.3em;
}

.overlayLinkBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 94%;
  margin: 5% auto 0;
}

.overlayLinkBlock div {
  width: 100%;
  height: 12vw;
  color: #ffffff;
  margin-bottom: 4%;
  position: relative;
}

.overlayLinkBlock div.half {
  width: 49%;
}

.overlayLinkBlock div.staff,
footer #recruitBanner li.staff {
  background-color: #0081a7;
}

.overlayLinkBlock div.cast,
footer #recruitBanner li.cast {
  background-color: #ff566c;
}

.overlayLinkBlock div.cc {
  height: 16vw;
  background-image: linear-gradient(125deg, #00a8e6, #ff6374);
}

.overlayLinkBlock div.customer {
  background-color: #757575;
}

.overlayLinkBlock div a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.overlayLinkBlock div::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0.8em;
  border-style: solid;
  border-color: #ffffff #ffffff transparent transparent;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}

.overlayLinkBlock div.half::after {
  border-width: 0.5em;
}

/* globalMenu
--------------------------------------------------------- */
#globalNav .globalNavBox {
  background: linear-gradient(#ffffff, #d7d7d7);
  background: -webkit-linear-gradient(#ffffff, #d7d7d7);
}

#globalNav .globalNavBox li {
  float: left;
  width: 20%;
  box-sizing: border-box;
  border-right: 1px solid #7d7d7d;
  font-size: 86%;
  text-align: center;
  color: #322d2d;
  font-weight: bold;
  line-height: 1.2em;
  text-shadow: -.8px -.8px .5px rgba(150, 149, 149, 0.3);
}

#globalNav .globalNavBox li:last-of-type {
  border-right: none;
}

#globalNav .globalNavBox li.select {
  background: linear-gradient(#7ebfff, #5697ff);
  text-shadow: 1px -.8px 0px rgba(60, 140, 231, 1);
}

#globalNav .globalNavBox li a,
#globalNav .globalNavBox li span {
  color: #322d2d;
  text-decoration: none;
  font-size: 100%;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  padding: 9% 0;
  box-sizing: border-box;
}

#globalNav .globalNavBox li.select a {
  color: #ffffff;
  text-shadow: 1px -.8px 0px rgba(60, 140, 231, 1);
}

/*メニュー下層*/
#lowerMenu {
  display: none;
}

#lowerMenu .UnderlayerNav {
  display: none;
  background-color: rgba(255, 255, 255, .7);
  padding: 3% 0;
}

#lowerMenu .UnderlayerNav.select {
  display: block;
}

#lowerMenu .UnderlayerNav ul {
  width: 94.4%;
  margin: -3.5% auto 3.5%;
}

#lowerMenu .UnderlayerNav ul li {
  width: 100%;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  line-height: 1;
  color: #26abff;
  float: left;
  margin: 3.5% 5% 0 0;
}

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

#lowerMenu .UnderlayerNav li a {
  color: inherit;
  text-decoration: none;
  text-shadow: -0.8px -0.8px 0.5px rgba(150, 149, 149, 0.5);
  font-weight: bold;
}

#lowerMenu .closeBtn {
  width: 94.4%;
  margin: 0 auto;
}

#lowerMenu .clearfix .textRed {
  color: #ff0000;
}

/* -- 重要なお知らせ -- */
#headerCinderellaBox {
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 5px;
  margin: 3% 0;
}

#headerCinderellaBox a {
  width: 100%;
  height: 100%;
  padding: 2% 0;
  display: block;
  color: #ffffff;
  background: #dd2c3c;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 3px #af1321;
  border-radius: 3px;
  box-shadow: rgba(11, 3, 6, 0.50) 1px 2px 3px;
}

/* -- 検索欄 -- */
.searchForm {
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #2f2f2f;
  /* margin-top: 24%; */
  padding: 3vw 0;
  box-sizing: border-box;
}

.searchForm #subjectWomenBox {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  height: 2.7em;
  position: relative;
  display: flex;
  align-items: center;
  width: 94.4%;
  margin: 0 auto;
  height: 12vw;
}

.searchForm #subjectWomenBox #subjectWomenTitle {
  font-size: 1.3em;
  font-weight: bold;
  margin-right: 4%;
}

.searchForm #subjectWomenBox #subjectWomenTitle span {
  font-size: inherit;
  font-weight: inherit;
}

.searchForm #subjectWomenBox #subjectNumber {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25;
}

.searchForm #subjectWomenBox #subjectNumber span {
  display: block;
  font-weight: inherit;
}

.searchForm .scrollArea {
  height: calc(100vh - 15vw);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 4% 0 30%;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.searchForm .scrollArea::-webkit-scrollbar {
  display: none;
}

.searchForm #groupAreaBlock h4 {
  font-size: 1.2em;
  font-weight: bold;
  clear: both;
}

.searchForm #groupAreaBlock #hitchSelection {
  margin-top: 7%;
}

.searchForm #groupAreaBlock .scrollArea>div {
  width: 94.4%;
  margin: 0 auto;
}

.searchForm #groupAreaBlock #pointSelection .partsContainer {
  width: 100%;
}

.searchForm #groupAreaBlock .partsContainer .arrowOrnament {
  display: block;
  margin: 3% 0;
  position: relative;
}

.searchForm #groupAreaBlock .partsContainer .arrowOrnament select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #565656;
  border-radius: 0;
  color: #ffffff;
  border: 1px solid #888888;
  font-size: 1.2em;
  padding: 0 0.5em;
  height: 11vw;
}

.searchForm #groupAreaBlock .partsContainer .arrowOrnament select:focus {
  outline: 1px solid #888888;
}

.searchForm #groupAreaBlock .partsContainer .arrowOrnament::after {
  content: "";
  display: inline-block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 0.7em;
  width: 0.8em;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}

.searchForm #groupAreaBlock .partsContainer .arrowOrnament.focus::after {
  transform: rotate(180deg) translateY(50%);
}

/*年齢・身長・カップ・ウエスト*/
.searchForm #groupAreaBlock #girlsAgeSelection .partsContainer .arrowOrnament,
.searchForm #groupAreaBlock #statureSelection .partsContainer .arrowOrnament,
.searchForm #groupAreaBlock #cupSizeSelection .partsContainer .arrowOrnament,
.searchForm #groupAreaBlock #waistSizeSelection .partsContainer .arrowOrnament {
  width: 46%;
}

.searchForm #groupAreaBlock #girlsAgeSelection .partsContainer .spaceText,
.searchForm #groupAreaBlock #statureSelection .partsContainer .spaceText,
.searchForm #groupAreaBlock #cupSizeSelection .partsContainer .spaceText,
.searchForm #groupAreaBlock #waistSizeSelection .partsContainer .spaceText {
  width: 8%;
  text-align: center;
}

.searchForm #groupAreaBlock .partsContainer .areaBox {
  width: 70%;
  margin-bottom: 1.5%;
  font-size: 4vw;
  line-height: 8vw;
}

/*チェックボックス*/
.searchForm #groupAreaBlock ul {
  display: flex;
  flex-wrap: wrap;
  margin: 3% auto 5%;
}

.searchForm #groupAreaBlock li {
  width: 50%;
  box-sizing: border-box;
  font-size: 1em;
  margin: 0.75% 0;
}

.searchForm #groupAreaBlock li.borderNon {
  border-bottom: none;
}

/*年齢とかは横並び*/


/*チェックボックス*/
.searchForm #groupAreaBlock .viableOption #eroticMassage li input[type=checkbox],
.searchForm #groupAreaBlock .viableOption #handJob li input[type=checkbox],
.searchForm #groupAreaBlock .viableOption #brothel li input[type=checkbox],
.searchForm #groupAreaBlock li input[type=checkbox] {
  display: none;
}

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

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

.searchForm #groupAreaBlock .viableOption li .leftCheckBox:after,
.searchForm #groupAreaBlock li .leftCheckBox:after {
  width: 1.3em;
  height: 1.3em;
  border: 1px solid #888888;
  border-radius: 2px;
  background-color: #565656;
}

.searchForm #groupAreaBlock .viableOption li .leftCheckBox:before,
.searchForm #groupAreaBlock li .leftCheckBox:before {
  width: 0.4em;
  height: 0.7em;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(45deg) translate(-31%, -92%);
  opacity: 0;
  z-index: 1;
}

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

.leftCheckBox {
  display: flex;
  align-items: center;
  width: 100%;
  text-indent: 2.2em;
  font-size: 1.2em;
  height: 7vw;
}

#hitchSelection .partsContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2.5%;
}

/*オプション*/
#optionServiceSelection #optionServiceText {
  font-size: 1.2em;
  text-align: center;
  margin: 3.5% auto 6%;
}

/*submit*/
.searchForm #groupAreaBlock .searchBox input,
.searchForm #groupAreaBlock #searchConfirmBtn input {
  color: #ffffff;
  background-color: #1c1c1e;
  border-radius: 5.5vw;
  width: 94.4%;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  font-family: "yugoth", sans-serif;
  border: 0;
  height: 11vw;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  cursor: pointer;
}

.searchForm #groupAreaBlock #searchConfirmBtn {
  width: 94.4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 7%;
}

.searchForm #groupAreaBlock #searchConfirmBtn input {
  width: 48.5%;
}

#popularSelection .partsContainer {
  margin: 4% auto 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 1.2em;
}

#popularSelection .partsContainer a {
  color: inherit;
  font-size: 1.2em;
  font-weight: 700;
  text-underline-offset: 0.25em;
  line-height: normal;
  margin: 1% 0;
}

#popularSelection .partsContainer a:last-of-type {
  margin-right: auto;
}

#popularSelection .partsContainer a::before {
  content: "#";
  letter-spacing: 0.3em;
}


/*閉じるボタン*/
#searchCloseBtn {
  display: block;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  line-height: 40px;
  margin: 0;
  cursor: pointer;
}

#searchCloseBtn span {
  background-color: #ffffff;
}

/*common.jsで使用*/
.fixation {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

/* middleContents
--------------------------------------------------------- */
#topicPath {
  background-color: #424242;
  color: #ffffff;
  padding: 2.5% 0;
}

.topicPathContents {
  width: 94.4%;
  margin: 0 auto;
}

.topicPathContents h2 {}

#topicPath+* {
  padding-top: 6.5%;
}

/* ----- 見出し① ----- */
.bannerHeadline {
  margin: 0 0 3.125%;
  background-color: #efefef;
  position: relative;
  color: #ffffff;
  font-weight: 700;
  height: 12vw;
}

.bannerHeadline h3 {
  font-size: 108%;
  line-height: 1;
}

/* 検索結果表示 */
.bannerHeadline p {
  position: absolute;
  right: 3.5%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  color: #2b6ce2;
  font-size: 90%;
}

.bannerHeadline p span:last-child {
  font-weight: bold;
  font-size: 110%;
  color: inherit;
}

/* ----- 見出し② ----- */
.subHeading {
  width: 100%;
  position: relative;
  margin-bottom: 4%;
}

.subHeading h3 {
  position: relative;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  padding: 2.75% 0;
  font-size: 4.5vw;
  text-align: center;
}

/* ----- コンテンツ ----- */
.contentsBlock {
  width: 94.4%;
  margin: auto;
  line-height: 1;
}

/* ----- 「もっと見る」ボタン ----- */
.moreReadBtn {
  margin: 3% 2.5% 3% auto;
  width: 30%;
}

.moreReadBtn a {
  display: block;
  box-shadow: 0 3px 2px 0 rgba(32, 21, 18, 0.35);
}

.moreReadBtn span {}

/* ----- オンオフ ボタン ----- */
.blockDesign {
  width: 100%;
  margin-bottom: 3.125%;
}

.blockDesign li {
  width: 31.2%;
  float: left;
  margin-right: 3.125%;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background-color: #a5a5a5;
  box-shadow: 0 -6px 0 rgba(66, 66, 66, .8) inset;
  padding: 3% 0;
  border-radius: 3px;
}

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

.blockDesign li.select {
  background-color: #6abbff;
  box-shadow: none;
  padding: 2.5% 0;
}

.blockDesign li a {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

/*	VIP会員
------------------------------------------ */
#vipWrap {
  position: relative;
  margin-bottom: 3.15%;
}

#vipWrap #vipText {
  position: absolute;
  bottom: 9%;
  right: 3.15%;
  width: 71.5%;
  text-align: center;
}

#vipWrap #vipText p {
  height: 3em;
  font-weight: bold;
  line-height: 3em;
}

#vipWrap #vipText p a {
  font-weight: inherit;
  color: inherit
}

#vipWrap #vipText p:last-child {
  margin-top: 2.3%;
}

#vipWrap #vipText p.twoShop {
  line-height: 1.25em;
  height: 2.7em;
}

#vipWrap .vipDatailI {
  position: relative;
  border-top: 4px solid #957f15;
  border-left: 4px solid #957f15;
  border-right: 4px solid #957f15;
}

#vipWrap .vipCharacter {
  position: absolute;
  top: 3%;
  left: 2%;
  width: 26%;
}

#vipWrap .vipCharacter img {
  width: 100%;
  height: auto;
}

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

#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 {
  width: 95%;
  margin: 0 auto;
}

#vipWrap .vipShopWrap .vipSubheadingImg img {
  margin: 3.3% 0;
}

#vipWrap .eachShop {
  background-color: #ffffff;
  border: 2px solid #957f15;
  width: 95%;
  box-sizing: border-box;
  margin: 0 auto 1.6%;
}

#vipWrap .eachShop p {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 86%;
  font-weight: bold;
}

#vipWrap .eachShop p.shopHeading {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  margin-right: 5%;
  color: #957f15;
}

#vipWrap .eachShop .vipShop {
  margin: 3% 4.7%;
  border-bottom: 2px solid #957f15;
}

#vipWrap .eachShop .vipPresent {
  margin: 0 0 0 4.7%;
}

#vipWrap .eachShop .vipShop p {
  float: left;
  margin-bottom: 2.8%;
}

#vipWrap .eachShop .vipShop p a {
  font-size: 100%;
  font-weight: bold;
  color: #252525;
}

#vipWrap .eachShop .vipPresent p {
  float: left;
  margin-bottom: 2.8%;
  line-height: 1.5em;
}

#vipWrap .eachShop .vipPresent p span {
  font-size: 100%;
  font-weight: bold;
  color: #d10000;
}

.vipText {
  width: 93%;
  margin: 4% auto;
}

.vipText p {
  color: #ffffff;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 2%;
}

.vipText ul li {
  font-size: 82%;
  font-weight: bold;
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}

#vipWrap .vipShopWrap .vipText p span.smallText {
  font-size: 45%;
  vertical-align: middle;
  padding: 2% 0;
}

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

/*----------------------------------------
  　グラビアイベントバナー　クリック詳細装飾
----------------------------------------*/
#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: 20% 0;
}

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

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

.eventPopUpBlock .eventImg {
  width: 80%;
  margin: 0 auto;
  padding: 4% 0;
}

.textPink {
  color: #FF7F7F;
  font-weight: bold;
}

#popUpBanner .eventPopUpBlock p {
  font-size: 65%;
  margin-bottom: 5%;

}

#popUpBanner h4:before {
  content: none;
}

#popUpBanner h4:after {
  left: 0;
}

#popUpBanner .eventPopUpBlock:before {
  content: "";
  background: url(/img/gravure/img_okkun1.png);
  width: 50px;
  height: 13px;
  display: inline-block;
  position: absolute;
  top: -8px;
  left: calc(50% - 25px);

}

#popUpBanner .eventPopUpBlock:after {
  content: "";
  background: url(/img/gravure/img_okkun2.png);
  width: 81px;
  height: 67px;
  display: inline-block;
  position: absolute;
  top: -67px;
  right: calc(50% - 41px);
  z-index: -1;
  animation-name: okkunUp;
  animation-duration: 1s;

}

.girlsBlock {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

@media screen and (max-width: 480px) and (min-width: 376px) {
  #vipWrap .eachShop p {
    font-size: 80%;
  }
}

/* footer
--------------------------------------------------------- */
footer {
  background-color: #000000;
  margin-top: 10%;
}

/* ----- mainFooter ----- */
#mainFooter {
  width: 96.875%;
  margin: 0 auto;
  padding: 3.125% 0;
}

#mainFooter li {
  box-sizing: border-box;
  margin: 0 0 3%;
  width: 48.5%;
}

#mainFooter li:nth-of-type(odd) {
  clear: both;
  float: left;
}

#mainFooter li:nth-of-type(even) {
  float: right;
}

#mainFooter li a {
  display: block;
}

#mainFooter li a img {
  display: block;
}

/* ----- subFooter ----- */
#subFooter {
  margin: 0 0 0 3%;
}

#subFooter li {
  display: inline-block;
  font-size: 100%;
  margin: 0 0 1%;
  vertical-align: middle;
  width: 100%;
}

#subFooter li:before {

  content: " ";
  display: inline-block;
  height: 4px;
  margin: 0 2% 0 0;
  vertical-align: middle;
  width: 2%;
  background-size: contain;
}

#subFooter a {
  color: inherit;
  vertical-align: middle;
}

/* ----- footerCopyright ----- */
#footerCopyright {
  font-size: 80%;
  padding: 4% 0;
  text-align: center;
  color: #8b8b8b;
  width: 96%;
  margin: 0 auto;
}

#footerCopyright small {
  font-size: 97%;
  letter-spacing: -0.8px;
}

#footerCopyright a {
  color: inherit;
  font-size: 100%;
  text-decoration: none;
}

/* ----- グループロゴ ----- */
.footerGroupLogo {
  margin: 0 auto;
  padding: 3% 0;
  width: 50%;
  width: 50%;
}

/* ----- フッター用バナー ----- */
.bannerBox {
  margin: 0 auto 4%;
}

/* =========================================================
	女の子サムネ
========================================================= */
.girlsBox {
  width: 48.4%;
  margin-left: 3.125%;
  margin-bottom: 3.125%;
  box-sizing: border-box;
  text-align: center;
  background-color: #2f2f2f;
  cursor: pointer;
  position: relative;
}

.girlsBox a {
  color: #ffffff;
  text-decoration-line: none;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.girlsBox:nth-of-type(odd) {
  margin-left: 0;
}

/*出勤情報*/
.girlsBox .girlsDate {
  box-sizing: border-box;
  font-size: 3.8vw;
  height: 6.5vw;
  line-height: 6.5vw;
}

.girlsBox .girlsDate:before {
  content: "次回";
  width: 27%;
  box-sizing: border-box;
  float: left;
  background-color: #424242;
  color: #ffffff;
  font-weight: bold;
  font-size: 3.44vw;
}

.girlsBox .girlsDate span {
  font-size: 1em;
  margin-right: 0.25em;
}

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

/*ステータスアイコン*/
.girlsBox .girlsInfo {
  position: relative;
}

.girlsBox .girlsInfo .girlsState {
  width: 96%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 2%;
  display: flex;
  flex-wrap: wrap;
}

.girlsBox .girlsInfo .girlsState li {
  width: 10vw;
  height: 8vw;
  line-height: 1.2;
  margin-right: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.girlsBox .girlsInfo .girlsState li:last-child {
  margin-right: 0;
}

.girlsBox .girlsInfo .girlsState li.experienceIcon {
  background-color: rgba(244, 34, 114, 0.8);
  font-size: 0.7em;
}

.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);
}

/*女の子情報　名前*/
.girlsBox .girlsStateWrap .girlsName {
  font-size: 4vw;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 2.2;
}

.girlsBox .girlsStateWrap .girlsName span {
  font-size: 100%;
  font-weight: bold;
}

/*女の子　地域　ジャンル*/
.girlsBox .girlsStateWrap ul {
  color: #ffffff;
  width: 90%;
  margin: 0 auto;
  font-size: 3.44vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.girlsBox .girlsStateWrap ul li {
  font-weight: 700;
  font-size: 1em;
  line-height: 1.7;
}

/*女の子情報　地域*/
.girlsBox .girlsStateWrap .girlsRegion {
  width: 45%;
  background-color: #1c1c1e;
}

/*女の子情報　ジャンル*/
.girlsBox .girlsStateWrap .girlsIndustry {
  width: 53%;
}

/*ヘルス*/
.girlsBox.brothelColor .girlsStateWrap .girlsIndustry {
  background-color: #5bc0eb;
}

/*エステ*/
.girlsBox.eroticMassageColor .girlsStateWrap .girlsIndustry {
  background-color: #fb8b24;
}

/*オナクラ*/
.girlsBox.handJobColor .girlsStateWrap .girlsIndustry {
  background-color: #ed6a5a;
}

/*M性感*/
.girlsBox.mseikanColor .girlsStateWrap .girlsIndustry {
  background-color: #e57373;
}

/*女の子情報　スリーサイズ*/
.girlsBox .girlsStateWrap .girlsSize {
  font-size: 3.44vw;
  /* margin: 0 auto 7%; */
  line-height: 2;
}

.girlsBox .girlsStateWrap .girlsSize span {
  margin-right: 5px;
  font-size: inherit;
}

.girlsBox .girlsStateWrap .girlsSize br {
  display: none;
}

.girlsBox .girlsStateWrap .girlsShop {
  margin-bottom: 4%;
  font-size: 0.8em;
}

/* -- 本日出勤のとき -- */
.girlsBox.today .girlsDate:before {
  content: "本日";
  background-color: #ffffff;
  color: #2f2f2f;
}

.girlsBox.today .girlsDate span:first-of-type {
  font-size: 100%;
  margin-right: 0;
}

/* =========================================================
	女の子サムネ小さい時
========================================================= */
/*出勤情報*/
.smallThumbnail .girlsBox .prearranged .girlsDate {
  padding-right: 3%;
  height: auto;
}

.smallThumbnail .girlsBox .prearranged .girlsDate:before {
  width: 1.3em;
  font-size: 96%;
  padding: 0.2em 0;
  display: block;
}

/* -- 本日出勤のとき -- */
.smallThumbnail .girlsBox.today .girlsDate span:first-of-type {
  font-size: 100%;
  margin-right: 0;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}

/*女の子年齢*/
.smallThumbnail .girlsBox .girlsStateWrap.girlsName span {
  vertical-align: top;
  font-size: 90%;
}

.smallThumbnail .girlsBox .girlsStateWrap .girlsSize span {
  margin-right: 0;
}

.smallThumbnail .girlsBox .girlsStateWrap .girlsSize br {
  display: block;
}

/* =========================================================
	女の子popUP
========================================================= */
#girlsPopUpWrap {
  position: fixed;
  width: 100%;
  height: 100%;


  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 999;
}

#girlsPopUpWrap #girlsPopUpBox {
  position: absolute;
  top: 2%;
  width: 96%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffffff;
}

#girlsPopUpWrap #girlsPopUpBox #gPouUpImg {
  width: 33%;
  float: left;
  border: solid 2px #3774e4;
  box-sizing: border-box;
  margin: 2.5%;
}

#girlsPopUpWrap #girlsPopUpBox .detailRightContent {
  float: right;
  margin: 2.5% 2.5% 2.5% 0%;
  width: 59%;
}

#girlsPopUpWrap #girlsPopUpBox .detailRightContent p {
  font-size: 85%;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 3%;
  padding-bottom: 1.5%;
}

#girlsPopUpWrap #girlsPopUpBox .detailRightContent span {
  font-size: inherit;
  font-weight: bold;
}

#girlsPopUpWrap #girlsPopUpBox .detailRightContent .popUpName {
  font-size: 100%;
  font-weight: bold;
  border-bottom: none;
  background: url(/img/s/common/bg_girlsName_ornament.png) no-repeat center bottom;
  background-size: 96% auto;
  text-align: center;
  height: 1em;
  padding-bottom: 5%;
  margin-bottom: 0;
}

#girlsPopUpWrap #girlsPopUpBox .detailRightContent .popUpName span {
  font-size: 85%;
  margin-left: 3%;
}

#girlsPopUpWrap #girlsPopUpBox .detailRightContent .popUpSize {
  font-size: 85%;
  border-bottom: none;
  text-align: center;
  margin-bottom: 5%;
}

#girlsPopUpWrap #girlsPopUpBox .detailRightContent .popUpSize span {
  font-size: inherit;
  margin-right: 2%;
  font-weight: normal;
}

#girlsPopUpWrap #girlsPopUpBox .detailRightContent .popUpSize br {
  display: none;
}

#girlsPopUpWrap #girlsPopUpBox .detailRightContent #gPouUpShopName {
  padding-left: 3em;
  text-indent: -3em;
}

#girlsPopUpWrap #girlsPopUpBox .detailRightContent #gPouUpTime span:not(:first-child) {
  font-weight: normal;
}

#girlsPopUpWrap #girlsPopUpBox:not(.today) .detailRightContent #gPouUpTime span+span {
  margin-right: 1.5%;
  font-weight: normal;
}

#girlsPopUpWrap #girlsPopUpBox .flatBtn {
  clear: both;
  width: 95%;
  margin: 0 auto 3%;
  cursor: pointer;
}

#girlsPopUpWrap #girlsPopUpBox .flatBtn a {
  font-size: 84%;
}

/* =========================================================
	写メ日記
========================================================= */
#syameWrap .syameBox .syameImg img {
  display: block;
  margin: auto;
  height: auto;
  width: 100%;
}

#syameWrap .syameBox .syameAuthor {
  margin: 3.5% 3.5% 3.5% 0;
  width: 61%;
  text-align: left;
  float: right;
}

#syameWrap .syameBox .syameAuthor p {
  margin-bottom: 3%;
  line-height: 1;
}

/*女の子名前*/
#syameWrap .syameBox .syameAuthor .syameName {
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 6.5%;
}

#syameWrap .syameBox .syameAuthor .syameName span {
  font-size: 86%;
  font-weight: bold;
}

/*女の子スリーサイズ*/
#syameWrap .syameBox .syameAuthor .syameSize {
  font-size: 3.6vw;
}

/*店名*/
#syameWrap .syameBox .syameAuthor .syameAffiliation {
  font-size: 3.6vw;
}

/*女の子出勤情報*/
#syameWrap .syameBox .syameAuthor .syameDate {
  font-size: 3.8vw;
  border: 1px solid #26abff;
  position: relative;
  background-color: #4981e5;
}

#syameWrap .syameBox .syameAuthor .syameDate:before {
  content: "次回出勤";
  font-size: 86%;
  background-color: #4981e5;
  color: #ffffff;
  padding: 0 2%;
  line-height: 2em;
  display: block;
  letter-spacing: 0.8px;
}

#syameWrap .syameBox .syameAuthor .syameDate>span {
  position: absolute;
  width: 67%;
  background: #ffffff;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 1.7em;
  text-indent: 0.3em;
}

#syameWrap .syameBox .syameAuthor .syameDate span span {
  margin-left: 2%;
  font-size: 84%;
  padding-right: 1.5%;
}

/* -- 本日出勤のとき -- */
#syameWrap .syameBox.today .syameAuthor .syameDate:before {
  content: "本日出勤";
  background-color: #26abff;
}

#syameWrap .syameBox.today .syameAuthor .syameDate span {
  line-height: 1.9em;
  font-size: 100%;
}

/*女の子ジャンル*/
#syameWrap .syameBox .syameAuthor .genreTag {
  font-size: 3.6vw;

  font-weight: bold;
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 2em;
  line-height: 2em;
}

/*ヘルス*/
#syameWrap .syameBox.brothelColor .syameAuthor .genreTag {
  background-color: #41b0ff;
}

/*エステ*/
#syameWrap .syameBox.eroticMassageColor .syameAuthor .genreTag {
  background-color: #ff354d;
}

/*オナクラ*/
#syameWrap .syameBox.handJobColor .syameAuthor .genreTag {
  background-color: #00ceae;
}

/*写メタイトル*/
#syameWrap .syameBox .syameTitle {
  clear: both;
  width: 93%;
  margin: 3.5% auto;
  font-weight: bold;
  font-size: 3.8vw;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #074cc9;
}

/*写メ　この記事読むボタン*/
#syameWrap .syameBox .flatBtn.blue {
  width: 93%;
  margin: 3.5% auto;
}

/* =========================================================
　フッター
========================================================= */
footer nav {
  width: 97%;
  margin: 0 auto 4.2%;
}

footer nav li {
  float: left;
  color: #dfdfdf;
  font-size: 84%;
  text-decoration: underline;
  margin: 4.2% 3.125% 0 0;
}

footer nav li::before {
  content: '・';
}

footer nav li a {
  color: #dfdfdf;
  font-size: 100%;
}

/*求人バナー*/
footer #recruitBanner {
  width: 94.4%;
  margin: 4% auto;
}

footer #recruitBanner ul {
  display: flex;
  flex-wrap: wrap;
}

footer #recruitBanner li {
  position: relative;
  width: 49%;
  height: 14vw;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer #recruitBanner li:nth-child(even) {
  margin-left: 2%;
}

footer #recruitBanner li::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0.5em;
  border-style: solid;
  border-color: #ffffff #ffffff transparent transparent;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}

footer #recruitBanner li a {
  text-decoration: none;
  color: inherit;
}

/*コピーライト*/
footer #copyright {
  color: #dfdfdf;
  border-top: 1px solid #dfdfdf;
  width: 97%;
  margin: 0 auto;
  padding: 2.8% 0;
  text-align: center;
}

footer #copyright small {
  font-size: 73%;
}

footer #copyright small a {
  font-size: inherit;
  color: #ffffff;
}

#footerSitemap {
  margin: 0 auto;
  padding-top: 21%;
  background-image: url(/img/common/img_group_logo.svg);
  background-repeat: no-repeat;
  background-position: center top 12.5%;
  background-size: 43% auto;
}

#footerSitemap ul {
  display: flex;
  flex-wrap: wrap;
}

#footerSitemap li {
  color: #ffffff;
  display: inline-block;
  line-height: 2.2;
  width: 50%;
  padding-left: 6%;
  box-sizing: border-box;
}

#footerSitemap a {
  color: #ffffff;
  font-size: 3.44vw;
  text-decoration: none;
}

/* =========================================================
 ページ下部共通「戻る＆上へ」ボタン
========================================================= */
#scrollMenu {
  margin: 0 auto;
  width: 100%;
}

#scrollMenu p {
  position: fixed;
  bottom: 10px;
  display: block;
  z-index: 10;
}

#scrollMenu p.returnTop {
  display: none;
  right: 2vw;
  bottom: 6vw;
}

#scrollMenu img {
  display: block;
  width: 50px;
}

/****************************
本指名ランキング見出し装飾
******************************/
#rankingContents .subHeading h3::after {
  content: none;
}

.subHeading span {
  font-size: 0.85em;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  width: 3.8em;
  height: 3.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.9em;
  line-height: 1.2;
}

#scrollMenu p {
  position: fixed;
  background-attachment: scroll;
  width: 13vw;
  height: 13vw;
}

#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 41%;
  background-repeat: no-repeat;
  background-size: 77% auto;
  border-radius: 16.5vw;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  filter: drop-shadow(0.1em 0.2em 1px rgba(0, 0, 0, 0.35));
  background-color: rgba(0, 0, 0, 0.6);
}

/* ページャー */
.pager {
  margin: 8% auto 0;
}

.pager ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 93%;
  margin: 0 auto;
}

.pager li {
  width: 3.2em;
  background-color: #1c1c1e;
  text-align: center;
  height: 3.2em;
  line-height: 3.2em;
  font-size: 0.9em;
}

.pager li a {
  text-decoration: none;
  font-weight: 500;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  font-size: 1.3em;
}

.pager li span {
  color: #ffffff;
  display: block;
  font-weight: 500;
  width: 100%;
  height: 100%;
  font-size: 1.3em;
}

.pager li.pagerLeader,
.pager li.pagerLeaderLast {
  background-color: transparent;
  width: 6%;
  color: #ffffff;
}

.pager li.pagerFirst,
.pager li.pagerLast {
  width: 3.9em;
}

/* =========================================================
 横向き
========================================================= */
@media only screen and (orientation:landscape) {

  /*headerのお客様サービス室*/
  #headerContents #headerSide p {
    padding: 5.2% 0;
  }

  /*見出し*/
  .subHeading h3 {
    background-size: 0.7% auto;
  }

  .subHeading h3::before {
    top: -2px;
  }

  #sokuhimeHeading h3+span {
    font-size: 100%;
    left: 23%;
    position: absolute;
    top: 22%;
  }

  /* -- 本日出勤のとき -- */
  .smallThumbnail .girlsBox.today .girlsDate span:first-of-type {
    padding-top: 2%;
  }

  /*女の子ポップアップ*/
  #girlsPopUpWrap #girlsPopUpBox {
    top: 5%
  }

  #girlsPopUpWrap #girlsPopUpBox #gPouUpImg {
    width: 23%;
  }

  #girlsPopUpWrap #girlsPopUpBox .detailRightContent {
    width: 38%;
    float: left;
    font-size: 70%;
  }

  #girlsPopUpWrap #girlsPopUpBox .detailRightContent .popUpName {
    background-size: 84% auto;
  }

  #girlsPopUpWrap #girlsPopUpBox .flatBtn {
    float: right;
    margin: 2.5% 2% 0 0;
    width: 29%;
    clear: none;
  }

  #girlsPopUpWrap #girlsPopUpBox .flatBtn a,
  #girlsPopUpWrap #girlsPopUpBox .flatBtn p {
    font-size: 48%;
    padding: 10% 0;
  }

  /*検索フォームの×*/
  .searchForm .closeBtn {
    top: 20%;
    line-height: 35px;
  }
}

/* =========================================================
 iPhone5
========================================================= */
@media screen and (max-width: 320px) {

  /*headerのお客様サービス室*/
  #headerContents #headerSide p {
    border-width: 2px;
    padding: 5% 0;
  }

  /*見出し*/
  .subHeading h3 {
    padding: 3% 6%;
  }

  .subHeading::after {
    border-width: 4px 2.5px;
  }

  /*共通ボタン*/
  .flatBtn {
    border-width: 2px;
  }

  /*検索フォームの×*/
  .searchForm .closeBtn {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 20px;
  }
}

/* 写メ日記、動画ページに表示させる絞り込みボタン */
.headingWrap .search_btn {
  height: 1em;
  font-size: 108%;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

.headingWrap .search_btn span {
  border: 4px solid #d41353;
  background-color: #d41353;
  border-radius: 1em;
  padding: 0 1em;
  color: #fff;
}

/* ヘッダーの修正 */
.headerDetails {
  position: absolute;
  width: 23%;
  right: 1%;
  top: 30%;
}

.headerBanner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.headerBanner li {
  width: 46%;
}

.boysRecruitBtn>a,
.girlsRecruitBtn>a {
  width: 100%;
  height: auto;
  color: #ffffff;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 12.5% 0;
  font-size: 2.6vw;
}

.boysRecruitBtn>a {
  background-color: #0081a7;
}

.girlsRecruitBtn>a {
  background-color: #ff566c;
}