html {
  background: black;
}

html,
body,
input,
select,
textarea,
button {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

input,
select,
textarea,
button {
  font-size: 16px;
  vertical-align: top;
}

textarea {
  resize: vertical;
}

iframe {
  vertical-align: top;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 140px 0 0;
}

header,
.content,
footer {
  width: 100%;
}

img {
  max-width: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?dadr08");
  src: url("fonts/icomoon.eot?dadr08#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?dadr08") format("truetype"), url("fonts/icomoon.woff?dadr08") format("woff"), url("fonts/icomoon.svg?dadr08#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.vjs-control-text {
  display: none !important;
}

.content {
  position: relative;
  min-height: 540px;
}

.h2_1st {
  margin: 0 0 30px;
  text-align: center;
}
.h2_1st img {
  display: inline-block;
}

.h1-2st {
  color: #cca772;
  font-size: 36px;
  font-weight: normal;
  font-family: "Cormorant Infant", serif;
}
.h1-2st span {
  margin: 0 0 0 20px;
  color: #fff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}

.h2-2st {
  padding: 0 0 50px;
  text-align: center;
  color: #cca772;
  font-size: 48px;
  font-weight: normal;
  font-family: "Cormorant Infant", serif;
}
.h2-2st span {
  display: block;
  margin: 1px 0 0;
  line-height: 0;
  color: #fff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}

.recruit__list {
  background: rgb(0, 0, 0) !important;
}

#content05 h6 {
  border-left: solid 2px #cca772;
  color: #cca772;
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Cormorant Infant", serif;
  margin-bottom: 10px;
  padding-left: 10px;
}

.pat3 .h2-2st span {
  color: #333333;
}

.h3-1st {
  margin: -10px 0 20px;
  color: #cca772;
  font-size: 36px;
  font-weight: normal;
  font-family: "Cormorant Infant", serif;
}
.h3-1st span {
  margin: 0 0 0 5px;
  color: #cca772;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}

.h3-2st {
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  border-left: 3px solid #cca772;
  font-size: 18px;
  font-weight: normal;
  color: #cca772;
}

.inner {
  padding: 30px;
  background: rgba(0, 0, 0, 0.75);
}

.outer {
  border: 2px solid #d7bb77;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 8px;
  background: rgba(0, 0, 0, 0.35);
  position: relative;
  line-height: 0;
}

.blackOuter {
  padding: 50px;
  box-shadow: 0 -5px 18px 8px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.6);
}

.pager {
  clear: both;
  padding: 50px 0 10px;
}
.pager ul {
  text-align: center;
  font-size: 0;
}
.pager ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 15px 0 0;
  line-height: 40px;
  vertical-align: middle;
  font-size: 16px;
  font-family: "Josefin Slab", serif;
}
.pager ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.pager ul li a:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}
.pager ul .active {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}
.pager ul .prev a,
.pager ul .next a {
  position: relative;
}
.pager ul .prev a:before,
.pager ul .next a:before {
  position: absolute;
  font-size: 16px;
  font-family: "icomoon";
}
.pager ul .prev a:before {
  left: 50%;
  margin: 0 0 0 -7px;
  content: "\e902";
}
.pager ul .next a:before {
  left: 50%;
  margin: 0 0 0 -7px;
  content: "\e901";
}

.pageTop {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 11;
}
.pageTop a {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.2);
  text-align: center;
}
.pageTop a:hover {
  text-decoration: none;
  background: rgb(0, 0, 0);
}
.pageTop a:hover:before {
  color: #ccc;
}
.pageTop a:before {
  font-size: 20px;
  font-family: "icomoon";
  content: "\e900";
}

.linkBtn {
  display: block;
  width: 210px;
  margin: 35px auto 10px;
  padding: 12px 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.linkBtn:hover {
  background: #000;
  box-shadow: inset 0 0 0 1px #ffffff;
  color: #ffffff;
}

body {
  position: relative;
  line-height: 1.25;
  color: #fff;
  font-size: 12px;
}
body > header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  background-image: url(../images/bg_header.png), url(../images/highlight.png);
  background-repeat: repeat, no-repeat;
  background-position: 0, 12%;
  background-color: #0d0d0d;
}
body > header h1 {
  position: absolute;
  top: 8px;
  left: 0;
}
body > header .headerTime {
  float: right;
  padding: 10px 0 6px;
}
body > header .headerTime p {
  float: left;
  margin: 0 0 0 20px;
}
body > header .gNav {
  clear: both;
  font-size: 0;
  width: 100%;
  padding: 0 0 6px 0;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  background: url(../images/bg_header_bottom.png) repeat-x center bottom;
}
body > header .gNav nav {
  overflow: hidden;
  width: 1190px;
  margin: auto;
}
body > header .gNav nav ul {
  width: 1061px;
  margin: 0 auto;
  float: right;
}
body > header .gNav nav ul li {
  display: inline-block;
  width: 131px;
  margin: 0 1px 0 0;
}
body > header .gNav nav ul li:last-child {
  margin: 0;
}
body > header .gNav nav ul li a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
body > header .gNav nav ul li a img {
  position: relative;
  z-index: 1;
  width: auto;
  margin: 0 auto;
}

.girlsBody {
  background: url(../images/bg_body_bottom.jpg) no-repeat bottom center;
}
.girlsBody .wrapper {
  padding: 100px 0 0;
}

.layer {
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 11;
}
.layer p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -56px;
  padding: 8px 12px 7px 20px;
  border: 1px solid #fff;
  text-align: center;
}
.layer p:before {
  position: absolute;
  left: 5px;
  font-size: 12px;
  font-family: "icomoon";
  content: "\e901";
}

.bottomBnr {
  clear: both;
  margin: 20px 0 0;
  padding: 30px 0 60px;
}
.bottomBnr nav {
  width: 1190px;
  margin: auto;
}
.bottomBnr nav ul {
  text-align: center;
  font-size: 0;
}
.bottomBnr nav ul li {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: top;
}
.bottomBnr nav ul li:first-child {
  margin: 0;
}

.groupBnr {
  position: relative;
  width: 100%;
  margin: 1px 0 0;
  padding: 20px 0 60px;
  z-index: 3;
  background: url(../images/bg_pat.png);
}
.groupBnr h1 {
  text-align: center;
}
.groupBnr ul {
  width: 565px;
  margin: auto;
  overflow: hidden;
}
.groupBnr ul li img {
  width: 565px;
}

.group_links {
  width: 565px;
  overflow: hidden;
  margin: 0 auto;
}

.related-banners__area:not(:first-child) {
  margin-top: 20px !important;
}

footer {
  position: relative;
  background: rgba(10, 10, 10, 0.95);
  overflow: hidden;
  zoom: 1;
  padding: 60px 0;
  text-align: center;
  z-index: 1;
}
footer .footer__logo {
  margin: 0 0 30px;
  text-align: center;
}
footer .footer__tel {
  margin: 0 0 40px;
  text-align: center;
}
footer .footer__nav ul {
  width: 765px;
  margin: auto;
  text-align: center;
  font-size: 0;
}
footer .footer__nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 15px;
  padding: 0 10px;
  border-left: 1px solid #fff;
  font-size: 12px;
}
footer .footer__nav ul li:first-child {
  padding: 0 10px 0 0;
  border: none;
}
footer .footer__nav ul li a {
  color: #fff;
}
footer .footerCover {
  padding: 35px 0 0;
}
footer .footerCover p {
  margin: 10px 0 0;
  color: #666666;
  font-size: 11px;
}
footer .footerCover address {
  margin: 20px 0 0;
  color: #a38253;
  font-style: normal;
  font-family: "Cormorant Infant", serif;
}
footer .footerCover address a {
  color: #a38253;
}

