:root {
  --color-text: #382004;
  --color-orange: #f9a341;
  --color-yellow: #ffe893;
  --color-yellow-pale: #fdf6ca;
  --color-pink: #ff4d6d;
  --color-pink-deep: #ff5876;
  --color-peach: #f8e5e1;
  --color-peach-deep: #f1c9c0;
  --color-accent: #e06f55;
  --color-stroke: #e2785f;
  --color-coral: #f39682;
  --color-brown: #d7a081;
  --color-brown-deep: #8b581e;
  --color-gray: #878787;
  --color-gray-bg: #e4e4e4;
  --color-green-orange: #ffa321;
  --color-price: #ff7a2a;
  --color-bg-white: #fff;
  --font-jp: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI",
    "Yu Gothic", "Meiryo", sans-serif;
  --font-rounded: "Hiragino Maru Gothic ProN", "Hiragino Sans", "Yu Gothic UI",
    "Yu Gothic", "Meiryo", sans-serif;
  --font-en: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Helvetica Neue", Arial, sans-serif;
  --lp-w: 390px;
  --sticky-cta-space: 110px;
}

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

body {
  background: var(--color-peach-deep);
  padding-top: 60px;
}

@media (min-width: 601px) and (max-width: 1024px) {
  body {
    padding-top: 90px;
  }
}

body.is-modal-open {
  overflow: hidden;
}

.lp img {
  max-width: 100%;
  display: block;
}

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

.lp p,
.lp h1,
.lp h2,
.lp h3,
.lp h4 {
  margin: 0;
}

