.bcase {
  --bt-sns-unit-width: 1032px;
  --bt-serif: "Shippori Mincho", "Yu Mincho", "YuMincho", serif;
  --bt-noto-serif: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  --bt-cormorant: "Cormorant Garamond", "Times New Roman", serif;
  --bt-sans: "Noto Sans JP", -apple-system, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --bt-gold-dk: #8c7b64;
  --bcase-ink: #2a2620;
  --bcase-muted: #6d6458;
  --bcase-line: #ded6c7;
  --bcase-soft: #faf7f2;
  --bcase-gold: #b99e74;
  --bcase-gold-dark: #8c7b64;
  --bcase-serif: "Shippori Mincho", "Yu Mincho", "YuMincho", serif;
  --bcase-sans: "Noto Sans JP", -apple-system, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: var(--bcase-ink);
  background: #fff;
  font-family: var(--bcase-sans);
  font-feature-settings: "palt";
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

/* Final override: keep the case filter visually identical to the price-page category navigation. */
#beauty-case-page.bcase .bcase-filter {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 26px 34px;
  align-items: start;
  padding: 30px 34px 32px;
  border: 1px solid rgba(185, 158, 116, .22);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.58));
  box-shadow: 0 18px 44px rgba(58, 45, 30, .06);
}

#beauty-case-page.bcase .bcase-filter__group {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#beauty-case-page.bcase .bcase-filter__group:nth-of-type(1) {
  grid-column: span 5;
}

#beauty-case-page.bcase .bcase-filter__group:nth-of-type(2) {
  grid-column: span 3;
}

#beauty-case-page.bcase .bcase-filter__group:nth-of-type(3) {
  grid-column: span 4;
}

#beauty-case-page.bcase .bcase-filter__group:nth-of-type(4) {
  grid-column: span 3;
}

#beauty-case-page.bcase .bcase-filter__group:nth-of-type(5) {
  grid-column: span 9;
}

#beauty-case-page.bcase .bcase-filter__heading {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  color: #2a2620;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .04em;
  white-space: normal;
}

#beauty-case-page.bcase .bcase-filter__heading span {
  display: inline-block;
  flex: 0 0 auto;
  color: #b99e74;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .14em;
}

#beauty-case-page.bcase .bcase-filter__items {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

#beauty-case-page.bcase .bcase-filter button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(185, 158, 116, .54);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #6d6458;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .04em;
  white-space: nowrap;
  text-align: center;
  box-shadow: 0 8px 18px rgba(58, 45, 30, .035);
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

#beauty-case-page.bcase .bcase-filter button.is-empty {
  color: #6d6458;
  border-color: rgba(185, 158, 116, .54);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 8px 18px rgba(58, 45, 30, .035);
  opacity: 1;
}

#beauty-case-page.bcase .bcase-filter button:hover,
#beauty-case-page.bcase .bcase-filter button.is-active {
  background: #8c7b64;
  border-color: #8c7b64;
  color: #fff;
  box-shadow: 0 12px 22px rgba(140, 123, 100, .16);
  opacity: 1;
  transform: translateY(-1px);
}

#beauty-case-page.bcase .bcase-filter__count-text {
  color: inherit;
  font-size: .86em;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (max-width: 768px) {
  #beauty-case-page.bcase .bcase-filter {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    overflow: visible;
    margin-inline: 0;
    padding: 14px;
  }

  #beauty-case-page.bcase .bcase-filter__group {
    grid-column: auto !important;
    width: 100%;
    padding: 0;
  }

  #beauty-case-page.bcase .bcase-filter__heading {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.25;
  }

  #beauty-case-page.bcase .bcase-filter__heading span {
    font-size: 13px;
    letter-spacing: .12em;
  }

  #beauty-case-page.bcase .bcase-filter__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    gap: 6px;
  }

  #beauty-case-page.bcase .bcase-filter button {
    width: 100%;
    min-height: 32px;
    padding: 4px 8px;
    font-size: 11.5px;
    line-height: 1.25;
    white-space: normal;
  }
}

.bcase *,
.bcase *::before,
.bcase *::after {
  box-sizing: border-box;
}

.bcase-container {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}

#beauty-case-page.bcase .bt-reserve__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: calc((var(--bt-sns-unit-width) - 20px) / 2);
  flex-shrink: 0;
  padding: 24px 0;
  background: #62A87C;
  color: #fff;
  font-family: var(--bt-sans);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: .08em;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  transition: background .3s ease;
}

#beauty-case-page.bcase .bt-reserve__title .bt-sec-title__sub {
  display: block;
  margin-bottom: 0;
  color: #fff;
  font-family: var(--bt-noto-serif);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .09em;
}

#beauty-case-page.bcase .bt-reserve__btn:nth-of-type(2) {
  background: #6276A8;
}

#beauty-case-page.bcase .bt-reserve__btn:hover {
  filter: brightness(.95);
}

@media (max-width: 1024px) {
  #beauty-case-page.bcase .bt-reserve__btn {
    width: calc((90vw - 20px) / 2);
    max-width: calc((var(--bt-sns-unit-width) - 20px) / 2);
  }
}

@media (max-width: 768px) {
  #beauty-case-page.bcase .bt-reserve__title .bt-sec-title__sub {
    font-size: 34px;
    line-height: 1.25;
  }

  #beauty-case-page.bcase .bt-reserve__btn {
    width: 100%;
    flex-shrink: 1;
    padding: 20px 0;
    border-radius: 10px;
  }
}

.bcase-hero {
  background: #fff;
}

.bcase-hero__inner {
  padding: 42px 0 26px;
}

.bcase-hero__bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 40px;
}

.bcase-hero--single .bcase-hero__bar {
  grid-template-columns: 1fr;
}

.bcase-hero h1 {
  margin: 0;
  color: var(--bcase-gold-dark);
  font-family: var(--bcase-serif);
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: .12em;
}

.bcase-hero__lead {
  margin: 12px 0 0;
  color: var(--bcase-ink);
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .18em;
}

.bcase-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 30px 0 0;
  color: #7d746a;
  font-size: 11px;
  line-height: 1.7;
}

.bcase-breadcrumb a,
.bcase-breadcrumb span {
  color: inherit;
  text-decoration: none;
}

.bcase-breadcrumb a::after {
  content: "/";
  margin-left: 9px;
  color: #b9ad9c;
}

.bcase-search {
  display: grid;
  gap: 8px;
  color: var(--bcase-muted);
  font-size: 11px;
  line-height: 1.4;
}

