:root {
  --pink: #e94d7b;
  --pink-soft: #fff1f6;
  --green: #0f5636;
  --green-soft: #eef6f1;
  --green-pale: #dcebe4;
  --blue: #12366f;
  --navy: #112b61;
  --gold: #c7952f;
  --line: #18b85f;
  --ink: #2e2d32;
  --muted: #66636b;
  --page: #eef9ff;
  --shadow: 0 18px 42px rgba(47, 112, 166, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #f5fcff 0%, #fff 35%, #f7fbff 100%);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  padding-bottom: 88px;
}

a {
  color: inherit;
  text-decoration: none;
}

.lp {
  width: min(100%, 430px);
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 40px rgba(34, 82, 120, 0.08);
}

.visual-section {
  position: relative;
  margin: 0;
  background: #fff;
}

.visual-image {
  display: block;
  width: 100%;
  height: auto;
}

.phone-video-section {
  position: relative;
  overflow: hidden;
  padding: 62px 0 70px;
  background:
    radial-gradient(circle at 0 6%, rgba(223, 236, 230, 0.95), transparent 34%),
    radial-gradient(circle at 100% 16%, rgba(226, 240, 250, 0.92), transparent 34%),
    linear-gradient(180deg, #fbfdff 0%, #fff 48%, #eef6f1 100%);
}

.phone-video-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 auto 30px;
  color: var(--navy);
  font-size: clamp(20px, 5.8vw, 26px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.phone-video-heading span {
  position: relative;
  display: inline-block;
}

.phone-video-heading::before,
.phone-video-heading::after {
  color: var(--navy);
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1;
}

.phone-video-heading::before {
  content: "＼";
}

.phone-video-heading::after {
  content: "／";
}

.phone-shell {
  position: relative;
  width: min(70%, 310px);
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 38px;
  background: #101f41;
  box-shadow:
    0 22px 42px rgba(17, 43, 97, 0.18),
    0 0 0 1px rgba(17, 43, 97, 0.12);
}

.phone-shell::before {
  content: "";
  position: absolute;
  inset: 7px;
  z-index: 2;
  border: 7px solid var(--navy);
  border-radius: 32px;
  pointer-events: none;
}

.phone-shell::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  z-index: 3;
  width: 44%;
  height: 34px;
  border-radius: 0 0 18px 18px;
  background: var(--navy);
  transform: translateX(-50%);
  pointer-events: none;
}

.phone-screen-video {
  position: absolute;
  inset: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  border: 0;
  border-radius: 28px;
  background: #fff;
  object-fit: cover;
}

.phone-frame-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  border: 8px solid var(--navy);
  border-radius: 38px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.58);
  pointer-events: none;
}

.phone-video-section .instagram-banner {
  margin-top: 30px;
}

.doctor-visual {
  padding-bottom: 24px;
  background: linear-gradient(180deg, #f4fbff 0%, #fff 58%, #f4faf6 100%);
}

.instagram-banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: calc(100% - 34px);
  min-height: 78px;
  margin: 18px auto 0;
  padding: 12px 20px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(13, 72, 45, 0.98), rgba(45, 99, 68, 0.96) 54%, rgba(18, 54, 111, 0.96)),
    var(--green);
  box-shadow:
    0 16px 30px rgba(15, 86, 54, 0.24),
    0 0 0 6px rgba(222, 235, 228, 0.9);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 700;
  text-align: left;
}

.instagram-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 16px rgba(154, 37, 80, 0.18);
}

.instagram-icon svg {
  width: 25px;
  height: 25px;
  fill: var(--green);
}

.instagram-copy {
  display: grid;
  gap: 2px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}

.instagram-copy span {
  font-size: 13px;
  letter-spacing: 0.04em;
  opacity: 0.92;
}

.instagram-copy strong {
  font-size: clamp(17px, 5vw, 22px);
  font-weight: 500;
  line-height: 1.35;
}

.cta-banner {
  overflow: hidden;
}

.hotspot {
  position: absolute;
  display: block;
  border-radius: 999px;
}

.hotspot:focus-visible,
.fixed-button:focus-visible,
.instagram-banner:focus-visible,
.faq-question:focus-visible {
  outline: 3px solid rgba(45, 123, 212, 0.45);
  outline-offset: 3px;
}

.cta-simple .hotspot-single {
  left: 8.5%;
  top: 65.5%;
  width: 83%;
  height: 20.5%;
}

.cta-reserve .hotspot-web {
  left: 4.5%;
  top: 72.6%;
  width: 91%;
  height: 12.2%;
}

.faq-section {
  padding: 48px 16px 38px;
  background:
    radial-gradient(circle at 0 0, rgba(219, 235, 226, 0.96), transparent 34%),
    radial-gradient(circle at 100% 0, rgba(226, 240, 250, 0.95), transparent 34%),
    linear-gradient(180deg, #fbfdfb 0%, #fff 42%, #eef6f1 100%);
}

.faq-title {
  margin: 0 0 26px;
  color: var(--green);
  font-size: clamp(38px, 11.5vw, 54px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
}

.faq-title span {
  color: var(--navy);
}

.faq-list {
  display: grid;
  gap: 11px;
}

.faq-item {
  border-radius: 18px;
}

.faq-question {
  display: grid;
  grid-template-columns: 1fr 36px;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 16px 15px 16px 20px;
  border: 1px solid transparent;
  border-radius: 16px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(100deg, var(--green), var(--navy)) border-box;
  color: var(--green);
  box-shadow: var(--shadow);
  font: inherit;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: clamp(20px, 6vw, 27px);
  font-weight: 600;
  line-height: 1.46;
  letter-spacing: 0;
  text-align: left;
  cursor: pointer;
}

.faq-arrow {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--green-soft);
}

.faq-arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 11px solid var(--green);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  transition: transform 220ms ease;
}

.faq-item.is-open .faq-arrow::before {
  transform: rotate(180deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 240ms ease;
}

.faq-answer p {
  overflow: hidden;
  margin: 0;
  padding: 0 20px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.94);
  border-right: 1px solid rgba(17, 43, 97, 0.45);
  border-bottom: 1px solid rgba(17, 43, 97, 0.45);
  border-left: 1px solid rgba(15, 86, 54, 0.55);
  border-radius: 0 0 16px 16px;
  box-shadow: var(--shadow);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: clamp(16px, 4.6vw, 20px);
  font-weight: 500;
  line-height: 1.75;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer p {
  padding-top: 15px;
  padding-bottom: 18px;
}

.clinic-section {
  padding-bottom: 22px;
}

.map-card {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 23%;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 -8px 22px rgba(15, 86, 54, 0.08);
}

.map-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.fixed-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: min(100%, 430px);
  margin: 0 auto;
  padding: 10px 12px calc(11px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 -12px 28px rgba(17, 43, 97, 0.12);
  backdrop-filter: blur(14px);
}

.fixed-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  border-radius: 999px;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.fixed-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: currentColor;
}

.fixed-web {
  background: linear-gradient(135deg, #e94d7b, #f184a2);
  box-shadow: 0 10px 18px rgba(233, 77, 123, 0.2);
}

@media (min-width: 431px) {
  body {
    background: #eef8ff;
  }
}

@media (max-width: 360px) {
  .faq-question {
    grid-template-columns: 1fr 38px;
    min-height: 98px;
    padding: 18px 14px 18px 18px;
  }

  .faq-arrow {
    width: 38px;
    height: 38px;
  }

  .fixed-button {
    font-size: 14px;
  }
}
