@charset "UTF-8";

:root {
  --member-pink: var(--color-primary);
  --member-pink-dark: var(--color-primary-dark);
  --member-pink-soft: var(--color-soft);
  --member-pink-pale: var(--premium-pink-soft);
  --member-ink: var(--color-text);
  --member-muted: var(--color-muted);
  --member-line: var(--premium-border);
  --member-bg: var(--color-soft);
  --member-white: var(--color-panel);
  --member-shadow: var(--shadow-soft);
}

body {
  color: var(--member-ink);
  background: linear-gradient(180deg, var(--premium-pink-soft) 0%, var(--color-panel) 52%, var(--color-soft) 100%);
  font-family: var(--font-base), "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.header {
  display: none;
}

a {
  text-underline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--member-line);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 22px rgba(240, 0, 131, .06);
  backdrop-filter: blur(10px);
}

.header-inner,
.header-in {
  width: min(1180px, calc(100% - 32px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--member-ink);
  font-weight: 900;
  text-decoration: none;
}

.brand::before {
  content: "";
  width: 164px;
  height: 48px;
  flex: 0 0 auto;
  background: url("../../img/logo.png?v=20260722-001") center / contain no-repeat;
}

.brand-mark,
.mark {
  display: none;
}

.brand-copy,
.brand > span:not(.brand-mark):not(.mark) {
  display: grid;
  gap: 2px;
}

.brand-area {
  color: var(--member-pink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
}

.brand-name {
  font-size: 15px;
  font-weight: 900;
}

.login-link,
.logout-button,
.back,
.home-link,
.header-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--member-pink);
  border-radius: 999px;
  background: var(--member-white);
  color: var(--member-pink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.logout-button,
.login-button,
.signup-button,
.submit,
.confirm-button {
  border-color: var(--member-pink);
  background: linear-gradient(180deg, #fb1a82 0%, var(--member-pink) 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(240, 0, 131, .18);
}

.page-main,
.main {
  padding: 10px 0 44px;
}

.member-utility + .header + .page-main,
.member-utility + .header + .main {
  margin-top: 40px;
}

.page-shell,
.shell,
.signup-shell,
.login-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.signup-shell,
.login-shell {
  width: min(590px, calc(100% - 32px));
}

.auth-page {
  position: fixed;
  inset: 0;
  z-index: 1000;
  min-height: 100dvh;
  overflow-y: auto;
  display: flex;
  align-items: center;
  padding: 32px 0;
  background:
    linear-gradient(rgba(36, 24, 32, .34), rgba(36, 24, 32, .34)),
    rgba(36, 24, 32, .34);
  backdrop-filter: blur(3px);
}

.auth-page .page-heading {
  display: block;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.auth-page .page-heading h1 {
  display: block;
  font-size: clamp(24px, 4vw, 30px);
  line-height: 1.45;
  letter-spacing: 0;
}

.auth-page .page-heading p {
  display: block;
  margin: 6px 0 0;
  color: var(--member-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0;
}

.auth-page .heading-kicker {
  display: none;
}

.auth-modal {
  position: relative;
  max-height: calc(100dvh - 64px);
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding: 34px 34px 34px;
  border: 1px solid var(--member-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 22px 54px rgba(36, 24, 32, .2);
}

.auth-modal__close {
  position: relative;
  flex: 0 0 auto;
  align-self: flex-end;
  width: 34px;
  height: 34px;
  margin: -8px -8px 2px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--member-line);
  border-radius: 50%;
  background: #fff;
  color: var(--member-pink);
  text-decoration: none;
}

.auth-modal__close::before,
.auth-modal__close::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.auth-modal__close::before {
  transform: rotate(45deg);
}

.auth-modal__close::after {
  transform: rotate(-45deg);
}

.auth-modal__close:hover {
  border-color: var(--member-pink);
  background: var(--member-pink-soft);
}

.auth-page .field-label,
.auth-page .legend-label,
.auth-page .form-input,
.auth-page .remember-label,
.auth-page .agreement-label,
.auth-page .form-note,
.auth-page .field-hint,
.auth-page .reservation-note,
.auth-page .submit-note,
.auth-page .security-note,
.auth-page .signup-section,
.auth-page .login-section,
.auth-page .login-button,
.auth-page .confirm-button,
.auth-page .signup-button,
.auth-page .back-login-button,
.auth-page .free-badge {
  letter-spacing: 0;
}

.auth-page .login-button,
.auth-page .confirm-button,
.auth-page .signup-button,
.auth-page .back-login-button {
  line-height: 1.45;
}

.login-button svg,
.confirm-button svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  display: block;
}

.signup-button svg,
.back-login-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.auth-page .security-note,
.auth-page .footer-links,
.auth-page .footer-links a {
  color: #fff;
  text-shadow: 0 1px 3px rgba(36, 24, 32, .34);
}

.auth-modal .security-note {
  margin-top: 18px;
  color: var(--member-muted);
  text-shadow: none;
  text-align: center;
}

.auth-modal .footer-links,
.auth-modal .footer-links a {
  color: var(--member-muted);
  text-shadow: none;
}

.auth-modal .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 10px;
  padding: 0;
  color: var(--member-muted);
  font-size: 13px;
  font-weight: 700;
}

.breadcrumb__trail > a,
.breadcrumb__trail > span {
  color: var(--member-muted);
  font-weight: 700;
}

.breadcrumb__trail > span.breadcrumb__current,
.breadcrumb__trail > a.breadcrumb__current {
  color: var(--member-pink);
}

.member-head,
.page-heading,
.title,
.title-row {
  border: 1px solid var(--member-line);
  border-radius: 16px;
  background: linear-gradient(180deg, var(--member-pink-pale) 0%, #fff 100%);
  box-shadow: var(--member-shadow);
}

.member-head,
.page-heading,
.title,
.title-row {
  margin-bottom: 18px;
  padding: 20px;
}

.member-head h1,
.page-heading h1,
.title h1,
.title-row h1 {
  margin: 0;
  color: var(--member-ink);
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 900;
  line-height: 1.25;
}

.member-head p,
.page-heading p,
.title p,
.title-row p {
  margin: 6px 0 0;
  color: var(--member-muted);
  font-size: 14px;
  font-weight: 800;
}

.heading-kicker,
.summary-chip,
.free-badge,
.phone-ok,
.step,
.tag,
.status,
.badge {
  border: 1px solid var(--member-line);
  background: var(--member-pink-soft);
  color: var(--member-pink);
  font-weight: 900;
}

.shortcut-nav,
.filters,
.steps {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
}

.shortcut-nav {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shortcut-link,
.filter,
.step {
  border: 1px solid var(--member-line);
  border-radius: 10px;
  background: #fff;
  color: var(--member-ink);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(240, 0, 131, .06);
}

.shortcut-link:hover,
.filter.active,
.filter.is-active,
.step.active {
  border-color: var(--member-pink);
  background: var(--member-pink-soft);
  color: var(--member-pink);
}

.favorite-section,
.signup-card,
.login-card,
.card,
.store-card,
.blog-card,
.girl-card,
.group,
.timetable,
.location-section {
  border: 1px solid var(--member-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--member-shadow);
}

.location-section {
  min-inline-size: 0;
  padding: 18px 20px 20px;
}

.location-legend {
  padding: 0 6px;
  color: var(--member-ink);
  font-size: 13px;
  font-weight: 900;
}

.location-choice {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.location-choice label {
  position: relative;
  display: block;
}

.location-choice input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.location-choice .location-choice-text {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--member-line);
  border-radius: 10px;
  background: #fff;
  color: var(--member-muted);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.location-choice input:checked + .location-choice-text {
  border-color: var(--member-pink);
  background: var(--member-pink-soft);
  color: var(--member-pink-dark);
  box-shadow: inset 0 0 0 1px var(--member-pink);
}

.location-panel {
  margin-top: 20px;
}

.location-section + .field {
  margin-top: 24px;
}

.address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.privacy-note {
  margin: 8px 0 0;
  color: var(--member-muted);
  font-size: 12px;
  font-weight: 800;
}

.section-heading,
.section-title-wrap,
.timetable-head {
  border-bottom-color: var(--member-line);
}

.section-heading h2,
.section-label,
.group h3,
.timetable-head h3 {
  color: var(--member-ink);
  font-size: 18px;
  font-weight: 900;
}

.section-heading p,
.section-title-wrap p,
.group-note,
.hint,
.field-hint,
.submit-note,
.security-note {
  color: var(--member-muted);
  font-weight: 800;
}

.form-input,
.control,
.readonly-control,
textarea,
select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"] {
  border: 1px solid var(--member-line);
  border-radius: 8px;
  background: #fff;
  color: var(--member-ink);
}

.control,
.readonly-control,
select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"] {
  min-height: 52px;
}

.readonly-control {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 800;
}

.form-input:focus,
.control:focus,
textarea:focus,
select:focus,
input:focus {
  border-color: var(--member-pink);
  outline: 3px solid rgba(240, 0, 131, .12);
}

.form-group + .form-group {
  margin-top: 22px;
}

.field-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 900;
}

.field-wrap {
  position: relative;
}

.field-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 20px;
  color: #9b9397;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-input {
  width: 100%;
  min-height: 56px;
  padding: 0 46px;
  font-size: 16px;
}

.form-input.no-leading-icon {
  padding-left: 16px;
}

.form-input::placeholder {
  color: #aaa2a6;
}

.password-input {
  padding-right: 55px;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #817a7d;
  cursor: pointer;
  transform: translateY(-50%);
}

.password-toggle:hover {
  background: var(--member-pink-soft);
  color: var(--member-pink);
}

.password-toggle svg {
  width: 21px;
  height: 21px;
}

.field-error {
  min-height: 0;
  margin: 6px 2px 0;
  color: #c52d42;
  font-size: 12px;
  font-weight: 700;
}

.field-error:empty {
  display: none;
}

.form-options {
  margin: 18px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.remember-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5d575a;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.remember-label input {
  width: 19px;
  height: 19px;
  margin: 0;
  accent-color: var(--member-pink);
}

.forgot-link {
  color: var(--member-pink);
  font-size: 14px;
  font-weight: 900;
  text-underline-offset: 3px;
}

.free-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 11px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.45;
}

.free-badge svg {
  width: 14px;
  height: 14px;
}

.form-note {
  margin: 0 0 26px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f8f5f6;
  color: #655e61;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.field-hint {
  display: block;
  margin: -3px 0 8px;
  color: #8a8386;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.reservation-note {
  margin-top: 10px;
  padding: 11px 13px;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  border: 1px solid var(--member-line);
  border-radius: 10px;
  background: var(--member-pink-soft);
  color: #674b54;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
}

.reservation-note svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  margin-top: 1px;
  color: var(--member-pink);
}

.reservation-note strong {
  color: var(--member-pink);
}

.password-meter {
  height: 5px;
  margin-top: 9px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.password-meter .password-meter-text {
  border-radius: 99px;
  background: #ece7e9;
  transition: background .2s;
}

.password-meter[data-level="1"] span:nth-child(1) {
  background: #df6d77;
}

.password-meter[data-level="2"] span:nth-child(-n+2) {
  background: #e3a24e;
}

.password-meter[data-level="3"] span {
  background: #50a677;
}

.radio-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.radio-option {
  position: relative;
  cursor: pointer;
}

.radio-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.radio-option .radio-option-text {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--member-line);
  border-radius: 10px;
  background: #fff;
  color: #625c5f;
  font-size: 14px;
  font-weight: 800;
}

.radio-option input:checked + .radio-option-text {
  border-color: var(--member-pink);
  background: var(--member-pink-soft);
  color: var(--member-pink);
  box-shadow: inset 0 0 0 1px var(--member-pink);
}

fieldset {
  min-width: 0;
  margin: 23px 0 0;
  padding: 0;
  border: 0;
}

fieldset + .radio-option {
  display: block;
  margin-top: 32px;
}

.legend-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 900;
}

