/*
 * ReBORN LP visual system.
 * Loaded after the archived Peraichi snapshot CSS so the official site can
 * retain verified content while no longer inheriting the old builder's layout
 * constraints.
 */

:root {
  --rb-canvas: #020202;
  --rb-surface: #080808;
  --rb-surface-raised: #0d0e11;
  --rb-surface-blue: #080b13;
  --rb-ink: #fff;
  --rb-ink-soft: #d0d0d0;
  --rb-ink-muted: #999;
  --rb-gold-bright: var(--rb-metal-blue, #73b6ed);
  --rb-gold-deep: var(--rb-metal-blue-deep, #397eba);
  --rb-blue-deep: #06155b;
  --rb-blue: #0a2bbd;
  --rb-border: rgba(255, 255, 255, .18);
  --rb-border-strong: rgba(255, 255, 255, .3);
  --rb-gutter: clamp(20px, 4vw, 52px);
  --rb-shell: 1180px;
  --rb-content: 1020px;
  --rb-reading: 800px;
}

body.home {
  background: var(--rb-canvas) !important;
  color: var(--rb-ink);
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
}

.home .reborn-lp {
  background:
    radial-gradient(circle at 50% 0, rgba(25, 35, 72, .16), transparent 34rem),
    var(--rb-canvas);
}

/* The old builder used blank content blocks for spacing. Native sections now
   own their rhythm, so those blocks only create visual dead zones. */
.home .p-hr--blank-space-small,
.home .p-hr--blank-space-medium,
.home .p-hr--blank-space-large {
  display: none !important;
}

/* HERO */
.home .reborn-hero {
  padding: 34px 0 58px;
  background:
    radial-gradient(circle at 74% 36%, rgba(28, 45, 91, .16), transparent 34%),
    #000;
}

.home .reborn-hero__inner {
  width: min(var(--rb-shell), calc(100% - (var(--rb-gutter) * 2)));
  max-width: none;
}

.home .reborn-hero__image {
  filter: contrast(1.025) saturate(1.035);
}

/* Primary CTA */
.home .reborn-reservation-cta {
  position: relative;
  padding: 36px var(--rb-gutter) 42px;
  border-block: 1px solid rgba(255, 255, 255, .07);
  background:
    radial-gradient(circle at 50% -120%, rgba(15, 45, 185, .3), transparent 65%),
    #030303;
}

.home .reborn-reservation-cta__inner {
  width: min(100%, 620px);
}

.home .reborn-reservation-cta__button {
  min-height: 82px;
  padding: 17px 28px 17px 32px;
  border-color: rgba(255, 255, 255, .48);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .07), transparent 36%),
    linear-gradient(135deg, var(--rb-blue-deep), #0924a2 58%, var(--rb-blue));
  box-shadow: 0 18px 44px rgba(0, 20, 118, .28);
}

.home .reborn-reservation-cta__button::before {
  height: 2px;
  background: linear-gradient(90deg, transparent 8%, var(--rb-gold-bright) 50%, transparent 92%);
}

.home .reborn-reservation-cta__eyebrow {
  color: #aedcff;
}

.home .reborn-reservation-cta__note {
  margin-top: 14px;
  color: #bdbdbd;
  font-size: 12px;
}

/* JOURNAL is a decision-support path for visitors who are not ready to book.
   Keep it visibly subordinate to the reservation CTA. */
.home .reborn-journal-guide {
  position: relative;
  padding: clamp(68px, 6.5vw, 92px) var(--rb-gutter);
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at 50% 0, rgba(115, 182, 237, .07), transparent 280px),
    linear-gradient(180deg, #070707, #030303);
}

.home .reborn-journal-guide::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 72px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(115, 182, 237, .85), transparent);
  content: "";
  transform: translateX(-50%);
}

.home .reborn-journal-guide__inner {
  width: min(100%, var(--rb-reading));
  margin-inline: auto;
  text-align: center;
}

.home .reborn-journal-guide__label {
  margin: 12px 0 0;
  color: var(--rb-gold-bright);
  font-size: clamp(13px, 1.4vw, 17px);
  font-weight: 600;
  letter-spacing: .11em;
  line-height: 1.5;
}

.home .reborn-journal-guide__title {
  margin: 0;
  color: var(--rb-ink);
  font-size: clamp(36px, 4.3vw, 54px);
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
}

.home .reborn-journal-guide__text {
  width: min(100%, 720px);
  margin: 25px auto 0;
  color: var(--rb-ink-soft);
  font-size: 15px;
  line-height: 2;
  text-align: left;
}

.home .reborn-journal-guide__button {
  display: inline-flex;
  width: min(100%, 360px);
  min-height: 58px;
  margin-top: 32px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 14px 22px;
  border: 1px solid rgba(255, 255, 255, .48);
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .075em;
  line-height: 1.5;
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.home .reborn-journal-guide__button:hover {
  border-color: rgba(255, 255, 255, .8);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.home .reborn-journal-guide__icon {
  color: var(--rb-gold-bright);
  font-size: 17px;
  line-height: 1;
}

/* Section rhythm and hierarchy */
.home .reborn-section-title {
  position: relative;
  padding: clamp(76px, 7.5vw, 112px) var(--rb-gutter) 38px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at 50% 0, rgba(115, 182, 237, .085), transparent 260px),
    #050505;
}

.home .reborn-section-title::before {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 76px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--rb-gold-bright), transparent);
  content: "";
  transform: translateX(-50%);
}

.home .reborn-section-title__en {
  font-size: clamp(36px, 4.3vw, 54px);
  font-weight: 700;
  letter-spacing: .14em;
}