.annotation {
  font-size: 11px;
  color: #ddd;
}

.modeIB {
  position: relative;
  overflow: hidden;
}

.modeIB > section {
  font-size: 16px;
}

.wBox {
  position: relative;
  width: 1190px;
  margin: auto;
}

#big-video-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /*background: url(../images/movie_pat.png) repeat 0 0;*/
  position: relative;
  z-index: 1;
}

.pat {
  background: url(../images/bg_pat.png);
}

.pat2 {
  position: relative;
  z-index: 3;
  background: url(../images/bg_pat2.png);
}

.pat3 {
  background: url(../images/recruit_bg.jpg) repeat !important;
}

.grad {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0.7) 100%);
}

.gray {
  background: rgba(0, 0, 0, 0.3);
}

.girlsStatusIconList {
  display: flex;
  align-items: center;
  margin: 2px -2px -2px;
}
.girlsStatusIconList__item {
  flex: 0 0 50%;
  width: 50%;
  padding: 2px;
  box-sizing: border-box;
}
.newface .girlsStatusIconList {
  margin-top: 16px;
}
.newface .girlsStatusIconList__item {
  max-width: 160px;
}

.girlsRank {
  text-align: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  border: 1px solid #a38253;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.6);
}
.girlsRank--rank1 {
  background-image: url(../../common/images/list_rank_1_bg.png);
}
.girlsRank--rank2 {
  background-image: url(../../common/images/list_rank_2_bg.png);
}
.girlsRank--rank3 {
  background-image: url(../../common/images/list_rank_3_bg.png);
}
.girlsRank--rank4 {
  background-image: url(../../common/images/list_rank_4_bg.png);
}
.girlsRank--rank5 {
  background-image: url(../../common/images/list_rank_5_bg.png);
}
.girlsRank--rank6 {
  background-image: url(../../common/images/list_rank_6_bg.png);
}
.girlsRank--rank7 {
  background-image: url(../../common/images/list_rank_7_bg.png);
}
.girlsRank--rank8 {
  background-image: url(../../common/images/list_rank_8_bg.png);
}
.girlsRank img {
  vertical-align: top;
}

.girlsStatusToday {
  text-align: center;
  border: 1px solid #a38253;
  background: rgba(163, 130, 83, 0.3);
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 30px;
}

.backVideo {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.backVideo video {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.glightbox-clean .gclose svg, .glightbox-modern .gclose svg {
  margin: 0 auto;
}

.glightbox-mobile .glightbox-container .gslide-description {
  bottom: 0;
}

.costume-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;
  margin: -5px -5px -10px;
}
.costume-item {
  box-sizing: border-box;
  padding: 5px 5px 10px;
  flex: 0 0 20%;
  width: 20%;
  display: flex;
  align-items: stretch;
}
.costume .box {
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
}
.costume .image {
  width: 100%;
  cursor: pointer;
}
.costume .name {
  text-align: left;
  font-size: 14px;
  padding: 5px;
  text-align: center;
}

.lg-backdrop {
  background: rgba(0, 0, 0, 0.8) !important;
}

.nowrap {
  white-space: nowrap;
}

.about {
  padding: 50px;
  box-shadow: 0 -5px 18px 8px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  *zoom: 1;
  padding: 0;
  min-height: 614px;
  background: rgba(0, 0, 0, 0.93) url(../images/bg_about.png) no-repeat right top;
}
.about__inner {
  padding: 50px 70px 70px;
}
.about__inner h3 {
  padding: 65px 0 75px;
  line-height: 1.5;
  font-weight: normal;
  font-size: 32px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.about__inner p {
  font-size: 14px;
  line-height: 2;
}
.about__inner p:not(:last-child) {
  padding: 0 0 30px;
}

.girlsTitle {
  padding: 45px 0 25px;
  background-image: url(../images/bg_pat2.png), url(../images/bg_girls_title.jpg);
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-position: 0, center;
  box-shadow: inset 0 -20px 0 0 rgba(0, 0, 0, 0.5);
}

.detail {
  background: #000;
  padding: 0 0 140px;
  overflow: hidden;
  *zoom: 1;
}
.detail .slider {
  position: relative;
}
.detail .slider img {
  max-width: 480px;
}
.detail .slider .flickity-enabled {
  position: relative;
}
.detail .slider .flickity-enabled:focus {
  outline: 0 none;
}
.detail .slider .flickity-viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.detail .slider .flickity-slider {
  width: 100%;
  height: 100%;
  position: absolute;
}
.detail .slider .flickity-enabled.is-draggable {
  -moz-user-select: none;
}
.detail .slider .flickity-enabled.is-draggable .flickity-viewport {
  cursor: -webkit-grab;
  cursor: grab;
}
.detail .slider .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.detail .slider .flickity-prev-next-button {
  border: none;
  cursor: pointer;
  width: 44px;
  height: 58px;
  position: absolute;
  top: 50%;
  z-index: 100;
  background: none;
}
.detail .slider .flickity-prev-next-button:focus {
  box-shadow: 0 0 0 5px #09f;
  outline: 0 none;
}
.detail .slider .flickity-prev-next-button.previous {
  left: 10px;
  background: url(../images/slider_arrow_prev.png) no-repeat;
}
.detail .slider .flickity-prev-next-button.next {
  right: 10px;
  background: url(../images/slider_arrow_next.png) no-repeat;
}
.detail .slider .flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.detail .slider .flickity-rtl .flickity-prev-next-button.next {
  left: 10px;
  right: auto;
}
.detail .slider .flickity-prev-next-button:disabled {
  cursor: auto;
  opacity: 0.3;
}
.detail .slider .flickity-prev-next-button svg {
  display: none;
  left: 20%;
  position: absolute;
  top: 20%;
}
.detail .slider .flickity-prev-next-button .arrow {
  fill: rgba(255, 255, 255, 0.5);
}
.detail .slider .flickity-prev-next-button.no-svg {
  color: rgba(255, 255, 255, 0.5);
  font-size: 26px;
}
.detail .slider .flickity-page-dots {
  width: 100%;
  bottom: -25px;
  line-height: 1;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  z-index: 720;
}
.detail .slider .flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #222;
  border-radius: 50%;
  cursor: pointer;
}
.detail .slider .flickity-page-dots .dot.is-selected {
  background: #777;
}
.detail .slider #grad-l {
  position: absolute;
  width: 20%;
  top: 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) repeat scroll 0 0;
  height: 720px;
}
.detail .slider #grad-r {
  position: absolute;
  width: 20%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) repeat scroll 0 0;
  height: 720px;
}
.detail .detail__girl {
  padding: 75px 0;
  text-align: center;
  overflow: hidden;
  *zoom: 1;
}
.detail .detail__girl__name {
  display: inline-block;
  vertical-align: top;
  font-family: "Josefin Slab", serif;
  font-size: 48px;
  line-height: 1;
}
.detail .detail__girl__box {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: top;
  text-align: left;
}
.detail .detail__girl__box__name {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
}
.detail .detail__girl__box__count {
  margin: 8px auto;
  width: 160px;
}
.detail .detail__girl__box__size {
  font-size: 13px;
  font-family: "Josefin Slab", serif;
}
.detail .detail__girl__box__size span {
  margin: 0 10px 0 0;
}
.detail__left {
  float: left;
  width: 550px;
}
.detail__schedule {
  margin: 0 0 50px;
  font-size: 0;
}
.detail__schedule dl {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  margin: 0 10px 0 0;
  text-align: center;
  font-size: 18px;
  font-family: "Josefin Slab", serif;
}
.detail__schedule dl dt {
  padding: 5px 0;
  border: 1px solid #777;
  color: #d8d8d8;
}
.detail__schedule dl dt span {
  display: block;
  font-size: 12px;
  line-height: 1;
}
.detail__schedule dl dd {
  min-height: 73px;
  padding: 10px 0;
}
.detail__schedule dl dd time {
  display: block;
}
.detail__schedule dl dd time:first-child:after {
  display: block;
  margin: -3px 0 3px;
  line-height: 0.5;
  content: "-";
}
.detail__schedule dl dd .dayOff {
  margin: 15px 0 0;
  font-size: 12px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.detail__schedule dl:last-child {
  margin: 0;
}
.detail__option {
  margin: 0 0 139px;
}
.detail__option ul {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}
.detail__option ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  width: 131px;
  margin: 4px;
  padding: 5px 10px;
  background: #0d0d0d;
  text-align: center;
  color: #333;
  font-size: 14px;
}
.detail__option ul .on {
  background: #140a19;
  color: #fff;
}
.detail__profile dl {
  margin: 0 0 10px;
}
.detail__profile dl dt {
  display: table-cell;
  width: 170px;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #777;
}
.detail__profile dl dd {
  display: table-cell;
  padding: 10px 20px;
  vertical-align: middle;
}
.detail__right {
  float: right;
  width: 550px;
}
.detail__comment__text {
  margin: 0 0 2.25em;
  padding: 0 5px 0 0;
  height: 12em;
  overflow: auto;
  font-size: 12px;
  line-height: 1.75;
}
.detail__review__time {
  display: inline-block;
  width: 5em;
  vertical-align: middle;
  font-size: 18px;
  font-family: "Josefin Slab", serif;
}
.detail__review__post {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 17px;
  font-size: 14px;
}
.detail__review__post:before {
  position: absolute;
  font-family: "icomoon";
  content: "\e903";
  font-size: 16px;
  left: 0;
  top: -2px;
}
.detail__review__text {
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1.75;
}
.detail__review__nav {
  padding: 25px 0 10px;
  font-size: 0;
}
.detail__review__nav li {
  display: inline-block;
  margin: 0 12px 0 0;
  vertical-align: middle;
}
.detail__review__nav li a {
  display: block;
  position: relative;
  width: 142px;
  height: 38px;
  padding: 0 0 0 5px;
  line-height: 37px;
  background: url(../images/btn_review.png) no-repeat 0 0;
  text-align: center;
  font-size: 14px;
}
.detail__review__nav li a:hover {
  background-position: 0 -38px;
  text-decoration: none;
}
.detail__review__nav li a:before {
  position: absolute;
  top: 1px;
  font-family: "icomoon";
  content: "\e901";
  color: #b465e7;
}
.detail__review__nav__01 a:before {
  left: 18px;
}
.detail__review__nav__02 a:before {
  left: 8px;
}

