/* =========================
   Pet FV
========================= */

.pet-fv {
  position: relative;
  background: url("../img/pet-fv/fv_bg.svg") center top / cover no-repeat;
  padding: 120px 20px 250px;
  overflow: hidden;
}
/* 下の波 */
.pet-fv::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100dvw;
  pointer-events: none;
  bottom: -1px;
  aspect-ratio: 1440 / 163;
  background-image: url("../img/pet-fv/Intro_Separator.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
}
/* コンテンツ */

.pet-fv__inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* メイン画像 */

.pet-fv__main {
  width: 826px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto 40px;
  position: relative;
  z-index: 2;
}

/* CTA */

.pet-fv__cta {
  background: #f9368b;
  border-radius: 999px;
}

.pet-fv__cta:hover {
  background: #e12f7b;
  transform: translateY(-2px);
}

/* =========================
   ペット画像
========================= */

.pet-fv__pet {
  position: absolute;
  z-index: 1;
}

/* PC位置 */

.pet-fv__pet--inko {
  top: -40px;
  left: -40px;
}

.pet-fv__pet--rabbit {
  top: -40px;
  right: -40px;
}

.pet-fv__pet--cat {
  bottom: -20px;
  left: 0;
}

.pet-fv__pet--dog {
  bottom: -20px;
  right: 0;
}

