@charset "UTF-8";

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
del,
dfn,
ins,
kbd,
q,
sub,
sup,
tt,
var,
code,
samp,
b,
u,
i,
s,
em,
small,
strong,
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: inherit;
  vertical-align: baseline;
}

html {
  font-family: "Noto Sans CJK JP", "源ノ角ゴシック JP", "Source han sans japanese", "Hiragino Kaku Gothic Pro", "メイリオ";
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}

input,
textarea,
select,
button {
  padding: 0;
  margin: 0;
  border: 0 none;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: calc(16px + 0.25vw);
  border-radius: 0;
}

:focus {
  outline: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  background-image: url("../img/background.jpg");
  background-size: 120% auto;
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 959px) {
  body {
    background-size: 200% auto;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 440px) {
  body {
    background-size: 240% auto;
  }
}

@media screen and (max-width: 440px) {
  html {
    font-size: calc(12px + 0.25vw);
  }
}

.wrapper,
.wrapper-in {
  margin: 0 auto;
  max-width: 1200px;
}

.wrapper-in {
  padding: 0 20px;
}

.top .section-header,
.top .top-schedule header,
.girls .section-header,
.system .section-header,
.access .section-header {
  margin-bottom: 72px;
  font-family: "Noto Serif JP", "Sans Serif";
  text-align: center;
}

.top .section-header h2,
.top .top-schedule header h2,
.girls .section-header h2,
.system .section-header h2,
.access .section-header h2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.top .section-header span,
.top .top-schedule header span,
.girls .section-header span,
.system .section-header span,
.access .section-header span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 16px;
  color: #e1ab47;
  font-size: 1.33rem;
  white-space: nowrap;
}

.top .section-header span::before,
.top .top-schedule header span::before,
.girls .section-header span::before,
.system .section-header span::before,
.access .section-header span::before {
  margin-right: 16px;
}

.top .section-header span::after,
.top .top-schedule header span::after,
.girls .section-header span::after,
.system .section-header span::after,
.access .section-header span::after {
  margin-left: 16px;
}

.top .section-header span::before,
.top .top-schedule header span::before,
.girls .section-header span::before,
.system .section-header span::before,
.access .section-header span::before,
.top .section-header span::after,
.top .top-schedule header span::after,
.girls .section-header span::after,
.system .section-header span::after,
.access .section-header span::after {
  content: "";
  display: block;
  width: 30%;
  max-width: 120px;
  height: 2px;
  background-color: #fff;
}

@media screen and (max-width: 440px) {

  .top .section-header,
  .top .top-schedule header,
  .girls .section-header,
  .system .section-header,
  .access .section-header {
    margin-bottom: 40px;
  }
}

.top .top-newface .girls-list,
.top .girls-list,
.girls .girls-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top .top-newface .girls-list li,
.top .girls-list li,
.girls .girls-list li {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin-bottom: 48px;
  border-bottom: 1px solid #fff;
}

.top .girls-list li:hover img,
.girls .girls-list li:hover img {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.top .top-newface .girls-list a,
.top .girls-list a,
.girls .girls-list a {
  display: block;
  color: #fff;
}

.top .top-newface .girls-list figure,
.top .girls-list figure,
.girls .girls-list figure {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  text-align: center;
}

.top .top-newface .girls-list figcaption,
.top .girls-list figcaption,
.girls .girls-list figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}

.top .top-newface .girls-list img,
.top .girls-list img,
.girls .girls-list img {
  width: 100%;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: 0.52s ease-in;
  -o-transition: 0.52s ease-in;
  transition: 0.52s ease-in;
}

.top .girls-list .girls-stats,
.girls .girls-list .girls-stats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% auto;
  grid-template-columns: 30% auto;
  grid-column-gap: 5%;
  grid-row-gap: 16px;
  padding: 0 24px;
  margin-bottom: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
}