.bcase-search input {
  width: 100%;
  height: 40px;
  border: 1px solid var(--bcase-line);
  border-radius: 999px;
  padding: 0 42px 0 18px;
  color: var(--bcase-ink);
  background:
    linear-gradient(var(--bcase-ink), var(--bcase-ink)) right 18px center / 9px 1px no-repeat,
    radial-gradient(circle at center, transparent 43%, var(--bcase-ink) 46%, var(--bcase-ink) 58%, transparent 61%) right 25px center / 14px 14px no-repeat,
    #fff;
  font: inherit;
  font-size: 13px;
}

.bcase-list {
  padding: 10px 0 112px;
}

.bcase-head {
  display: none;
}

.bcase-head h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

.bcase-head__lead {
  width: min(720px, 100%);
  margin: 12px 0 0;
  color: var(--bcase-muted);
  font-size: 13px;
  line-height: 2;
}

.bcase-finder {
  margin: 0 0 64px;
}

.bcase-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bcase-filter button {
  position: relative;
  min-height: 42px;
  border: 1px solid var(--bcase-gold);
  border-radius: 999px;
  padding: 6px 20px 7px;
  color: var(--bcase-gold-dark);
  background: #fff;
  font-size: 13px;
  line-height: 1.25;
  cursor: pointer;
  transition: background .22s ease, color .22s ease, border-color .22s ease, transform .22s ease;
}

.bcase-filter button span {
  display: block;
  margin-bottom: 2px;
  font-family: var(--bcase-serif);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.bcase-filter button.is-active,
.bcase-filter button:hover {
  border-color: var(--bcase-gold-dark);
  color: #fff;
  background: var(--bcase-gold);
}

.bcase-filter button:hover {
  transform: translateY(-1px);
}

.bcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 56px;
  row-gap: 78px;
}

.bcase-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  scroll-margin-top: 110px;
}

.bcase-card[hidden] {
  display: none;
}

.bcase-card__media,
.bcase-single__media {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
}

.bcase-card__media {
  margin-bottom: 20px;
  color: inherit;
  text-decoration: none;
}

.bcase-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(185, 158, 116, 0);
  pointer-events: none;
  transition: border-color .24s ease;
}

.bcase-card__media:hover::after {
  border-color: rgba(185, 158, 116, .65);
}

.bcase-card__arrow {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 43%;
  width: 42px;
  height: 42px;
  border: 1px solid var(--bcase-gold);
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
  transform: translate(-50%, -50%);
}

.bcase-card__arrow::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 20px;
  width: 14px;
  height: 1px;
  background: var(--bcase-gold-dark);
}

.bcase-card__arrow::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 16px;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--bcase-gold-dark);
  border-right: 1px solid var(--bcase-gold-dark);
  transform: rotate(45deg);
}

.bcase-photo {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 8px;
  border: 0;
  padding: 0;
  color: var(--bcase-ink);
  background: transparent;
  font: inherit;
}

button.bcase-photo {
  cursor: zoom-in;
}

.bcase-photo img {
  width: 100%;
  aspect-ratio: 3 / 3.75;
  display: block;
  object-fit: cover;
  background: #f2eee8;
}

.bcase-photo span {
  display: block;
  color: var(--bcase-muted);
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}

.bcase-card__cat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--bcase-gold-dark);
  font-size: 12px;
  line-height: 1.5;
}

.bcase-card__cat span {
  font-family: var(--bcase-serif);
  font-size: 10px;
  letter-spacing: .14em;
}

.bcase-card h3 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.bcase-card__text {
  margin: 0 0 22px;
  color: var(--bcase-ink);
  font-size: 13px;
  line-height: 1.9;
}

.bcase-detail-link {
  position: relative;
  margin-top: auto;
  width: 150px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bcase-gold);
  color: var(--bcase-gold-dark);
  background: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  transition: background .24s ease, color .24s ease, border-color .24s ease;
}

.bcase-detail-link::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 14px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.bcase-detail-link:hover {
  border-color: var(--bcase-gold-dark);
  color: #fff;
  background: var(--bcase-gold);
}

.bcase-single {
  padding: 36px 0 112px;
}

.bcase-single__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 58px;
  align-items: start;
}

.bcase-single__media {
  position: sticky;
  top: 118px;
}

.bcase-single__body {
  min-width: 0;
}

.bcase-single__body h2 {
  margin: 0 0 22px;
  font-family: var(--bcase-serif);
  color: var(--bcase-ink);
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: .08em;
}

.bcase-single__lead {
  margin: 0 0 30px;
  color: var(--bcase-ink);
  font-size: 15px;
  line-height: 2;
}

.bcase-detail {
  margin: 0;
}

.bcase-detail div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  border-top: 1px solid var(--bcase-line);
}

.bcase-detail div:last-child {
  border-bottom: 1px solid var(--bcase-line);
}

.bcase-detail dt {
  margin: 0;
  padding: 18px 18px 18px 0;
  color: var(--bcase-gold-dark);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.bcase-detail dd {
  margin: 0;
  padding: 18px 0;
  color: var(--bcase-ink);
  font-size: 13px;
  line-height: 1.9;
}

.bcase-note {
  margin: 18px 0 0;
  color: var(--bcase-muted);
  font-size: 12px;
  line-height: 1.9;
}

.bcase-empty {
  margin: 34px 0 0;
  padding: 26px;
  border: 1px solid var(--bcase-line);
  color: var(--bcase-muted);
  text-align: center;
}

.bcase-legal {
  padding: 78px 0 92px;
  border-top: 1px solid #eee7dc;
  background: var(--bcase-soft);
}

.bcase-legal h2 {
  margin: 0;
  color: var(--bcase-gold-dark);
  font-family: var(--bcase-serif);
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: .1em;
  text-align: center;
}

.bcase-legal__jp {
  margin: 12px 0 40px !important;
  color: var(--bcase-ink) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  text-align: center;
}

.bcase-legal p {
  width: min(960px, 100%);
  margin: 0 auto 16px;
  color: var(--bcase-muted);
  font-size: 14px;
  line-height: 2;
}

.bcase-back {
  width: 196px;
  min-height: 46px;
  margin: 36px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bcase-ink);
  border-radius: 999px;
  color: var(--bcase-ink);
  text-decoration: none;
  font-size: 13px;
}

.bcase-back--left {
  margin-left: 0;
  margin-right: 0;
}

.bcase-lightbox {
  width: min(920px, calc(100% - 32px));
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
}

.bcase-lightbox::backdrop {
  background: rgba(20, 16, 13, .86);
}