@media (max-width: 768px) {
  .pet-fv {
    padding: 100px 16px 240px;
  }

  .pet-fv__main {
    width: 332px;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .pet-fv__pet--inko {
    top: -100px;
    left: -10px;
    width: 132px;
    height: auto;
  }

  .pet-fv__pet--rabbit {
    top: -100px;
    right: -10px;
    width: 132px;
    height: auto;
  }

  .pet-fv__pet--cat {
    bottom: -100px;
    left: -10px;
    width: 132px;
    height: auto;
  }

  .pet-fv__pet--dog {
    bottom: -100px;
    right: -10px;
    width: 132px;
    height: auto;
  }
  .pet-fv__cta {
    width: 335px;
  }
}

/* =========================
   Intro Section
========================= */

.pet-intro {
  background: #fcf9ef;
  padding: 120px 20px;
}

.pet-intro__inner {
  position: relative;
  max-width: 1101px;
  margin: 0 auto;
  text-align: center;
}

/* 上部装飾 */
.pet-intro__head {
  position: relative;
  width: fit-content;
  margin: 0 auto 20px;
}

.pet-intro__title {
  display: block;
  width: 316px;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.pet-intro__q {
  position: absolute;
  height: auto;
}

.pet-intro__q--left {
  right: 100%;
  top: 50%;
  transform: translate(-24px, -50%);
  width: clamp(162px, 20vw, 321px);
  height: auto;
}

.pet-intro__q--right {
  left: 100%;
  top: 50%;
  transform: translate(24px, -50%);
  width: clamp(162px, 20vw, 401px);
  height: auto;
}

/* 見出し */

.pet-intro__heading {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 38px;
  color: #4d322c;
  line-height: 1.5;
  margin-bottom: 80px;
}

.pet-intro__accent {
  color: #f68624;
}

/* シーン */

.pet-intro__scene {
  position: relative;
  margin-bottom: 80px;
}

.pet-intro__image {
  width: 100%;
  height: auto;
}

/* 吹き出し */

.pet-intro__bubble {
  position: absolute;
  width: clamp(160px, 30vw, 430px);
  height: auto;
}

.pet-intro__bubble--left {
  left: -60px;
  top: -80px;
}

.pet-intro__bubble--right {
  right: -60px;
  top: -80px;
}

/* 下部コピー */

.pet-intro__read-top {
  margin-bottom: 20px;
}

.pet-intro__read-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.pet-intro__pet-start {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pet-intro__start {
  font-size: 50px;
  color: #4d322c;
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 0 auto;
  font-weight: 700;
}

.pet-intro__read-image {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .pet-intro {
    padding: 40px 16px;
  }

  .pet-intro__heading {
    font-size: 28px;
  }

  .pet-intro__heading br {
    display: block;
  }
  .pet-intro__title {
    width: 144px;
    height: auto;
  }
  .pet-intro__bubble--left {
    left: -20px;
    top: -80px;
    width: 162px;
    height: auto;
  }

  .pet-intro__bubble--right {
    right: -20px;
    top: -80px;
    width: 158px;
    height: auto;
  }

  .pet-intro__q--left {
    width: 109px;
  }

  .pet-intro__q--right {
    width: 109px;
  }
  .pet-intro__read-top {
    width: 331px;
    height: auto;
  }
  .pet-intro__read-middle img {
    width: 222px;
    height: auto;
  }
  .pet-intro__pet-start {
    flex-direction: column;
  }
  .pet-intro__pet-start img {
    width: 237px;
    height: auto;
  }
  .pet-intro__start {
    font-size: 30px;
  }
}
/* =============== point Section =============== */
#pet-point {
  background-color: #fed0d7;
  background-image: url("../img/pet-faq/bg-footprints-pattern.svg");
  background-repeat: repeat;
  background-size: auto;
  background-position: center top;
  padding-top: 180px;
  padding-bottom: 100px;
  color: var(--color-text, #5a3b2e);
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
}
#pet-point::before,
#pet-point::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100dvw;
  pointer-events: none;
}
/* 上カーブ */
#pet-point::before {
  top: -1px;
  aspect-ratio: 1440 / 200;
  background-image: url("../img/features/bg-features-shape.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
#pet-point .container {
  position: relative;
}
.pet-point__title_icon {
  text-align: center;
}
.pet-point__title_head {
  width: auto;
  text-align: center;
}

.pet-point__card {
  width: min(100%, 980px);
  margin: 56px auto 0;
  background: #fff;
  border-radius: 450px 450px 42px 42px;
  box-shadow: 0 8px 24px rgba(77, 50, 44, 0.12);
  padding: 110px 88px 68px;
}

/* 上部コピー */

.pet-point__lead {
  text-align: center;
}

.pet-point__lead-text {
  margin: 0 0 28px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  line-height: 1.55;
  font-weight: 700;
  color: #4d322c;
}

.pet-point__accent {
  color: #f68624;
}

.pet-point__discount {
  display: block;
  width: 356px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* キラキラ */

.pet-point__sparkles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 18px auto 0;
  width: min(100%, 760px);
  pointer-events: none;
}

.pet-point__sparkles--top {
  margin-top: -50px;
  margin-bottom: 18px;
}

.pet-point__sparkles--middle {
  margin: -240px auto 180px;
}

.pet-point__sparkle {
  display: block;
  width: 137px;
  height: auto;
}

/* 吹き出し＋きつね */

.pet-point__message-row {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  margin-bottom: 14px;
}

.pet-point__message {
  width: 450px;
  max-width: 100%;
  height: auto;
  display: block;
}

.pet-point__fox {
  width: 250px;
  height: auto;
  display: block;
  margin-left: -34px;
  transform: translateY(14px);
}

/* グラフ */

.pet-point__graph-wrap {
  margin-bottom: 48px;
}

.pet-point__graph {
  display: block;
  width: min(100%, 793px);
  height: auto;
  margin: 0 auto;
}

/* 中段コピー */

.pet-point__bonus-head {
  text-align: center;
}

.pet-point__read-top {
  display: block;
  width: 287px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 18px;
}

.pet-point__bonus-copy {
  margin: 0 0 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  color: #4d322c;
}

.pet-point__read-bottom {
  display: block;
  width: 811px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* 特典3つ */

.pet-point__features {
  margin-top: 32px;
  margin-bottom: 54px;
  width: 100%;
}

#pet-point .hero-features {
  position: relative;
  z-index: 10;
  width: min(100%, 980px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#pet-point .badges {
  display: flex;
  justify-content: center;
  gap: 0;
}

#pet-point .badges .circle-badge + .circle-badge {
  margin-left: -18px;
}

#pet-point .badges .circle-badge:nth-child(1) {
  z-index: 1;
}
#pet-point .badges .circle-badge:nth-child(2) {
  z-index: 2;
}
#pet-point .badges .circle-badge:nth-child(3) {
  z-index: 3;
}

#pet-point .circle-badge {
  position: relative;
  width: 235px;
  height: 235px;
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

#pet-point .circle-badge::before {
  content: "";
  position: absolute;
  width: 174px;
  height: 174px;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.08),
    0 0 0 30px rgba(250, 192, 17, 0.2), 0 0 0 21px rgba(250, 192, 17, 0.4),
    0 0 0 10px rgba(250, 192, 17, 0.6);
}

#pet-point .badge-content {
  position: relative;
  z-index: 1;
  margin-top: -22px;
  text-align: center;
}

#pet-point .badge-num img {
  width: 44px;
  height: auto;
  display: block;
  margin: 0 auto 8px;
}

#pet-point .badge-line {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

#pet-point .badge-line:nth-of-type(1) {
  margin-bottom: 8px;
}