.home .reborn-section-title__jp {
  margin-top: 12px;
  color: var(--rb-gold-bright);
  font-size: clamp(13px, 1.4vw, 17px);
  letter-spacing: .11em;
}

.home .reborn-core-copy {
  background:
    linear-gradient(180deg, #030303, #080808 60%, #050505);
}

.home .reborn-core-copy__inner {
  width: min(calc(100% - (var(--rb-gutter) * 2)), var(--rb-content));
  padding: clamp(78px, 8vw, 116px) 0 clamp(70px, 7vw, 100px);
}

.home .reborn-dirt-analysis,
.home .reborn-chain-maintenance,
.home .reborn-works,
.home .reborn-quality-body,
.home .reborn-review-body,
.home .reborn-access,
.home .reborn-related-service {
  background: #050505;
}

.home .reborn-deep-reset,
.home .reborn-care-section,
.home .reborn-coat-section,
.home .reborn-preservation,
.home .rb-price-system,
.home .reborn-sizeclass,
.home .reborn-price-list,
.home .rb-excluded,
.home .reborn-before-reservation,
.home .reborn-cancel-policy,
.home .reborn-faq-body,
.home .reborn-payment {
  background: var(--rb-canvas);
}

.home .rb-emotion {
  --rb-emotion-bg: #050505;
  --rb-emotion-panel: #0e0e0e;
}

/* Consistent desktop width. Reading-heavy subsections keep their own narrower
   line length inside these shells. */
.home .reborn-dirt-analysis__inner,
.home .reborn-works__inner {
  width: min(calc(100% - (var(--rb-gutter) * 2)), var(--rb-shell));
}

.home .reborn-deep-reset__inner,
.home .reborn-care-section__inner,
.home .reborn-chain-maintenance__inner,
.home .reborn-coat-section__inner,
.home .reborn-preservation__inner,
.home .rb-price-inner,
.home .reborn-sizeclass__inner,
.home .reborn-price-list__inner,
.home .rb-excluded__inner,
.home .reborn-cancel-policy__inner,
.home .reborn-quality-body__inner,
.home .reborn-faq-body__inner,
.home .reborn-review-body__inner,
.home .reborn-payment__inner {
  width: min(calc(100% - (var(--rb-gutter) * 2)), var(--rb-content));
}

.home .reborn-before-reservation__inner,
.home .reborn-access__inner {
  width: min(calc(100% - (var(--rb-gutter) * 2)), 1120px);
}

/* The old layout repeatedly placed content against pure black. Give visual
   objects a shared raised surface so photos, calculators and policies scan as
   one system. */
.home :is(
  .rb-formula-card,
  .rb-detail-card,
  .rb-option-block,
  .reborn-sizeclass__finder,
  .reborn-sizeclass__result,
  .reborn-price-list__summary,
  .rb-excluded__summary,
  .reborn-quality-body__technology-card,
  .reborn-access__information,
  .reborn-related-service__card
) {
  border-color: var(--rb-border);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .052), transparent 48%),
    var(--rb-surface);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
}

.home :is(
  .reborn-dirt-analysis__image-frame,
  .reborn-deep-reset__image-frame,
  .reborn-care-section__image-frame,
  .reborn-chain-maintenance__image-frame,
  .reborn-coat-section__image-frame,
  .reborn-works__image-frame,
  .reborn-access__map-frame
) {
  border-color: var(--rb-border);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .28);
}

/* CONTACT: an intentionally distinct decision surface, not a black box lost
   inside the page. */
.home .reborn-contact {
  position: relative;
  padding: clamp(88px, 8vw, 122px) 0 clamp(94px, 9vw, 134px);
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .1);
  background:
    radial-gradient(circle at 16% 16%, rgba(15, 42, 135, .18), transparent 30rem),
    radial-gradient(circle at 86% 88%, rgba(115, 182, 237, .085), transparent 28rem),
    linear-gradient(155deg, #080b14 0%, #050609 44%, #080a0d 100%);
}

.home .reborn-contact::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(64vw, 720px);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--rb-gold-bright), transparent);
  content: "";
  transform: translateX(-50%);
}

.home .reborn-contact__inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - (var(--rb-gutter) * 2)), 1040px);
}

.home .reborn-contact__header {
  margin-bottom: 34px;
}

.home .reborn-contact__title {
  font-size: clamp(36px, 4.3vw, 54px);
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.1;
}

.home .reborn-contact__subtitle {
  margin-top: 12px;
  color: var(--rb-gold-bright);
  font-size: clamp(14px, 1.4vw, 17px);
  letter-spacing: .11em;
}

.home .reborn-contact__header-line {
  width: 54px;
  margin-top: 22px;
  background: var(--rb-gold-bright);
}

.home .reborn-contact__lead {
  width: min(100%, 780px);
  color: #e2e2e2;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.95;
}

.home .reborn-contact__reservation-notice,
.home .reborn-contact__result {
  width: min(100%, 880px);
}

.home .reborn-contact__reservation-notice {
  margin-top: 34px;
  padding: 22px 26px;
  border: 1px solid rgba(115, 182, 237, .2);
  border-left: 3px solid var(--rb-gold-bright);
  background:
    linear-gradient(90deg, rgba(115, 182, 237, .12), rgba(115, 182, 237, .035) 68%, transparent),
    rgba(8, 10, 13, .76);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .2);
}

.home .reborn-contact__reservation-notice p {
  color: #e6e6e6;
  font-size: 14px;
}