/* ============ LP container ============ */
.lp {
  width: 100%;
  position: relative;
  font-family: var(--font-jp);
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* Hero banner and Footer are centered within 390px */
.hero-banner {
  width: var(--lp-w);
  margin-left: auto;
  margin-right: auto;
}

.site-footer {
  margin-left: auto;
  margin-right: auto;
}

/* ============ Alternating group backgrounds (full viewport width on PC) ============ */
.bg-group {
  width: 100%;
  position: relative;
}

.bg-group--a {
  background-color: #f8e5e1;
}

.bg-group--b {
  background-color: #f1c9c0;
}

/* Standalone separators so the wave does not affect group layout. */
.bg-wave {
  width: 100%;
  height: 255px;
  position: relative;
  overflow: hidden;
}

.bg-wave::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.bg-wave--a-to-b {
  background-color: #f1c9c0;
}

.bg-wave--a-to-b::before {
  background-image: url("img/Rectangle_859.png");
}

.bg-wave--b-to-a {
  background-color: #f8e5e1;
}

.bg-wave--b-to-a::before {
  background-image: url("img/Rectangle_897.png");
}

.sp_display {
  display: none;
}

@media (min-width: 1480px) {
  .bg-wave.bg-wave--a-to-b {
    height: 220px !important;
  }

  .bg-wave.bg-wave--b-to-a {
    height: 250px !important;
  }
}

@media (min-width: 767px) {
  .bg-wave--a-to-b,
  .bg-wave--b-to-a {
    height: 190px;
  }

  .price,
  .voices {
    padding-top: 0 !important;
  }
  
  .kenkou {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .sp_display {
    display: block;
  }
  .bg-wave {
    height: 80px;
  }

  .bg-wave::before {
    background-size: 100% auto;
  }
  
  .bg-group--b {
    padding-top: 30px;
  }
}

/* Constrain inner sections to 390px and center */
.bg-group > section,
.bg-group > .cta-tabs,
.bg-group > .insurer-note {
  max-width: var(--lp-w);
  margin-left: auto;
  margin-right: auto;
}

/* ============ Hero Banner (MV) ============ */
.hero-banner {
  width: 100%;
  line-height: 0;
}

.hero-banner__img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============ Hero Title ============ */
.hero {
  padding: 51px 33px 72px;
  text-align: center;
}

.hero__title {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 17px !important;
  color: var(--color-text);
}

.hero__subtitle {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: clamp(16px, 4.27vw, 18px);
  line-height: 1.56;
  margin-bottom: 13px !important;
  color: var(--color-text);
}

.hero__solve {
  display: inline-block;
  background: #fff;
  border: 2px solid var(--color-stroke);
  border-radius: 10px;
  padding: 10px 24px;
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 18px;
  line-height: 1.4;
  color: var(--color-accent);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}

/* ============ Animals list ============ */
.animals {
  padding: 0 0 50px;
  text-align: center;
}

.animals__heading {
  margin-bottom: 24px;
}

.animals__title {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

.animals__subtitle {
  font-size: 16px;
  font-weight: 400;
}

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

.animal-card {
  background: #fff;
  border: 1px solid var(--color-text);
  border-radius: 20px;
  padding: 8px 6px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.animal-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(56, 32, 4, 0.12);
}

.animal-card:focus-visible {
  outline: 3px solid #e98c77;
  outline-offset: 2px;
}

.animal-card img {
  width: 80px;
  aspect-ratio: 108 / 72;
  object-fit: contain;
  border-radius: 8px;
}

.animal-card span {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  line-height: 1.3;
}

.animal-card small {
  font-size: 10px;
  display: block;
}

.animal-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 28px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.animal-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.animal-modal__panel {
  position: relative;
  width: min(100%, 720px);
}

.animal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(95, 95, 95, 0.92);
}

.animal-modal__dialog {
  position: relative;
  width: 100%;
  max-height: min(82vh, 680px);
  overflow-y: auto;
  background: #fff;
  border-radius: 36px;
  box-shadow: none;
  width: 390px;
  margin: 0 auto;
}

.animal-modal__close {
  position: absolute;
  top: -62px;
  right: 162px;
  width: 52px;
  height: 52px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}

.animal-modal__close::before,
.animal-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 6px;
  border-radius: 999px;
  background: #fff;
}

.animal-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.animal-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.animal-modal__heading {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  padding: 18px 24px 12px;
  margin: 0;
  background: #efc2b8;
}

.animal-modal__heading--other {
  font-size: 22px;
}

.animal-modal__body {
  display: grid;
  gap: 0;
  padding: 26px 28px 28px;
  background: #fff;
}

.animal-modal__case {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  align-items: center;
  gap: 10px 18px;
  min-height: 190px;
}

.animal-modal__case + .animal-modal__case {
  border-top: 1px solid rgba(56, 32, 4, 0.12);
}

.animal-modal__case-label {
  display: none;
}

.animal-modal__case-name {
  font-family: var(--font-jp);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 22px !important;
  text-align: center;
}

.animal-modal__case-price {
  display: inline-block;
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.4;
  border-bottom: 4px solid var(--color-text);
  padding-bottom: 6px;
  margin: 0 auto;
}

.animal-modal__case-price strong {
  font-size: inherit;
  color: inherit;
  margin-left: 0;
  font-weight: 700;
}

.animal-modal__case-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.animal-modal__case-figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

.animal-modal__case-figure img {
  width: 170px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.animal-modal__note {
  padding: 4px 0;
  background: transparent;
  border: 0;
  font-size: 18px;
  line-height: 1.8;
  color: var(--color-text);
}

.animal-modal__note a {
  color: var(--color-accent);
  text-decoration: underline;
}

@media (max-width: 767px) {
  .animal-modal {
    padding: 24px 20px;
  }

  .animal-modal__dialog {
    border-radius: 28px;
    max-width: 390px;
    width: auto;
  }

  .animal-modal__panel {
    width: min(100%, 520px);
  }

  .animal-modal__close {
    top: -52px;
    right: 0;
    width: 44px;
    height: 44px;
  }

  .animal-modal__close::before,
  .animal-modal__close::after {
    width: 32px;
    height: 5px;
  }

  .animal-modal__heading {
    font-size: 24px;
    padding: 16px 20px 12px;
  }

  .animal-modal__body {
    padding: 18px 20px 22px;
  }

  .animal-modal__case {
    grid-template-columns: 1fr 132px;
    min-height: 150px;
    gap: 10px 12px;
  }

  .animal-modal__case-name {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .animal-modal__case-price {
    font-size: 18px;
    padding-bottom: 4px;
  }

  .animal-modal__case-figure img {
    width: 122px;
  }

  .animal-modal__note {
    font-size: 15px;
  }

  .medical__cta img {
    width: 30%;
  }
}

/* ============ Medical fee section ============ */
.medical {
  padding: 40px 20px 50px;
  text-align: center;
  position: relative;
}

.medical__headline {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.medical__title {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 25px;
  line-height: 1.12;
  margin-bottom: 6px;
}

.medical__highlight {
  font-family: var(--font-jp);
  font-size: clamp(16px, 4.27vw, 18px);
  color: #382004;
  line-height: 1.56;
  font-weight: bold;
}

.medical__desc {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: clamp(16px, 4.27vw, 18px);
  line-height: 1.56;
  margin-bottom: 32px !important;
}

.medical__slider-wrap {
  position: relative;
  padding: 0 14px;
}

.medical__slider {
  overflow: hidden;
}

.medical__slider .swiper-slide {
  height: auto;
  display: flex;
}

.swiper-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}

.medical__example {
  background: #fff;
  border: 1px solid var(--color-text);
  border-radius: 30px;
  padding: 16px 14px 18px;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.medical__slider .medical__example {
  margin-bottom: 0;
  height: 100%;
}

.medical__example-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 58px;
}

.medical__example-tag {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-yellow);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 14px;
}

.medical__example-title {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 18px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  min-height: 50px;
}

.medical__example-img {
  width: 135px;
  height: 75px;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

.medical__example-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  max-width: 100%;
  margin-top: 10px;
  padding-bottom: 24px;
}

.medical__example-copy::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 19px;
  background: url("img/traetment_bottom.png") left bottom / 100% 100% no-repeat;
}

.medical__example-fee {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: clamp(16px, 4.27vw, 18px);
  line-height: 1.3;
  text-align: left;
  width: auto;
  margin-bottom: 8px;
}

.medical__example-price {
  position: relative;
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 42px;
  color: var(--color-price);
  line-height: 1;
  min-height: 38px;
  text-align: left;
}

.medical__example-price::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 49px;
  height: 42px;
  background: url("img/treatment_right.png") center / contain no-repeat;
}