.bcase-lightbox img {
  width: 100%;
  max-height: 78vh;
  display: block;
  object-fit: contain;
  background: #111;
}

.bcase-lightbox p {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.bcase-lightbox__close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.bcase-lightbox__close::before,
.bcase-lightbox__close::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 17px;
  width: 16px;
  height: 1px;
  background: #fff;
}

.bcase-lightbox__close::before {
  transform: rotate(45deg);
}

.bcase-lightbox__close::after {
  transform: rotate(-45deg);
}

@media (max-width: 1020px) {
  .bcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 42px;
  }

  .bcase-single__grid {
    grid-template-columns: 1fr;
  }

  .bcase-single__media {
    position: static;
  }
}

@media (max-width: 760px) {
  .bcase-container {
    width: min(100% - 28px, 1180px);
  }

  .bcase-hero__inner {
    padding: 24px 0 18px;
  }

  .bcase-hero__bar {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bcase-breadcrumb {
    margin-top: 22px;
    font-size: 10px;
  }

  .bcase-hero h1 {
    font-size: 32px;
    letter-spacing: .08em;
  }

  .bcase-hero__lead {
    margin-top: 8px;
    font-size: 13px;
  }

  .bcase-list,
  .bcase-single {
    padding-bottom: 70px;
  }

  .bcase-search {
    width: min(260px, 100%);
  }

  .bcase-finder {
    width: calc(100% + 14px);
    margin-right: -14px;
    margin-bottom: 42px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .bcase-filter {
    flex-wrap: nowrap;
    gap: 9px;
    padding-bottom: 8px;
  }

  .bcase-filter button {
    min-width: 132px;
    min-height: 38px;
    padding: 6px 14px;
    font-size: 11px;
    white-space: nowrap;
  }

  .bcase-grid {
    display: block;
  }

  .bcase-card {
    margin-bottom: 48px;
  }

  .bcase-card__media {
    margin-bottom: 15px;
  }

  .bcase-card__arrow {
    width: 34px;
    height: 34px;
  }

  .bcase-card__arrow::before {
    left: 11px;
    top: 16px;
    width: 12px;
  }

  .bcase-card__arrow::after {
    left: 17px;
    top: 13px;
    width: 7px;
    height: 7px;
  }

  .bcase-photo img {
    aspect-ratio: 3 / 3.55;
  }

  .bcase-photo span {
    font-size: 10px;
  }

  .bcase-card h3,
  .bcase-card__text {
    font-size: 12px;
    line-height: 1.85;
  }

  .bcase-card__text {
    margin-bottom: 18px;
  }

  .bcase-detail-link {
    width: 132px;
    min-height: 38px;
    font-size: 12px;
  }

  .bcase-single__grid {
    gap: 34px;
  }

  .bcase-single__body h2 {
    font-size: 23px;
  }

  .bcase-single__lead {
    font-size: 13px;
  }

  .bcase-detail div {
    grid-template-columns: 1fr;
    padding: 14px 0;
  }

  .bcase-detail dt,
  .bcase-detail dd {
    padding: 0;
    font-size: 12px;
  }

  .bcase-detail dt {
    margin-bottom: 8px;
  }

  .bcase-legal {
    padding: 58px 0 64px;
  }

  .bcase-legal h2 {
    font-size: 26px;
  }

  .bcase-legal__jp {
    margin-bottom: 26px !important;
    font-size: 13px !important;
  }

  .bcase-legal p {
    font-size: 12px;
    line-height: 2;
  }
}

/* ---------------------------------------------------------
   Arrow / labels / reservation redesign
--------------------------------------------------------- */
.bcase-photo span {
  display: block !important;
}

.bcase-card__media .bcase-photo span {
  min-height: 30px;
  padding-top: 8px;
  color: var(--bcase-ink);
  font-size: 0;
  line-height: 1.35;
  text-align: center;
}

.bcase-card__media .bcase-photo span b {
  margin: 0;
  color: var(--bcase-gold-dark);
  font-family: var(--bcase-serif);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .16em;
}

.bcase-single__media .bcase-photo span {
  display: flex !important;
}

.bcase-card__arrow {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(174, 151, 112, .62);
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(2px);
  box-shadow: 0 6px 18px rgba(42, 38, 32, .08);
}

.bcase-card__arrow::before {
  left: 15px;
  top: 24px;
  width: 20px;
  height: 2px;
  border: 0;
  border-radius: 999px;
  background: rgba(126, 113, 94, .82);
  transform: none;
}

.bcase-card__arrow::after {
  left: 27px;
  top: 18px;
  width: 11px;
  height: 11px;
  border-top: 2px solid rgba(126, 113, 94, .82);
  border-right: 2px solid rgba(126, 113, 94, .82);
  transform: rotate(45deg);
}

.bcase-detail-link:hover,
.bcase-back:hover {
  border-color: var(--bcase-gold-dark);
  color: #fff;
  background: var(--bcase-gold);
  transform: none;
  box-shadow: none;
}

/* reservation section — dark background (unified with price page) */
.bcase-reserve {
  background: #2a2620;
  border-top: none;
  position: relative;
  overflow: hidden;
}

.bcase-reserve::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(185, 158, 116, .12) 0%, transparent 55%);
  pointer-events: none;
}