.girlDetailBnr {
  margin: 40px 0 0;
}
.girlDetailBnr__item {
  margin: 8px 0;
}

.diary {
  padding: 50px;
  box-shadow: 0 -5px 18px 8px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.6);
}
.diary__list {
  padding: 20px 0;
  border-bottom: 1px solid #777;
}
.diary__list:first-child {
  padding: 0 0 20px;
}
.diary__list:last-child {
  border-bottom: none;
  padding: 20px 0 0;
}
.diary__list figure {
  display: inline-block;
  max-width: 320px;
  margin: 0 40px 0 0;
  overflow: hidden;
  vertical-align: top;
}
.diary__list__name {
  margin: 0 0 20px;
  color: #d8d8d8;
  font-size: 32px;
  font-family: "Josefin Slab", serif;
}
.diary__list__name span {
  font-size: 16px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.diary__list__box {
  display: inline-block;
  width: 690px;
  padding: 20px 0 0;
  vertical-align: top;
}
.diary__list__box time {
  display: block;
  margin: 0 0 5px;
  padding: 0 0 2px;
  font-family: "Josefin Slab", serif;
  color: #d8d8d8;
  font-size: 18px;
}
.diary__list__box h3 {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 18px;
}
.diary__list__text {
  line-height: 1.75;
}

.event__list {
  margin: 0 0 30px;
  padding: 50px;
  box-shadow: 0 -5px 18px 8px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.6);
}
.event__list:last-child {
  margin: 0;
}
.event__list figure {
  display: inline-block;
  max-width: 350px;
  max-height: 350px;
  margin: 0 40px 0 0;
  overflow: hidden;
  vertical-align: top;
}
.event__list__box {
  display: inline-block;
  width: 690px;
  padding: 20px 0 0;
  vertical-align: top;
}
.event__list__box time {
  display: block;
  margin: 0 0 15px;
  padding: 0 0 2px;
  font-family: "Josefin Slab", serif;
  color: #d8d8d8;
  font-size: 18px;
}
.event__list__box time:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgb(119, 119, 119) 0%, rgba(119, 119, 119, 0) 100%);
}
.event__list__box h3 {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 18px;
}
.event__list__text {
  line-height: 1.75;
}