.agreement-box {
  margin-top: 28px;
  padding: 17px 18px;
  border: 1px solid var(--member-line);
  border-radius: 12px;
  background: #fbf9fa;
}

.agreement-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #514b4e;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
  cursor: pointer;
}

.agreement-label input {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin: 3px 0 0;
  accent-color: var(--member-pink);
}

.agreement-label a {
  color: var(--member-pink);
  font-weight: 900;
}

.submit-note {
  margin: 10px 0 0;
  color: var(--member-muted);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.signup-section,
.login-section {
  margin-top: 28px;
  padding-top: 25px;
  border-top: 1px solid var(--member-line);
  text-align: center;
}

.signup-section h2 {
  margin: 0;
  color: var(--member-ink);
  font-size: 17px;
  font-weight: 900;
}

.signup-section p,
.login-section p {
  margin: 6px 0 16px;
  color: var(--member-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.required,
.optional {
  display: inline-block;
  margin-left: 7px;
  padding: 1px 7px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.45;
  vertical-align: 2px;
}

.required {
  background: var(--member-pink);
  color: #fff;
}

.optional {
  background: #f2f2f2;
  color: #777;
}

.submit,
.confirm-button,
.login-button,
.signup-button,
.back-login-button,
.detail,
.reserve,
.detail-button,
.reserve-button,
.store-detail,
.store-reserve,
.read-blog {
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.submit,
.confirm-button,
.login-button {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  font-size: 16px;
  cursor: pointer;
}

.signup-card .confirm-button {
  margin-top: 26px;
}

.signup-button,
.back-login-button,
.reserve,
.reserve-button,
.store-reserve,
.read-blog {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  background: linear-gradient(180deg, #fb1a82 0%, var(--member-pink) 100%);
  color: #fff;
}

.detail,
.detail-button,
.store-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--member-line);
  background: #fff;
  color: var(--member-pink);
}

.message,
.form-message {
  display: none;
  margin: 18px 0 0;
  padding: 11px 13px;
  border-radius: 9px;
  background: #edf8f1;
  color: var(--member-pink);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.message.is-visible,
.form-message.is-visible {
  display: block;
}

.photo img,
.blog-photo img,
.store-card img,
.girl-card img {
  display: block;
  width: 100%;
  height: auto;
}

.footer,
.footer-links {
  color: var(--member-muted);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.security-note svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  color: currentColor;
}

@media (max-width: 760px) {
  .header-inner,
  .header-in,
  .page-shell,
  .shell,
  .signup-shell,
  .login-shell {
    width: min(100% - 20px, 1180px);
  }

  .signup-shell,
  .login-shell {
    width: min(100% - 20px, 590px);
  }

  .auth-page .signup-shell {
    margin-top: 32px;
  }

  .auth-page {
    min-height: 100dvh;
    align-items: flex-start;
    padding: 18px 0 28px;
  }

  .auth-modal {
    max-height: calc(100dvh - 46px);
    padding: 24px 18px 28px;
    border-radius: 14px;
  }

  .auth-modal__close {
    width: 32px;
    height: 32px;
    margin: -6px -6px 0 0;
  }

  .auth-page .page-heading {
    margin-bottom: 12px;
  }

  .header-inner,
  .header-in {
    min-height: 64px;
  }

  .brand::before {
    width: 134px;
    height: 40px;
  }

  .brand-copy,
  .brand > span:not(.brand-mark):not(.mark) {
    display: none;
  }

  .login-link,
  .logout-button,
  .back {
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }

  .shortcut-nav,
  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .radio-options {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .radio-option .radio-option-text {
    min-height: 47px;
  }

  .location-section {
    padding: 16px 14px 18px;
  }

  .location-choice,
  .address-grid {
    grid-template-columns: 1fr;
  }

  .location-choice .location-choice-text {
    min-height: 46px;
  }

  .agreement-box {
    padding: 14px;
  }

  .form-options {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .forgot-link {
    margin-left: 27px;
  }

  .member-head,
  .page-heading,
  .title,
  .title-row {
    padding: 16px;
  }
}

.summary-chip,
.carousel-status,
.photo-badge,
.photo-tag,
.tag,
.status .status-text,
.phone-status,
.phone-ok,
.required,
.free-badge,
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: fit-content;
  min-height: 24px;
  padding: 3px 8px;
  border: 1px solid var(--member-pink);
  border-radius: 999px;
  background: var(--member-pink-soft);
  color: var(--member-pink);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

.summary-chip strong,
.photo-tag.now,
.photo-tag.blog,
.tag.now,
.tag.blog {
  color: var(--member-pink);
}

.photo-tag.now,
.photo-tag.blog,
.tag.now,
.tag.blog {
  border-color: var(--member-pink);
  background: var(--member-pink-soft);
}

.photo-tags:has(.photo-tag.now),
.tags:has(.tag.now) {
  top: 10px;
  right: auto;
  bottom: auto;
  left: 10px;
}

.photo-tag.now,
.tag.now {
  width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  border-radius: 50%;
  background: var(--member-pink);
  color: #fff;
  font-size: 0;
  box-shadow: 0 6px 14px rgba(240, 0, 131, .2);
}

.photo-tag.now::before,
.tag.now::before {
  content: "⚡";
  font-size: 16px;
  line-height: 1;
}

.status {
  border: 0;
  background: transparent;
  color: inherit;
}

.girl-photo .cast-card__badge,
.photo .cast-card__badge {
  position: absolute;
  z-index: 2;
  display: block;
  width: auto;
  height: var(--corner-icon-size, clamp(32px, 24%, 52px));
  max-width: calc(50% - 8px);
  object-fit: contain;
  pointer-events: none;
}

.girl-photo .cast-card__badge--new,
.photo .cast-card__badge--new {
  top: 4px;
  left: 4px;
}

.girl-photo .cast-card__badge--attendance,
.photo .cast-card__badge--attendance {
  bottom: 4px;
  left: 4px;
}

.girl-photo .cast-card__badge--now,
.photo .cast-card__badge--now {
  top: 4px;
  right: auto;
  left: 4px;
}

.girl-photo .cast-card__badge--blog,
.photo .cast-card__badge--blog {
  right: 4px;
  bottom: 4px;
}

.girl-photo__link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.favorite-girl-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.favorite-girl-grid::-webkit-scrollbar {
  display: none;
}

.favorite-girl-grid .card {
  min-width: 0;
  overflow: hidden;
}

.favorite-girl-grid .photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: linear-gradient(155deg, #f6e1e7, #dca4b5);
}

.favorite-girl-grid .girl-photo__link > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.favorite-girl-grid .body {
  padding: 14px;
}

.favorite-girl-grid .body--with-status {
  padding-top: 2px;
}

.favorite-girl-grid .heart {
  position: absolute;
  z-index: 4;
  top: 10px;
  right: 10px;
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.favorite-girl-grid .heart svg {
  width: 20px;
  height: 20px;
}

.favorite-girl-grid .shop {
  margin: 0;
  overflow: hidden;
  color: var(--member-muted);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.favorite-girl-grid .name {
  overflow: hidden;
  margin: 1px 0 4px;
  font-size: 19px;
  line-height: 1.4;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.favorite-girl-grid .age {
  color: var(--member-muted);
  font-size: 11px;
  font-weight: 500;
}

.favorite-girl-grid .size {
  margin: 0 0 8px;
  overflow: hidden;
  color: var(--member-muted);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.favorite-girl-grid .schedule {
  margin: 0 0 11px;
  padding: 7px 8px;
  border-radius: 7px;
  background: #f7f4f5;
  font-size: 10px;
  font-weight: 800;
}

.favorite-girl-grid .actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.favorite-girl-grid .actions a {
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.favorite-girl-grid .detail {
  border: 1px solid var(--member-line);
  color: var(--member-ink);
}

.favorite-girl-grid .reserve {
  color: #fff;
  background: var(--member-pink);
}

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

.member-shop-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 7px;
  padding: 3px 8px;
  overflow: hidden;
  border-radius: 3px;
  background: var(--member-pink);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.4;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.favorite-girl-grid .member-shop-badge {
  color: #fff;
  font-size: 10px;
}

.store-name .member-shop-badge,
.visual .member-shop-badge {
  margin: 0;
  color: #fff;
}

.girl-body > .cast-card__info,
.body > .cast-card__info {
  min-height: 22px;
  margin: 2px 0 7px;
  padding: 0;
}

.body--with-status {
  padding-top: 2px;
}

.body--with-status > .cast-card__info {
  margin-top: 2px;
}

.girl-media .cast-card__info {
  min-height: 22px;
  margin-top: 2px;
  padding: 0 0 2px;
}

.girl-media .cast-card__status-badges,
.girl-body .cast-card__status-badges,
.body .cast-card__status-badges {
  min-height: 20px;
}

.girl-media .cast-card__status-badges:empty,
.girl-body .cast-card__status-badges:empty,
.body .cast-card__status-badges:empty {
  display: grid;
}

.girl-media .cast-card__status-pill--blog,
.body .cast-card__status-pill--blog,
.girl-body .cast-card__status-pill--blog {
  grid-column: 2;
}

.favorite-button,
.heart {
  background: var(--member-pink);
  color: #fff;
}

.favorite-button.is-muted,
.heart.is-muted {
  opacity: .42;
}

.breadcrumb .breadcrumb__member-action {
  color: var(--member-pink);
}

.member-mobile-nav {
  display: none;
}

.detail-button,
.reserve-button,
.detail,
.reserve {
  font-size: 20px;
  line-height: 1.35;
}

.store-detail,
.store-reserve {
  font-size: 20px;
  line-height: 1.35;
}

@media (max-width: 700px) {
  .favorite-girl-grid {
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 18px) / 2.15);
    grid-template-columns: none;
    gap: 9px;
  }

  .favorite-girl-grid .body {
    padding: 10px;
  }

  .favorite-girl-grid .body--with-status {
    padding-top: 2px;
  }

  .favorite-girl-grid .name {
    font-size: 16px;
  }

  .favorite-girl-grid .actions {
    grid-template-columns: 1fr;
  }

  .favorite-girl-grid .actions a {
    min-height: 36px;
    font-size: 12px;
  }

  .detail-button,
  .reserve-button,
  .detail,
  .reserve,
  .store-detail,
  .store-reserve {
    font-size: 12px;
  }
}

@media (max-width: 1100px) {
  .breadcrumb {
    flex-wrap: nowrap;
  }

  .breadcrumb__trail {
    min-width: 0;
    flex: 1 1 auto;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .breadcrumb__member-actions {
    width: auto;
    flex: 0 0 auto;
    justify-content: flex-end;
    margin-top: 0;
    margin-left: auto;
  }
}

@media (max-width: 640px) {
  body:has(.member-mobile-nav) {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .member-mobile-nav {
    position: fixed;
    z-index: 80;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 72px;
    padding-bottom: env(safe-area-inset-bottom);
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    border-top: 1px solid #e8dfe2;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -7px 22px rgba(67, 45, 52, .08);
    backdrop-filter: blur(8px);
  }

  .member-mobile-nav__link {
    min-width: 0;
    min-height: 72px;
    padding: 7px 2px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    color: #777074;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
  }

  .member-mobile-nav__link--current {
    color: var(--member-pink-dark);
    background: var(--member-pink-soft);
  }

  .member-mobile-nav__icon {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
  }

  .member-mobile-nav__icon-wrap {
    position: relative;
    display: inline-flex;
  }

  .member-mobile-nav__badge {
    position: absolute;
    top: -5px;
    right: -8px;
    display: inline-flex;
    min-width: 14px;
    height: 14px;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #fff;
    border-radius: 999px;
    padding: 0 3px;
    color: #fff;
    background: var(--member-pink);
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
  }

  .page-main,
  .main {
    padding-top: 10px;
  }

  .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    overflow: visible;
    white-space: normal;
    font-size: 10px;
    line-height: 1;
  }

  .breadcrumb__trail {
    min-width: 0;
    flex: 1 1 auto;
    gap: 4px;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .breadcrumb__member-actions {
    width: auto;
    flex: 0 0 auto;
    margin-top: 0;
    margin-left: auto;
    gap: 6px;
  }

  .breadcrumb__member-actions--logged-in .breadcrumb__member-action {
    min-width: 94px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