.bcase-reserve__grid {
  width: min(980px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  border-top: none;
  border-left: none;
  position: relative;
}

.bcase-reserve__item {
  min-height: 108px;
  border: 1px solid rgba(185, 158, 116, .3);
  border-right: 1px solid rgba(185, 158, 116, .3);
  border-bottom: 1px solid rgba(185, 158, 116, .3);
  background: rgba(255, 255, 255, .04);
  color: rgba(255, 255, 255, .85);
  padding: 0 14px;
  gap: 8px;
}

.bcase-reserve__item::after {
  display: none;
}

.bcase-reserve__item:hover {
  color: #fff;
  background: var(--bcase-gold-dark);
  border-color: var(--bcase-gold-dark);
  transform: translateY(-3px);
}

.bcase-reserve__item:hover .bcase-reserve__icon {
  color: rgba(255, 255, 255, .9);
}

.bcase-reserve__item:hover .bcase-reserve__jp {
  color: #fff;
}

.bcase-reserve__icon {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  opacity: 1;
  color: var(--bcase-gold);
}

.bcase-reserve__jp {
  font-family: var(--bcase-sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  color: rgba(255, 255, 255, .85);
  text-align: center;
}

@media (max-width: 760px) {
  .bcase-card__media .bcase-photo span {
    min-height: 26px;
    padding-top: 7px;
  }

  .bcase-card__media .bcase-photo span b {
    font-size: 12px;
  }

  .bcase-card__arrow {
    width: 42px;
    height: 42px;
  }

  .bcase-card__arrow::before {
    left: 12px;
    top: 20px;
    width: 17px;
  }

  .bcase-card__arrow::after {
    left: 22px;
    top: 15px;
    width: 9px;
    height: 9px;
  }

  .bcase-reserve__grid {
    grid-template-columns: 1fr;
  }

  .bcase-reserve__item {
    min-height: 78px;
    padding: 0 22px;
  }
}

/* ---------------------------------------------------------
   Refinements: visibility, original image ratio, CTA units
--------------------------------------------------------- */
.bcase-search {
  position: relative;
  font-size: 13px;
  font-weight: 600;
}

.bcase-search::before {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 13px;
  z-index: 2;
  width: 14px;
  height: 14px;
  border: 2px solid var(--bcase-ink);
  border-radius: 50%;
  pointer-events: none;
}

.bcase-search::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 13px;
  z-index: 2;
  width: 9px;
  height: 2px;
  border-radius: 999px;
  background: var(--bcase-ink);
  transform: rotate(45deg);
  transform-origin: left center;
  pointer-events: none;
}

.bcase-search input {
  height: 46px;
  padding-right: 50px;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
}

.bcase-filter {
  gap: 14px;
}

.bcase-filter button {
  min-height: 48px;
  padding: 8px 24px 9px;
  border-width: 2px;
  font-size: 15px;
  font-weight: 600;
}

.bcase-filter button span {
  font-size: 12px;
  font-weight: 500;
}

.bcase-card__media::after,
.bcase-card__media:hover::after {
  content: none;
}

.bcase-card__arrow {
  top: calc((100% - 34px) / 2);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, .94);
}

.bcase-card__arrow::before {
  left: 15px;
  top: 23px;
  width: 17px;
  height: 2px;
}

.bcase-card__arrow::after {
  left: 24px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-top-width: 2px;
  border-right-width: 2px;
}

.bcase-photo img {
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
}

.bcase-photo span {
  min-height: 28px;
  color: var(--bcase-ink);
  font-size: 13px;
  font-weight: 600;
}

.bcase-photo span b {
  display: inline-block;
  margin-right: 8px;
  color: var(--bcase-gold-dark);
  font-family: var(--bcase-serif);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .12em;
}

.bcase-card__cat {
  font-size: 14px;
  font-weight: 600;
}

.bcase-card__cat span {
  font-size: 12px;
}

.bcase-card h3 {
  font-size: 17px;
  font-weight: 600;
}

.bcase-card__text {
  font-size: 15px;
  line-height: 1.95;
}

.bcase-detail-link {
  width: 164px;
  min-height: 48px;
  border-width: 2px;
  font-size: 15px;
  font-weight: 600;
}

.bcase-single__media {
  position: static;
}

.bcase-single__media .bcase-photo {
  gap: 12px;
}

.bcase-single__media .bcase-photo span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid var(--bcase-line);
  border-top: 0;
  background: #fff;
  font-size: 15px;
}

.bcase-single__media .bcase-photo span b {
  font-size: 13px;
}

.bcase-single__body h2 {
  font-weight: 500;
}

.bcase-single__lead {
  font-size: 16px;
  font-weight: 600;
}

.bcase-detail dt,
.bcase-detail dd {
  font-size: 15px;
}

.bcase-detail dt {
  font-weight: 800;
}

.bcase-note {
  font-size: 14px;
}

.bcase-legal {
  text-align: center;
}

.bcase-legal h2,
.bcase-legal__jp {
  width: 100%;
  text-align: center !important;
}

.bcase-legal p {
  text-align: left;
}

.bcase-reserve {
  padding: 80px 0 88px;
  background: #2a2620;
}

.bcase-reserve__head {
  margin: 0 0 44px;
  text-align: center;
}

.bcase-reserve__head p {
  margin: 0 0 10px;
  color: var(--bcase-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .26em;
}

.bcase-reserve__head h2 {
  margin: 0;
  color: #fff;
  font-family: var(--bcase-serif);
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .12em;
}

.bcase-reserve__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bcase-reserve__item {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(185, 158, 116, .3);
  color: rgba(255, 255, 255, .85);
  background: rgba(255, 255, 255, .04);
  text-decoration: none;
  transition: background .24s ease, color .24s ease, border-color .24s ease, transform .24s ease;
}

.bcase-reserve__item:hover {
  border-color: var(--bcase-gold-dark);
  color: #fff;
  background: var(--bcase-gold-dark);
  transform: translateY(-3px);
}

.bcase-reserve__en {
  color: var(--bcase-gold);
  font-family: var(--bcase-serif);
  font-size: 11px;
  letter-spacing: .2em;
  transition: color .24s ease;
}

.bcase-reserve__item:hover .bcase-reserve__en {
  color: rgba(255, 255, 255, .7);
}

.bcase-reserve__jp {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.4;
  text-align: center;
  color: rgba(255, 255, 255, .85);
}

.bcase .bt-monitor-fab {
  position: fixed;
  right: 20px;
  bottom: 22px;
  left: auto;
  z-index: 88;
  width: min(330px, calc(100vw - 32px));
  container-type: inline-size;
  overflow: visible;
  background: transparent;
  font-family: var(--bcase-serif);
}

.bcase .bt-monitor-fab[hidden],
.bcase .bt-monitor-fab.is-hidden {
  display: none !important;
}

.bcase .bt-monitor-fab__link {
  display: block;
  overflow: hidden;
  color: #fff !important;
  line-height: 0;
  text-decoration: none !important;
}

.bcase .bt-monitor-fab__panel {
  position: relative;
  display: block;
  aspect-ratio: 771 / 479;
  overflow: hidden;
  color: #fff;
}

.bcase .bt-monitor-fab__stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(90deg, #d7c39b 0 18%, #c6ad85 18% 100%);
}

.bcase .bt-monitor-fab__stage::before {
  content: "";
  position: absolute;
  inset: 11% 0;
  z-index: 3;
  background: linear-gradient(90deg, rgba(27, 24, 21, .58) 0%, rgba(27, 24, 21, .72) 38%, rgba(27, 24, 21, .84) 100%);
}

.bcase .bt-monitor-fab__wave {
  position: absolute;
  inset: -9% -19% -12% -3%;
  z-index: 2;
  width: 121%;
  height: 122%;
  object-fit: cover;
  object-position: 44% 50%;
  opacity: .52;
}

.bcase .bt-monitor-fab__woman {
  position: absolute;
  left: -1.6%;
  bottom: -1.2%;
  z-index: 4;
  width: 45%;
  height: auto;
}

.bcase .bt-monitor-fab__copy,
.bcase .bt-monitor-fab__period {
  position: absolute;
  z-index: 5;
  color: #e1cf98;
  text-align: center;
  text-shadow: 0 .22cqw .28cqw rgba(0, 0, 0, .58), 0 .05cqw 0 rgba(255, 255, 255, .18);
}

.bcase .bt-monitor-fab__copy {
  left: 38.2%;
  right: 4.6%;
  top: 18.6%;
}

.bcase .bt-monitor-fab__copy > span {
  display: block;
}

.bcase .bt-monitor-fab__clinic {
  color: #e4d3a0;
  font-size: clamp(8px, 2.78cqw, 17px);
  font-weight: 500;
  letter-spacing: .09em;
  white-space: nowrap;
}

.bcase .bt-monitor-fab__title {
  margin-top: 3.55cqw;
  color: #e2cf98;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-size: clamp(17px, 7.52cqw, 44px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: .04em;
  white-space: nowrap;
}

.bcase .bt-monitor-fab__divider {
  display: block;
  width: 72%;
  height: 1px;
  margin: 4.6cqw auto 0;
  background: rgba(226, 207, 152, .72);
}

.bcase .bt-monitor-fab__offer {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 5.55cqw;
  margin-top: 2.05cqw;
  padding-bottom: 3.55cqw;
}

.bcase .bt-monitor-fab__offer::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72%;
  height: 1px;
  background: rgba(226, 207, 152, .72);
  transform: translateX(-50%);
}