.formList {
  padding: 50px;
  box-shadow: 0 -5px 18px 8px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.6);
  min-height: 500px;
}
.formList__text {
  padding: 0 0 30px;
  line-height: 1.75;
}
.formList dl {
  margin: 20px 0 0;
}
.formList dl:first-child {
  margin: 0;
}
.formList dl dt {
  display: table-cell;
  width: 250px;
  padding: 10px 20px;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #777;
}
.formList dl dt font {
  margin: 0 0 0 2px;
  font-size: 12px;
  color: #e2bc85 !important;
}
.formList dl dd {
  display: table-cell;
  vertical-align: middle;
  width: 870px;
  padding: 0 0 0 15px;
  color: #fff;
  font-size: 14px;
}
.formList dl dd input[type=text],
.formList dl dd input[type=email],
.formList dl dd input[type=tel],
.formList dl dd textarea {
  width: 100%;
  padding: 10px 8px;
  background: #222;
  border: none;
  border: 1px solid #222;
  word-break: break-all;
  resize: none;
  color: #fff;
  font-size: 14px;
}
.formList dl dd select {
  width: 14em;
  padding: 8px;
  background: #222 url(../images/bg_select.png) no-repeat 95% center;
  border: none;
  border: 1px solid #222;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
}
.formList dl dd .labelList {
  padding: 0 0 0 5px;
  font-size: 0;
}
.formList dl dd .labelList li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.formList dl dd .checkList {
  padding: 0 0 0 7px;
  font-size: 0;
}
.formList dl dd .checkList li {
  display: inline-block;
  width: 7em;
  vertical-align: middle;
  font-size: 14px;
}
.formList dl dd .checkList2 {
  padding: 0 0 0 7px;
  font-size: 0;
}
.formList dl dd .checkList2 li {
  display: inline-block;
  margin: 0 12px 0 0;
  vertical-align: middle;
  font-size: 14px;
}
.formList dl dd input[type=radio] {
  display: none;
  margin: 0;
}
.formList dl dd input[type=radio] + label {
  cursor: pointer;
  display: inline-block;
  line-height: 30px;
  margin-right: 15px;
  position: relative;
}
.formList dl dd input[type=radio] + label {
  padding: 0 0 0 24px;
}
.formList dl dd input[type=radio] + label::before {
  background: #222;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 19px;
  left: 0;
  margin: -10px 0 0 -1px;
  position: absolute;
  top: 50%;
  width: 19px;
}
.formList dl dd input[type=radio] + label::before {
  border-radius: 30px;
}
.formList dl dd input[type=radio]:checked + label::after {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.formList dl dd input[type=radio]:checked + label::after {
  background: #fff;
  border-radius: 8px;
  height: 11px;
  left: 3px;
  margin-top: -6px;
  width: 11px;
}
.formList dl dd input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
.formList dl dd input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}
.formList dl dd input[type=checkbox] {
  display: none;
  margin: 0;
}
.formList dl dd input[type=checkbox] + label {
  padding: 0 0 0 28px;
}
.formList dl dd input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin: -10px 0 0 -1px;
  background: #222;
}
.formList dl dd input[type=checkbox]:checked + label::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  box-sizing: border-box;
}
.formList dl dd input[type=checkbox]:checked + label::after {
  left: -4px;
  margin-top: -19px;
  font-family: "icomoon";
  content: "\e905";
  font-size: 30px;
}
.formList .btnSubmit {
  margin: 50px 0 30px;
  text-align: center;
}
.formList .btnSubmit input[type=submit] {
  display: block;
  width: 250px;
  margin: auto;
  height: 56px;
  border: none;
  line-height: 56px;
  background: url(../images/btn_submit.jpg) no-repeat 0 0;
  color: #fff;
  cursor: pointer;
}
.formList .btnSubmit input[type=submit]:hover {
  background-position: 0 -56px;
}
.formList .btnReturn {
  margin: 50px 0 30px;
  text-align: center;
}
.formList .btnReturn button {
  display: block;
  width: 250px;
  margin: auto;
  height: 56px;
  border: none;
  line-height: 56px;
  background: url(../images/btn_return.jpg) no-repeat 0 0;
  color: #fff;
  cursor: pointer;
}
.formList .btnReturn button:hover {
  background-position: 0 -56px;
}
.formList .checkBtn {
  margin: 45px 0 25px;
  text-align: center;
}
.formList .checkBtn li {
  margin: 0;
}
.formList .error-message {
  margin: 3px 0 0;
  padding: 0 0 0 20px;
  background: url(../images/icon_error.png) no-repeat left top;
  color: #e2bc85;
  font-size: 12px;
}
.formList .finishTxt01 {
  padding: 0 0 5px;
  font-size: 18px;
}
.formList .finishTxt01:after {
  margin: 5px 0 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgb(119, 119, 119) 0%, rgba(119, 119, 119, 0) 100%);
}
.formList .finishTxt02 {
  margin: 20px 0 30px;
  line-height: 1.75;
}
.formList .linkBtn2 a {
  display: block;
  width: 250px;
  height: 56px;
  margin: 0 0 20px;
  border: none;
  line-height: 56px;
  background: url(../images/btn_submit.jpg) no-repeat 0 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.formList .linkBtn2 a:hover {
  background-position: 0 -56px;
}

.formList {
  background: rgb(0, 0, 0) !important;
}

.girlsTitle {
  padding: 40px 0 25px;
  background-image: url(../images/bg_pat2.png), url(../images/bg_girls_title.jpg);
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-position: 0, center;
  box-shadow: inset 0 -20px 0 0 rgba(0, 0, 0, 0.5);
}

.girls {
  background: #000;
  overflow: hidden;
  *zoom: 1;
}
.girls__list {
  float: left;
  width: 19.6%;
  margin: 0.6% 0.2% 0.2%;
  position: relative;
}
.girls__list img {
  vertical-align: top;
}
.girls__list a {
  color: #fff;
  text-decoration: none;
}
.girls__list a:hover {
  text-decoration: none;
}
.girls__list a:hover .layer {
  opacity: 1;
}
.girls__list figure {
  position: relative;
}
.girls__list__inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  bottom: -1px;
  padding: 50px 15px 15px;
}
.girls__list__inner h2 {
  max-width: 6em;
  max-height: 1.15em;
  overflow: hidden;
  font-size: 48px;
  font-family: "Josefin Slab", serif;
  color: #cdcccd;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.girls__list__inner .girls__list__name {
  display: block;
  max-width: 6.5em;
  max-height: 1em;
  margin: 1px 0 0;
  overflow: hidden;
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.girls__list__inner .girls__list__size {
  margin: 4px 0 0;
  font-size: 12px;
  font-family: "Josefin Slab", serif;
}
.girls__list__inner .girls__list__size span {
  margin: 0 10px 0 0;
}

@media screen and (max-width: 1400px) {
  .girls__list {
    width: 24.6%;
  }
}
@media screen and (max-width: 1191px) {
  .girls__list__inner h2 {
    font-size: 36px;
  }
  .girls__list__inner .girls__list__name {
    font-size: 14px;
    margin: 0 0 5px;
  }
  .girls__list__inner .girls__list__size {
    font-size: 10px;
  }
  .girls__list__inner .girls__list__size span {
    margin: 0 5px 0 0;
  }
}
.hotellist__nav {
  margin: 0 0 30px;
  padding: 50px;
  box-shadow: 0 -5px 18px 8px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.1);
}
.hotellist__nav__type {
  width: 1190px;
}
.hotellist__nav__type ul {
  font-size: 0;
}
.hotellist__nav__type ul li {
  display: inline-block;
  width: 347px;
  height: 70px;
  margin: 0 0 0 27px;
  line-height: 70px;
  text-align: center;
  vertical-align: top;
  font-family: "Cormorant Infant", serif;
  font-size: 24px;
}
.hotellist__nav__type ul li:first-child {
  margin: 0;
}
.hotellist__nav__type ul li a {
  display: block;
  height: 100%;
  background: url(../images/btn_hotellist.jpg) no-repeat 0 0;
}
.hotellist__nav__type ul li a:hover {
  background-position: 0 -70px;
  text-decoration: none;
}
.hotellist__nav__type ul .active a {
  position: relative;
  background: url(../images/btn_hotellist.jpg) no-repeat 0 -70px;
}
.hotellist__nav__type ul .active a:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin: 0 0 0 -7px;
  font-size: 14px;
  font-family: "icomoon";
  content: "\e904";
}
.hotellist__nav__add {
  margin: 20px 0 0;
}
.hotellist__nav__add ul {
  width: 1190px;
  font-size: 0;
}
.hotellist__nav__add ul li {
  display: inline-block;
  width: 146px;
  margin: 12px 12px 0 0;
  line-height: 40px;
  vertical-align: bottom;
  text-align: center;
  font-size: 12px;
}
.hotellist__nav__add ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.hotellist__nav__add ul li a:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}
.hotellist__nav__add ul li:first-child, .hotellist__nav__add ul li:nth-child(2), .hotellist__nav__add ul li:nth-child(3), .hotellist__nav__add ul li:nth-child(4), .hotellist__nav__add ul li:nth-child(5), .hotellist__nav__add ul li:nth-child(7), .hotellist__nav__add ul li:nth-child(7) {
  margin: 0 12px 0 0;
}
.hotellist__nav__add ul li:nth-of-type(7n) {
  margin: 12px 0 0;
}
.hotellist__list {
  margin: 0 0 30px;
  padding: 50px;
  box-shadow: 0 -5px 18px 8px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 50px 50px;
}
.hotellist__list ul {
  font-size: 0;
}
.hotellist__list ul li {
  display: inline-block;
  width: 49%;
  margin: 10px 15px 0 0;
  vertical-align: middle;
}
.hotellist__list ul li:nth-of-type(even) {
  margin: 15px 0 0 0;
}
.hotellist__list ul li dl {
  margin: 10px 0 0;
}
.hotellist__list ul li dl:first-child {
  margin: 0;
}
.hotellist__list ul li dl dt {
  display: table-cell;
  width: 142px;
  padding: 10px;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #777;
  text-align: center;
  font-family: "Cormorant Infant", serif;
}
.hotellist__list ul li dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 15px;
  color: #fff;
  font-size: 12px;
  line-height: 1.75;
}
.hotellist__list ul li dl .hotelType {
  font-weight: bold;
  font-size: 14px;
}