.top .girls-list .girls-stats dd:first-of-type,
.girls .girls-list .girls-stats dd:first-of-type {
  color: #e1ab47;
}

.top .top-newface .girls-list time,
.top .girls-list time,
.girls .girls-list time {
  display: block;
  margin: 0 auto 32px;
  width: 80%;
  border: 2px solid #e1ab47;
  color: #e1ab47;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
}

.top .girls-list .rank-gold,
.girls .girls-list .rank-gold,
.top .girls-list .rank-platinum,
.girls .girls-list .rank-platinum,
.top .girls-list .rank-black,
.girls .girls-list .rank-black {
  font-family: "Noto Serif JP", "Sans Serif";
  text-transform: uppercase;
  text-shadow: 0 -1px 0 #000;
}

.top .girls-list .rank-gold,
.girls .girls-list .rank-gold {
  color: #e4ce50;
}

.top .girls-list .rank-platinum,
.girls .girls-list .rank-platinum {
  color: #aad8eb;
}

.top .girls-list .rank-black,
.girls .girls-list .rank-black {
  color: #757575;
}

.top .girls-list .slick-dots,
.girls .girls-list .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px;
}

.top .girls-list .slick-dots li,
.girls .girls-list .slick-dots li {
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
  border: 0 none;
  margin-right: 8px;
  margin-bottom: 0;
  margin-left: 8px;
}