.bcase .bt-monitor-fab__menu {
  min-width: 16.3cqw;
  margin-top: 0;
  color: #e2cf98;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: .08em;
}

.bcase .bt-monitor-fab__menu-main,
.bcase .bt-monitor-fab__menu-sub {
  display: block;
  white-space: nowrap;
}

.bcase .bt-monitor-fab__menu-main {
  font-size: clamp(10px, 4.18cqw, 24px);
}

.bcase .bt-monitor-fab__menu-sub {
  margin-top: .65cqw;
  font-size: clamp(9px, 3.28cqw, 19px);
  letter-spacing: .15em;
}

.bcase .bt-monitor-fab__discount-text {
  color: #e2cf98;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-size: clamp(30px, 12.75cqw, 74px);
  font-weight: 500;
  line-height: .95;
}

.bcase .bt-monitor-fab__period {
  left: 40.1%;
  right: 4%;
  bottom: 13.6%;
  color: #fff;
  font-size: clamp(8px, 2.64cqw, 15.5px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .03em;
}

.bcase .bt-monitor-fab__close {
  position: absolute;
  right: -4.05cqw;
  top: -4.05cqw;
  z-index: 6;
  width: clamp(28px, 8.05cqw, 62px);
  height: clamp(28px, 8.05cqw, 62px);
  border: 0;
  border-radius: 50%;
  padding: 0;
  color: transparent;
  background: #000;
  cursor: pointer;
}

.bcase .bt-monitor-fab__close::before,
.bcase .bt-monitor-fab__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40%;
  height: 2px;
  background: #fff;
}

.bcase .bt-monitor-fab__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.bcase .bt-monitor-fab__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 1020px) {
  .bcase-reserve__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .bcase-reserve__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 760px) {
  .bcase-search::before {
    right: 22px;
    bottom: 12px;
  }

  .bcase-search::after {
    right: 15px;
    bottom: 12px;
  }

  .bcase-filter button {
    min-width: 150px;
    min-height: 44px;
    font-size: 13px;
  }

  .bcase-card h3,
  .bcase-card__text {
    font-size: 14px;
  }

  .bcase-photo span {
    font-size: 12px;
  }

  .bcase-detail-link {
    width: 146px;
    min-height: 42px;
    font-size: 13px;
  }

  .bcase-single__media .bcase-photo span {
    min-height: 34px;
    font-size: 13px;
  }

  .bcase-detail dt,
  .bcase-detail dd {
    font-size: 13px;
  }

  .bcase-reserve {
    padding: 56px 0 64px;
  }

  .bcase-reserve__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .bcase-reserve__item {
    min-height: 76px;
  }

  .bcase-reserve__jp {
    font-size: 15px;
  }

  .bcase .bt-monitor-fab {
    right: 12px;
    bottom: 14px;
    width: min(270px, calc(100vw - 24px));
  }
}

/* ---------------------------------------------------------
   Density and polish pass
--------------------------------------------------------- */
.bcase-container {
  width: min(1120px, calc(100% - 88px));
}

.bcase-hero__inner {
  padding: 54px 0 38px;
}

.bcase-list {
  padding: 28px 0 136px;
}

.bcase-finder {
  margin-bottom: 86px;
}

.bcase-grid {
  column-gap: 78px;
  row-gap: 112px;
}

.bcase-card__media {
  margin-bottom: 30px;
}

.bcase-photo span {
  display: none !important;
}

.bcase-card__arrow {
  top: 50%;
  width: 54px;
  height: 54px;
  border-color: #b9a27b;
  background: rgba(255, 255, 255, .96);
  transform: translate(-50%, -50%);
}

.bcase-card__arrow::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 26px;
  width: 20px;
  height: 2px;
  border: 0;
  border-radius: 999px;
  background: #8f806d;
  transform: none;
}

.bcase-card__arrow::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #8f806d;
  border-right: 2px solid #8f806d;
  transform: rotate(45deg);
}

.bcase-card h3 {
  margin-bottom: 18px;
}

.bcase-card__text {
  margin-bottom: 34px;
}