.home .reborn-contact__form {
  width: min(100%, 900px);
  margin-top: 42px;
  padding: 54px 58px 58px;
  border-color: rgba(255, 255, 255, .24);
  background:
    radial-gradient(circle at 100% 0, rgba(13, 43, 167, .12), transparent 42%),
    linear-gradient(145deg, #12151c 0%, #0d0f14 52%, #0b0b0c 100%);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .44);
}

.home .reborn-contact__form::before,
.home .reborn-contact__form::after {
  width: 42px;
  height: 42px;
  border-color: var(--rb-gold-bright);
}

.home .reborn-contact__grid {
  gap: 26px;
}

.home .reborn-contact__grid--spaced,
.home .reborn-contact__field {
  margin-top: 27px;
}

.home .reborn-contact__field > label {
  margin-bottom: 10px;
  color: #f5f5f5;
  font-size: 15px;
}

.home .reborn-contact__required,
.home .reborn-contact__optional {
  padding: 2px 8px;
}

.home .reborn-contact__field input,
.home .reborn-contact__field select,
.home .reborn-contact__field textarea {
  min-height: 56px;
  padding: 13px 16px;
  border-color: rgba(255, 255, 255, .32);
  background: #15171c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.home .reborn-contact__field textarea {
  min-height: 210px;
}

.home .reborn-contact__field input:hover,
.home .reborn-contact__field select:hover,
.home .reborn-contact__field textarea:hover {
  border-color: rgba(255, 255, 255, .5);
}

.home .reborn-contact__field input:focus,
.home .reborn-contact__field select:focus,
.home .reborn-contact__field textarea:focus {
  border-color: var(--rb-gold-bright);
  background: #181a20;
  box-shadow: 0 0 0 3px rgba(115, 182, 237, .13);
}

.home .reborn-contact__field-note,
.home .reborn-contact__submit-note {
  color: #aaa;
}

.home .reborn-contact__agreement {
  margin-top: 32px;
  padding: 20px;
  border-color: rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .04);
}

.home .reborn-contact__submit {
  width: min(100%, 440px);
  min-height: 64px;
  margin-top: 38px;
  border-color: rgba(255, 255, 255, .48);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .07), transparent 36%),
    linear-gradient(135deg, var(--rb-blue-deep), var(--rb-blue));
  box-shadow: 0 18px 42px rgba(0, 22, 130, .26);
  font-size: 17px;
}

/* Access and final service block should feel like the close of the official
   site rather than isolated builder modules. */
.home .reborn-access {
  padding-top: clamp(88px, 8vw, 118px);
}

.home .reborn-related-service {
  border-top: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at 50% 0, rgba(115, 182, 237, .065), transparent 280px),
    #030303;
}

.home .site-footer {
  border-top-color: rgba(255, 255, 255, .14);
  background: #020202;
}

.home .site-footer__inner {
  width: min(calc(100% - (var(--rb-gutter) * 2)), 960px);
  padding: 54px 0 48px;
}

.home .site-footer__identity strong {
  font-size: 20px;
  letter-spacing: .11em;
}

.home .site-footer__identity span,
.home .site-footer__nav,
.home .site-footer__copyright {
  font-size: 12px;
}

@media (max-width: 900px) {
  :root {
    --rb-gutter: 24px;
  }

  .home .reborn-hero__inner {
    width: min(100% - 32px, 920px);
  }

  .home .reborn-contact__form {
    padding-inline: 42px;
  }
}