.magazine {
  padding: 50px;
  box-shadow: 0 -5px 18px 8px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  *zoom: 1;
}
.magazine__box01 {
  margin: 0 0 20px;
  padding: 40px 50px 50px;
  background: url(../images/bg_magazine.png) no-repeat center;
  text-align: center;
}
.magazine__box01 h3 {
  padding: 0 0 30px;
  text-align: center;
}
.magazine__box01__left {
  display: inline-block;
  width: 40%;
  margin: 0 0 0 7.5%;
  vertical-align: middle;
  text-align: left;
}
.magazine__box01__left p {
  line-height: 1.75;
}
.magazine__box01__left .btnMagazine {
  margin: 30px 0 0;
}
.magazine__box01__left .btnMagazine a {
  display: block;
  position: relative;
  width: 314px;
  height: 70px;
  line-height: 70px;
  background: url(../images/btn.jpg) no-repeat 0 0;
  text-align: center;
  font-size: 16px;
}
.magazine__box01__left .btnMagazine a:hover {
  background-position: 0 -70px;
  text-decoration: none;
}
.magazine__box01__left .btnMagazine a:before {
  position: absolute;
  top: 0;
  left: 80px;
  font-family: "icomoon";
  content: "\e901";
  color: #b465e7;
}
.magazine__box01__right {
  display: inline-block;
  width: 45%;
  padding: 28px 20px;
  vertical-align: middle;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 0;
}
.magazine__box01__right p {
  display: inline-block;
  width: 54%;
  vertical-align: middle;
  font-size: 12px;
  text-align: left;
  line-height: 1.75;
}
.magazine__box01__right figure {
  display: inline-block;
  width: 38%;
  vertical-align: middle;
}
.magazine__box02 {
  float: left;
  width: 49%;
  min-height: 357px;
}
.magazine__box02__left {
  display: inline-block;
  width: 52%;
  margin: 0 12px 0 0;
  vertical-align: middle;
  text-align: left;
}
.magazine__box02__left p {
  line-height: 1.75;
}
.magazine__box02__left .btnMagazine02 {
  margin: 30px 0 0;
}
.magazine__box02__left .btnMagazine02 a {
  display: block;
  position: relative;
  width: 224px;
  height: 51px;
  line-height: 51px;
  background: url(../images/btn_magazine02.jpg) no-repeat 0 0;
  text-align: center;
  font-size: 14px;
}
.magazine__box02__left .btnMagazine02 a:hover {
  background-position: 0 -51px;
  text-decoration: none;
}
.magazine__box02__left .btnMagazine02 a:before {
  position: absolute;
  top: 0;
  left: 47px;
  font-family: "icomoon";
  content: "\e901";
  color: #ccc;
  font-size: 12px;
}
.magazine__box02__right {
  display: inline-block;
  width: 44%;
  padding: 20px 20px 30px;
  vertical-align: top;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 0;
}
.magazine__box02__right p {
  margin: 0 0 15px;
  font-size: 11px;
  text-align: left;
  line-height: 1.75;
}
.magazine__box03 {
  float: right;
  width: 49%;
  min-height: 357px;
}
.magazine__box03__text01 {
  margin: 0 0 12px;
  line-height: 1.75;
}
.magazine__box03__text02 {
  margin: 28px 0 10px;
}
.magazine__box03 dl {
  margin: 0 0 10px;
}
.magazine__box03 dl dt {
  display: table-cell;
  width: 210px;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #777;
}
.magazine__box03 dl dd {
  display: table-cell;
  padding: 10px 20px;
  vertical-align: middle;
  font-size: 14px;
}
.magazine__box03__btn {
  font-size: 0;
}
.magazine__box03__btn li {
  display: inline-block;
  margin: 0 0 0 14px;
  vertical-align: middle;
}
.magazine__box03__btn li:first-child {
  margin: 0;
}
.magazine__box04 {
  clear: both;
  padding: 20px 0 0;
}

.mensrecruit__list {
  padding: 50px;
  box-shadow: 0 -5px 18px 8px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.6);
  margin: 0 0 30px;
  padding: 600px 50px 50px;
}
.mensrecruit__list dl {
  margin: 20px 0 0;
}
.mensrecruit__list dl:first-child {
  margin: 0;
}
.mensrecruit__list dl.nextCont {
  padding-bottom: 30px;
  border-bottom: 1px solid #777;
}
.mensrecruit__list dl dt {
  display: table-cell;
  width: 250px;
  padding: 10px 20px;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #777;
}
.mensrecruit__list dl dt span {
  margin: 0 0 0 3px;
  font-size: 12px;
}
.mensrecruit__list dl dd {
  display: table-cell;
  vertical-align: middle;
  width: 870px;
  padding: 5px 0 5px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 1.75;
}
.mensrecruit__list dl dd a {
  color: #aaa;
}
.mensrecruit__list dl dd p:not(:last-child) {
  padding: 0 0 10px;
}
.mensrecruit__list__img {
  position: absolute;
  top: 0;
  left: 0;
}
.mensrecruit__list__box {
  padding: 30px 0;
}
.mensrecruit__list__spec {
  margin: 20px 0;
  padding: 30px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.mensrecruit__list__spec figure {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
}
.mensrecruit__list__spec__text01 {
  display: inline-block;
  padding: 0 0 0 5px;
  vertical-align: bottom;
  font-size: 16px;
}
.mensrecruit__list__spec__text02 {
  line-height: 1.75;
}
.mensrecruit__list__spec__inner {
  padding: 10px 0;
}
.mensrecruit__list__spec__box {
  display: inline-block;
  width: 500px;
  padding: 15px 0 0 20px;
  vertical-align: top;
  text-align: left;
}
.mensrecruit__list__spec__box h4 {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  vertical-align: bottom;
}
.mensrecruit__list__spec__box dl {
  margin: 0;
}
.mensrecruit__list__spec__box dl dt {
  width: auto;
  padding: 0;
  border: none;
  font-size: 12px;
}
.mensrecruit__list__spec__box dl dd {
  width: auto;
  padding: 0;
  font-size: 12px;
}
.mensrecruit__list__text01 {
  line-height: 1.75;
}
.mensrecruit__list__text02 {
  line-height: 1.75;
}
.mensrecruit__list__point {
  margin: 0 auto 10px;
  text-align: center;
  font-size: 0;
}
.mensrecruit__list__point li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px 16px;
}
.mensrecruit__list__point li:first-child, .mensrecruit__list__point li:nth-child(5) {
  margin: 0 0 10px;
}
.mensrecruit__list__treat li {
  display: inline-block;
  vertical-align: top;
  width: 11%;
  position: relative;
}