.bcase-detail-link,
.bcase-back {
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.bcase-detail-link:hover,
.bcase-back:hover {
  border-color: var(--bcase-gold-dark);
  color: #fff;
  background: var(--bcase-gold);
  transform: translateY(-3px);
  box-shadow: 0 14px 24px -20px rgba(42, 38, 32, .6);
}

.bcase-single {
  padding: 52px 0 126px;
}

.bcase-single__grid {
  gap: 86px;
}

.bcase-single__media {
  gap: 34px;
}

.bcase-single__body h2 {
  margin-bottom: 32px;
}

.bcase-single__lead {
  margin-bottom: 42px;
}

.bcase-detail div {
  padding: 4px 0;
}

.bcase-legal {
  padding: 104px 0 112px;
}

.bcase-legal h2 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.bcase-legal p {
  font-size: 16px;
  line-height: 2.15;
}

.bcase-legal__jp {
  margin-bottom: 52px !important;
}

.bcase-related {
  padding: 104px 0 112px;
}

.bcase-related__grid {
  gap: 40px;
}

.bcase-reserve {
  padding: 96px 0 108px;
}

.bcase-reserve__head {
  margin-bottom: 52px;
}

.bcase-reserve__grid {
  gap: 18px;
}

.bcase-reserve__item {
  min-height: 112px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 14px;
  gap: 8px;
  text-align: center;
}

.bcase-reserve__en {
  display: block;
  font-size: 11px;
  letter-spacing: .2em;
  color: var(--bcase-gold);
}

.bcase-reserve__item:hover .bcase-reserve__en {
  color: rgba(255, 255, 255, .7);
}

.bcase-reserve__icon {
  width: 30px;
  height: 30px;
  margin: 0;
  flex: 0 0 30px;
  color: var(--bcase-gold);
}

.bcase-reserve__jp {
  font-family: var(--bcase-sans);
  color: rgba(255, 255, 255, .85);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.4;
}

.bcase-reserve__item:hover .bcase-reserve__jp {
  color: #fff;
}

@media (max-width: 1020px) {
  .bcase-container {
    width: min(100% - 56px, 1120px);
  }

  .bcase-grid {
    column-gap: 52px;
    row-gap: 88px;
  }

  .bcase-single__grid {
    gap: 58px;
  }
}

@media (max-width: 760px) {
  .bcase-container {
    width: min(100% - 34px, 1120px);
  }

  .bcase-hero__inner {
    padding: 34px 0 28px;
  }

  .bcase-list {
    padding: 24px 0 92px;
  }

  .bcase-finder {
    margin-bottom: 58px;
  }

  .bcase-card {
    margin-bottom: 72px;
  }

  .bcase-card__media {
    margin-bottom: 28px;
  }

  .bcase-card__arrow {
    width: 46px;
    height: 46px;
  }

  .bcase-card__arrow::before {
    left: 14px;
    top: 22px;
    width: 17px;
  }

  .bcase-card__arrow::after {
    left: 24px;
    top: 17px;
    width: 10px;
    height: 10px;
  }

  .bcase-single,
  .bcase-legal,
  .bcase-related,
  .bcase-reserve {
    padding-top: 72px;
    padding-bottom: 82px;
  }

  .bcase-legal p {
    font-size: 14px;
    line-height: 2.05;
  }

  .bcase-reserve__head {
    margin-bottom: 34px;
  }

  .bcase-reserve__grid {
    gap: 14px;
  }

  .bcase-reserve__item {
    min-height: 72px;
    padding: 0 22px;
    gap: 14px;
  }

  .bcase-reserve__icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .bcase-reserve__jp {
    font-size: 15px;
    letter-spacing: .05em;
  }
}

/* ---------------------------------------------------------
   Final tuning based on live review screenshots
--------------------------------------------------------- */
.bcase-search::before {
  right: 25px;
  bottom: 17px;
  width: 15px;
  height: 15px;
}

.bcase-search::after {
  right: 16px;
  bottom: 17px;
  width: 10px;
}

.bcase-filter {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 26px 34px;
  align-items: start;
  padding: 30px 34px 32px;
  border: 1px solid rgba(185, 158, 116, .22);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.58));
  box-shadow: 0 18px 44px rgba(58, 45, 30, .06);
}

.bcase-filter__group {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.bcase-filter__group:nth-of-type(1) {
  grid-column: span 5;
}

.bcase-filter__group:nth-of-type(2) {
  grid-column: span 3;
}

.bcase-filter__group:nth-of-type(3) {
  grid-column: span 4;
}

.bcase-filter__group:nth-of-type(4) {
  grid-column: span 3;
}

.bcase-filter__group:nth-of-type(5) {
  grid-column: span 9;
}

.bcase-filter__heading {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  color: #2a2620;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .04em;
  white-space: normal;
}

.bcase-filter__heading span {
  display: inline-block;
  flex: 0 0 auto;
  color: #b49f7a;
  font-family: var(--bt-cormorant);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .14em;
}

.bcase-filter__items {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.bcase-filter button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  border: 1px solid rgba(185, 158, 116, .54);
  border-radius: 999px;
  padding: 0 16px;
  color: #6d6458;
  background: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  box-shadow: 0 8px 18px rgba(58, 45, 30, .035);
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.bcase-filter button.is-empty {
  color: #aaa098;
  border-color: rgba(185, 158, 116, .28);
  background: rgba(255, 255, 255, .42);
  box-shadow: none;
}

.bcase-filter__count-text {
  color: inherit;
  font-size: .86em;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.bcase-filter button.is-active,
.bcase-filter button:hover {
  color: #fff;
  background: #8c7b64;
  border-color: #8c7b64;
  box-shadow: 0 12px 22px rgba(140, 123, 100, .16);
  transform: translateY(-1px);
}

.bcase-filter button.is-active .bcase-filter__count-text,
.bcase-filter button:hover .bcase-filter__count-text {
  color: inherit;
}

.bcase-result-summary {
  margin: -28px 0 28px;
  color: #6d6458;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
}

.bcase-card__media {
  align-items: start;
}

.bcase-card__media .bcase-photo {
  display: block;
}

#beauty-case-page.bcase .bcase-card__media .bcase-photo img {
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.bcase-card__arrow {
  top: calc((100% - 39px) / 2);
}

.bcase-single__media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.bcase-single__media .bcase-photo {
  display: block;
}

.bcase-single__media .bcase-photo img {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.bcase-single__grid {
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
}

.bcase-detail div {
  grid-template-columns: 168px minmax(0, 1fr);
}

.bcase-legal .bcase-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bcase-legal h2 {
  max-width: 100%;
  text-align: center !important;
}

.bcase-legal__jp {
  display: block;
  text-align: center !important;
}

.bcase-legal p {
  max-width: 960px;
}

.bcase-related {
  padding: 84px 0 92px;
  background: #fff;
}

.bcase-related__head {
  margin: 0 0 36px;
  text-align: center;
}

.bcase-related__head p {
  margin: 0;
  color: #a89572;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.05em;
}

.bcase-related__head h2 {
  display: none;
}

.bcase-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.bcase-related__item {
  display: block;
  color: inherit;
  text-decoration: none;
}

.bcase-related__photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px;
  margin-bottom: 14px;
}

#beauty-case-page.bcase .bcase-related__photos img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.bcase-related__cat {
  display: block;
  margin-bottom: 7px;
  color: var(--bcase-gold-dark);
  font-size: 12px;
  font-weight: 600;
}

.bcase-related__title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}

.bcase-reserve__grid {
  gap: 16px;
}

.bcase-reserve__item {
  min-height: 124px;
  gap: 7px;
  border-color: #d4c7b6;
  background: linear-gradient(180deg, #fff 0%, #fbfaf8 100%);
}

.bcase-reserve__icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 2px;
  color: var(--bcase-gold-dark);
}

.bcase-reserve__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.bcase-reserve__item:hover .bcase-reserve__icon {
  color: #fff;
}

.bcase-reserve__en {
  font-size: 12px;
}

.bcase-reserve__jp {
  font-size: 16px;
}

.bcase .bt-monitor-fab {
  left: 20px;
  right: auto;
  bottom: 22px;
}

@media (max-width: 1020px) {
  .bcase-single__grid {
    grid-template-columns: 1fr;
  }

  .bcase-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .bcase-search::before {
    right: 23px;
    bottom: 15px;
  }

  .bcase-search::after {
    right: 14px;
    bottom: 15px;
  }

  .bcase-filter button {
    min-width: 0;
    min-height: 40px;
    font-size: 12px;
  }

  .bcase-filter {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    overflow: visible;
    margin-inline: 0;
    padding: 14px;
  }

  .bcase-filter__group {
    grid-column: auto !important;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .bcase-filter__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    gap: 6px;
  }

  .bcase-filter__heading {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.25;
  }

  .bcase-filter__heading span {
    font-size: 13px;
    letter-spacing: .12em;
  }

  .bcase-filter button {
    min-height: 32px;
    width: 100%;
    padding: 4px 8px;
    font-size: 11.5px;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
  }

  .bcase-card__arrow {
    top: calc((100% - 34px) / 2);
  }

  .bcase-detail div {
    grid-template-columns: 1fr;
  }

  .bcase-related {
    padding: 58px 0 64px;
  }

  .bcase-related__head p {
    font-size: 30px;
  }

  .bcase-related__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bcase-reserve__item {
    min-height: 92px;
  }

  .bcase .bt-monitor-fab {
    left: 12px;
    right: auto;
    bottom: 14px;
  }
}

/* ---------------------------------------------------------
   Review override: must stay last
--------------------------------------------------------- */
#beauty-case-page.bcase .bcase-photo span {
  display: block !important;
}