@media (max-width: 640px) {
  :root {
    --rb-gutter: 20px;
  }

  .home .reborn-hero {
    padding: 0 0 20px;
  }

  .home .reborn-hero__inner {
    width: 100%;
    max-width: 500px;
  }

  .home .reborn-reservation-cta {
    padding: 25px 20px 30px;
  }

  .home .reborn-reservation-cta__button {
    min-height: 72px;
    padding: 14px 18px 14px 20px;
  }

  .home .reborn-reservation-cta__note {
    margin-top: 11px;
    font-size: 11px;
    line-height: 1.6;
  }

  .home .reborn-journal-guide {
    padding: 58px 20px 62px;
  }

  .home .reborn-journal-guide__title {
    font-size: clamp(29px, 9.3vw, 38px);
    line-height: 1.2;
  }

  .home .reborn-journal-guide__text {
    margin-top: 21px;
    font-size: 14px;
    line-height: 1.9;
  }

  .home .reborn-journal-guide__button {
    min-height: 56px;
    margin-top: 27px;
    font-size: 13px;
  }

  .home .reborn-section-title {
    padding: 70px 20px 31px;
  }

  .home .reborn-section-title__en {
    font-size: clamp(29px, 9.3vw, 38px);
    letter-spacing: .11em;
  }

  .home .reborn-core-copy__inner {
    width: calc(100% - 40px);
    padding: 72px 0 66px;
  }

  .home .reborn-dirt-analysis__inner,
  .home .reborn-deep-reset__inner,
  .home .reborn-care-section__inner,
  .home .reborn-chain-maintenance__inner,
  .home .reborn-coat-section__inner,
  .home .reborn-preservation__inner,
  .home .reborn-works__inner,
  .home .rb-price-inner,
  .home .reborn-sizeclass__inner,
  .home .reborn-price-list__inner,
  .home .rb-excluded__inner,
  .home .reborn-before-reservation__inner,
  .home .reborn-cancel-policy__inner,
  .home .reborn-quality-body__inner,
  .home .reborn-faq-body__inner,
  .home .reborn-review-body__inner,
  .home .reborn-payment__inner,
  .home .reborn-access__inner {
    width: min(calc(100% - 40px), 520px);
  }

  .home .reborn-contact {
    padding: 76px 0 88px;
  }

  .home .reborn-contact__inner {
    width: 100%;
  }

  .home .reborn-contact__header,
  .home .reborn-contact__lead,
  .home .reborn-contact__reservation-notice,
  .home .reborn-contact__result,
  .home .reborn-contact__form {
    width: calc(100% - 32px);
  }

  .home .reborn-contact__header {
    margin-bottom: 29px;
  }

  .home .reborn-contact__title {
    font-size: 32px;
    letter-spacing: .12em;
  }

  .home .reborn-contact__subtitle {
    margin-top: 9px;
    font-size: 15px;
  }

  .home .reborn-contact__lead {
    font-size: 14px;
    line-height: 1.95;
  }

  .home .reborn-contact__reservation-notice {
    margin-top: 27px;
    padding: 18px 18px;
  }

  .home .reborn-contact__form {
    margin-top: 32px;
    padding: 36px 22px 40px;
  }

  .home .reborn-contact__form::before,
  .home .reborn-contact__form::after {
    width: 30px;
    height: 30px;
  }

  .home .reborn-contact__grid--spaced,
  .home .reborn-contact__grid .reborn-contact__field + .reborn-contact__field,
  .home .reborn-contact__field {
    margin-top: 24px;
  }

  .home .reborn-contact__grid .reborn-contact__field:first-child {
    margin-top: 0;
  }

  .home .reborn-contact__field > label {
    font-size: 14px;
  }

  .home .reborn-contact__field input,
  .home .reborn-contact__field select,
  .home .reborn-contact__field textarea {
    min-height: 54px;
    padding: 12px 14px;
  }

  .home .reborn-contact__field textarea {
    min-height: 190px;
  }

  .home .reborn-contact__agreement {
    padding: 16px;
  }

  .home .reborn-contact__submit {
    min-height: 60px;
    margin-top: 32px;
    font-size: 15px;
  }

  .home .reborn-related-service__inner {
    width: 100%;
  }

  .home .site-footer__inner {
    width: calc(100% - 40px);
    padding: 46px 0 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
.home .reborn-reservation-cta__button,
  .home .reborn-journal-guide__button,
  .home .reborn-contact__submit {
    transition: none;
  }
}

/* Price result and Air Reserve hand-off modal. */
html.reborn-modal-is-open,
body.reborn-modal-is-open {
  overflow: hidden;
  overscroll-behavior: none;
}

/* v1.1.9 — model-name filtering and reservation-detail copy support. */
.home .reborn-sizeclass__search-label {
  display: block;
  margin: 0 0 6px;
  color: #bbb;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.home .reborn-sizeclass__search {
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 10px 13px;
  border: 1px solid #555;
  border-radius: 0;
  outline: none;
  background: #111;
  color: #fff;
  font: inherit;
  font-size: 15px;
  line-height: 1.5;
  appearance: none;
  -webkit-appearance: none;
}

.home .reborn-sizeclass__search::placeholder {
  color: #777;
}

.home .reborn-sizeclass__search:focus {
  border-color: #73b6ed;
  box-shadow: 0 0 0 1px #73b6ed;
}

.home .reborn-sizeclass__search:disabled {
  border-color: #333;
  background: #0b0b0b;
  color: #777;
  cursor: not-allowed;
  opacity: 1;
}

.home .reborn-sizeclass__search-status {
  min-height: 19px;
  margin: 5px 0 7px;
  color: #aaa;
  font-size: 11px;
  line-height: 1.55;
}

.reborn-price-modal[hidden] {
  display: none !important;
}

.reborn-price-modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 24px;
}

.reborn-price-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .82);
  backdrop-filter: blur(4px);
}

.home .reborn-price-modal .reborn-price-modal__dialog {
  position: relative;
  display: flex;
  width: min(100%, 840px);
  max-height: calc(100vh - 48px);
  max-height: calc(100dvh - 48px);
  flex-direction: column;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 4px;
  background: #090a0d;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .72);
  color: #fff;
  outline: none;
}

.reborn-price-modal__header {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 26px 19px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  background: #050608;
}

.reborn-price-modal__eyebrow {
  margin: 0 0 5px;
  color: var(--rb-gold-bright);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
}

.reborn-price-modal__title {
  margin: 0;
  color: #fff;
  font-size: clamp(23px, 3vw, 31px);
  line-height: 1.3;
}

