@font-face {
  font-family: "Koakuma Athelas";
  src: url("/client_hp/koakumaspa-tokyo-001/assets/Athelas.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Koakuma Athelas";
  src: url("/client_hp/koakumaspa-tokyo-001/assets/AthelasBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --koakuma-gold: #decf83;
  --koakuma-gold-deep: #b2a261;
  --koakuma-brown: #826464;
  --koakuma-black: #050403;
  --koakuma-font-serif: "Koakuma Athelas", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --site-font-base: "Yu Mincho", "Hiragino Mincho ProN", serif;
  --site-font-cast: var(--site-font-base);
}

body {
  background-color: var(--koakuma-black) !important;
  background-size: cover !important;
  color: #fff;
}

.site-shell {
  position: relative;
  overflow: clip;
}

.site-nav-bar {
  position: absolute !important;
  inset: 0 0 auto;
  z-index: 40;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: transparent !important;
}

.site-nav-bar-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: 100%;
  padding: 0;
}

.site-nav-bar .nav-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 88px;
  padding: 6px clamp(24px, 5vw, 80px);
  background: #000;
}

.site-nav-bar .nav-brand::after {
  content: "小悪魔SPA 船橋・津田沼";
  color: var(--koakuma-gold);
  font-family: var(--site-font-base);
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.site-nav-bar .nav-brand-logo {
  display: block;
  width: auto;
  max-width: 118px;
  max-height: 68px;
  object-fit: contain;
}

.site-nav-bar .nav-links {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  background: #fff;
}

.site-nav-bar .site-nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 10px 6px;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  color: #111 !important;
  font-family: var(--koakuma-font-serif);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
}

.site-nav-bar .site-nav-link:hover,
.site-nav-bar .site-nav-link:focus,
.site-nav-bar .site-nav-link.current {
  color: #826464 !important;
  background: #fff !important;
  border-bottom-color: var(--koakuma-gold-deep) !important;
}

.site-hero-wide .site-hero-main {
  height: min(940px, 100vh);
  min-height: 760px;
  aspect-ratio: auto;
  background: #000;
  box-shadow: none;
}

.site-hero-main .hero-slideshow,
.site-hero-main .hero-slide,
.site-hero-main .public-hero-thumb {
  width: 100%;
  height: 100%;
}

.site-hero-main .public-hero-thumb {
  display: block;
  object-fit: cover;
  object-position: center;
}

.site-hero-main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.53);
  pointer-events: none;
}

.site-hero-main::after {
  content: "";
  position: absolute;
  inset: 148px 0 0;
  z-index: 4;
  display: block;
  background-image: url("/client_hp/koakumaspa-tokyo-001/assets/logo.png");
  background-repeat: no-repeat;
  background-position: center 45%;
  background-size: clamp(330px, 42vw, 600px) auto;
  pointer-events: none;
}

.site-content {
  padding-top: 0;
  color: #fff;
}

.site-hero-simple {
  padding-top: 148px;
}

.site-section {
  padding-top: 76px;
  padding-bottom: 26px;
}

.site-section-title,
.site-section-title-main,
.site-page-title {
  color: #fff !important;
  font-family: var(--koakuma-font-serif);
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
}

.site-section-title::after,
.site-section-title-main::after {
  content: "";
  display: block;
  width: min(645px, 90vw);
  height: 1px;
  margin: 16px auto 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.92), transparent);
}

.site-section-title-sub,
.public-muted {
  color: #e8dfd2 !important;
}

.site-card,
.public-pricing-section,
.public-pricing-body,
.site-schedule-tabs,
.site-area-filter .site-pill {
  border-radius: 0 !important;
}

.site-card {
  border-color: rgba(222, 205, 118, 0.3) !important;
  background: rgba(17, 10, 8, 0.88) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34) !important;
}

.public-cast-card,
.public-top-schedule-card {
  overflow: hidden;
}

.public-cast-card .public-cast-body,
.public-top-schedule-card .public-cast-body,
.public-top-schedule-card-body {
  background: rgba(10, 7, 6, 0.92) !important;
}

.public-cast-name,
.public-cast-age,
.public-cast-specs,
.public-cast-time,
.public-pricing-name,
.public-pricing-price {
  color: #fff !important;
}