.medical__arrow {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  border: 0;
  padding: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.medical__arrow::before {
  content: none;
}

.medical__arrow--prev {
  left: 0;
  background-image: url("img/swiper_arrow_left.png");
}

.medical__arrow--prev::before {
  transform: none;
}

.medical__arrow--next {
  right: 0;
  background-image: url("img/swiper_arrow_right.png");
}

.medical__arrow--next::before {
  transform: none;
}

.medical__arrow.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}

.medical__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  margin-bottom: 24px;
}

.medical__pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  background: #fff;
  opacity: 1;
}

.medical__pagination .swiper-pagination-bullet-active {
  background: #e98c77;
}

.medical__cta {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: clamp(16px, 4.27vw, 18px);
  margin-bottom: 6px;
}

.medical__conclusion {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 22px;
  line-height: 1.6;
  text-decoration: underline;
  text-decoration-color: var(--color-green-orange);
  text-decoration-thickness: 5px;
  text-underline-offset: 2px;
}

/* ============ CTA tabs ============ */
.cta-tabs {
  padding: 0 0 5px;
  text-align: center;
  position: relative;
}

.cta-tabs__label {
  font-family: var(--font-rounded);
  font-weight: 800;
  font-size: 25px;
  color: #fff;
  -webkit-text-stroke: 5px var(--color-pink);
  paint-order: stroke fill;
  letter-spacing: 0.04em;
  margin-bottom: 16px !important;
}

.cta-tabs__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 303px;
  height: 65px;
  border-radius: 50px;
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 20px;
  color: var(--color-text);
  margin: 0 auto 14px;
  padding: 0 40px 0 60px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: transform 0.15s;
}

.cta-tabs__btn:hover {
  transform: translateY(-2px);
}

.cta-tabs__btn:last-child {
  margin-bottom: 0;
}

.cta-tabs__btn--primary {
  background: var(--color-orange);
}