.top .girls-list .slick-dots button,
.girls .girls-list .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 959px) {

  .top .top-newface .girls-list,
  .top .girls-list,
  .girls .girls-list {
    display: block;
  }

  .top .top-newface .girls-list img,
  .top .girls-list img,
  .girls .girls-list img {
    -webkit-filter: saturate(100%);
    filter: saturate(100%);
  }

  .top .girls-list .slick-slide,
  .girls .girls-list .slick-slide {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .top .girls-list .slick-slide .girls-stats,
  .girls .girls-list .slick-slide .girls-stats {
    -ms-grid-columns: 25% auto;
    grid-template-columns: 25% auto;
    grid-column-gap: 3%;
    padding: 0 8px;
  }

  .top .girls-list .slick-slide dt,
  .girls .girls-list .slick-slide dt {
    font-size: 0.88rem;
  }

  .top .girls-list .slick-slide:not(.slick-current),
  .girls .girls-list .slick-slide:not(.slick-current) {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.top .top-newface .skew-button,
.top .top-schedule .skew-button {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  width: 30%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.top .top-newface .skew-button span,
.top .top-schedule .skew-button span {
  display: block;
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  font-size: 22px;
  font-family: "Noto Serif JP", "Sans Serif";
  letter-spacing: 1.5px;
}

.top .top-newface .skew-button::after,
.top .top-schedule .skew-button::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  border: 1px solid;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.top .top-newface .skew-button:hover::after,
.top .top-schedule .skew-button:hover::after {
  opacity: 1;
  -webkit-transform: translate(16px, 16px);
  -ms-transform: translate(16px, 16px);
  transform: translate(16px, 16px);
}

.top .top-newface .skew-button:active,
.top .top-schedule .skew-button:active {
  opacity: 0.9;
  -webkit-transform: skewX(-15deg) translate(12px, 12px);
  -ms-transform: skewX(-15deg) translate(12px, 12px);
  transform: skewX(-15deg) translate(12px, 12px);
}

.top .top-newface .skew-button:active::after,
.top .top-schedule .skew-button:active::after {
  -webkit-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
}

@media screen and (max-width: 959px) {

  .top .top-newface .skew-button,
  .top .top-schedule .skew-button {
    width: 60%;
    height: 40px;
    line-height: 40px;
  }

  .top .top-newface .skew-button span,
  .top .top-schedule .skew-button span {
    font-size: 13px;
  }

  .top .top-newface .skew-button::after,
  .top .top-schedule .skew-button::after {
    opacity: 1;
    -webkit-transform: translate(8px, 8px);
    -ms-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }

  .top .top-newface .skew-button:hover,
  .top .top-schedule .skew-button:hover {
    -webkit-transform: skewX(-15deg) translate(6px, 6px);
    -ms-transform: skewX(-15deg) translate(6px, 6px);
    transform: skewX(-15deg) translate(6px, 6px);
  }

  .top .top-newface .skew-button:hover::after,
  .top .top-schedule .skew-button:hover::after {
    -webkit-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
}

.grobal-header {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "h-area1 h-area2"
    "h-area3 h-area3";
  grid-auto-columns: 30% 65%;
  grid-column-gap: 5%;
  position: relative;
  padding: 32px 40px 24px;
  background-color: rgba(46, 46, 46, 0.9);
}

.grobal-header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(10%, #fff), color-stop(90%, #fff), to(transparent));
  background-image: -webkit-linear-gradient(left, transparent 0, #fff 10%, #fff 90%, transparent 100%);
  background-image: -o-linear-gradient(left, transparent 0, #fff 10%, #fff 90%, transparent 100%);
  background-image: linear-gradient(90deg, transparent 0, #fff 10%, #fff 90%, transparent 100%);
}

.grobal-header h1 img {
  width: 100%;
  height: auto;
  max-width: 360px;
}

@media screen and (max-width: 959px) {
  .grobal-header {
    grid-auto-columns: 60% 20%;
    grid-column-gap: 20%;
    grid-row-gap: 16px;
    padding: 24px;
  }
}

@media screen and (max-width: 440px) {
  .grobal-header {
    padding: 16px;
  }
}

.header-address {
  text-align: right;
}

.header-address .address-desc {
  margin-right: 16px;
  margin-bottom: 32px;
  color: #aaa;
  font-size: 1.11rem;
  letter-spacing: 0.9px;
  text-align: right;
}

.header-address .address-time,
.header-address .address-tel {
  display: inline-block;
  width: 334px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 32px;
  color: #e1ab47;
  line-height: 56px;
  height: 56px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header-address .address-time:hover,
.header-address .address-tel:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.header-address .address-time em,
.header-address .address-tel em {
  color: #fff;
  font-size: 1.33rem;
  font-weight: 300;
  letter-spacing: 3px;
  margin-left: 0.5em;
}

@media screen and (max-width: 1200px) {
  .header-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-address .address-time {
    margin-left: 0;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 959px) {
  .header-address {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: h-area3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-address .address-desc {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-right: 0;
  }

  .header-address .address-time {
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
    margin: 0;
  }

  .header-address .address-tel {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0;
  }
}

@media screen and (max-width: 440px) {
  .header-address .address-desc {
    font-size: 13px;
  }

  .header-address .address-time,
  .header-address .address-tel {
    height: 48px;
    line-height: 48px;
    font-size: 9px;
  }

  .header-address .address-time em,
  .header-address .address-tel em {
    font-size: 14px;
    margin-left: 0;
    letter-spacing: 0;
  }
}

.grobal-nav {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: h-area3;
}

.grobal-nav a {
  color: #fff;
}

.grobal-nav .grobal-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 64px;
}

.grobal-nav .grobal-menu li {
  margin-left: 48px;
  letter-spacing: 2px;
  position: relative;
}

.grobal-nav .grobal-menu li::after {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  background-color: #e1ab47;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  bottom: -14px;
  width: 100%;
}

.grobal-nav .grobal-menu li:hover::after {
  opacity: 1;
}

.grobal-nav .grobal-menu a {
  display: block;
}

@media screen and (max-width: 959px) {
  .grobal-nav {
    display: none;
  }
}

.grobal-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 997;
  padding: 24px 48px;
  width: 100%;
  background-color: #000;
  -webkit-animation: nav-slide-in 0.3s both ease;
  animation: nav-slide-in 0.3s both ease;
}

.grobal-header.fixed::after {
  opacity: 0;
}

.grobal-header.fixed h1 {
  height: 64px;
}

.grobal-header.fixed h1 img {
  width: auto;
  min-width: 168px;
  height: 100%;
}

.grobal-header.fixed .header-address {
  text-align: right;
}

.grobal-header.fixed .address-desc {
  display: none;
}

.grobal-header.fixed .address-time,
.grobal-header.fixed .address-tel {
  width: auto;
  height: auto;
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 0;
}

.grobal-header.fixed .address-time em,
.grobal-header.fixed .address-tel em {
  font-size: 16px;
}

.grobal-header.fixed .grobal-menu {
  margin-top: 8px;
  font-size: 0.88rem;
}

.grobal-header.fixed .grobal-menu li {
  margin-left: 48px;
}

.grobal-header.fixed+.spacer {
  background-color: rgba(46, 46, 46, 0.86);
  height: 254px;
}

@media screen and (max-width: 959px) {
  .grobal-header.fixed {
    padding: 24px;
  }
}

@media screen and (max-width: 440px) {
  .grobal-header.fixed {
    padding: 16px;
  }
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.96);
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 998;
}

.mobile-menu ul {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mobile-menu a {
  display: block;
  font-size: 1.36rem;
  color: #fff;
  margin: 8px 0;
  padding: 16px 0;
  letter-spacing: 3px;
  text-align: center;
}

.mobile-menu.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 959px) {
  .mobile-menu {
    display: block;
  }
}

.menu-button.open span,
.menu-button.open::before,
.menu-button.open::after,
.menu-button.close::before,
.menu-button.close::after {
  content: "";
  display: block;
  position: absolute;
  left: calc((100% - 32px) / 2);
  width: 32px;
  height: 3px;
  background-color: #fff;
}

.menu-button.open {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  display: none;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  grid-area: h-area2;
  text-align: center;
  color: #fff;
  padding-top: 36px;
  padding-bottom: 4px;
  font-size: 0.9rem;
}

.menu-button.open span {
  top: 20px;
}

.menu-button.open::before {
  top: 10px;
}

.menu-button.open::after {
  top: 30px;
}

@media screen and (max-width: 959px) {
  .menu-button.open {
    display: block;
  }
}

.menu-button.close {
  position: absolute;
  z-index: 999;
  top: 24px;
  right: 24px;
  color: #fff;
  background-color: transparent;
  padding-top: 36px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 0.9rem;
}

.menu-button.close::before {
  top: 10px;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(45deg) translate(0, -6px);
  -ms-transform: rotate(45deg) translate(0, -6px);
  transform: rotate(45deg) translate(0, -6px);
}

.menu-button.close::after {
  top: 30px;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(-45deg) translate(5px, 1px);
  -ms-transform: rotate(-45deg) translate(5px, 1px);
  transform: rotate(-45deg) translate(5px, 1px);
}

@-webkit-keyframes nav-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes nav-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.grobal-footer {
  padding-top: 32px;
  padding-bottom: 80px;
  background-color: #333;
  color: #fff;
}

.grobal-footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 96px;
}

.grobal-footer h2 {
  position: relative;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
}

.grobal-footer h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -64px;
  width: 1px;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), color-stop(10%, #fff), color-stop(90%, #fff), to(transparent));
  background-image: -webkit-linear-gradient(bottom, transparent 0, #fff 10%, #fff 90%, transparent 100%);
  background-image: -o-linear-gradient(bottom, transparent 0, #fff 10%, #fff 90%, transparent 100%);
  background-image: linear-gradient(0deg, transparent 0, #fff 10%, #fff 90%, transparent 100%);
}

.grobal-footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grobal-footer nav li:not(:last-child)::after {
  content: "/";
  margin: 0 1em;
  color: #fafafa;
}

.grobal-footer nav a {
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.grobal-footer nav a:hover {
  border-bottom: 1px solid #fff;
}

.grobal-footer .credits {
  font-family: "Noto Serif JP", "Sans Serif";
  text-align: center;
  letter-spacing: 1.5px;
  font-weight: 300;
}

@media screen and (max-width: 1200px) {
  .grobal-footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 32px;
  }

  .grobal-footer h2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 64px;
    text-align: center;
  }

  .grobal-footer h2::after {
    width: 100%;
    height: 1px;
    top: -32px;
    right: 0;
    background-image: -webkit-linear-gradient(45deg, transparent 0, #fff 10%, #fff 90%, transparent 100%);
    background-image: -o-linear-gradient(45deg, transparent 0, #fff 10%, #fff 90%, transparent 100%);
    background-image: linear-gradient(45deg, transparent 0, #fff 10%, #fff 90%, transparent 100%);
  }

  .grobal-footer h2 img {
    width: 50%;
  }
}

@media screen and (max-width: 959px) {
  .grobal-footer nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grobal-footer nav li:not(:last-child) {
    margin-bottom: 32px;
  }

  .grobal-footer nav li:not(:last-child)::after {
    display: none;
    content: "";
  }

  .grobal-footer nav a {
    font-size: 15px;
    font-weight: 400;
  }

  .grobal-footer .credits {
    font-size: 0.88rem;
  }
}

.top section {
  padding-top: 64px;
  padding-bottom: 80px;
}

@media screen and (max-width: 440px) {
  .top section {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}

.top .top-news {
  background-color: rgba(46, 46, 46, 0.9);
  color: #fff;
}

.top .top-news .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top .top-news .event-box {
  position: relative;
  overflow: hidden;
  width: 512px;
  height: 360px;
  background-color: rgba(0, 0, 0, 0.6);
}

.top .top-news .event-box img {
  -o-object-fit: cover;
  object-fit: cover;
}

.top .top-news .event-box .event-meta {
  position: absolute;
  bottom: 0;
  padding: 8px 16px;
  width: 100%;
  background-color: #313131;
  color: #fff;
  line-height: 1.8;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.top .top-news .event-box:hover .event-meta {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.top .top-news .news-box {
  width: 512px;
  height: 360px;
  background-color: rgba(98, 98, 98, 0.86);
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 32px;
}

.top .top-news .news-inner {
  height: 100%;
  overflow-y: auto;
  padding-right: 16px;
}

.top .top-news .news-inner h3 {
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 4px double #fff;
  font-size: 1.5rem;
}

.top .top-news .news-inner::-webkit-scrollbar {
  width: 16px;
}

.top .top-news .news-inner::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #535353;
}

.top .top-news .news-inner::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #313131;
}

.top .top-news .news-article header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 32px;
  font-size: 1.05rem;
}

.top .top-news .news-article time {
  position: relative;
  margin-right: 32px;
  padding: 0 16px;
  height: 40px;
  background-color: #000;
  line-height: 40px;
  text-align: center;
}

.top .top-news .news-article time::after {
  content: "";
  position: absolute;
  top: 0;
  right: -36px;
  border: 20px solid transparent;
  border-left: 16px solid #000;
  width: 0;
  height: 0;
}

.top .top-news .news-article .news-body {
  font-size: 1.1rem;
  line-height: 2;
}

@media screen and (max-width: 959px) {
  .top .top-news .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top .top-news .event-box {
    margin-bottom: 24px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: auto;
    height: auto;
  }

  .top .top-news .event-box .event-meta {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }

  .top .top-news .news-box {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: auto;
  }
}

.top .top-newface {
  background-color: rgba(255, 255, 255, 0.86);
  color: #000;
}

.top .top-newface .section-header h2 {
  color: #535353;
}

.top .top-newface .section-header span::before,
.top .top-newface .section-header span::after {
  background-color: #000;
}

.top .top-newface .girls-list li {
  border-bottom-color: #ccc;
}

.top .top-newface .girls-list a {
  color: #000;
}

.top .top-newface .girls-list .slick-dots .slick-active button {
  background-color: #333;
}

.top .top-newface .skew-button {
  background-color: #535353;
  color: #fff;
}

.top .top-newface .skew-button::after {
  border-color: #535353;
}

.top .top-schedule {
  background-color: rgba(46, 46, 46, 0.9);
  color: #fff;
}

.top .top-schedule .skew-button {
  background-color: #fff;
  color: #333;
}

.top .top-schedule .skew-button::after {
  border-color: #fff;
}

.top .girls-list .slick-dots .slick-active button {
  background-color: #fff;
}

.girls .list-section {
  padding-top: 64px;
  padding-bottom: 32px;
  background-color: rgba(46, 46, 46, 0.9);
}

@media screen and (max-width: 440px) {
  .girls .girls-list {
    margin: 0 20px;
  }
}

.girls .date-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 48px;
  background-color: rgba(30, 30, 30, 0.7);
}

.girls .date-nav li {
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  border-bottom: 2px solid transparent;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.girls .date-nav li:hover,
.girls .date-nav li.active {
  border-bottom-color: #e1ab47;
  background-color: rgba(30, 30, 30, 0.9);
}

.girls .date-nav a {
  display: block;
  padding: 16px 0;
  color: #fff;
}

@media screen and (max-width: 440px) {
  .girls .date-nav {
    overflow-x: scroll;
    padding-left: 35%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .girls .date-nav a {
    padding: 16px 32px;
  }
}

.system .system-price {
  padding: 48px 0;
  background-color: rgba(46, 46, 46, 0.9);
  color: #fff;
}

.system .system-price .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.system .system-price .table-gold,
.system .system-price .table-platinum,
.system .system-price .table-black,
.system .system-price .table-options {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  margin-bottom: 64px;
  background-color: rgba(30, 30, 30, 0.8);
  font-family: "Noto Serif JP", "Sans Serif";
  font-weight: 700;
}

.system .system-price .table-gold th,
.system .system-price .table-platinum th,
.system .system-price .table-black th,
.system .system-price .table-options th {
  padding: 24px 0;
  border-bottom: 2px solid #000;
  font-size: 1.33rem;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

.system .system-price .table-gold th:first-letter,
.system .system-price .table-platinum th:first-letter,
.system .system-price .table-black th:first-letter,
.system .system-price .table-options th:first-letter {
  font-size: 2.22rem;
}

.system .system-price .table-gold tbody tr,
.system .system-price .table-platinum tbody tr,
.system .system-price .table-black tbody tr,
.system .system-price .table-options tbody tr {
  text-align: right;
}

.system .system-price .table-gold tbody tr:not(:last-child),
.system .system-price .table-platinum tbody tr:not(:last-child),
.system .system-price .table-black tbody tr:not(:last-child),
.system .system-price .table-options tbody tr:not(:last-child) {
  border-bottom: 2px solid #000;
}

.system .system-price .table-gold tbody td,
.system .system-price .table-platinum tbody td,
.system .system-price .table-black tbody td,
.system .system-price .table-options tbody td {
  padding: 24px 0;
}

.system .system-price .table-gold tbody td:first-child,
.system .system-price .table-platinum tbody td:first-child,
.system .system-price .table-black tbody td:first-child,
.system .system-price .table-options tbody td:first-child {
  width: 30%;
  font-size: 1.11rem;
}

.system .system-price .table-gold tbody td:last-child,
.system .system-price .table-platinum tbody td:last-child,
.system .system-price .table-black tbody td:last-child,
.system .system-price .table-options tbody td:last-child {
  padding-right: 10%;
  width: 70%;
  font-size: 1.33rem;
}

@media screen and (max-width: 959px) {

  .system .system-price .table-gold,
  .system .system-price .table-platinum,
  .system .system-price .table-black,
  .system .system-price .table-options {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }

  .system .system-price .table-gold tbody td:firs-child,
  .system .system-price .table-platinum tbody td:firs-child,
  .system .system-price .table-black tbody td:firs-child,
  .system .system-price .table-options tbody td:firs-child {
    width: 38%;
  }

  .system .system-price .table-gold tbody td:last-child,
  .system .system-price .table-platinum tbody td:last-child,
  .system .system-price .table-black tbody td:last-child,
  .system .system-price .table-options tbody td:last-child {
    padding-right: 10%;
    width: 52%;
  }
}

@media screen and (max-width: 440px) {

  .system .system-price .table-gold th,
  .system .system-price .table-platinum th,
  .system .system-price .table-black th,
  .system .system-price .table-options th {
    padding: 20px 0;
  }

  .system .system-price .table-gold tbody td,
  .system .system-price .table-platinum tbody td,
  .system .system-price .table-black tbody td,
  .system .system-price .table-options tbody td {
    padding: 16px 0;
  }
}

.system .system-price .table-gold th {
  border-bottom-color: #fbd287;
}

.system .system-price .table-gold th:first-letter {
  color: #fbd287;
}

.system .system-price .table-platinum th {
  border-bottom-color: #aad8eb;
}

.system .system-price .table-platinum th:first-letter {
  color: #aad8eb;
}

.system .system-price .table-black th {
  border-bottom-color: #757575;
}

.system .system-price .table-black th:first-letter {
  color: #757575;
}

.system .system-credit {
  padding-top: 48px;
  padding-bottom: 80px;
  background-color: rgba(48, 48, 48, 0.97);
  color: #fff;
}

.system .system-credit .system-body {
  padding: 0 16%;
  font-size: 1.11rem;
  line-height: 1.9;
}

.system .system-credit figure {
  text-align: center;
  margin-bottom: 48px;
}

@media screen and (max-width: 440px) {
  .system .system-credit {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .system .system-credit .system-body {
    padding: 0 20px;
  }

  .system .system-credit figure {
    margin-bottom: 24px;
  }
}

.system .system-caution {
  padding-top: 48px;
  padding-bottom: 80px;
  background-color: rgba(46, 46, 46, 0.9);
  color: #fff;
}

.system .system-caution .system-body {
  padding: 0 16%;
  font-size: 1.11rem;
  line-height: 1.9;
}

.system .system-caution ul {
  list-style: circle;
  padding-left: 1em;
  margin-bottom: 24px;
}

@media screen and (max-width: 440px) {
  .system .system-caution {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .system .system-caution .system-body {
    padding: 0 20px;
  }
}

.access .sections {
  padding-top: 64px;
  background-color: rgba(46, 46, 46, 0.9);
}

.access ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.access li {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
  grid-template-areas: "area-img area-img"
    "area-name area-address";
  -ms-grid-columns: 30% 5% auto;
  grid-template-columns: 30% auto;
  grid-column-gap: 5%;
  margin-bottom: 64px;
}

.access li img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: area-img;
  margin-bottom: 32px;
  cursor: pointer;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.access li img:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.access li h3 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: area-name;
  background-color: #000;
  text-align: center;
  font-size: 1.22rem;
  padding: 14px 0;
  font-weight: 500;
}

.access li p {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: area-address;
  line-height: 1.6;
}

@media screen and (max-width: 440px) {
  .access .sections {
    padding-top: 32px;
  }

  .access li {
    -ms-flex-preferred-size: 98%;
    flex-basis: 98%;
    -ms-grid-columns: 35% auto;
    grid-template-columns: 35% auto;
  }

  .access li h3 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.1rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.link-banner {
  width: 1200px;
  margin: 50px auto;
}

.link-banner img {
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 1200px) {
  .link-banner {
    width: 80%;
    margin: 50px auto;
  }
}

@media screen and (max-width: 440px) {
  .link-banner {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
}