.site-section-link,
.site-pill,
.site-cta,
.public-card-reserve-btn {
  border-radius: 0 !important;
  border: 1px solid rgba(222, 205, 118, 0.56) !important;
  color: #fff !important;
  background: rgba(178, 162, 97, 0.84) !important;
  box-shadow: none !important;
}

.site-section-link:hover,
.site-pill:hover,
.site-cta:hover,
.public-card-reserve-btn:hover {
  color: #6c5930 !important;
  background: #fff !important;
}

.site-footer {
  position: relative;
  min-height: 650px;
  border-top: 1px solid rgba(222, 205, 118, 0.42) !important;
  background:
    linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)),
    url("/client_hp/koakumaspa-tokyo-001/assets/footer.jpg") center / cover no-repeat !important;
  color: #fff !important;
}

.site-footer-inner {
  display: flex;
  min-height: 650px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 72px;
  padding-bottom: 92px;
}

.site-footer-nav-link,
.site-footer-info-line,
.site-footer-copyright {
  color: #fff !important;
  font-family: var(--koakuma-font-serif);
}

.site-footer-logo {
  margin: 24px 0 30px;
}

.site-footer-logo img {
  width: min(520px, 72vw);
  max-height: none !important;
}

.sticky-bar {
  height: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.34) !important;
  background: linear-gradient(180deg, #404040 0%, #000 52%, #000 100%) !important;
}

.sticky-bar-btn {
  height: 64px;
  color: #fff !important;
  font-family: var(--site-font-base);
}

.sticky-bar-btn:hover,
.sticky-bar-btn:active {
  background: rgba(178, 162, 97, 0.72) !important;
}

.sticky-bar-menu {
  border-left-color: rgba(255, 255, 255, 0.34) !important;
}

.slide-menu {
  color: #fff;
  background:
    linear-gradient(rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)),
    url("/client_hp/koakumaspa-tokyo-001/assets/background.jpg") center / cover no-repeat;
}

.slide-menu-close,
.slide-nav-link,
.slide-nav-phone {
  color: #fff !important;
}

.slide-nav-link {
  border-bottom-color: rgba(222, 205, 118, 0.3);
}

.slide-nav-link:hover,
.slide-nav-phone:hover {
  background: rgba(178, 162, 97, 0.24);
}

@media (max-width: 960px) {
  .site-nav-bar-inner {
    display: block;
    padding: 0;
  }

  .site-nav-bar .nav-brand {
    gap: 8px;
    min-height: 70px;
    padding: 5px 74px 5px 8px;
  }

  .site-nav-bar .nav-brand::after {
    max-width: 176px;
    font-size: 11px;
    letter-spacing: 0.03em;
  }

  .site-nav-bar .nav-brand-logo {
    width: auto;
    max-width: 82px;
    max-height: 56px;
  }

  .site-nav-bar .nav-links,
  .site-nav-bar .nav-phone {
    display: none;
  }

  .site-hero-wide .site-hero-main {
    height: 620px;
    min-height: 620px;
    aspect-ratio: auto;
  }

  .site-hero-main::after {
    inset: 70px 0 0;
    background-position: center 44%;
    background-size: min(66vw, 330px) auto;
  }

  .site-hero-main .public-hero-thumb {
    object-position: center;
  }

  .site-hero-simple {
    padding-top: 70px;
  }

  .sticky-bar-menu {
    position: fixed;
    top: 8px;
    right: 8px;
    bottom: auto;
    z-index: 60;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border: 0 !important;
    background: #000 !important;
  }

  .sticky-bar-btns {
    max-width: none;
    margin: 0;
  }

  .site-section {
    padding-top: 56px;
  }

  .site-section-title,
  .site-section-title-main {
    font-size: 30px !important;
  }

  .site-footer,
  .site-footer-inner {
    min-height: 500px;
  }
}

@media (max-width: 560px) {
  .site-content,
  .site-footer-inner {
    width: min(100% - 24px, 1180px);
  }

  .site-hero-wide .site-hero-main {
    height: 550px;
    min-height: 550px;
  }

  .site-hero-main::after {
    background-size: min(70vw, 275px) auto;
  }

  .site-footer-nav {
    gap: 10px 16px;
  }

  .site-footer-nav-link {
    font-size: 12px;
  }
}