.cta-tabs__btn--secondary {
  background: var(--color-yellow);
}

.cta-tabs__pawicon {
  font-size: 18px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 25px;
}

.cta-tabs__btn > span:first-child {
  flex: 1;
  text-align: center;
  padding-right: 20px;
}

/* ============ そんなとき ============ */
.soretoki {
  background: #fff;
  border-radius: 30px;
  margin: 0 10px;
  padding: 40px 20px 48px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.soretoki__headline {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 25px;
  line-height: 1.6;
  margin-bottom: 22px !important;
}

.soretoki__text {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: clamp(16px, 4.27vw, 18px);
  line-height: 1.56;
  margin-bottom: 24px !important;
}

.soretoki__img {
  width: 68%;
  max-width: 250px;
  aspect-ratio: 250 / 169;
  margin: 4px auto 28px;
  object-fit: cover;
}

.soretoki__lead-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  margin: 8px auto 4px 8px;
  position: relative;
}

.soretoki__leaf {
  width: 80px;
  height: auto;
  opacity: 1;
  margin: 0;
}

.soretoki__lead {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: clamp(16px, 4.27vw, 18px);
  position: relative;
  z-index: 1;
}

.soretoki__conclusion {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 25px;
  line-height: 1.6;
  text-decoration: underline;
  text-decoration-color: var(--color-green-orange);
  text-decoration-thickness: 5px;
  text-underline-offset: 2px;
}

/* ============ どこの保険がいいの？ ============ */
.doko {
  padding: 8px 10px 40px;
  text-align: center;
}

.doko__lead {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  background: #fff;
  border-radius: 30px;
  padding: 24px 22px;
  margin: 0 auto 36px;
}

.doko__title {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.doko__title::before {
  left: -30px;
  transform: rotate(60deg);
}

.doko__title::after {
  right: -30px;
  transform: rotate(-60deg);
}

.point {
  margin-bottom: 36px;
}

.point__title {
  font-family: var(--font-jp);
  font-weight: bold;
  font-size: 25px;
  color: #382004;
  padding: 10px;
  display: inline-block;
  margin-bottom: 18px;
}

.point__title span {
  margin-right: 6px;
}

.point__body {
  background: #fff;
  border-radius: 20px;
  text-align: center;
}

.point__img {
  width: 65%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin: 37px auto;
}

.point__highlight {
  font-family: var(--font-jp);
  font-weight: bold;
  font-size: clamp(16px, 4.27vw, 18px);
  padding: 6px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 14px;
  line-height: 2.2;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 3px; /* 点の太さ */
  text-underline-offset: 0.5em;
}

.point__desc {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}

.point__caution {
  margin-top: 16px;
  background: #fff;
  border: 2px dashed var(--color-stroke);
  border-radius: 16px;
  padding: 20px 18px;
  text-align: center;
}

.point__caution p {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
}

.point__caution p + p {
  margin-top: 14px;
}

/* ============ Safety points ============ */
.safety {
  margin: 36px 0 0;
  padding: 30px 16px 20px;
  background: #fff;
  position: relative;
}

.safety__title-wrap {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-coral);
  padding: 6px 22px;
  border-radius: 30px;
  width: 80%;
}

.safety__title {
  color: #fff;
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 18px;
  white-space: nowrap;
}

.safety__items {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}

.safety__item {
  text-align: left;
  padding: 6px;
  display: flex;
}

.safety__item img {
  width: 20px;
  margin-right: 8px;
}

.safety__item p {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: clamp(15px, 4vw, 16px);
}

.safety__pawprint {
  position: absolute;
  right: -6px;
  bottom: -20px;
  width: 80px;
  opacity: 0.7;
}

/* ============ Price table ============ */
.price {
  padding: 50px 0 40px;
  text-align: center;
  position: relative;
}

.price__title {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 35px !important;
  display: inline-block;
  position: relative;
}

.price__title::before {
  left: -28px;
  transform: rotate(60deg);
}

.price__title::after {
  right: -28px;
  transform: rotate(-60deg);
}

.price__tabs {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 34px;
  padding: 0 34px;
}