.newface img {
  vertical-align: top;
}
.newface__list {
  margin: 0 0 30px;
  padding: 50px;
  box-shadow: 0 -5px 18px 8px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.6);
}
.newface__list:last-child {
  margin: 0;
}
.newface__list figure {
  display: inline-block;
  max-width: 460px;
  max-height: 800px;
  margin: 0 40px 0 0;
  overflow: hidden;
  vertical-align: top;
}
.newface__list__box {
  display: inline-block;
  width: 580px;
  padding: 30px 0 0;
  vertical-align: top;
}
.newface__list__box h3 {
  margin: 20px 0 0;
  font-size: 48px;
  font-family: "Josefin Slab", serif;
  font-weight: normal;
  line-height: 0.75;
  color: #cdcccd;
}
.newface__list__date {
  font-size: 16px;
}
.newface__list__date time {
  margin: 0 5px 0 0;
  font-family: "Josefin Slab", serif;
  font-size: 18px;
}
.newface__list__size span {
  margin: 0 10px 0 0;
}
.newface__list__name {
  margin: 0 0 3px;
  font-size: 20px;
}
.newface__list__text {
  margin: 30px 0 0;
  line-height: 1.75;
}
.newface__list__text:before {
  margin: 0 0 30px;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgb(119, 119, 119) 0%, rgba(119, 119, 119, 0) 100%);
}

.girlsTitle {
  padding: 40px 0 25px;
  background-image: url(../images/bg_pat2.png), url(../images/bg_girls_title.jpg);
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-position: 0, center;
  box-shadow: inset 0 -20px 0 0 rgba(0, 0, 0, 0.5);
}