.reborn-price-modal__close {
  display: inline-grid;
  width: 44px;
  min-width: 44px;
  height: 44px;
  place-items: center;
  padding: 0 0 3px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.reborn-price-modal__close:hover,
.reborn-price-modal__close:focus-visible {
  border-color: var(--rb-gold-bright);
  outline: 2px solid transparent;
  color: var(--rb-gold-bright);
}

.reborn-price-modal__body {
  flex: 1 1 auto;
  padding: 22px 26px 26px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.home .reborn-price-modal .reborn-sizeclass__result-header {
  padding: 0;
  border: 0;
}

.home .reborn-price-modal .reborn-sizeclass__result-brand {
  color: #aaa;
  font-size: 12px;
}

.home .reborn-price-modal .reborn-sizeclass__result-model {
  margin-top: 3px;
  font-size: clamp(20px, 3vw, 27px);
}

.home .reborn-price-modal .reborn-sizeclass__result-selection {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(115, 182, 237, .4);
  background: rgba(115, 182, 237, .07);
}

.reborn-price-modal__selection-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.reborn-price-modal__selection-list > div {
  min-width: 0;
  padding: 12px 14px;
  border-right: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.reborn-price-modal__selection-list dt {
  margin: 0 0 4px;
  color: #999;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
}

.reborn-price-modal__selection-list dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.reborn-price-modal__copy {
  display: flex;
  width: 100%;
  min-height: 44px;
  margin: 12px 0 0;
  padding: 10px 14px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(115, 182, 237, .55);
  border-radius: 0;
  background: transparent;
  color: #aedcff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.reborn-price-modal__copy:hover,
.reborn-price-modal__copy:focus-visible {
  border-color: var(--rb-gold-bright);
  background: rgba(115, 182, 237, .08);
  color: #fff;
  outline: 2px solid transparent;
}

.reborn-price-modal__copy-status {
  min-height: 19px;
  margin: 5px 0 0;
  color: #d6d6d6;
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}

.reborn-price-modal__copy-help {
  margin: 7px 0 0;
  color: #c9c9c9;
  font-size: 11px;
  line-height: 1.65;
  text-align: center;
}

.home .reborn-price-modal .reborn-sizeclass__prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.home .reborn-price-modal .reborn-sizeclass__price-card,
.home .reborn-price-modal .reborn-sizeclass__price-card + .reborn-sizeclass__price-card {
  margin: 0;
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: #101116;
}

.home .reborn-price-modal .reborn-sizeclass__price-title {
  margin-bottom: 14px;
  font-size: 16px;
}

.home .reborn-price-modal .reborn-sizeclass__duration {
  margin-bottom: 17px;
}

.home .reborn-price-modal .reborn-sizeclass__price-total-label {
  margin-top: 0;
}

.home .reborn-price-modal .reborn-sizeclass__price-total {
  font-size: clamp(25px, 4vw, 34px);
}

.home .reborn-price-modal .reborn-sizeclass__result-note {
  margin-top: 20px;
  padding: 16px;
  background: rgba(255, 255, 255, .04);
}

.home .reborn-price-modal .reborn-sizeclass__result-note p:first-child {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.reborn-price-modal__footer {
  flex: 0 0 auto;
  padding: 16px 26px 20px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  background: #050608;
}

.reborn-price-modal__reservation-message {
  margin: 0 0 9px;
  color: #ffd7d7;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.reborn-price-modal__reservation-message:empty {
  display: none;
}

.reborn-price-modal__reserve,
.reborn-price-modal__change {
  display: flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.reborn-price-modal__reserve {
  border: 1px solid rgba(255, 255, 255, .48);
  background: linear-gradient(135deg, var(--rb-blue-deep), var(--rb-blue));
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 20, 118, .28);
}

.reborn-price-modal__reserve:hover,
.reborn-price-modal__reserve:focus-visible {
  border-color: var(--rb-gold-bright);
  filter: brightness(1.1);
  outline: 2px solid transparent;
}

.reborn-price-modal__reserve:disabled {
  cursor: not-allowed;
  filter: grayscale(.8);
  opacity: .55;
}

.reborn-price-modal__change {
  min-height: 46px;
  margin-top: 7px;
  border: 0;
  background: transparent;
  color: #c9c9c9;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.reborn-price-modal__change:hover,
.reborn-price-modal__change:focus-visible {
  color: #fff;
  outline: 2px solid var(--rb-gold-bright);
  outline-offset: -2px;
}

@media (max-width: 640px) {
  .reborn-price-modal {
    align-items: end;
    padding: 10px 0 0;
  }

  .home .reborn-price-modal .reborn-price-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 10px);
    max-height: calc(100dvh - 10px);
    border-width: 1px 0 0;
    border-radius: 18px 18px 0 0;
  }

  .reborn-price-modal__header {
    padding: 17px 18px 14px;
  }

  .reborn-price-modal__title {
    font-size: 23px;
  }

  .reborn-price-modal__close {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }

  .reborn-price-modal__body {
    padding: 17px 18px 21px;
  }

  .reborn-price-modal__selection-list {
    grid-template-columns: 1fr;
  }

  .home .reborn-price-modal .reborn-sizeclass__prices {
    grid-template-columns: 1fr;
  }

  .home .reborn-price-modal .reborn-sizeclass__price-card,
  .home .reborn-price-modal .reborn-sizeclass__price-card + .reborn-sizeclass__price-card {
    padding: 17px;
  }

  .home .reborn-price-modal .reborn-sizeclass__result-note {
    padding: 14px;
  }

  .reborn-price-modal__footer {
    padding: 12px 18px calc(14px + env(safe-area-inset-bottom));
    box-shadow: 0 -10px 28px rgba(0, 0, 0, .45);
  }

  .reborn-price-modal__reserve {
    min-height: 56px;
    font-size: 15px;
  }
}

/* v1.0.5 — typography, touch and conversion-path refinement.
   Copy, section order and page structure remain unchanged. */
.home .reborn-lp {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-kerning: normal;
}

.home .reborn-lp :is(h1, h2, h3, h4),
.home .reborn-contact__header {
  text-wrap: balance;
}

.home .reborn-lp :is(p, li, dd, blockquote),
.home .reborn-contact :is(p, label) {
  text-wrap: pretty;
}

/* Keep the HTML text over the HERO legible without competing with the image. */
.home .reborn-hero__title {
  font-size: clamp(17px, 1.55cqw, 20px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .015em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .9);
}

/* PAYMENT, ACCESS and RELATED SERVICE are primary sections even though they
   were not image headings in the old builder. Give them the same hierarchy. */
.home :is(
  .reborn-payment__title,
  .reborn-access__title,
  .reborn-related-service__title
) {
  font-size: clamp(30px, 3.15vw, 44px);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: .09em;
}

.home :is(
  .reborn-payment__subtitle,
  .reborn-access__subtitle,
  .reborn-related-service__subtitle
) {
  margin-top: 10px;
  color: var(--rb-gold-bright);
  font-size: clamp(15px, 1.35vw, 17px);
  letter-spacing: .08em;
}

.home :is(
  .reborn-payment__line,
  .reborn-access__header-line,
  .reborn-related-service__header-line
) {
  margin-top: 21px;
  background: var(--rb-gold-bright);
}

/* Supporting labels stay subordinate, but no longer fall below a useful
   reading size on high-density screens. */
.home :is(
  .reborn-reservation-cta__eyebrow,
  .reborn-dirt-analysis__category,
  .reborn-deep-reset__category,
  .reborn-care-section__category,
  .reborn-coat-section__course-type,
  .reborn-works__category,
  .reborn-quality-body__technology-en,
  .reborn-price-list__summary-en,
  .rb-excluded__summary-en,
  .reborn-access__information-label,
  .reborn-access__notice-label
) {
  font-size: 12px;
  line-height: 1.5;
}

.home :is(
  .reborn-contact__required,
  .reborn-contact__optional,
  .reborn-sizeclass__label-number
) {
  font-size: 11px;
  line-height: 1.45;
}

/* Notes contain purchase-critical conditions. Keep them visibly secondary,
   never miniature. */
.home :is(
  .reborn-reservation-cta__note,
  .reborn-price-list__note,
  .reborn-review-body__note,
  .reborn-sizeclass__field-note,
  .reborn-contact__field-note,
  .reborn-payment__note,
  .reborn-care-section__note,
  .reborn-chain-maintenance__note,
  .rb-preservation-note
) {
  color: #c4c4c4;
  font-size: 13px;
  line-height: 1.75;
}

.home .reborn-contact__lead {
  font-size: 16px;
  line-height: 1.9;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.home .reborn-contact__reservation-notice p {
  font-size: 15px;
  line-height: 1.8;
}

.home .reborn-contact__field > label {
  font-size: 16px;
  line-height: 1.65;
}

.home .reborn-contact__agreement,
.home .reborn-contact__submit-note {
  font-size: 13px;
  line-height: 1.75;
}

/* A 16px control font prevents iOS Safari from zooming the page during input. */
.home :is(input, select, textarea),
.home .reborn-sizeclass__button,
.home .reborn-contact__submit {
  font-size: 16px;
}

.home :is(input, select, textarea) {
  color-scheme: dark;
}

.home :is(input, textarea)::placeholder {
  color: #9c9c9c;
  opacity: 1;
}

.home .reborn-contact__agreement input[type="checkbox"] {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  accent-color: var(--rb-gold-bright);
}

/* Preserve the premium restraint while making every important interaction
   visibly keyboard-accessible and easier to tap. */
.home :is(a, button, summary, input, select, textarea):focus-visible,
.site-footer :is(a, button):focus-visible {
  outline: 2px solid var(--rb-gold-bright);
  outline-offset: 4px;
}

.home :is(a, button, summary) {
  -webkit-tap-highlight-color: rgba(115, 182, 237, .2);
  touch-action: manipulation;
}

.home .reborn-contact__reservation-notice a {
  display: inline-block;
  min-height: 24px;
  padding-block: 2px;
}

.home .reborn-related-service__text-link {
  min-height: 44px;
  padding-block: 4px;
}

.site-footer__nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 11px;
}

/* Slightly reduce inherited builder dead space without compressing the copy. */
.home .reborn-section-title {
  padding-top: clamp(82px, 6.5vw, 96px);
  padding-bottom: 34px;
}

.home .reborn-contact {
  padding-top: clamp(88px, 7vw, 104px);
  padding-bottom: clamp(96px, 7.5vw, 112px);
}

@media (max-width: 640px) {
  .home .reborn-hero__title {
    font-size: clamp(15px, 4.1cqw, 17px);
    line-height: 1.35;
  }

  .home .reborn-section-title {
    padding-top: 64px;
    padding-bottom: 29px;
  }

  .home .reborn-section-title__jp {
    font-size: 14px;
    line-height: 1.65;
  }

  .home :is(
    .reborn-core-copy__text,
    .reborn-dirt-analysis__text,
    .reborn-deep-reset__lead-sub,
    .reborn-deep-reset__item-text,
    .reborn-deep-reset__method-text,
    .reborn-care-section__text,
    .reborn-care-section__target-text,
    .reborn-chain-maintenance__text,
    .reborn-coat-section__intro-text,
    .reborn-coat-section__course-text,
    .reborn-preservation__lead-text,
    .reborn-preservation__intro-text,
    .reborn-works__lead-sub,
    .reborn-works__text,
    .rb-size-intro,
    .rb-size-description,
    .rb-excluded__intro,
    .rb-excluded__item,
    .reborn-before-reservation__text,
    .reborn-cancel-policy__description,
    .reborn-cancel-policy__contact-text,
    .reborn-quality-body__paragraph,
    .reborn-quality-body__technology-text,
    .reborn-faq-body__text,
    .reborn-review-body__intro,
    .reborn-review-body__sub-text,
    .reborn-payment__intro,
    .reborn-payment__methods,
    .reborn-access__lead-text,
    .reborn-access__description,
    .reborn-access__notice-text,
    .reborn-contact__lead
  ) {
    font-size: 15px;
    line-height: 1.9;
  }

  .home :is(
    .reborn-reservation-cta__eyebrow,
    .reborn-dirt-analysis__category,
    .reborn-deep-reset__category,
    .reborn-care-section__category,
    .reborn-coat-section__course-type,
    .reborn-works__category,
    .reborn-quality-body__technology-en,
    .reborn-price-list__summary-en,
    .rb-excluded__summary-en,
    .reborn-access__information-label,
    .reborn-access__notice-label
  ) {
    font-size: 11px;
  }

  .home :is(
    .reborn-reservation-cta__note,
    .reborn-price-list__note,
    .reborn-review-body__note,
    .reborn-sizeclass__field-note,
    .reborn-contact__field-note,
    .reborn-payment__note,
    .reborn-care-section__note,
    .reborn-chain-maintenance__note,
    .rb-preservation-note
  ) {
    font-size: 12px;
    line-height: 1.75;
  }

  .home :is(
    .rb-excluded__notice,
    .rb-excluded__supplement,
    .reborn-preservation__basis-text,
    .reborn-price-list__intro,
    .rb-option-description
  ) {
    font-size: 14px;
    line-height: 1.85;
  }

  .home :is(
    .reborn-payment__category,
    .reborn-access__term
  ) {
    font-size: 13px;
  }

  .home .reborn-contact {
    padding-top: 68px;
    padding-bottom: 78px;
  }

  .home .reborn-contact__title {
    font-size: 34px;
  }

  .home .reborn-contact__lead,
  .home .reborn-contact__reservation-notice p,
  .home .reborn-contact__field > label {
    font-size: 15px;
  }

  .home .reborn-contact__submit {
    font-size: 16px;
  }

  .home .reborn-price-list__table thead th {
    font-size: 11px;
    line-height: 1.45;
  }

  .home .reborn-price-list__table tbody th {
    font-size: 12px;
    line-height: 1.5;
  }

  .home .reborn-price-list__table tbody td {
    font-size: 13px;
    line-height: 1.5;
  }

  .home .reborn-price-list__table :is(th, td) {
    min-height: 48px;
  }

  .site-footer__identity span,
  .site-footer__nav,
  .site-footer__copyright {
    font-size: 12px;
  }
}

/* 1.2.0: price-first conversion path. */
.home .reborn-price-first {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at 50% 0, rgba(20, 53, 180, .2), transparent 520px),
    var(--rb-canvas);
}

.home .reborn-price-first .reborn-sizeclass {
  background: transparent;
}

.home .reborn-price-first .reborn-sizeclass__inner {
  padding-top: clamp(52px, 6vw, 78px);
  padding-bottom: clamp(42px, 5vw, 64px);
}

.home .reborn-price-first .reborn-sizeclass__heading {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  letter-spacing: .09em;
}

.home .reborn-price-first .reborn-sizeclass__subheading {
  font-size: clamp(17px, 2vw, 22px);
}

.home .reborn-sizeclass__field--optional {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .025);
}

.home .reborn-sizeclass__optional-label {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 7px;
  border: 1px solid rgba(255, 255, 255, .22);
  color: #bcbcbc;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .04em;
  vertical-align: middle;
}

.home .reborn-sizeclass__exhaust-notice {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid rgba(115, 182, 237, .48);
  border-left-width: 4px;
  background: rgba(115, 182, 237, .075);
  color: #e2e2e2;
  font-size: 14px;
  line-height: 1.8;
}

.home .reborn-sizeclass__exhaust-notice[hidden],
.home .reborn-price-modal__exhaust-notice[hidden],
.home .reborn-sizeclass__exhaust-breakdown[hidden],
.home #reborn-sizeclass-result-exhaust-confirmed-row[hidden] {
  display: none !important;
}

.home .reborn-sizeclass__exhaust-notice p {
  margin: 10px 0 0;
}

.home .reborn-sizeclass__exhaust-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  color: #fff;
}