.price__tab {
  padding: 25px 6px;
  border: 0;
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 18px;
  color: #878787;
  background: #efefef;
  cursor: pointer;
  transition: background 0.2s;
  line-height: 1.3;
  width: calc((100% - 28px) / 3);
  box-shadow: 6px 8px 24px 2px rgba(0, 0, 0, 0.22);
  border-radius: 14px;
}

.price__tab + .price__tab {
  margin-left: 0;
}

.price__tab.is-active {
  background: #8b581e;
  color: #fff;
  position: relative;
  z-index: 2;
}

.price__tab:not(.is-active):hover {
  background: #a5a5a5;
}

.price__table {
  display: none;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.price__table.is-active {
  display: grid;
}

.price__table--small.is-active,
.price__table--bird.is-active,
.price__table--reptile.is-active {
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  row-gap: 0;
  column-gap: 5px;
}

.price__head {
  color: #fff;
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 21px;
  display: grid;
  place-items: center;
  border-radius: 36px 36px 0 0;
  padding: 18px 10px 16px;
  min-height: 68px;
  line-height: 1.1;
}

.price__head--premium {
  grid-column: 1;
  background: #f6917d;
}

.price__head--value {
  grid-column: 2;
  background: #d9a17b;
  color: #fff;
}

.price__row {
  display: contents;
}

.price__label {
  grid-column: 1 / -1;
  background: #f7f7f7;
  color: #2f1a08;
  display: grid;
  place-items: center;
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 17px;
  padding: 6px 8px 5px;
  line-height: 1.2;
}

.price__cell {
  background: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 11px 8px 12px;
  line-height: 1.25;
  gap: 1px;
  min-height: 68px;
}

.price__cell--premium {
  background: #f6917d;
  color: #fff;
}

.price__cell--value {
  background: #d9a17b;
  color: #fff;
}

.price__cell small {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 11px;
  display: block;
  line-height: 1.15;
}

.price__cell strong {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  line-height: 1.15;
}

.price__cell--premium strong,
.price__cell--value strong {
  color: #fff;
}

.price__row:first-of-type .price__cell {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.45;
  min-height: 58px;
}

.price__placeholder {
  padding: 30px 16px;
  text-align: center;
  color: var(--color-text);
  font-size: 14px;
}

/* ============ Insurer note ============ */
.insurer-note {
  text-align: center;
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 1.75;
  padding: 14px 20px 16px;
}

/* ============ Voices ============ */
.voices {
  padding: 40px 20px;
  text-align: center;
}

.voices__title {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 20px !important;
  position: relative;
  display: inline-block;
}

.voices__title span {
  font-size: 18px;
  font-weight: 500;
}

.voices__slider-wrap {
  position: relative;
  padding: 0 14px;
}

.voices__slider {
  overflow: hidden;
}

.voices__slider .swiper-slide {
  height: auto;
  display: flex;
}

.voices__slider .voice-card {
  height: 100%;
  width: 100%;
}

.voice-card {
  background: #fff;
  border: 1px solid var(--color-text);
  border-radius: 30px;
  padding: 30px 20px 24px;
  position: relative;
  margin-top: 40px;
}

.voices__slider .voice-card {
  margin-top: 0;
}

.voice-card__avatar {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  flex: 0 0 50px;
  border-radius: 50%;
  background: var(--color-peach-deep);
  overflow: hidden;
  display: grid;
  place-items: center;
}

.voice-card__introduce {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.voice-card__avatar img {
  width: 25px;
  height: auto;
  object-fit: contain;
}

.voice-card__headline {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 14px;
  text-align: center;
}

.voice-card__body {
  font-family: var(--font-en);
  font-weight: 500;
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.voice-card__profile {
  text-align: left;
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}

.voice-card__stars {
  color: #f4c430;
  font-size: 20px;
  letter-spacing: 3px;
  margin-top: 10px;
  text-align: left;
}

.voices__arrow {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  border: 0;
  padding: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.voices__arrow::before {
  content: none;
}

.voices__arrow--prev {
  left: 0;
  background-image: url("img/swiper_arrow_left.png");
}

.voices__arrow--prev::before {
  transform: none;
}

.voices__arrow--next {
  right: 0;
  background-image: url("img/swiper_arrow_right.png");
}

.voices__arrow--next::before {
  transform: none;
}

.voices__arrow.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}

.voices__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}

.voices__pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  background: #fff;
  opacity: 1;
}

.voices__pagination .swiper-pagination-bullet-active {
  background: #e98c77;
}

/* ============ FAQ ============ */
.faq {
  padding: 40px 0 0;
  text-align: center;
}

.faq__title {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 28px !important;
  position: relative;
  display: inline-block;
}

.faq__item {
  background: #fff;
  border-radius: 30px;
  padding: 20px 22px;
  text-align: left;
  margin-bottom: 14px;
}

.faq__q {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: clamp(16px, 4.27vw, 18px);
  color: var(--color-text);
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1.4;
}

.faq__a {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 15px;
  color: var(--color-accent);
  line-height: 1.7;
}

.faq__a-label {
  margin-right: 6px;
  font-weight: 700;
}

.faq__link {
  color: var(--color-accent);
  text-decoration: underline;
}

/* ============ 保険はペットが健康なときにしか ============ */
.kenkou {
  padding: 40px 0 0;
  text-align: center;
  position: relative;
}

.kenkou__img {
  width: 100%;
  width: 390px;
  height: 142px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.kenkou__lead {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 15px !important;
}

.kenkou__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 16px 0;
}

.kenkou__dots span {
  width: 10px;
  height: 10px;
  background: var(--color-green-orange);
  border-radius: 50%;
}

.kenkou__strong {
  font-weight: bold;
  font-size: 24px;
  color: var(--color-text);
  line-height: 1.4;
  margin-top: 16px;
  margin-bottom: 50px !important;
  text-decoration: underline;
  text-decoration-color: var(--color-green-orange);
  text-decoration-thickness: 5px;
  text-underline-offset: 2px;
}

/* ============ Footer (Figma) ============ */
.site-footer {
  padding: 30px 20px calc(30px + var(--sticky-cta-space));
  text-align: center;
  background: #fff;
}

.site-footer p {
  margin-bottom: 20px;
}

.footer_logo {
  display: block;
}

.site-footer__logo {
  width: 252px;
  margin: 0 auto 16px;
}

.site-footer__link {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-en);
  font-size: 16px;
  color: #000;
  text-decoration: underline;
  gap: 6px;
}