#beauty-case-page.bcase .bcase-card__media .bcase-photo span {
  min-height: 30px !important;
  padding-top: 8px !important;
  color: var(--bcase-gold-dark) !important;
  font-size: 0 !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

#beauty-case-page.bcase .bcase-card__media .bcase-photo span b {
  display: inline-block !important;
  margin: 0 !important;
  color: var(--bcase-gold-dark) !important;
  font-family: var(--bcase-serif) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: .16em !important;
}

#beauty-case-page.bcase .bcase-single__media .bcase-photo span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  border: 1px solid var(--bcase-line) !important;
  border-top: 0 !important;
  color: var(--bcase-ink) !important;
  background: #fff !important;
  font-size: 15px !important;
}

#beauty-case-page.bcase .bcase-single__media .bcase-photo span b {
  margin-right: 8px !important;
  color: var(--bcase-gold-dark) !important;
  font-size: 13px !important;
}

#beauty-case-page.bcase .bcase-card__arrow {
  top: 50% !important;
  width: 50px !important;
  height: 50px !important;
  border: 1px solid rgba(174, 151, 112, .62) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .72) !important;
  box-shadow: 0 6px 18px rgba(42, 38, 32, .08) !important;
  transform: translate(-50%, -50%) !important;
}

#beauty-case-page.bcase .bcase-card__arrow::before {
  content: "" !important;
  position: absolute !important;
  left: 15px !important;
  top: 24px !important;
  width: 20px !important;
  height: 2px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(126, 113, 94, .82) !important;
  transform: none !important;
}

#beauty-case-page.bcase .bcase-card__arrow::after {
  content: "" !important;
  position: absolute !important;
  left: 27px !important;
  top: 18px !important;
  width: 11px !important;
  height: 11px !important;
  border-top: 2px solid rgba(126, 113, 94, .82) !important;
  border-right: 2px solid rgba(126, 113, 94, .82) !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
  transform: rotate(45deg) !important;
}

#beauty-case-page.bcase .bcase-detail-link:hover,
#beauty-case-page.bcase .bcase-back:hover {
  border-color: var(--bcase-gold-dark) !important;
  color: #fff !important;
  background: var(--bcase-gold) !important;
  transform: none !important;
  box-shadow: none !important;
}

/* page-specific override — dark unified design */
#beauty-case-page.bcase .bcase-reserve {
  background: #2a2620 !important;
  border-top: none !important;
}

#beauty-case-page.bcase .bcase-reserve__grid {
  width: 100% !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  border-top: none !important;
  border-left: none !important;
}

#beauty-case-page.bcase .bcase-reserve__item {
  min-height: 108px !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  border: 1px solid rgba(185, 158, 116, .3) !important;
  padding: 18px 14px !important;
  gap: 8px !important;
  background: rgba(255, 255, 255, .04) !important;
  color: rgba(255, 255, 255, .85) !important;
  text-align: center !important;
  transform: none !important;
}

#beauty-case-page.bcase .bcase-reserve__item::after {
  display: none !important;
}

#beauty-case-page.bcase .bcase-reserve__item:hover {
  color: #fff !important;
  background: var(--bcase-gold-dark) !important;
  border-color: var(--bcase-gold-dark) !important;
  transform: translateY(-3px) !important;
}

#beauty-case-page.bcase .bcase-reserve__en {
  display: block !important;
  color: var(--bcase-gold) !important;
  font-size: 11px !important;
  letter-spacing: .2em !important;
}

#beauty-case-page.bcase .bcase-reserve__item:hover .bcase-reserve__en {
  color: rgba(255, 255, 255, .7) !important;
}

#beauty-case-page.bcase .bcase-reserve__icon {
  width: 30px !important;
  height: 30px !important;
  flex: 0 0 30px !important;
  margin: 0 !important;
  color: var(--bcase-gold) !important;
  opacity: 1 !important;
}

#beauty-case-page.bcase .bcase-reserve__item:hover .bcase-reserve__icon {
  color: rgba(255, 255, 255, .9) !important;
}

