:root {
  --navy: #071f37;
  --blue: #0877be;
  --green: #69ad45;
  --ice: #eef9fd;
  --ink: #0b263b;
  --muted: #5d7180;
  --line: #d6e7ee;
  --shadow: 0 20px 55px rgba(5, 35, 57, 0.15);
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic",
    Meiryo, sans-serif;
  color: var(--ink);
  background: #f5fbfd;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
label {
  touch-action: manipulation;
}
.topbar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  padding: 9px max(18px, calc((100vw - 1240px) / 2));
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(7, 31, 55, 0.08);
}
.mini-logo {
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  cursor: pointer;
}
.mini-logo img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
}
.mini-logo b,
.mini-logo small {
  display: block;
  text-align: left;
}
.mini-logo b {
  font-size: 20px;
  line-height: 1;
}
.mini-logo small {
  font-size: 10px;
  letter-spacing: 0.12em;
  margin-top: 4px;
}
.quick-consult {
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
  padding: 11px 19px;
}
.book {
  position: fixed;
  inset: 72px 0;
  bottom: 72px;
  overflow: hidden;
}
.track {
  height: 100%;
  display: flex;
  will-change: transform;
  transition: transform 0.42s cubic-bezier(0.22, 0.8, 0.24, 1);
}
.page {
  height: 100%;
  min-width: 100vw;
  overflow: auto;
  overscroll-behavior: contain;
  background: linear-gradient(135deg, #fff 45%, #effaff);
}
.page:nth-child(even) {
  background: linear-gradient(135deg, #eaf8fd, #fff 60%);
}
.page-inner {
  min-height: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 28px 35px;
  display: grid;
  align-items: center;
}
.hero-grid {
  grid-template-columns: 1.08fr 0.92fr;
}
.split,
.how-grid,
.assurance-grid {
  grid-template-columns: 0.9fr 1.1fr;
  gap: 45px;
}
.how-grid,
.assurance-grid {
  grid-template-columns: 1.15fr 0.85fr;
}
.booking-grid {
  grid-template-columns: 0.75fr 1.25fr;
  gap: 40px;
}
.kicker {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin: 0 0 10px;
}
.wordmark {
  width: 108px;
  height: 108px;
  object-fit: cover;
  border-radius: 22px;
  float: left;
  margin: 0 18px 3px 0;
  box-shadow: var(--shadow);
}
h1,
h2 {
  font-size: clamp(36px, 5.2vw, 67px);
  line-height: 1.08;
  letter-spacing: -0.05em;
  margin: 0 0 14px;
  color: var(--navy);
}
h2 {
  font-size: clamp(34px, 4.5vw, 58px);
}
h1 em,
h2 em {
  color: var(--blue);
  font-style: normal;
}
.lead {
  font-size: 18px;
  font-weight: 650;
  line-height: 1.65;
  color: #294657;
}
.symptoms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  clear: both;
  margin-top: 18px;
}
.symptoms span,
.answer-list span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 9px 12px;
  font-weight: 750;
  font-size: 14px;
  box-shadow: 0 5px 18px rgba(17, 64, 92, 0.06);
}
.mizukichi {
  height: min(70vh, 630px);
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.mizukichi img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 15px 18px rgba(5, 36, 55, 0.11));
}
.mizukichi.big {
  order: -1;
}
.character-button {
  border: 0;
  background: transparent;
  height: 100%;
  padding: 0;
}
.character-button img {
  height: 100%;
}
.bubble {
  position: absolute;
  z-index: 2;
  top: 3%;
  right: 0;
  background: #fff;
  border: 2px solid var(--blue);
  border-radius: 20px;
  padding: 13px 18px;
  line-height: 1.4;
  box-shadow: var(--shadow);
  font-size: 15px;
}
.bubble:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 26px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: rotate(45deg);
}
.trust {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin: 15px 0;
}
.trust b {
  background: #dff4d2;
  color: #397423;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 13px;
}
.answer-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin: 18px 0;
}
.answer-list span:before {
  content: "✓";
  color: var(--green);
  font-weight: 900;
  margin-right: 7px;
}
.main-cta {
  border: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--blue), #075b98);
  color: #fff;
  min-height: 54px;
  padding: 13px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-weight: 900;
  font-size: 17px;
  box-shadow: 0 11px 24px rgba(8, 119, 190, 0.25);
}
.steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.steps article {
  display: grid;
  grid-template-columns: 30px 42px 1fr;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px;
}
.steps i {
  font-style: normal;
  color: var(--blue);
  font-weight: 950;
}
.steps article > span {
  font-size: 25px;
}
.steps b,
.steps small {
  display: block;
}
.steps small {
  color: var(--muted);
  margin-top: 2px;
}
.consult-how-grid {
  grid-template-columns: 1.05fr 0.72fr;
  grid-template-rows: auto auto;
  gap: 12px 30px;
}
.consult-copy h2 {
  font-size: clamp(32px, 3.8vw, 52px);
}
.consult-copy h2 em {
  display: block;
}
.consult-visuals {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: stretch;
  position: relative;
  min-height: 420px;
}
.consult-visuals .mizukichi {
  position: absolute;
  height: auto;
}
.consult-main {
  inset: 0;
}
.consult-sub {
  width: 55%;
  right: 0;
  bottom: 0;
}
.consult-sub .bubble {
  top: -4%;
  right: 58%;
  width: max-content;
}
.how-compact h3 {
  margin: 0 0 9px;
  color: var(--navy);
  font-size: 22px;
}
.how-compact h3 em {
  display: inline-block;
  margin-left: 8px;
  color: var(--blue);
  font-style: normal;
}
.recommendation-layout {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  grid-template-rows: 1fr auto;
  gap: 18px 34px;
}
.recommendation-heading {
  align-self: center;
}
.recommendation-heading h2 {
  font-size: clamp(38px, 5vw, 62px);
}
.recommend-mizukichi {
  position: relative;
  height: min(38vh, 300px);
  margin-top: 10px;
}
.recommend-mizukichi img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.recommend-mizukichi .bubble {
  top: 2%;
  right: 0;
}
.recommended-products {
  align-self: center;
  display: grid;
  gap: 14px;
  max-height: 100%;
  overflow: auto;
  padding: 4px 8px 4px 4px;
}
.trending-products {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 14px;
  align-items: center;
  padding: 11px 14px;
  border: 1px solid #f3d5a6;
  border-radius: 16px;
  background: #fff8eb;
}
.trending-products h3 { margin: 2px 0 0; color: var(--navy); font-size: 23px; }
.trending-products-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.trending-products-list .product-card { min-height: 150px; grid-template-columns: 38% 62%; gap: 8px; padding: 10px; border-radius: 13px; box-shadow: none; }
.trending-products-list .product-photo img { max-height: 130px; }
.trending-products-list .product-summary > strong { font-size: 20px; }
.trending-products-list .product-summary > b { font-size: 12px; }
.trending-products-list .product-description,.trending-products-list .product-fee { display: none; }
.trending-products-list .product-price { margin-top: 6px; font-size: 23px; }
.product-consult { width: 100%; margin-top: 12px; }
.product-card {
  width: 100%;
  min-height: 320px;
  display: grid;
  grid-template-columns: minmax(210px, 0.9fr) 1.1fr;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  box-shadow: var(--shadow);
  cursor: pointer;
}
.product-card:focus-visible {
  outline: 3px solid rgba(8, 119, 190, 0.35);
  outline-offset: 3px;
}
.product-photo {
  min-width: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
}
.product-photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: contain;
}
.product-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.product-maker {
  color: var(--blue);
  font-weight: 900;
  font-size: 14px;
}
.product-summary > strong {
  color: var(--navy);
  font-size: clamp(28px, 3.4vw, 45px);
  line-height: 1;
  margin: 5px 0 9px;
}
.product-summary > b {
  font-size: 16px;
  line-height: 1.45;
}
.product-description {
  color: var(--muted);
  margin-top: 5px;
  line-height: 1.45;
}
.product-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px;
  color: #e05222;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 950;
  line-height: 1.05;
  margin-top: 16px;
}
.product-price small {
  width: 100%;
  color: var(--navy);
  font-size: 13px;
}
.product-price em {
  font-size: 13px;
  font-style: normal;
}
.product-fee {
  color: var(--muted);
  font-size: 12px;
  margin-top: 7px;
}
.product-more {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  margin-top: 15px;
}
.product-more i {
  font-style: normal;
  margin-left: 6px;
}
.travel-note {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 22px;
  padding: 10px 16px;
  border-radius: 12px;
  background: #e7f5df;
  color: #315f24;
  font-size: 13px;
}
.product-dialog {
  max-width: 720px;
}
.product-detail-head {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  align-items: center;
}
.product-detail-head img {
  width: 180px;
  height: 150px;
  object-fit: contain;
  border-radius: 14px;
}
.product-detail-head h2 {
  font-size: 38px;
  margin-bottom: 7px;
}
.product-detail-description {
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ice);
  font-weight: 800;
}
.product-detail-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--line);
}
.product-detail-list div {
  background: #fff;
  padding: 9px 11px;
}
.product-detail-list dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}
.product-detail-list dd {
  margin: 3px 0 0;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}