.site-footer__link img {
  width: 16px;
  height: auto;
}

/* ============ Sticky bottom CTA ============ */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: var(--lp-w);
  background: var(--color-pink-deep);
  padding: 10px 0 0;
  z-index: 100;
  text-align: center;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.12);
  transition:
    opacity 0.2s ease,
    transform 0.15s ease;
}

.sticky-cta.is-after-footer {
  position: absolute;
  bottom: 0;
}

.sticky-cta__label {
  color: #fff;
  font-family: var(--font-jp);
  font-weight: bold;
  font-size: clamp(16px, 4.27vw, 18px);
  margin-bottom: 6px !important;
}

.sticky-cta__buttons {
  display: flex;
  justify-content: center;
}

.sticky-cta__btn {
  flex: 1;
  padding: 12px 14px;
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: transform 0.15s;
}

.sticky-cta__btn--primary {
  background: #F9B02F;
}

.sticky-cta__btn--secondary {
  background: #FDF6CA;
}

.sticky-cta__btn span {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}

/* ============ Responsive ============ */
@media (max-width: 420px) {
  :root {
    --lp-w: 100%;
  }

  .hero-banner,
  .bg-group > section:not(.kenkou),
  .bg-group > .cta-tabs,
  .bg-group > .insurer-note {
    width: calc(100% - 20px);
  }

  .sticky-cta {
    width: 100%;
    border-radius: 0;
    left: 0;
    transform: none;
  }
  .sticky-cta.is-after-footer {
    left: 0;
    transform: none;
  }

  .hero {
    padding: 30px 0;
  }

  .medical__cta img {
    width: 30%;
  }

  .point__title {
    padding: 10px 0;
  }
}