#pet-point .circle-badge:nth-child(1) .line0101 img {
  width: 74px;
}
#pet-point .circle-badge:nth-child(1) .line0102 img {
  width: 141px;
}
#pet-point .circle-badge:nth-child(2) .line0201 img {
  width: 78px;
}
#pet-point .circle-badge:nth-child(2) .line0202 img {
  width: 147px;
}
#pet-point .circle-badge:nth-child(3) .line0301 img {
  width: 145px;
}
#pet-point .circle-badge:nth-child(3) .line0302 img {
  width: 155px;
}

/* 下部訴求 */

.pet-point__cta-area {
  text-align: center;
}

.pet-point__read-image {
  display: block;
  width: min(100%, 970px);
  height: auto;
  margin: 0 auto 24px;
}

.pet-point__cta-wrap {
  display: flex;
  justify-content: center;
}

.pet-point__cta {
  background: #f9368b;
  min-width: 420px;
  padding: 20px 28px;
  border-radius: 999px;
  box-shadow: 0 6px 0 rgba(77, 50, 44, 0.15);
}

.pet-point__cta:hover,
.pet-point__cta:focus-visible {
  background: #e12f7b;
  transform: translateY(-2px);
}

/* =========================
   SP
========================= */

@media (max-width: 768px) {
  .pet-point__card {
    width: 335px;
    margin-top: 34px;
    border-radius: 180px 180px 24px 24px;
    padding: 70px 20px 34px;
  }

  .pet-point__lead-text {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 18px;
  }

  .pet-point__discount {
    width: 149px;
  }

  .pet-point__sparkles {
    width: 100%;
  }

  .pet-point__sparkles--top {
    margin-bottom: 8px;
  }

  .pet-point__sparkles--middle {
    margin: -120px auto 100px;
  }

  .pet-point__sparkle {
    width: 57px;
  }

  .pet-point__message-row {
    align-items: flex-end;
    margin-bottom: 12px;
  }

  .pet-point__message {
    width: 175px;
  }

  .pet-point__fox {
    width: 97px;
    margin-left: -18px;
    transform: translateY(10px);
  }

  .pet-point__graph-wrap {
    margin-bottom: 30px;
  }

  .pet-point__graph {
    width: 272px;
  }

  .pet-point__read-top {
    width: 176px;
    margin-bottom: 12px;
  }

  .pet-point__bonus-copy {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .pet-point__read-bottom {
    width: 302px;
  }

  .pet-point__features {
    margin-top: 18px;
    margin-bottom: 28px;
  }

  #pet-point .badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    gap: 2px;
    margin: 0 auto;
  }

  #pet-point .badges .circle-badge + .circle-badge {
    margin-left: 0 !important;
  }

  #pet-point .badges .circle-badge:first-child {
    grid-column: 1 / -1;
    justify-self: center;
  }

  #pet-point .badges .circle-badge:nth-child(2),
  #pet-point .badges .circle-badge:nth-child(3) {
    margin-top: -16px;
  }

  #pet-point .badges .circle-badge {
    width: 160.49px;
    height: 160.49px;
    flex: 0 0 auto;
  }

  #pet-point .badges .circle-badge::before {
    width: 118.4px;
    height: 118.4px;
    box-shadow: inset 0 2.5px 5px rgba(0, 0, 0, 0.1),
      0 0 0 20.8px rgba(250, 192, 17, 0.2), 0 0 0 14.7px rgba(250, 192, 17, 0.4),
      0 0 0 7.3px rgba(250, 192, 17, 0.6);
  }

  #pet-point .badge-content {
    margin-top: -17px;
  }

  #pet-point .badge-num img {
    width: 29px;
    margin: 0 auto 5px;
  }

  #pet-point .badge-line {
    gap: 4px;
  }

  #pet-point .circle-badge:nth-child(1) .line0101 img {
    width: 49px;
  }
  #pet-point .circle-badge:nth-child(1) .line0102 img {
    width: 94.23px;
  }
  #pet-point .circle-badge:nth-child(2) .line0201 img {
    width: 52.35px;
  }
  #pet-point .circle-badge:nth-child(2) .line0202 img {
    width: 97.54px;
  }
  #pet-point .circle-badge:nth-child(3) .line0301 img {
    width: 96.19px;
  }
  #pet-point .circle-badge:nth-child(3) .line0302 img {
    width: 102.41px;
  }

  .pet-point__read-image {
    width: 100%;
    margin-bottom: 18px;
  }

  .pet-point__cta {
    min-width: 100%;
    width: 100%;
    padding: 16px 20px;
  }
}
/* ====== Simulation Section ====== */
.sim--pet {
  background-color: #f875b0;
}
.sim--pet::before {
  background-image: url("../img/pet-point/sim-wave-reverse-pink.svg");
}

/* =========================
   Process Section
========================= */

.Process-pet {
  position: relative;
  padding: 160px 0 240px;
}