.detail-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 7px;
  margin-top: 14px;
  color: #e05222;
}
.product-assurances {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 12px;
}
.product-assurances span {
  padding: 9px 6px;
  border-radius: 9px;
  background: #e7f5df;
  color: #315f24;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}
.detail-price small {
  color: var(--navy);
  font-weight: 900;
}
.detail-price strong {
  font-size: 38px;
}
.detail-price em {
  font-size: 12px;
  font-style: normal;
}
.product-notes {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}
.assurance-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.assurance-cards article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 12px;
  display: grid;
  grid-template-columns: 35px 1fr;
  align-items: center;
}
.assurance-cards article > span {
  grid-row: 1/3;
  font-size: 23px;
}
.assurance-cards b,
.assurance-cards small {
  display: block;
}
.assurance-cards small {
  color: var(--muted);
  font-size: 12px;
}
.products {
  margin-top: 10px;
  padding: 13px;
  background: var(--navy);
  color: #fff;
  border-radius: 14px;
}
.products > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 7px;
}
.products span {
  font-size: 13px;
  font-weight: 800;
  padding: 7px;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 8px;
}
.products small {
  display: block;
  font-size: 10px;
  color: #c8dce8;
}
.handoff {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 9px;
  padding: 10px 13px;
  background: #e7f5df;
  border-radius: 11px;
  font-size: 12px;
}
.handoff p {
  margin: 0;
}
.handoff a {
  color: #2e7021;
  font-weight: 900;
  white-space: nowrap;
}
.booking-copy .mizukichi.small {
  height: min(42vh, 360px);
}
.booking-copy .bubble {
  font-size: 13px;
}
.booking {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 20px;
}
.booking fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 12px;
}
.booking legend {
  font-weight: 900;
  margin-bottom: 8px;
}
.choice-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
.choice-row input {
  position: absolute;
  opacity: 0;
}
.choice-row span {
  display: block;
  text-align: center;
  padding: 9px 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
}
.choice-row input:checked + span {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}
.dates {
  display: grid;
  gap: 6px;
}
.dates label {
  display: grid;
  grid-template-columns: 70px 1fr 1fr;
  gap: 7px;
  align-items: center;
}
.dates label > span {
  font-size: 13px;
  font-weight: 900;
}
.booking input,
.booking select,
.consult-options input,
.consult-options select,
.consult-options textarea {
  width: 100%;
  border: 1px solid #bfd4df;
  border-radius: 8px;
  padding: 9px;
  background: #fff;
  color: var(--ink);
}
.contact-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin: 12px 0;
}
.contact-fields label {
  font-size: 12px;
  font-weight: 900;
}
.contact-fields label:last-child {
  grid-column: 1/-1;
}
.form-note,
.dialog-note {
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  margin: 6px 0 0;
}
.pager {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 72px;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 8px env(safe-area-inset-bottom);
  transform: translateZ(0);
  isolation: isolate;
}
.pager button {
  border: 0;
  background: transparent;
  color: var(--navy);
  font-weight: 900;
  padding: 14px 18px;
}
.pager button:disabled {
  opacity: 0.25;
}
.dots {
  display: flex;
  gap: 8px;
}
.dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  padding: 0;
  background: #c3d6df;
}
.dots button.active {
  width: 28px;
  border-radius: 99px;
  background: var(--blue);
}
.count {
  font-size: 12px;
  font-weight: 900;
  color: var(--muted);
}
dialog {
  width: min(690px, calc(100% - 24px));
  border: 0;
  border-radius: 24px;
  padding: 25px;
  box-shadow: 0 30px 90px rgba(2, 23, 38, 0.35);
  color: var(--ink);
}
dialog::backdrop {
  background: rgba(3, 24, 40, 0.68);
  backdrop-filter: blur(4px);
}
dialog .close {
  position: absolute;
  right: 14px;
  top: 10px;
  border: 0;
  background: transparent;
  font-size: 30px;
  color: var(--muted);
}
.dialog-head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 14px;
}
.dialog-head img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  object-position: 50% 12%;
  border-radius: 50%;
}
.dialog-head h2 {
  font-size: 26px;
  margin: 0;
}
.consult-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.consult-options label {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px;
}
.consult-options label > b {
  font-size: 13px;
}
.consult-options .wide {
  grid-column: 1/-1;
}
.upload input {
  position: absolute;
  opacity: 0;
}
.upload small {
  display: block;
  color: var(--muted);
  margin-top: 6px;
}
.success {
  text-align: center;
  max-width: 420px;
}
.success-mark {
  margin: auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e1f4d8;
  color: var(--green);
  font-size: 36px;
  font-weight: 900;
}
.success h2 {
  font-size: 32px;
  margin-top: 12px;
}
.success a {
  color: var(--blue);
  font-weight: 900;
}
@media (max-width: 760px) {
  .topbar {
    height: 62px;
    padding: 6px 12px;
  }
  .mini-logo img {
    width: 45px;
    height: 45px;
  }
  .mini-logo b {
    font-size: 17px;
  }
  .quick-consult {
    padding: 9px 13px;
    font-size: 13px;
  }
  .book {
    inset: 62px 0 66px;
  }
  .page-inner {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }
  .copy {
    width: 100%;
  }
  .wordmark {
    width: 74px;
    height: 74px;
    margin-right: 11px;
    border-radius: 15px;
  }
  h1,
  h2 {
    font-size: clamp(31px, 10vw, 43px);
    margin-bottom: 7px;
  }
  .lead {
    font-size: 14px;
    margin: 5px 0;
  }
  .symptoms {
    grid-template-columns: 1fr 1fr;
    margin-top: 9px;
    gap: 5px;
  }
  .symptoms span {
    font-size: 11px;
    padding: 6px;
  }
  .hero-grid .mizukichi {
    height: 35vh;
  }
  .mizukichi {
    height: 36vh;
    width: 100%;
  }
  .mizukichi.big {
    height: 42vh;
  }
  .bubble {
    top: 0;
    right: 1%;
    font-size: 12px;
    padding: 8px 11px;
    border-radius: 14px;
  }
  .split .copy,
  .how-grid .copy,
  .assurance-grid .copy {
    order: -1;
  }
  .split .mizukichi {
    order: 0;
  }
  .trust {
    margin: 6px 0;
  }
  .answer-list {
    margin: 8px 0;
    gap: 4px;
  }
  .answer-list span {
    font-size: 11px;
    padding: 6px;
  }
  .main-cta {
    min-height: 47px;
    padding: 10px;
    font-size: 15px;
  }
  .how-grid .mizukichi {
    height: 30vh;
  }
  .consult-how-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    justify-content: start;
    gap: 7px;
    padding-top: 9px;
    overflow: auto;
  }
  .consult-copy h2 {
    font-size: 30px;
  }
  .consult-copy h2 em {
    display: inline;
    margin-left: 6px;
  }
  .consult-copy .lead {
    font-size: 13px;
  }
  .consult-copy .answer-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .consult-copy .answer-list span {
    display: grid;
    place-items: center;
    text-align: center;
    min-height: 42px;
    font-size: 10px;
  }
  .consult-copy .answer-list span:before {
    display: none;
  }
  .consult-visuals {
    grid-column: 1;
    grid-row: 2;
    min-height: 185px;
    width: 100%;
  }
  .consult-main {
    inset: 0 25% 0 0;
  }
  .consult-sub {
    width: 38%;
  }
  .consult-visuals .bubble {
    font-size: 10px;
    padding: 6px 8px;
  }
  .consult-sub .bubble {
    display: none;
  }
  .how-compact {
    grid-row: 3;
  }
  .how-compact .kicker {
    display: none;
  }
  .how-compact h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .how-compact h3 em {
    margin-left: 5px;
  }
  .steps {
    gap: 5px;
  }
  .steps article {
    padding: 8px;
    grid-template-columns: 20px 35px 1fr;
  }
  .steps article > span {
    font-size: 20px;
  }
  .steps b {
    font-size: 13px;
  }
  .steps small {
    font-size: 10px;
  }
  .recommendation-layout {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 7px;
    padding-top: 9px;
    overflow: auto;
  }
  .recommendation-heading {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 105px;
    align-items: center;
  }
  .recommendation-heading h2 {
    font-size: 32px;
    margin-bottom: 3px;
  }
  .recommendation-heading .lead {
    font-size: 12px;
  }
  .recommend-mizukichi {
    height: 105px;
    margin: 0;
  }
  .recommend-mizukichi .bubble {
    font-size: 9px;
    padding: 5px 7px;
    right: 70%;
    width: max-content;
  }
  .recommended-products {
    width: 100%;
    overflow: visible;
    padding: 2px;
  }
  .trending-products {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 9px;
  }
  .trending-products h3 { font-size: 18px; }
  .trending-products-list { grid-template-columns: 1fr; }
  .trending-products-list .product-card { min-height: 0; }
  .product-card {
    min-height: 0;
    grid-template-columns: 42% 58%;
    gap: 10px;
    padding: 11px;
    border-radius: 16px;
  }
  .product-photo img {
    max-height: 220px;
  }
  .product-maker {
    font-size: 11px;
  }
  .product-summary > strong {
    font-size: 24px;
    margin: 3px 0 5px;
  }
  .product-summary > b {
    font-size: 12px;
  }
  .product-description {
    font-size: 11px;
  }
  .product-price {
    font-size: 29px;
    margin-top: 9px;
  }
  .product-price small,
  .product-price em,
  .product-fee,
  .product-more {
    font-size: 10px;
  }
  .product-more {
    margin-top: 7px;
  }
  .travel-note {
    width: 100%;
    gap: 2px 10px;
    padding: 7px 9px;
    font-size: 10px;
  }
  .product-detail-head {
    grid-template-columns: 110px 1fr;
    gap: 10px;
  }
  .product-detail-head img {
    width: 110px;
    height: 100px;
  }
  .product-detail-head h2 {
    font-size: 27px;
  }
  .product-detail-list {
    grid-template-columns: 1fr;
  }
  .detail-price strong {
    font-size: 32px;
  }
  .product-assurances {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .product-assurances span {
    padding: 7px;
  }
  .assurance-cards {
    gap: 5px;
  }
  .assurance-cards article {
    padding: 7px;
  }
  .products {
    padding: 8px;
    margin-top: 5px;
  }
  .products span {
    font-size: 10px;
    padding: 5px;
  }
  .products small {
    font-size: 8px;
  }
  .handoff {
    padding: 7px;
    margin-top: 5px;
    font-size: 9px;
  }
  .assurance-grid .mizukichi {
    height: 24vh;
  }
  .booking-grid {
    justify-content: flex-start;
    padding-top: 10px;
    overflow: auto;
  }
  .booking-copy {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 120px;
  }
  .booking-copy h2 {
    font-size: 30px;
  }
  .booking-copy .mizukichi.small {
    height: 120px;
  }
  .booking-copy .bubble {
    display: none;
  }
  .booking {
    padding: 12px;
    width: 100%;
    box-shadow: none;
  }
  .choice-row {
    grid-template-columns: 1fr 1fr;
  }
  .choice-row span {
    padding: 6px;
    font-size: 11px;
  }
  .dates label {
    grid-template-columns: 55px 1fr 1fr;
    gap: 4px;
  }
  .dates input,
  .dates select {
    padding: 6px;
    font-size: 11px;
  }
  .contact-fields {
    margin: 7px 0;
  }
  .contact-fields input {
    padding: 7px;
    font-size: 12px;
  }
  .pager {
    min-height: calc(66px + env(safe-area-inset-bottom));
    gap: 5px;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .pager button {
    padding: 12px 10px;
  }
  .count {
    display: none;
  }
  .dots {
    gap: 6px;
  }
  dialog {
    padding: 18px;
  }
  .dialog-head img {
    width: 70px;
    height: 70px;
  }
  .dialog-head h2 {
    font-size: 21px;
  }
  .consult-options {
    grid-template-columns: 1fr;
  }
  .consult-options .wide {
    grid-column: auto;
  }
}
@media (max-height: 700px) and (max-width: 760px) {
  .hero-grid .mizukichi {
    height: 28vh;
  }
  .mizukichi.big {
    height: 34vh;
  }
  .how-grid .mizukichi {
    height: 24vh;
  }
  .assurance-grid .mizukichi {
    display: none;
  }
  .kicker {
    margin-bottom: 4px;
  }
  .booking-copy {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .track {
    transition: none !important;
  }
}
.track {
  transition-duration: 0.26s;
}
.operator-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 15px;
  margin-top: 8px;
  box-shadow: 0 8px 24px rgba(17, 64, 92, 0.08);
}
.operator-card > b,
.operator-card > small {
  display: block;
}
.operator-card > b {
  color: var(--navy);
  font-size: 17px;
}
.operator-card > small {
  color: var(--muted);
  font-size: 11px;
  margin: 2px 0 8px;
}
.operator-card dl {
  margin: 0;
  display: grid;
  gap: 3px;
}
.operator-card dl > div {
  display: grid;
  grid-template-columns: 44px 1fr;
  font-size: 11px;
}
.operator-card dt {
  font-weight: 900;
  color: var(--muted);
}
.operator-card dd {
  margin: 0;
  font-weight: 800;
}
.operator-card a {
  color: var(--blue);
}
.contact-strip {
  margin: 7px 0 0;
  text-align: center;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}
.contact-strip a {
  color: var(--blue);
  font-weight: 800;
}

.hero-consult {
  display: none;
}
.brand-lockup {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 12px;
}
.brand-lockup .wordmark {
  float: none;
  margin: 0;
  width: 215px;
  height: 215px;
  flex: 0 0 auto;
}
.brand-lockup b,
.brand-lockup strong,
.brand-lockup small {
  display: block;
}
.brand-lockup b {
  color: var(--blue);
  font-size: 16px;
  letter-spacing: 0.12em;
}
.brand-lockup strong {
  color: var(--navy);
  font-size: clamp(39px, 5vw, 66px);
  line-height: 1;
  letter-spacing: -0.045em;
}
.brand-lockup small {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
  font-size: 13px;
}
.top-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin: 0 0 15px;
}
.top-benefits span {
  padding: 8px 5px;
  text-align: center;
  border-radius: 999px;
  background: #e1f4d8;
  color: #2f6e20;
  font-size: 13px;
  font-weight: 900;
}
.floating-consult {
  position: fixed;
  z-index: 35;
  right: 18px;
  bottom: 86px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  padding: 6px 14px 6px 6px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(4, 44, 72, 0.28);
}
.floating-consult img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 15%;
}
.form-choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 10px;
}
.form-choices fieldset {
  margin: 0;
}
.form-choices legend {
  font-size: 13px;
}
.choice-three {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 760px) {
  .operator-card {
    display: none;
  }
  .brand-lockup {
    gap: 11px;
    margin-bottom: 7px;
  }
  .brand-lockup .wordmark {
    width: 155px;
    height: 155px;
    border-radius: 20px;
  }
  .brand-lockup b {
    font-size: 12px;
  }
  .brand-lockup strong {
    font-size: 34px;
  }
  .brand-lockup small {
    font-size: 10px;
    margin-top: 5px;
  }
  .top-benefits {
    gap: 4px;
    margin-bottom: 7px;
  }
  .top-benefits span {
    font-size: 10px;
    padding: 6px 2px;
  }
  .page-one h1 {
    font-size: 29px;
  }
  .page-one .lead {
    margin: 2px 0;
  }
  .page-one .symptoms {
    margin-top: 5px;
  }
  .page-one .mizukichi {
    height: auto;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin-top: 8px;
  }
  .page-one .mizukichi .bubble {
    position: relative;
    inset: auto;
    order: 1;
    width: max-content;
    max-width: 88%;
    text-align: center;
    margin: 0 auto;
    padding: 8px 13px;
  }
  .page-one .mizukichi .bubble:after {
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
  .page-one .mizukichi img {
    order: 2;
    width: auto;
    height: min(46vh, 370px);
    max-width: 100%;
  }
  .page-one .hero-consult {
    display: flex;
    order: 3;
    width: min(88%, 320px);
    min-height: 44px;
    margin: 0 auto;
  }
  .floating-consult {
    right: 10px;
    bottom: 76px;
    padding: 4px 10px 4px 4px;
    font-size: 12px;
  }
  .floating-consult img {
    width: 32px;
    height: 32px;
  }
  .form-choices {
    grid-template-columns: 1fr;
    gap: 3px;
    margin-bottom: 5px;
  }
  .form-choices fieldset {
    margin: 0;
  }
  .form-choices legend {
    font-size: 11px;
    margin-bottom: 4px;
  }
}
@media (max-height: 740px) and (max-width: 760px) {
  .page-one .mizukichi {
    height: auto;
    gap: 10px;
  }
  .page-one .mizukichi img {
    height: min(36vh, 280px);
  }
  .brand-lockup .wordmark {
    width: 128px;
    height: 128px;
  }
  .brand-lockup strong {
    font-size: 30px;
  }
  .page-five .booking {
    padding: 9px;
  }
  .page-five .booking-copy {
    display: none;
  }
  .page-five .choice-row span {
    padding: 5px;
  }
  .page-five .dates {
    gap: 3px;
  }

  .page-four .assurance-grid {
    position: relative;
  }
  .page-four .assurance-grid .mizukichi {
    display: flex;
    position: absolute;
    z-index: 4;
    top: 6px;
    right: 8px;
    width: 104px;
    height: 104px;
    pointer-events: none;
  }
  .page-four .assurance-grid .mizukichi .bubble {
    display: none;
  }
  .page-four .assurance-grid .mizukichi img {
    width: 100%;
    height: 100%;
  }
  .page-five .booking-copy {
    display: block;
    position: relative;
    flex: 0 0 108px;
    width: 100%;
    min-height: 108px;
  }
  .page-five .booking-copy > .kicker,
  .page-five .booking-copy > h2,
  .page-five .booking-copy > .operator-card {
    display: none;
  }
  .page-five .booking-copy .mizukichi.small {
    display: flex;
    width: 100%;
    height: 108px;
  }
  .page-five .booking-copy .mizukichi.small img {
    width: auto;
    height: 108px;
  }
}