.schedule {
  background: #000;
  overflow: hidden;
  *zoom: 1;
}
.schedule img {
  vertical-align: top;
}
.schedule__nav {
  width: 1190px;
  margin: auto;
  padding: 15px 0 25px;
}
.schedule__nav ul {
  text-align: center;
  font-size: 0;
}
.schedule__nav ul li {
  display: inline-block;
  width: 160px;
  height: 44px;
  margin: 0 0 0 10px;
  text-align: center;
  vertical-align: top;
  line-height: 45px;
  font-family: "Josefin Slab", serif;
}
.schedule__nav ul li:first-child {
  margin: 0;
}
.schedule__nav ul li a {
  display: block;
  height: 100%;
  background: url(../images/btn_schedule.jpg) no-repeat 0 0;
  font-size: 18px;
}
.schedule__nav ul li a span {
  margin: 0 0 0 3px;
  font-size: 12px;
  color: #aaa;
}
.schedule__nav ul li a:hover {
  text-decoration: none;
  background-position: 0 -44px;
}
.schedule__nav ul .active a {
  position: relative;
  background: url(../images/btn_schedule.jpg) no-repeat 0 -44px;
}
.schedule__nav ul .active a:after {
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin: 0 0 0 -5px;
  font-size: 10px;
  font-family: "icomoon";
  content: "\e904";
}
.schedule__list {
  float: left;
  width: 19.6%;
  margin: 0.6% 0.2% 0.2%;
  position: relative;
}
.schedule__list a {
  color: #fff;
}
.schedule__list a:hover .layer {
  opacity: 1;
}
.schedule__list figure {
  position: relative;
}
.schedule__list__inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  bottom: -1px;
  padding: 50px 10px 5px;
}
.schedule__list__inner h2 {
  max-width: 6.5em;
  max-height: 1.15em;
  overflow: hidden;
  font-size: 48px;
  font-family: "Josefin Slab", serif;
  color: #cdcccd;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.schedule__list__inner .schedule__list__name {
  display: block;
  max-width: 6em;
  max-height: 1em;
  margin: 1px 0 0;
  overflow: hidden;
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.schedule__list__inner .schedule__list__size {
  margin: 4px 0 0;
  font-size: 12px;
  font-family: "Josefin Slab", serif;
}
.schedule__list__inner .schedule__list__size span {
  margin: 0 10px 0 0;
}
.schedule__list__inner .schedule__list__time {
  margin: 5px 0 0;
  font-family: "Josefin Slab", serif;
  font-size: 18px;
}
.schedule__list__inner .schedule__list__time dt {
  display: table-cell;
}
.schedule__list__inner .schedule__list__time dt:after {
  content: "/";
  margin: 0 5px;
}
.schedule__list__inner .schedule__list__time dd {
  display: table-cell;
  font-weight: bold;
}
.schedule__list .icn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.schedule__list .icn__text {
  background: #b19a19;
  color: #f1e189;
  text-align: center;
  width: 90px;
  height: 68px;
  line-height: 1;
  padding-top: 14px;
}
.schedule__list .icn__text__value {
  font-size: 28px;
}
.schedule__list .icn__text__unit {
  margin-top: 2px;
  font-size: 14px;
}

@media screen and (max-width: 1400px) {
  .schedule__list {
    width: 24.6%;
  }
}
@media screen and (max-width: 1191px) {
  .schedule__list__inner h2 {
    font-size: 36px;
  }
  .schedule__list__inner .schedule__list__name {
    font-size: 14px;
    margin: 0 0 5px;
  }
  .schedule__list__inner .schedule__list__size {
    font-size: 10px;
  }
  .schedule__list__inner .schedule__list__size span {
    margin: 0 5px 0 0;
  }
  .schedule__list .icn {
    width: 25%;
  }
  .schedule__list .icn__text {
    height: 54px;
    line-height: 1;
    padding-top: 12px;
  }
  .schedule__list .icn__text__value {
    font-size: 24px;
  }
  .schedule__list .icn__text__unit {
    font-size: 10px;
  }
}
.system__list {
  margin: 0 0 30px;
  padding: 50px;
  box-shadow: 0 -5px 18px 8px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.6);
}
.system__list__box {
  padding: 36px 70px;
  background: url(../images/bg_system02.png) no-repeat;
}
.system__list__box table {
  margin: 0 auto 10px;
  font-family: "Josefin Slab", serif;
}
.system__list__box table tr th {
  padding: 8px 15px 8px 0;
  font-weight: normal;
  font-size: 24px;
  text-align: right;
}
.system__list__box table tr td {
  padding: 8px 62px 8px 0;
  text-align: right;
  font-size: 36px;
  font-style: italic;
}
.system__list__box table tr td:last-child {
  padding: 8px 0;
}
.system__list__box__text {
  padding: 0 0 5px 16px;
  line-height: 1.75;
}
.system__list__box.hotelCourse {
  min-height: 299px;
  padding: 64px 70px;
  background: url(../images/bg_system01.png) no-repeat;
}
.system__list .system__inner {
  padding: 0 0 40px;
}
.system__list .system__list__boxother {
  padding: 43px 70px;
  background: url(../images/bg_system03.png) no-repeat;
}
.system__list .system__list__boxother table {
  margin: 0 auto 10px;
}
.system__list .system__list__boxother table tr th {
  padding: 8px 12px 8px 0;
  font-weight: normal;
  font-size: 14px;
  text-align: right;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.system__list .system__list__boxother table tr td {
  padding: 8px 48px 8px 0;
  text-align: right;
  font-size: 28px;
  font-style: italic;
  font-family: "Josefin Slab", serif;
}
.system__list .system__list__boxother table tr td:last-child {
  padding: 8px 0;
}
.system__list .system__list__boxother table tr td.through {
  color: #cca772;
  font-weight: bold;
  font-size: 15px;
}
.system__list .system__list__boxother table tr td.through span {
  color: #fff;
  font-weight: normal;
  text-decoration: line-through;
  font-size: 28px;
}
.system__list .system__list__boxother table tr .last {
  text-align: left;
}
.system__list .system__list__boxother .note {
  color: #cca772;
  font-size: 15px;
}
.system__list .otherPrice {
  background: url(../images/bg_system01.png) no-repeat;
  min-height: 299px;
}
.system__list .otherPrice table {
  margin: 0 0 14px 20px;
}
.system__list .system__option {
  min-height: 198px;
  padding-top: 48px;
  background: url(../images/bg_system02.png) no-repeat;
}
.system__list .system__costume {
  min-height: 211px;
  padding: 0;
  background: none;
}
.system__list .system__costume ul {
  margin: 0 auto 10px;
  display: flex;
  justify-content: space-between;
}
.system__list .system__costume ul:last-of-type {
  justify-content: flex-start;
}
.system__list .system__costume ul li {
  width: 19%;
  font-style: italic;
  font-family: "Josefin Slab", serif;
  text-align: center;
  font-size: 24px;
}
.system__list .system__costume ul li.long {
  width: 23%;
  text-align: left;
}
.system__list .system__girlsRankListBox {
  background: url(../images/bg_system01.png) no-repeat;
  min-height: 299px;
  padding-top: 64px;
}
.system__list .system__girlsRankList {
  overflow: hidden;
  *zoom: 1;
  margin: -16px;
}
.system__list .system__girlsRankList__item {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 16px;
}
.system__list .system__girlsRank__price {
  font-style: italic;
  font-family: "Josefin Slab", serif;
  text-align: center;
  font-size: 20px;
  margin-top: 8px;
}
.system .system__inner__credit p {
  display: inline-block;
  width: 550px;
  padding: 0 40px 0 0;
  vertical-align: top;
  line-height: 1.75;
}
.system .system__inner__credit__box {
  display: inline-block;
  vertical-align: top;
}
.system .system__inner__credit__box .btnCredit {
  margin: 5px 0 0;
}
.system .system__inner__credit__box .btnCredit a {
  display: block;
  position: relative;
  width: 314px;
  height: 70px;
  line-height: 70px;
  background: url(../images/btn.jpg) no-repeat 0 0;
  text-align: center;
  font-size: 16px;
}
.system .system__inner__credit__box .btnCredit a:hover {
  background-position: 0 -70px;
  text-decoration: none;
}
.system .system__inner__credit__box .btnCredit a:before {
  position: absolute;
  top: 0;
  left: 48px;
  font-family: "icomoon";
  content: "\e901";
  color: #b465e7;
}
.system .system__howto__inner {
  padding: 20px 0;
  font-size: 0;
}
.system .system__howto__step {
  display: inline-block;
  width: 42.5%;
  padding: 20px 20px 0 0;
  vertical-align: top;
}
.system .system__howto__step ol li {
  counter-increment: num;
  position: relative;
  padding: 0 0 30px 90px;
  line-height: 1.75;
  font-size: 12px;
}
.system .system__howto__step ol li:before {
  position: absolute;
  top: -11px;
  left: 0;
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 24px;
  font-family: "Cormorant Infant", serif;
  content: "STEP." counter(num);
}
.system .system__howto__step ol li p strong {
  display: block;
  line-height: 1;
  font-size: 40px;
  font-family: "Cormorant Infant", serif;
  font-weight: normal;
}
.system .system__howto__step ol li p:not(:last-child) {
  padding: 0 0 10px;
}
.system .system__howto__area {
  display: inline-block;
  background: rgba(0, 0, 0, 0.75) url(../images/system_map.png) no-repeat center 30px;
  width: 57.5%;
  padding: 320px 30px 30px;
  vertical-align: top;
  font-size: 12px;
}
.system .system__howto__area h4 {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: normal;
}
.system .system__howto__area h4:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgb(119, 119, 119) 0%, rgba(119, 119, 119, 0) 100%);
  width: 50%;
}
.system .system__howto__area .deliArea {
  padding: 18px 0;
}
.system .system__howto__area .deliArea dl {
  margin: 8px 0 0;
}
.system .system__howto__area .deliArea dl dt {
  font-weight: bold;
}
.system .system__howto__area .deliArea dl dt:before {
  display: inline-block;
  font-size: 27px;
  line-height: 0;
  vertical-align: middle;
  content: "■";
}
.system .system__howto__area .deliArea dl dd {
  padding: 5px 0 0 5px;
  font-size: 10px;
}
.system .system__howto__area .deliArea dl:first-child {
  margin: 0;
}
.system .system__howto__area .deliArea dl:first-child dt:before {
  color: #e8a3cf;
}
.system .system__howto__area .deliArea dl:nth-child(2) dt:before {
  color: #c48a6e;
}
.system .system__howto__area .deliArea dl:nth-child(3) dt:before {
  color: #ac916a;
}
.system .system__howto__area .deliArea dl:nth-child(4) dt:before {
  color: #809c68;
}
.system .system__howto__area .deliArea dl:nth-child(5) dt:before {
  color: #719c9c;
}
.system .system__howto__area .deliArea dl:nth-child(6) dt:before {
  color: #5e779a;
}
.system .system__howto__area .deliArea dl:nth-child(7) dt:before {
  color: #71699a;
}
.system .system__howto__area .deliArea dl:nth-child(8) dt:before {
  color: #9a7494;
}
.system .system__howto__area .deliArea dl:last-child dt:before {
  color: #777;
}
.system .system__terms ul {
  padding: 20px 5px;
}
.system .system__terms ul li {
  line-height: 1.75;
}
.system .system__terms ul li:before {
  content: "・";
}
.system .system__terms .term_text {
  font-size: 15px;
}
.system #creditLink {
  display: block;
  margin-top: -130px;
  padding-top: 130px;
}

.pat3 .recruit_section {
  background: rgb(0, 0, 0) !important;
}