.Process-pet .Process__inner {
  position: relative;
  z-index: 1;
}

/* タイトル */

.pet-process__head {
  text-align: center;
  margin-bottom: 56px;
}

.pet-process__title-icon {
  display: block;
  width: 370px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 12px;
}

.pet-process__title-copy {
  display: block;
  width: 463px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* カード */

.pet-process__card {
  width: min(100%, 980px);
  margin: 0 auto;
  background: #ffffff;
  border-radius: 40px;
  box-shadow: 0 6px 18px rgba(77, 50, 44, 0.12);
  padding: 34px 36px 36px;
}

.pet-process__card + .pet-process__triangle-wrap,
.pet-process__triangle-wrap + .pet-process__card {
  margin-top: 22px;
}

.pet-process__card-head {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 28px;
  align-items: start;
}

.pet-process__badge {
  display: block;
  width: 130px;
  height: auto;
}

.pet-process__card-title {
  margin: 10px 0 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  line-height: 1.3;
  color: #4d322c;
  font-weight: 700;
}

.pet-process__card-desc {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #4d322c;
  font-weight: 700;
}

.pet-process__accent {
  color: #f68624;
}

/* STEP1だけ下部あり */

.pet-process__step1-body {
  margin-top: 28px;
  text-align: center;
}

.pet-process__step-image {
  display: block;
  width: min(100%, 650px);
  height: auto;
  margin: 0 auto 24px;
}

.pet-process__cta-wrap {
  display: flex;
  justify-content: center;
}

.pet-process__cta {
  background: #f9368b;
  min-width: 420px;
  padding: 20px 28px;
  border-radius: 999px;
  box-shadow: 0 6px 0 rgba(77, 50, 44, 0.15);
}

.pet-process__cta:hover,
.pet-process__cta:focus-visible {
  background: #e12f7b;
  transform: translateY(-2px);
}

/* 三角 */

.pet-process__triangle-wrap {
  text-align: center;
}

.pet-process__triangle {
  display: inline-block;
  width: 121px;
  height: auto;
}

/* =========================
   SP
========================= */

@media (max-width: 768px) {
  .Process-pet {
    padding: 80px 0 180px;
  }

  .pet-process__head {
    margin-bottom: 40px;
  }

  .pet-process__title-icon {
    width: 154px;
    margin-bottom: 10px;
  }

  .pet-process__title-copy {
    width: 248px;
  }

  .pet-process__card {
    width: 335px;
    border-radius: 28px;
    padding: 24px 20px 24px;
  }

  .pet-process__card-head {
    grid-template-columns: 63px 1fr;
    gap: 16px;
  }

  .pet-process__badge {
    width: 63px;
  }

  .pet-process__card-title {
    margin: 4px 0 8px;
    font-size: 23px;
    line-height: 1.35;
  }

  .pet-process__card-desc {
    font-size: 14px;
    line-height: 1.75;
  }

  .pet-process__step1-body {
    margin-top: 18px;
  }

  .pet-process__step-image {
    width: 100%;
    margin-bottom: 16px;
  }

  .pet-process__cta {
    min-width: 100%;
    width: 100%;
    padding: 16px 20px;
  }

  .pet-process__triangle {
    width: 72px;
  }

  .pet-process__card + .pet-process__triangle-wrap,
  .pet-process__triangle-wrap + .pet-process__card {
    margin-top: 18px;
  }
}
/* =============== faq Section =============== */
#faq-pet {
  background-color: #fed0d7;
  background-image: url("../img/pet-faq/bg-footprints-pattern.svg");
  background-repeat: repeat;
  background-size: auto;
  background-position: center top;
  padding-top: 180px;
  padding-bottom: 300px;
  color: var(--color-text, #5a3b2e);
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
}
#faq-pet::before,
#faq-pet::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100dvw;
  pointer-events: none;
}
/* 上カーブ */
#faq-pet::before {
  top: -1px;
  aspect-ratio: 1440 / 200;
  background-image: url("../img/features/bg-features-shape.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
/* 下の波 */
#faq-pet::after {
  bottom: -1px;
  aspect-ratio: 1440 / 163;
  background-image: url("../img/pet-faq/Vector.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
/* 互換性フォールバック（dvw未対応ブラウザ用） */
@supports not (width: 100dvw) {
  #faq-pet::before,
  #faq-pet::after {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  #faq-pet {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
/* =============== partner Section =============== */
.partner--petpage {
  position: relative;
  background: var(--color-surface);
  overflow: visible;
  z-index: 0;
}
/* SP調整 */
@media (max-width: 768px) {
  .partner--petpage {
    padding-top: 140px;
  }
}