.home .reborn-sizeclass__exhaust-title strong,
.home .reborn-sizeclass__exhaust-title span {
  font-weight: 700;
}

.home .reborn-sizeclass__exhaust-title span {
  color: #aedcff;
  white-space: nowrap;
}

.home .reborn-sizeclass__exhaust-material {
  color: #fff;
  font-weight: 700;
}

.home .reborn-sizeclass__exhaust-confirmation {
  display: flex;
  margin-top: 16px;
  align-items: flex-start;
  gap: 11px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .27);
  background: rgba(0, 0, 0, .3);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.7;
}

.home .reborn-sizeclass__exhaust-confirmation input {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 3px 0 0;
  accent-color: #73b6ed;
}

.home .reborn-sizeclass__exhaust-confirmation:focus-within {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.home .reborn-sizeclass__exhaust-confirmation input[aria-invalid="true"] {
  outline: 3px solid #ffb4b4;
  outline-offset: 2px;
}

.home .reborn-direct-reservation {
  padding: 0 var(--rb-gutter) clamp(56px, 6vw, 78px);
  background: transparent;
}

.home .reborn-direct-reservation__inner {
  width: min(100%, 760px);
  margin-inline: auto;
  padding: 28px clamp(20px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .025);
  text-align: center;
}

.home .reborn-direct-reservation__title {
  margin: 0;
  color: #f2f2f2;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
}

.home .reborn-direct-reservation__text {
  margin: 8px 0 0;
  color: #aaa;
  font-size: 13px;
  line-height: 1.75;
}

.home .reborn-direct-reservation__button {
  display: flex;
  width: min(100%, 440px);
  min-height: 56px;
  margin: 20px auto 0;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 20px;
  border: 1px solid rgba(115, 144, 255, .65);
  background: rgba(11, 35, 128, .18);
  color: #f4f6ff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .045em;
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease;
}

.home .reborn-direct-reservation__button:hover,
.home .reborn-direct-reservation__button:focus-visible {
  border-color: #8aa4ff;
  background: rgba(18, 54, 190, .28);
  outline: none;
}

.home .reborn-price-first .reborn-price-list {
  background: #050505;
}

.home .reborn-price-first .reborn-price-list__inner {
  padding-top: clamp(54px, 6vw, 76px);
}

.home .reborn-price-value {
  padding: clamp(70px, 8vw, 104px) var(--rb-gutter);
  background:
    linear-gradient(180deg, #050505, #090909 55%, #050505);
}

.home .reborn-price-value__inner {
  width: min(100%, var(--rb-content));
  margin-inline: auto;
}

.home .reborn-price-value__eyebrow {
  margin: 0;
  color: var(--rb-gold-bright);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-align: center;
}

.home .reborn-price-value__title {
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.45;
  text-align: center;
}

.home .reborn-price-value__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.home .reborn-price-value__item {
  min-width: 0;
  padding: 28px 24px 30px;
  border: 1px solid var(--rb-border);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .055), transparent 48%),
    var(--rb-surface);
}