#beauty-case-page.bcase .bcase-reserve__jp {
  color: rgba(255, 255, 255, .85) !important;
  font-family: var(--bcase-sans) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: .06em !important;
}

#beauty-case-page.bcase .bcase-reserve__item:hover .bcase-reserve__jp {
  color: #fff !important;
}

@media (max-width: 760px) {
  #beauty-case-page.bcase .bcase-card__media .bcase-photo span {
    min-height: 26px !important;
    padding-top: 7px !important;
  }

  #beauty-case-page.bcase .bcase-card__media .bcase-photo span b {
    font-size: 12px !important;
  }

  #beauty-case-page.bcase .bcase-card__arrow {
    width: 42px !important;
    height: 42px !important;
  }

  #beauty-case-page.bcase .bcase-card__arrow::before {
    left: 12px !important;
    top: 20px !important;
    width: 17px !important;
  }

  #beauty-case-page.bcase .bcase-card__arrow::after {
    left: 22px !important;
    top: 15px !important;
    width: 9px !important;
    height: 9px !important;
  }

  #beauty-case-page.bcase .bcase-reserve__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  #beauty-case-page.bcase .bcase-reserve__item {
    min-height: 88px !important;
    padding: 14px 10px !important;
  }
}

/* Clean arrow rendering */
#beauty-case-page.bcase .bcase-card__arrow {
  width: 44px !important;
  height: 44px !important;
  background: rgba(255, 255, 255, .66) !important;
}

#beauty-case-page.bcase .bcase-card__arrow::before {
  left: 50% !important;
  top: 50% !important;
  width: 24px !important;
  height: 24px !important;
  background: no-repeat center / 24px 24px url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%3E%3Cpath%20d='M5%2012h14M13%206l6%206-6%206'%20stroke='%238b806f'%20stroke-width='1.9'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  border: 0 !important;
  border-radius: 0 !important;
  transform: translate(-50%, -50%) !important;
}

#beauty-case-page.bcase .bcase-card__arrow::after {
  display: none !important;
}

@media (max-width: 760px) {
  #beauty-case-page.bcase .bcase-card__arrow {
    width: 40px !important;
    height: 40px !important;
  }

  #beauty-case-page.bcase .bcase-card__arrow::before {
    width: 22px !important;
    height: 22px !important;
    background-size: 22px 22px !important;
  }
}

/* Case listing: three-column portrait photos with the arrow centered on the image area. */
@media (min-width: 1021px) {
  #beauty-case-page.bcase .bcase-list .bcase-container {
    width: min(1320px, calc(100% - 88px));
  }

  #beauty-case-page.bcase .bcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(32px, 4vw, 56px);
  }
}

#beauty-case-page.bcase .bcase-card__arrow {
  top: calc((100% - 30px) / 2) !important;
}

@media (max-width: 768px) {
  #beauty-case-page.bcase .bcase-card__arrow {
    top: calc((100% - 26px) / 2) !important;
  }

  /* Keep before and after visible together on case detail pages. */
  #beauty-case-page.bcase .bcase-single__media {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    align-items: start;
  }

  #beauty-case-page.bcase .bcase-single__media .bcase-photo img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: center top;
  }

  body .bt-bottombar {
    display: grid !important;
  }

  #beauty-case-page.bcase .bt-monitor-fab {
    bottom: calc(clamp(54px, 14.5vw, 62px) + 18px + env(safe-area-inset-bottom));
  }

  #beauty-case-page.bcase .bt-monitor-fab__period {
    left: 37%;
    right: 1.5%;
    letter-spacing: 0;
  }

}

/* Final override: keep the case filter visually identical to the price-page category navigation. */
#beauty-case-page.bcase .bcase-filter {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 26px 34px;
  align-items: start;
  padding: 30px 34px 32px;
  border: 1px solid rgba(185, 158, 116, .22);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.58));
  box-shadow: 0 18px 44px rgba(58, 45, 30, .06);
}

#beauty-case-page.bcase .bcase-filter__group {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#beauty-case-page.bcase .bcase-filter__group:nth-of-type(1) {
  grid-column: span 5;
}

#beauty-case-page.bcase .bcase-filter__group:nth-of-type(2) {
  grid-column: span 3;
}

#beauty-case-page.bcase .bcase-filter__group:nth-of-type(3) {
  grid-column: span 4;
}

#beauty-case-page.bcase .bcase-filter__group:nth-of-type(4) {
  grid-column: span 3;
}

#beauty-case-page.bcase .bcase-filter__group:nth-of-type(5) {
  grid-column: span 9;
}

#beauty-case-page.bcase .bcase-filter__heading {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  color: #2a2620;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .04em;
  white-space: normal;
}

#beauty-case-page.bcase .bcase-filter__heading span {
  display: inline-block;
  flex: 0 0 auto;
  color: #b99e74;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .14em;
}

#beauty-case-page.bcase .bcase-filter__items {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

#beauty-case-page.bcase .bcase-filter button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(185, 158, 116, .54);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #6d6458;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .04em;
  white-space: nowrap;
  text-align: center;
  box-shadow: 0 8px 18px rgba(58, 45, 30, .035);
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

#beauty-case-page.bcase .bcase-filter button.is-empty {
  color: #6d6458;
  border-color: rgba(185, 158, 116, .54);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 8px 18px rgba(58, 45, 30, .035);
  opacity: .55;
}

#beauty-case-page.bcase .bcase-filter button:hover,
#beauty-case-page.bcase .bcase-filter button.is-active {
  background: #8c7b64;
  border-color: #8c7b64;
  color: #fff;
  box-shadow: 0 12px 22px rgba(140, 123, 100, .16);
  opacity: 1;
  transform: translateY(-1px);
}

#beauty-case-page.bcase .bcase-filter__count-text {
  color: inherit;
  font-size: .86em;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (max-width: 768px) {
  #beauty-case-page.bcase .bcase-filter {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    overflow: visible;
    margin-inline: 0;
    padding: 14px;
  }

  #beauty-case-page.bcase .bcase-filter__group {
    grid-column: auto !important;
    width: 100%;
    padding: 0;
  }

  #beauty-case-page.bcase .bcase-filter__heading {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.25;
  }

  #beauty-case-page.bcase .bcase-filter__heading span {
    font-size: 13px;
    letter-spacing: .12em;
  }

  #beauty-case-page.bcase .bcase-filter__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    gap: 6px;
  }

  #beauty-case-page.bcase .bcase-filter button {
    width: 100%;
    min-height: 32px;
    padding: 4px 8px;
    font-size: 11.5px;
    line-height: 1.25;
    white-space: normal;
  }
}