.recruit {
  /*recruit_section */
}
.recruit__point {
  width: 1190px;
  margin: 20px auto 10px;
  text-align: center;
  font-size: 0;
}
.recruit__point:first-child {
  margin-top: 0;
}
.recruit__point li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 8px 10px;
  background: black;
}
.recruit__point li:first-child, .recruit__point li:nth-child(4) {
  margin: 0 0 8px;
}
.recruit__list {
  padding: 50px;
  box-shadow: 0 -5px 18px 8px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.6);
  margin: 0 0 30px;
  padding: 475px 50px 50px;
  position: relative;
}
.recruit__list__img {
  position: absolute;
  top: 0;
  left: 0;
}
.recruit__list dl {
  margin: 20px 0 0;
}
.recruit__list dl:first-child {
  margin: 0;
}
.recruit__list dl dt {
  display: table-cell;
  width: 250px;
  padding: 10px 20px;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #777;
}
.recruit__list dl dt span {
  margin: 0 0 0 3px;
  font-size: 12px;
}
.recruit__list dl dd {
  display: table-cell;
  vertical-align: middle;
  width: 870px;
  padding: 5px 0 5px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 1.75;
}
.recruit__list dl dd a {
  color: #aaa;
}
.recruit__list__treat li {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  position: relative;
}
.recruit .recruit_section {
  padding: 50px;
  box-shadow: 0 -5px 18px 8px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.6);
  margin-bottom: 50px;
  /*recruit_section_body2 */
}
.recruit .recruit_section a:hover {
  text-decoration: none;
}
.recruit .recruit_section ul.btn {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.recruit .recruit_section ul.btn li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.6666666667%;
  border-top: 1px solid #8f6d3d;
  border-bottom: 1px solid #8f6d3d;
  border-right: 1px solid #8f6d3d;
}
.recruit .recruit_section ul.btn li:nth-of-type(1) {
  border-left: 1px solid #8f6d3d;
}
.recruit .recruit_section ul.btn li a {
  display: block;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
.recruit .recruit_section ul.btn li a::before {
  content: "▼";
  margin-right: 8px;
}
.recruit .recruit_section .recruit_faq {
  margin-top: 10px;
}
.recruit .recruit_section .recruit_section_body2 > div {
  margin-bottom: 30px;
}
.recruit .recruit_section .recruit_section_body2 {
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 50px;
}
.recruit .recruit_section .recruit_section_body2 ul.free {
  margin-bottom: 10px;
  overflow: hidden;
}
.recruit .recruit_section .recruit_section_body2 ul.free li:nth-of-type(1) {
  margin-right: 8px;
}
.recruit .recruit_section .recruit_section_body2 ul.free li {
  float: left;
}
.recruit .recruit_section .recruit_section_body2 .slider-for {
  width: 600px;
  margin-bottom: 0;
}
.recruit .recruit_section .recruit_section_body2 .slider-nav {
  width: 600px;
}
.recruit .recruit_section .recruit_section_body2 .recruit_faq-answer {
  margin-bottom: 20px;
}
.recruit .recruit_section .recruit_section_body2 .recruit_faq-answer p span {
  font-size: 1em;
  color: white;
}
.recruit .recruit_section .recruit_section_body2 .recruit_faq-question {
  position: relative;
  background: #3f3425;
  padding: 10px;
  margin-bottom: 10px;
}
.recruit .recruit_section .recruit_section_body2 .recruit_faq-question::before {
  content: "Q.";
  font-family: "Cormorant Infant", serif;
  margin-right: 0.5em;
}
.recruit .recruit_section .recruit_section_body2 .open::after {
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.recruit .recruit_section .recruit_section_body2 div p span {
  font-size: 1.2em;
  color: #cca772;
}
.recruit .recruit_section .recruit_section_body2 h4 {
  color: #cca772;
  font-size: 24px;
  font-weight: normal;
  font-family: "Cormorant Infant", serif;
}
.recruit .recruit_section .recruit_section_body2 h3 {
  margin: 40px 0 20px;
  letter-spacing: -1px;
  color: #cca772;
  font-size: 36px;
  font-weight: normal;
  font-family: "Cormorant Infant", serif;
  width: 1090px;
  border-bottom: 1px solid #cca772;
}
.recruit .recruit_section .recruit_section_body2 ul.flow li:after {
  content: "▼";
  padding: 10px 100px;
  display: block;
}
.recruit .recruit_section .recruit_section_body2 ul.flow li:nth-of-type(6):after {
  content: none;
}
.recruit .recruit_section .recruit_section_body2 ul.check {
  margin-top: 20px;
}
.recruit .recruit_section .recruit_section_body2 ul.check li {
  list-style-type: square;
  margin-bottom: 20px;
}
.recruit .recruit_section .recruit_section_body2 ul.syukkin {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.recruit .recruit_section .recruit_section_body2 ul.syukkin li {
  position: relative;
  flex: 0 0 14.2857142857%;
  width: 14.2857142857%;
  border-top: 1px solid #8f6d3d;
  border-bottom: 1px solid #8f6d3d;
  border-right: 1px solid #8f6d3d;
  padding: 20px 0;
  text-align: center;
}
.recruit .recruit_section .recruit_section_body2 ul.syukkin li:nth-of-type(1) {
  border-left: 1px solid #8f6d3d;
}
.recruit .recruit_section .recruit_section_body2 ul.syukkin li p {
  width: 100%;
  display: block;
}
.recruit .recruit_section .recruit_section_body2 .kyuyo_mouth {
  font-size: 20px;
  font-weight: normal;
}
.recruit .recruit_section .recruit_section_body2 .kyuyo_mouth span {
  color: #cca772;
  font-size: 1.5em;
}
.recruit .recruit_section .recruit_section_body2 .mb30 {
  margin-bottom: 30px;
}
.recruit .recruit_section .recruit_section_body2 .mb20 {
  margin-bottom: 20px;
}
.recruit .recruit_section .recruit_section_body2 .mb10 {
  margin-bottom: 10px;
}
.recruit .recruit_section .recruit_section_body2 .line {
  margin-top: 30px;
}
.recruit .recruit_section .recruit_section_body2 .line h6 {
  border-left: solid 2px #cca772;
  color: #cca772;
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Cormorant Infant", serif;
  margin-bottom: 10px;
  padding-left: 10px;
}
.recruit .support_text {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
}
.recruit .support_text:first-child {
  margin-top: 0;
}
.recruit .support_text p {
  margin-top: 1.6em;
}
.recruit .support_text p:first-child {
  margin-top: 0;
}
.recruit .image {
  margin: 20px 0;
}
.recruit .image:first-child {
  margin-top: 0;
}
.recruit .image:last-child {
  margin-bottom: 0;
}
.recruit .text-strong1 {
  font-size: 16px;
  font-weight: 400;
  color: #d7c094;
}
.recruit .text-size--l {
  font-size: 1.8em;
}

.review__list {
  float: left;
  width: 578px;
  margin: 30px 0 0;
  padding: 50px;
  box-shadow: 0 -5px 18px 8px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.6);
  padding: 42px;
}
.review__list:nth-of-type(even) {
  float: right;
}
.review__list:first-child, .review__list:nth-child(2) {
  margin: 0;
}
.review__list figure {
  display: inline-block;
  max-width: 205px;
  max-height: 273px;
  margin: 0 14px 0 0;
  overflow: hidden;
  vertical-align: top;
}
.review__list__box {
  display: inline-block;
  width: 269px;
  padding: 10px 0 0;
  vertical-align: top;
}
.review__list__box h3 {
  display: inline-block;
  max-width: 6em;
  max-height: 1em;
  line-height: 1;
  color: #cdcccd;
  font-size: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  font-family: "Josefin Slab", serif;
}
.review__list__box__name {
  display: inline-block;
  max-width: 6em;
  padding: 5px 0 0 3px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
.review__list__box__size {
  margin: 0 0 20px;
  font-size: 12px;
  font-family: "Josefin Slab", serif;
}
.review__list__box__size:after {
  margin: 5px 0 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgb(119, 119, 119) 0%, rgba(119, 119, 119, 0) 100%);
}
.review__list__box__size span {
  margin: 0 10px 0 0;
}
.review__list__box__time {
  display: inline-block;
  width: 5em;
  vertical-align: middle;
  font-size: 18px;
  font-family: "Josefin Slab", serif;
}
.review__list__box__post {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 12em;
  padding: 0 0 0 17px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.review__list__box__post:before {
  position: absolute;
  font-family: "icomoon";
  content: "\e903";
  font-size: 16px;
  left: 0;
  top: -2px;
}
.review__list__box__text {
  margin: 10px 0 0;
  padding: 10px;
  max-height: 157px;
  min-height: 157px;
  overflow: auto;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  line-height: 1.75;
}
.review__list__box__text img {
  float: left;
  margin: 0 8px 0 0;
}