.home .reborn-price-value__number {
  color: var(--rb-gold-bright);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.home .reborn-price-value__item h3 {
  margin: 12px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.55;
}

.home .reborn-price-value__item p {
  margin: 15px 0 0;
  color: var(--rb-ink-soft);
  font-size: 14px;
  line-height: 1.9;
}

.home .reborn-price-modal__range {
  display: flex;
  margin: 20px 0 22px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(115, 182, 237, .46);
  background: rgba(115, 182, 237, .055);
}

.home .reborn-price-modal__range span {
  color: #d8d8d8;
  font-size: 13px;
  font-weight: 600;
}

.home .reborn-price-modal__range strong {
  color: #fff;
  font-size: clamp(21px, 3vw, 30px);
  line-height: 1.25;
  white-space: nowrap;
}

.home .reborn-price-modal__exhaust-notice {
  margin: -10px 0 22px;
  padding: 18px 20px;
  border: 1px solid rgba(115, 182, 237, .5);
  border-left-width: 4px;
  background: rgba(115, 182, 237, .07);
  color: #dedede;
  font-size: 13px;
  line-height: 1.75;
}

.home .reborn-price-modal__exhaust-notice p {
  margin: 8px 0 0;
}

.home .reborn-price-modal__exhaust-heading,
.home .reborn-price-modal__exhaust-material {
  color: #fff;
  font-weight: 700;
}

.home .reborn-price-modal__exhaust-heading {
  margin-top: 0 !important;
}

.home .reborn-price-modal__exhaust-price {
  display: block;
  margin-top: 3px;
  color: #aedcff;
  font-size: 23px;
}

.home .reborn-price-modal__minimum-total,
.home .reborn-sizeclass__exhaust-breakdown p {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.home .reborn-price-modal__minimum-total {
  margin-top: 14px !important;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
  font-weight: 700;
}

.home .reborn-price-modal__minimum-total strong {
  color: #aedcff;
  font-size: 22px;
  white-space: nowrap;
}

.home .reborn-sizeclass__exhaust-breakdown {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  color: #d8d8d8;
  font-size: 12px;
  line-height: 1.55;
}

.home .reborn-sizeclass__exhaust-breakdown p {
  margin: 0;
}

.home .reborn-sizeclass__exhaust-breakdown p + p {
  margin-top: 9px;
}

.home .reborn-sizeclass__exhaust-breakdown strong {
  color: #fff;
  text-align: right;
  white-space: nowrap;
}

.home .reborn-sizeclass__exhaust-breakdown .reborn-sizeclass__minimum-total {
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
  font-weight: 700;
}

.home .reborn-sizeclass__exhaust-breakdown .reborn-sizeclass__minimum-total strong {
  color: #aedcff;
  font-size: 18px;
}

@media (max-width: 760px) {
  .home .reborn-price-first .reborn-sizeclass__inner {
    padding-top: 46px;
    padding-bottom: 38px;
  }

  .home .reborn-price-first .reborn-sizeclass__intro {
    font-size: 14px;
    line-height: 1.85;
    text-align: left;
  }

  .home .reborn-sizeclass__field--optional {
    padding: 16px;
  }

  .home .reborn-sizeclass__optional-label {
    display: block;
    width: max-content;
    margin: 6px 0 0 31px;
  }

  .home .reborn-sizeclass__exhaust-notice {
    padding: 15px;
  }

  .home .reborn-sizeclass__exhaust-title,
  .home .reborn-price-modal__minimum-total,
  .home .reborn-sizeclass__exhaust-breakdown p {
    display: block;
  }

  .home .reborn-sizeclass__exhaust-title span,
  .home .reborn-price-modal__minimum-total strong,
  .home .reborn-sizeclass__exhaust-breakdown strong {
    display: block;
    margin-top: 4px;
    text-align: left;
  }

  .home .reborn-direct-reservation {
    padding-bottom: 60px;
  }

  .home .reborn-direct-reservation__inner {
    padding: 24px 18px;
  }

  .home .reborn-direct-reservation__button {
    min-height: 54px;
  }

  .home .reborn-price-value__grid {
    grid-template-columns: 1fr;
  }

  .home .reborn-price-value__item {
    padding: 24px 20px 26px;
  }

  .home .reborn-price-modal__range {
    display: block;
    padding: 16px;
  }

  .home .reborn-price-modal__range strong {
    display: block;
    margin-top: 7px;
    white-space: normal;
  }
}

@media (max-width: 360px) {
  .home .reborn-price-list__table thead th {
    padding-inline: 5px;
    font-size: 10px;
  }

  .home .reborn-price-list__table tbody th {
    padding-inline: 5px;
    font-size: 11px;
  }

  .home .reborn-price-list__table tbody td {
    padding-inline: 5px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .home *,
  .home *::before,
  .home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
