@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 64px;
}

body {
  line-height: 1.6;
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  background: #fafafa;
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 900px) {
  .hidden-sp {
    display: inline;
  }
}

.hidden-pc {
  display: block;
}
@media screen and (min-width: 900px) {
  .hidden-pc {
    display: none;
  }
}

.inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 900px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1084px;
    margin: 0 auto;
  }
}

.heading {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .heading {
    gap: 8px;
  }
}

.heading__icon {
  width: 37.333px;
  height: 37.333px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 900px) {
  .heading__icon {
    width: 48px;
    height: 48px;
  }
}
.heading__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading__en {
  font-family: "Courgette", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  margin-top: 8px;
}
@media screen and (min-width: 900px) {
  .heading__en {
    font-size: 20px;
  }
}

.heading__ja {
  font-family: "Kiwi Maru";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 5px;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 6px solid #ffee56;
}
@media screen and (min-width: 900px) {
  .heading__ja {
    font-size: 32px;
    letter-spacing: 0.28px;
    margin-top: 8px;
    padding-bottom: 8px;
    border-bottom: 8px solid #ffee56;
  }
}

.button-s {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  display: inline-block;
  padding: 4px 22px 6px;
  border-radius: 40px;
  border: 2px solid currentColor;
  background: #fff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
  box-shadow: 0 4px 0 0 #4a3636;
  color: #4a3636;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.button-s:hover {
  background: #ffee56;
}

.button-m {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  display: inline-block;
  padding: 4px 24px 6px;
  border-radius: 40px;
  border: 2px solid currentColor;
  background: #fff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
  box-shadow: 0 4px 0 0 #4a3636;
  font-size: 16px;
  color: #4a3636;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.button-m:hover {
  background: #ffee56;
}

.button-l {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  display: inline-block;
  padding: 7px 37px 9px;
  border-radius: 40px;
  border: 3px solid currentColor;
  background: #fff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
  box-shadow: 0 4px 0 0 #4a3636;
  color: #4a3636;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.button-l:hover {
  background: #ffee56;
}

.header {
  width: 100%;
  height: 64px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline: 20px;
  height: inherit;
}
@media screen and (min-width: 900px) {
  .header__inner {
    padding-inline: 24px;
    margin: 0 auto;
  }
}

.header__logo a img {
  width: 210px;
  display: block;
}
@media screen and (min-width: 900px) {
  .header__logo a img {
    width: 183px;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 900px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
  }
}

.header__link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 900px) {
  .header__link {
    font-size: 12px;
  }
  .header__link:hover {
    color: #67b0c7;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

.header__button {
  margin-left: 4px;
}

@media screen and (min-width: 900px) {
  .header__open {
    display: none;
  }
}

.drawer-icon {
  width: 30px;
  height: 30px;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon .drawer-icon__img {
  width: 100%;
  height: auto;
  display: block;
}
.drawer-icon.is-checked {
  width: 24px;
  height: 21px;
  position: relative;
  left: -3px;
}

/* 画面スクロール固定用（JSで <body> に付与） */
.body--fixed {
  overflow: hidden;
}

.drawer-content {
  width: 100%;
  height: calc(100vh - 64px);
  position: fixed;
  top: 64px;
  left: 0;
  background: #fff;
  z-index: 50;
  padding: 74px 40px 74px;
  overflow-y: auto;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.drawer-content.is-checked {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.drawer-content__link {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.drawer-content__button {
  margin-top: 30px;
  text-align: center;
}

.first-view {
  position: relative;
  padding-top: 17px;
  margin-top: 64px;
  background: #e9f6f8;
}
@media screen and (min-width: 900px) {
  .first-view {
    padding-top: 35px;
  }
}

.first-view__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 156px);
  overflow: hidden;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}
@media screen and (min-width: 900px) {
  .first-view__background-image {
    height: calc(100% - 99px);
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
.first-view__background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (min-width: 900px) {
  .first-view__background-image img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
}

.first-view__inner {
  position: relative;
  width: 100%;
  max-width: 335px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .first-view__inner {
    max-width: 848px;
  }
}

.first-view__description {
  font-family: "Kiwi Maru", serif;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 0 30px #fff;
}
@media screen and (min-width: 900px) {
  .first-view__description {
    font-size: 24px;
    font-weight: 500;
  }
}

.first-view__lead {
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .first-view__lead {
    width: 520px;
    max-width: 100%;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
  }
}
.first-view__lead img {
  width: 100%;
}

.first-view__decoration-wrap {
  position: relative;
  height: 522px;
  margin-top: 10px;
}
@media screen and (min-width: 900px) {
  .first-view__decoration-wrap {
    height: 558px;
    margin-top: 0;
  }
}

.first-view__decoration-smart-phone {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200px;
  height: 408px;
}
@media screen and (min-width: 900px) {
  .first-view__decoration-smart-phone {
    bottom: 17px;
    width: 250px;
    height: 510px;
  }
}

.first-view__decoration-english-message {
  position: absolute;
  top: 7px;
  left: 0;
  width: 142px;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .first-view__decoration-english-message {
    top: 0px;
    right: calc(50% + 143px);
    left: auto;
    width: 244px;
  }
}

.first-view__decoration-red-circle-text {
  position: absolute;
  top: 0;
  right: 25px;
  width: 110px;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .first-view__decoration-red-circle-text {
    top: 16px;
    right: auto;
    left: calc(50% + 117px);
    width: 180px;
  }
}

.first-view__decoration-coffee-and-sweets {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 90px;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .first-view__decoration-coffee-and-sweets {
    bottom: 1px;
    width: 212px;
  }
}

.first-view__decoration-cats {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .first-view__decoration-cats {
    bottom: -44px;
  }
}

.decoration-cats1 {
  position: relative;
  width: 107px;
  height: 127px;
}
@media screen and (min-width: 900px) {
  .decoration-cats1 {
    width: 233px;
    height: 294px;
  }
}
.decoration-cats1__1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
}
@media screen and (min-width: 900px) {
  .decoration-cats1__1 {
    left: 0;
    width: 170px;
  }
}
.decoration-cats1__2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98px;
}
@media screen and (min-width: 900px) {
  .decoration-cats1__2 {
    right: 0;
    bottom: 0;
    width: 100%;
  }
}

.about {
  background: #e9f6f8;
  position: relative;
  /* 上はそのまま、下だけ “飛び出し分 + 余白” を確保 */
  padding-top: 32px;
  /* 横は隠す、縦は見せる（重なり防止はpaddingで担保） */
  overflow-x: hidden;
  overflow-y: visible;
}
@media screen and (min-width: 900px) {
  .about {
    padding-top: 81px;
  }
}

.about__cat-stamp {
  position: absolute;
  top: 22px;
  left: calc(50% + 133px);
  width: 54px;
  height: 120px;
}
@media screen and (min-width: 900px) {
  .about__cat-stamp {
    left: calc(50% + 490px);
    width: 100px;
    height: 220px;
    top: 0;
  }
}
.about__cat-stamp img {
  width: 100%;
  height: 100%;
  display: block;
}

.about__right-photo {
  position: absolute;
  top: 305px;
  left: calc(50% + 127.5px);
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 900px) {
  .about__right-photo {
    width: 480px;
    height: 480px;
    top: 154px;
    left: calc(50% + 560px);
  }
}
.about__right-photo picture,
.about__right-photo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 900px) {
  .about__stripe {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 60px;
    right: calc(50% + 527px);
  }
}
@media screen and (min-width: 900px) {
  .about__stripe img {
    width: 100%;
    height: 100%;
    display: block;
  }
}

.about__left-photo {
  position: absolute;
  top: 427px;
  right: calc(50% + 127.5px);
  width: 200px;
  height: 200px;
  z-index: 0;
}
@media screen and (min-width: 900px) {
  .about__left-photo {
    width: 480px;
    height: 480px;
    top: 155px;
    right: calc(50% + 613px);
  }
}
.about__left-photo picture,
.about__left-photo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 900px) {
  .about__wave {
    position: absolute;
    width: 873.922px;
    height: 45.021px;
    top: 687px;
    left: calc(50% + 448px);
  }
}
.about__wave img {
  width: 100%;
  height: 100%;
  display: block;
}

.about__content-wrap {
  position: relative;
  z-index: 0;
}

.about__content {
  padding: 40px 12px 41px;
  border-radius: 24px;
  background: #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 900px) {
  .about__content {
    max-width: 848px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 40px;
    padding-bottom: 40px;
  }
}

.about__content-left-photo {
  position: absolute;
  top: 31.87px;
  right: calc(50% + 46.5px);
  width: 88px;
  height: 72px;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@media screen and (min-width: 900px) {
  .about__content-left-photo {
    width: 147px;
    height: 118px;
    top: 40px;
    right: calc(50% + 192px);
  }
}
.about__content-left-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; /* 推奨 */
  display: block; /* 画像下の隙間対策 */
}

.about__content-right-photo {
  position: absolute;
  top: 30px;
  left: calc(50% + 60.5px);
  width: 88px;
  height: 72px;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@media screen and (min-width: 900px) {
  .about__content-right-photo {
    width: 147px;
    height: 118px;
    top: 47px;
    left: calc(50% + 193px);
  }
}
.about__content-right-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; /* 推奨 */
  display: block; /* 画像下の隙間対策 */
}

.about__head {
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .about__head {
    margin-top: 32px;
  }
}

.about__head-title {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .about__head-title .title {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .about__head-title {
    font-size: 16px;
  }
}

.about__head-title .pc-comma {
  display: none;
}

@media screen and (min-width: 900px) {
  .about__head-title .pc-comma {
    display: inline;
  }
  .about__head-title .pc-comma::after {
    content: "、";
  }
  /* もしPCでは .title の「＼」を消す設計なら */
  .about__head-title .title {
    display: none;
  }
}
.about__body-texts {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-top: 23px;
}
@media screen and (min-width: 900px) {
  .about__body-texts {
    font-size: 16px;
    margin-top: 34px;
  }
}
.about__body-texts p + p {
  margin-top: 18px;
}
@media screen and (min-width: 900px) {
  .about__body-texts p + p {
    margin-top: 27px;
  }
}

.about__body-text .underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 900px) {
  .about__body-text .underline {
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
  }
  .about__body-text .underline:hover {
    color: #67b0c7;
    cursor: pointer;
  }
}
.about__body-text .bold {
  font-weight: 700;
}

.about__body-present-text {
  padding: 33px 0 5px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px dashed #9ed0e0;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .about__body-present-text {
    padding: 11px 0;
    font-size: 20px;
    margin-top: 32px;
  }
}

.about__body-button {
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .about__body-button {
    margin-top: 33px;
  }
}
@media screen and (min-width: 900px) {
  .about__body-button .button-m {
    font-size: 20px;
    padding: 8px 38px 10px;
  }
}

.about__content-arrow {
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 36px;
}
@media screen and (min-width: 900px) {
  .about__content-arrow {
    width: 140px;
    height: 50px;
    bottom: -50px;
  }
}
.about__content-arrow img {
  width: 100%;
  height: 100%;
  display: block;
}

.about__content-cloth {
  position: absolute;
  bottom: -119px;
  left: calc(50% - 3px);
  width: 133px;
  height: 65.003px;
}
@media screen and (min-width: 900px) {
  .about__content-cloth {
    bottom: -79px;
    left: calc(50% + 374px);
    width: 308px;
    height: 150.604px;
    z-index: -1;
  }
}
.about__content-cloth img {
  width: 100%;
  height: 100%;
  display: block;
}

.about__content-button {
  position: absolute;
  bottom: -59.67px;
  left: calc(50% + 118px);
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 900px) {
  .about__content-button {
    bottom: 128px;
    left: calc(50% + 505px);
    width: 101px;
    height: 100.047px;
  }
}
.about__content-button img {
  width: 100%;
  height: 100%;
  display: block;
}

/* ---- 階段の飾り ---- */
.about__decoration-staircase {
  position: absolute;
  bottom: 65px;
  left: 0;
  width: 138px;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .about__decoration-staircase {
    width: 427px;
    bottom: 152px;
    left: auto;
    right: calc(50% + 432px);
  }
}
.about__decoration-staircase img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* ---- ONOMICHI + スワイパーのまとまり ---- */
/* コンテナは見える高さを確保：ONOMICHI高 + カード高 + 余白(0) */
.about__bottom {
  position: relative;
  width: 100%;
  padding-bottom: 140px; /* SP: 40 + 100 */
  margin-top: 140px;
}
@media screen and (min-width: 900px) {
  .about__bottom {
    padding-bottom: 297px; /* PC: 97 + 200 */
    margin-top: 166px;
  }
}

/* ONOMICHIはカード高さぶんだけ上に配置（＝接する） */
.about__decoration-english {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 101px;
  z-index: 2;
  pointer-events: none;
  width: 354.64px;
  display: block;
}
@media screen and (min-width: 900px) {
  .about__decoration-english {
    bottom: 200px;
    width: 891px;
  }
}
.about__decoration-english img {
  display: block;
  width: 100%;
  height: auto;
}

/* スワイパー */
.about__sakamichi-swiper {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 4px;
  width: calc(100vw - (100vw - 100%)); /* スクロールバー幅を相殺 */
  max-width: 100%; /* 念のための上限 */
  z-index: 3;
}

/* スライド */
.about__sakamichi-swiper .swiper-slide {
  width: 100px;
  height: 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .about__sakamichi-swiper .swiper-slide {
    width: 200px;
    height: 200px;
  }
}

/* ここが大事！ラッパーをスライドいっぱいに */
.about__sakamichi-swiper .swiper-slide .card {
  width: 100%;
  height: 100%;
  /* 過去の aspect-ratio 指定を無効化したい場合 */
  aspect-ratio: auto;
  /* 画像の下のスキマ対策（念のため） */
  line-height: 0;
}

/* 画像をフィット＋角丸 */
.about__sakamichi-swiper .swiper-slide .card__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.how-to {
  padding-top: 33px;
  background: #e9f6f8;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .how-to {
    padding-top: 56px;
  }
}

.how-to__inner {
  padding-top: 28px;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .how-to__inner {
    padding-top: 60px;
    margin-bottom: 6px;
  }
}

.how-to__map {
  position: absolute;
  top: 28px;
  right: calc(50% + 52px);
  width: 136.043px;
  height: 203.418px;
  z-index: 0; /* 奥へ */
}
@media screen and (min-width: 900px) {
  .how-to__map {
    right: calc(50% + 300px);
    width: 420px;
    height: 628.496px;
    top: 0;
  }
}
.how-to__map img {
  width: 100%;
  height: 100%;
  display: block;
}

.how-to__cat-tabby {
  position: absolute;
  top: 28px;
  left: calc(50% + 58px);
  width: 105px;
  height: 63px;
  z-index: 0; /* 奥へ */
}
@media screen and (min-width: 900px) {
  .how-to__cat-tabby {
    left: calc(50% + 286px);
    width: 238px;
    height: 141px;
    top: 33px;
  }
}
.how-to__cat-tabby img {
  width: 100%;
  height: 100%;
  display: block;
}

.how-to__cat-gray {
  position: absolute;
  top: 34px;
  left: calc(50% + 124px);
  width: 94px;
  height: 80.046px;
  z-index: 0; /* 奥へ */
}
@media screen and (min-width: 900px) {
  .how-to__cat-gray {
    left: calc(50% + 437px);
    width: 214px;
    height: 181.104px;
    top: 43px;
  }
}
.how-to__cat-gray img {
  width: 100%;
  height: 100%;
  display: block;
}

.how-to__cat-stamp {
  position: absolute;
  top: 102px;
  left: calc(50% + 113px);
  width: 55px;
  height: 120px;
  z-index: 0; /* 奥へ */
}
@media screen and (min-width: 900px) {
  .how-to__cat-stamp {
    left: calc(50% + 620px);
    width: 100px;
    height: 220px;
    top: 208px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}
.how-to__cat-stamp img {
  width: 100%;
  height: 100%;
  display: block;
}

.how-to__cat-stamp-down1 {
  position: absolute;
  top: 578px;
  right: calc(50% + 113px);
  width: 55px;
  height: 120.12px;
  z-index: 0; /* 奥へ */
}
@media screen and (min-width: 900px) {
  .how-to__cat-stamp-down1 {
    right: calc(50% + 620px);
    width: 100px;
    height: 220px;
    top: 638px;
  }
}
.how-to__cat-stamp-down1 img {
  width: 100%;
  height: 100%;
  display: block;
}

.how-to__cat-stamp-down2 {
  position: absolute;
  top: 909px;
  left: calc(50% + 113px);
  width: 55px;
  height: 120.12px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-transform-origin: center;
  transform-origin: center;
  z-index: 0; /* 奥へ */
}
@media screen and (min-width: 900px) {
  .how-to__cat-stamp-down2 {
    display: none;
  }
}
.how-to__cat-stamp-down2 img {
  width: 100%;
  height: 100%;
  display: block;
}

.how-to__cards {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; /* SP: 縦並び */
  gap: 48px; /* SPのカード間余白（任意） */
  position: relative; /* 疑似要素のはみ出しOK */
  z-index: 1; /* ← 親スタックを背景(z=0)より前へ */
  /* PC波線の基準高さ（耳の真ん中あたりに合わせて微調整） */
  --waveY: 40%;
}
@media screen and (min-width: 900px) {
  .how-to__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; /* PC: 横並び */
    gap: 35px; /* PCのカード間余白（任意） */
    margin-top: 39px;
  }
}

/* PC：親に2本の波線を描画 */
@media screen and (min-width: 900px) {
  .how-to__cards::before,
  .how-to__cards::after {
    content: "";
    position: absolute;
    top: var(--waveY); /* ← 2本とも同じ高さに */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 24px;
    background: url("../img/deco_how-to-entry_pc.png") no-repeat center/contain;
    pointer-events: none;
    z-index: 4; /* ← ここが重要：カード画像より前に */
  }
  /* 01→02 の波線 */
  .how-to__cards::before {
    width: 113px; /* デザイン値 */
    left: calc(
      33% - 82px
    ); /* 1枚目の右端あたり /* ←レイアウトに合わせて微調整 */
    top: 218px;
  }
  /* 02→03 の波線 */
  .how-to__cards::after {
    width: 113px; /* デザイン値 */
    left: calc(
      66% - 60px
    ); /* 2枚目の右端あたり */ /* ←レイアウトに合わせて微調整 */
    top: 218px;
  }
}
.how-to-card {
  position: relative; /* 疑似要素の基準 */
  text-align: center;
}
@media screen and (min-width: 900px) {
  .how-to-card {
    width: clamp(280px, 30vw, 360px); /* お好みで */
  }
}
@media screen and (min-width: 900px) {
  .how-to-card:nth-of-type(2) {
    margin-top: 69px;
  }
}

.how-to-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1; /* picture(img: z=2) < 矢印: z=1 */
  width: 7px;
  height: 34px;
  background: transparent url("../img/sp/deco_how-to-entry_sp.png") no-repeat
    center/contain;
  pointer-events: none;
}
@media screen and (min-width: 900px) {
  .how-to-card:not(:last-child)::after {
    display: none;
  }
}

/* --- 個別調整 --- */
@media screen and (min-width: 900px) {
  /* 01 → 02 の橋 */
  .how-to__cards .how-to__card:nth-child(1) .how-to-card::after {
    left: calc(100% + 6px); /* 右端に寄せる量 */
    top: 49%; /* 縦位置を少し上へ（耳形状に合わせる） */
    /* background-image は共通指定が効いてるので省略OK */
  }
  /* 02 → 03 の橋 */
  .how-to__cards .how-to__card:nth-child(2) .how-to-card::after {
    left: calc(100% + 10px); /* 少し離す */
    top: 51%; /* 縦位置を少し下へ */
    /* こちらも同じ */
  }
}
.how-to-card__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  position: relative; /* 前面に出すための土台 */
}
@media screen and (min-width: 900px) {
  .how-to-card__step {
    gap: 24px;
  }
}
.how-to-card__step picture {
  position: relative;
  z-index: 2;
}
.how-to-card__step picture img {
  width: 196px;
  position: relative;
  z-index: 2;
  display: block;
}
@media screen and (min-width: 900px) {
  .how-to-card__step picture img {
    width: 280px;
  }
}

.how-to-card__step-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 900px) {
  .how-to-card__step-body {
    gap: 17px;
  }
}

.how-to-card__title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .how-to-card__title {
    font-size: 20px;
  }
}

.how-to-card__text {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .how-to-card__text {
    font-size: 16px;
  }
}
.how-to-card__text .underline {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media screen and (min-width: 900px) {
  .how-to-card__text .underline:hover {
    color: #67b0c7;
    cursor: pointer;
  }
}

.how-to-card__instagram-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 8px 12px;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (min-width: 900px) {
  .how-to-card__instagram-link {
    padding-inline: 10px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-card__instagram-link:hover {
    border: 1px solid #9ed0e0;
  }
}
.how-to-card__instagram-link img {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 900px) {
  .how-to-card__instagram-link img {
    width: 24px;
    height: 24px;
  }
}
.how-to-card__instagram-link p {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .how-to-card__instagram-link p {
    font-size: 16px;
  }
}

@media screen and (min-width: 900px) {
  .how-to-card__button {
    display: none;
  }
}

.how-to-card__button2 {
  display: none;
}
@media screen and (min-width: 900px) {
  .how-to-card__button2 {
    display: block; /* ← これが必要 */
    margin-top: 49px;
    text-align: center;
  }
}

figure {
  margin: 0;
}

.prizes {
  padding-top: 21px;
  background: #e9f6f8;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .prizes {
    padding-top: 120px;
  }
}

.prizes__inner {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .prizes__inner {
    max-width: 1084px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.prizes__contents {
  position: relative;
  z-index: 2;
  padding: 20.3px 20px 30px;
}
@media screen and (min-width: 900px) {
  .prizes__contents {
    max-width: 100%;
    padding: 30px 30px 49px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__contents {
    padding-right: 56px;
    padding-left: 56px;
  }
}
.prizes__contents::before,
.prizes__contents::after {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #fff;
}
.prizes__contents::before {
  top: 0;
  left: 50%;
  width: 238px;
  height: 83px;
  background-color: transparent;
  background-image: url(../img/sp/deco_prizes1_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .prizes__contents::before {
    width: 372px;
    height: 148px;
    background-image: url(../img/deco_prizes1_pc.png);
  }
}
.prizes__contents::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 83px);
  border-radius: 24px;
}
@media screen and (min-width: 900px) {
  .prizes__contents::after {
    height: calc(100% - 148px);
  }
}

.prizes__decoration-triangle-left,
.prizes__decoration-triangle-right {
  position: absolute;
  top: -2px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((100% - 390px) / 2);
  min-height: 148px;
}
@media screen and (min-width: 900px) {
  .prizes__decoration-triangle-left,
  .prizes__decoration-triangle-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.prizes__decoration-triangle-left {
  left: 0;
}

.prizes__decoration-triangle-right {
  right: -1px;
}

.prizes__text {
  margin-top: 16px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .prizes__text {
    margin-top: 40px;
    font-size: 16px;
  }
}

.prizes__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 39px;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 47px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (min-width: 900px) {
  .prizes__cards {
    gap: 0;
    margin-top: 79px;
  }
}

.prizes__card {
  width: calc(50% - 7.5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .prizes__card:nth-of-type(2) {
    margin-left: 32px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__card:nth-of-type(1),
  .prizes__card:nth-of-type(2) {
    width: calc(50% - 16px);
  }
}
@media screen and (min-width: 900px) {
  .prizes__card:nth-of-type(4),
  .prizes__card:nth-of-type(5) {
    margin-left: 36px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__card:nth-of-type(3),
  .prizes__card:nth-of-type(4),
  .prizes__card:nth-of-type(5) {
    width: calc(33.3333333333% - 24px);
    margin-top: 78px;
  }
}

.prizes__button {
  margin-top: 18px;
  padding-bottom: 4px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .prizes__button {
    margin-top: 41px;
  }
}
.prizes__button a {
  display: inline-block;
  padding: 4px 24px 6px;
  border-radius: 40px;
  border: 2px solid currentColor;
  background: #fff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
  box-shadow: 0 4px 0 0 #4a3636;
  font-size: 16px;
  font-weight: 700;
  color: #4a3636;
  line-height: 1.6;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 900px) {
  .prizes__button a {
    font-size: 20px;
    padding: 7px 37px 9px;
    border: 3px solid var(--LP-Blown, #4a3636);
  }
}
.prizes__button a:hover {
  background: #ffee56;
}

.prizes__cover-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -43px;
}
@media screen and (min-width: 900px) {
  .prizes__cover-background {
    display: block;
    margin-top: 0;
  }
}
.prizes__cover-background img {
  display: block;
  width: 100%;
  min-width: 580px;
}
@media screen and (min-width: 900px) {
  .prizes__cover-background img {
    min-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom;
  }
}

/* =========================================================
   カード本体
   ========================================================= */
.prizes-card {
  position: relative;
  border-radius: 8px;
  /* ▼ デフォルト（= 小カード: 特典3,4,5）の画像比率 */
  --img-ratio-sp: 8 / 7;
  --img-ratio-pc: 7 / 6;
}
@media (hover: hover) {
  .prizes-card:hover .prizes-card__image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .prizes-card:hover .prizes-card__icon svg .background {
    fill: #9ed0e0;
  }
}

/* 大カード（特典1,2）は見え方を揃えるため比率を変更 */
@media screen and (min-width: 900px) {
  .prizes-card--large {
    --img-ratio-pc: 32 / 25;
  }
}

.prizes-card__number {
  position: absolute;
  top: -24px;
  left: 50%;
  z-index: 2;
  width: 48px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .prizes-card__number {
    top: -30px;
    width: 60px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card__number {
    top: -40px;
    width: 80px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card--large .prizes-card__number {
    top: -40px;
    width: 80px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card--large .prizes-card__number {
    top: -50px;
    width: 100px;
  }
}

.prizes-card__inner {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .prizes-card__inner {
    border-radius: 16px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card--large .prizes-card__inner {
    border-radius: 24px;
  }
}

/* 画像枠：比率で高さを自動決定（レスポンシブ） */
.prizes-card__image {
  display: block;
  width: 100%;
  aspect-ratio: var(--img-ratio-sp);
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.prizes-card__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 900px) {
  .prizes-card__image {
    aspect-ratio: var(--img-ratio-pc);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card--large .prizes-card__image {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}

.prizes-card__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 56px;
  padding: 5px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .prizes-card__heading {
    min-height: 70px;
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card__heading {
    min-height: 80px;
    padding-top: 7px;
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card--large .prizes-card__heading {
    min-height: 120px;
    font-size: 20px;
  }
}

.prizes-card__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 8px;
  outline: none;
}
@media screen and (min-width: 900px) {
  .prizes-card__button {
    border-width: 4px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card--large .prizes-card__button {
    border-radius: 24px;
  }
}
.prizes-card__button:hover {
  border-color: #9ed0e0;
}
.prizes-card__button:focus {
  border-color: #9ed0e0;
}

.prizes-card__icon svg {
  position: absolute;
  right: -2px;
  bottom: -2px;
  display: block;
  width: 36px;
  height: 36px;
  border-bottom-right-radius: 8px;
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .prizes-card__icon svg {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card__icon svg {
    right: -4px;
    bottom: -4px;
    width: 64px;
    height: 64px;
    border-bottom-right-radius: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .prizes-card--large .prizes-card__icon svg {
    width: 52px;
    height: 52px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card--large .prizes-card__icon svg {
    width: 100px;
    height: 100px;
    border-bottom-right-radius: 24px;
  }
}

.prizes-modal {
  position: fixed;
  inset: 0;
  margin: auto;
  width: 336px;
  max-width: calc(100% - 20px);
  height: 480px;
  max-height: calc(100% - 20px);
  overflow: auto;
  border-radius: 24px;
  border: none;
  background: #fff;
  overscroll-behavior-y: none;
  z-index: 3;
  padding-top: 0;
  padding-inline: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 900px) {
  .prizes-modal {
    width: 480px;
    height: 650px;
  }
}
.prizes-modal::-ms-backdrop {
  background: rgba(0, 0, 0, 0.7); /* 背景を半透明に */
}
.prizes-modal::backdrop {
  background: rgba(0, 0, 0, 0.7); /* 背景を半透明に */
}

.prizes-modal-img {
  width: 100%;
}
.prizes-modal-body {
  text-align: center;
  padding-top: 39px;
  padding-inline: 20px;
}
@media screen and (min-width: 900px) {
  .prizes-modal-body {
    padding-top: 32px;
  }
}

.prizes-modal-body-title {
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .prizes-modal-body-title {
    font-size: 20px;
  }
}
.prizes-modal-body-title p {
  font-weight: 700;
}

.prizes-modal-body-text {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .prizes-modal-body-text {
    font-size: 16px;
  }
}

.prizes-modal-body-button {
  margin-top: 16px;
  font-size: 16px;
  padding: 6px 21px 6px 24px;
}
@media screen and (min-width: 900px) {
  .prizes-modal-body-button {
    margin-top: 23px;
  }
}

.spots {
  position: relative;
  padding-top: 46px;
  padding-bottom: 46px;
  margin-top: -46px;
  overflow-x: hidden;
}
@media screen and (min-width: 900px) {
  .spots {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: -120px;
  }
}

.spots::before,
.spots::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 46px;
  content: "";
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: left -3px center;
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .spots::before,
  .spots::after {
    height: 120px;
    background-position: left center;
  }
}

.spots::before {
  top: 1px;
  background-image: url(../img/sp/deco_wave-top_sp.png),
    linear-gradient(to bottom, transparent 13px, #67b0c7 13px);
}
@media screen and (min-width: 900px) {
  .spots::before {
    background-image: url(../img/deco_wave-top_pc.png),
      linear-gradient(to bottom, transparent 33px, #67b0c7 33px);
  }
}

/* 修正後 */
.spots::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 46px; /* ← 小数や1pxズレをやめる */
  /* 上レイヤー：波PNG / 下レイヤー：QA色で全面ベタ塗り */
  background: url(../img/sp/deco_wave-bottom_sp.png) left center/auto 46px
      repeat-x,
    linear-gradient(to top, #e9f6f8 13px, #67b0c7 33px);
}

/* PC */
@media screen and (min-width: 900px) {
  .spots::after {
    height: 120px;
    background: url(../img/deco_wave-bottom_pc.png) left center/auto 120px
        repeat-x,
      linear-gradient(to top, #e9f6f8 33px, #67b0c7 33px);
  }
}
.spots__decoration-pawpads {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 80px;
}
@media screen and (min-width: 900px) {
  .spots__decoration-pawpads {
    bottom: 119px;
    left: calc(50% - 720px);
    width: 100px;
  }
}

.spots__outer {
  padding-bottom: 17px;
  background-color: #67b0c7;
}
@media screen and (min-width: 900px) {
  .spots__outer {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 900px) {
  .spots__inner {
    max-width: 1084px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -34px;
  }
}

@media screen and (min-width: 900px) {
  .spots__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    padding-left: max(30px, 50% - 512px);
  }
}

.spots__heading-wrap {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spots__heading-wrap {
    width: 56px;
  }
}

.spots__heading {
  position: relative;
  display: inline-block;
  padding-left: 36px;
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .spots__heading {
    padding-top: 72px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 40px;
    letter-spacing: 0.25em;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
}

.spots__heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  content: "";
  background-color: transparent;
  background-image: url(../img/icon_star.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .spots__heading::before {
    top: 0;
    left: 50%;
    width: 56px;
    height: 56px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.spots__slider {
  margin-top: 23px;
}
@media screen and (min-width: 900px) {
  .spots__slider {
    width: calc(100% - 56px - 32px);
    margin-top: 0;
  }
}

.spots__arrows {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin-top: -10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .spots__arrows {
    max-width: 944px;
    margin-top: -32px;
  }
}

.spots__bottom {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .spots__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
  }
}

.spots__decoration-english {
  display: block;
  width: 254px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .spots__decoration-english {
    width: 494px;
    margin: 0;
  }
}

.spots__text-wrap {
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .spots__text-wrap {
    margin-top: 0;
  }
}

.spots__text {
  font-size: 11.444px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spots__text {
    font-size: 16px;
    text-align: right;
  }
}

.spots__button {
  text-align: center;
  margin-top: 24px;
  padding-bottom: 4px;
}
@media screen and (min-width: 900px) {
  .spots__button {
    text-align: right;
    margin-top: 26px;
  }
}
@media screen and (min-width: 900px) {
  .spots__button .button-m {
    font-size: 20px;
    padding: 7px 37px 9px;
    border-radius: 40px;
    border: 3px solid #4a3636;
  }
}

.spots-swiper__slide {
  height: auto;
}

.spots-swiper-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.spots-swiper-arrows__prev,
.spots-swiper-arrows__next {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #ffee56;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 27px;
  border-radius: 50%;
  -webkit-transition: background-position 0.3s;
  transition: background-position 0.3s;
}

.spots-swiper-arrows__prev::after,
.spots-swiper-arrows__next::after {
  content: "";
}

.spots-swiper-arrows__prev {
  background-image: url(../img/icon_arrow-left.png);
}

@media (hover: hover) {
  .spots-swiper-arrows__prev:hover {
    background-position: center left 40%;
  }
}
.spots-swiper-arrows__next {
  background-image: url(../img/icon_arrow-right.png);
}

@media (hover: hover) {
  .spots-swiper-arrows__next:hover {
    background-position: center right 40%;
  }
}
.swiper-button-prev {
  left: 39px;
  right: auto;
}

.swiper-button-next {
  right: 39px;
  left: auto;
}

.spots-card {
  height: 100%;
  padding-right: 24px;
  padding-bottom: 30px;
  padding-left: 24px;
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
}
@media screen and (min-width: 900px) {
  .spots-card {
    padding-right: 32px;
    padding-bottom: 40px;
    padding-left: 32px;
    border-radius: 24px;
  }
}

.spots-card figure {
  margin: 0; /* UAスタイルを打ち消し */
  padding: 0;
}

.spots-card__image {
  display: block;
  width: calc(100% + 48px);
  margin-left: -24px;
}
@media screen and (min-width: 900px) {
  .spots-card__image {
    width: calc(100% + 64px);
    margin-left: -32px;
  }
}
.spots-card__image img {
  display: block;
  width: 100%; /* カード幅いっぱいに広げる */
  height: auto;
}

.spots-card__heading {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spots-card__heading {
    margin-top: 25px;
    font-size: 20px;
  }
}

.spots-card__text {
  margin-top: 16px;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .spots-card__text {
    margin-top: 25px;
    font-size: 16px;
  }
}

.qa {
  padding-top: 38px;
  padding-bottom: 30.67px;
  background: #e9f6f8;
}
@media screen and (min-width: 900px) {
  .qa {
    padding-top: 122px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 900px) {
  .qa__inner {
    max-width: 1064px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.qa__boxes {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 900px) {
  .qa__boxes {
    margin-top: 40px;
    gap: 24px;
  }
}

.qa-box {
  border-radius: 12px;
  border: 2px solid #4a3636;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .qa-box {
    border-radius: 16px;
  }
}

.qa-box__head {
  padding: 10px 14px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .qa-box__head {
    padding-top: 20px;
    padding-left: 23px;
    padding-right: 20px;
    padding-bottom: 21px;
    gap: 16px;
  }
}

.qa-box__head-q {
  font-family: "Josefin Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
  color: #9ed0e0;
}
@media screen and (min-width: 900px) {
  .qa-box__head-q {
    font-size: 32px;
  }
}

.qa-box__head-text {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .qa-box__head-text {
    font-size: 20px;
  }
}

/* 画像背景は使わないのでリセット */
.qa-box__head-icon {
  position: relative;
  display: inline-block;
  width: 26.182px;
  height: 26.182px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26.182px;
  flex: 0 0 26.182px; /* 横並びで縮まないように */
  background: none; /* ← 以前の background を無効化 */
  border-radius: 50%;
  background-color: #9ed0e0; /* 円の色 */
  /* ＋記号（横棒・縦棒） */
  /* 縦棒（＋の縦） */
}
.qa-box__head-icon::before,
.qa-box__head-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px; /* 棒の長さ（SP） */
  height: 2px; /* 棒の太さ（SP） */
  background: #fff;
  border-radius: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.qa-box__head-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (min-width: 900px) {
  .qa-box__head-icon {
    width: 48px;
    height: 48px;
    -ms-flex-preferred-size: 48px;
    flex-basis: 48px;
  }
  .qa-box__head-icon::before,
  .qa-box__head-icon::after {
    width: 18.6px; /* PC時の棒の長さ */
    height: 2.6px; /* PC時の棒の太さ */
  }
}

/* 開いたら「－」に：縦棒だけ消す */
.qa-box.is-open .qa-box__head-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
  opacity: 0;
}

.qa-box__body {
  padding: 17px 14px 13px;
  display: none;
  background: #f5f5f5;
}
@media screen and (min-width: 900px) {
  .qa-box__body {
    padding: 23px;
  }
}

.qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .qa-box__a {
    gap: 16px;
  }
}

.qa-box__a-a {
  font-family: "Josefin Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
  color: #9ed0e0;
}
@media screen and (min-width: 900px) {
  .qa-box__a-a {
    font-size: 32px;
  }
}

.qa-box__a-text {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .qa-box__a-text {
    font-size: 16px;
  }
}

.entry {
  background: #e9f6f8;
}

.entry__inner {
  padding-left: 20px;
  padding-right: 20px;
}

.entry__box {
  padding-top: 14px;
  padding-bottom: 16px;
  border: 8px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  padding-left: 15.5px;
  padding-right: 15.5px;
}
@media screen and (min-width: 900px) {
  .entry__box {
    max-width: 1024px;
    padding-top: 31px;
    padding-bottom: 33px;
    padding-inline: 48px;
    margin: 0 auto;
  }
}

.entry__lists {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .entry__lists {
    margin-top: 40px;
  }
}
.entry__lists > * + * {
  padding-top: 12px;
}

.entry-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
  padding-bottom: 15px;
}
@media screen and (min-width: 900px) {
  .entry-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 12px;
    gap: 16px;
  }
}
.entry-list:nth-of-type(n + 2) {
  border-top: 1px solid #ccc;
}

.entry-list__title {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-left: 16px;
}
@media screen and (min-width: 900px) {
  .entry-list__title {
    font-size: 16px;
    width: 224px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 32px;
  }
}
.entry-list__title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: #9ed0e0;
  border-radius: 50%;
}
@media screen and (min-width: 900px) {
  .entry-list__title::before {
    left: 16px;
    top: 13px;
  }
}

.entry-list__text {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .entry-list__text {
    font-size: 16px;
  }
}
.entry-list__text .underline {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media screen and (min-width: 900px) {
  .entry-list__text .underline:hover {
    color: #9ed0e0;
    cursor: pointer;
  }
}

.entry-list__text ul li {
  position: relative;
  padding-left: 1.5em;
  line-height: 160%;
}
.entry-list__text ul li:nth-of-type(n + 3) {
  margin-top: -1px;
}
.entry-list__text ul li::before {
  position: absolute;
  content: "・";
  top: 0.1em;
  left: 0.2em;
}
@media screen and (min-width: 900px) {
  .entry-list__text ul li:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .entry-list__text ul li:nth-of-type(n + 5) {
    margin-top: 1px;
  }
}

.entry__photo {
  margin-top: 32px;
}
@media screen and (min-width: 900px) {
  .entry__photo {
    margin-top: 121px;
  }
}

.entry__photo-image img {
  width: 100%;
}

.contact {
  padding-top: 39px;
  padding-bottom: 44px;
  background: #fff;
}
.contact input::-webkit-input-placeholder,
.contact textarea::-webkit-input-placeholder {
  color: #ccc;
}
.contact input::-moz-placeholder,
.contact textarea::-moz-placeholder {
  color: #ccc;
}
.contact input:-ms-input-placeholder,
.contact textarea:-ms-input-placeholder {
  color: #ccc;
}
.contact input::-ms-input-placeholder,
.contact textarea::-ms-input-placeholder {
  color: #ccc;
}
.contact input::placeholder,
.contact textarea::placeholder {
  color: #ccc;
}
@media screen and (min-width: 900px) {
  .contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 900px) {
  .contact__inner {
    max-width: 888px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.contact__text {
  margin-top: 24px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact__text {
    margin-top: 32px;
    font-size: 16px;
  }
}

.contact__form {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .contact__form {
    margin-top: 41px;
  }
}

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 23px;
}
@media screen and (min-width: 900px) {
  .contact__fields {
    gap: 24px;
  }
}

.contact__privacy {
  margin-top: 22px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact__privacy {
    margin-top: 40px;
  }
}

.contact__button {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact__button {
    margin-top: 40px;
  }
}

@media screen and (min-width: 900px) {
  .button-ml {
    padding: 4px 38px 6px;
  }
}

.form-field.is-error .form-field__label {
  color: #ce2073;
}
@media screen and (min-width: 900px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.form-field__message {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 900px) {
  .form-field__head {
    width: 220px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.form-field__label {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .form-field__label {
    font-size: 16px;
  }
}

.form-field__tag {
  border-radius: 4px;
  background: #ce2073;
  display: inline-block;
  padding: 4px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.form-field__item {
  margin-top: 8px;
}
@media screen and (min-width: 900px) {
  .form-field__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 0px;
  }
}

.form-text {
  height: 56px;
  border-radius: 8px;
  border: none;
  background: #f5f5f5;
  padding: 16px;
  width: 100%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .form-text {
    font-size: 16px;
  }
}
.form-text:focus {
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
  outline: none;
}
.form-text.is-error {
  border: 1px solid #ce2073;
  background: #fff0f7;
}

.form-radio:hover .form-radio__text::before {
  border-color: #9ed0e0;
}

.form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip-path: inset(50%);
  overflow: hidden;
}
.form-radio__input:checked + .form-radio__text::after {
  opacity: 1;
}
.form-radio__input:focus + .form-radio__text::before {
  border-color: #9ed0e0;
}

.form-radio__text {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 32px;
}
@media screen and (min-width: 900px) {
  .form-radio__text {
    font-size: 16px;
    padding-left: 34px;
  }
}
.form-radio__text::before,
.form-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 50%;
}
.form-radio__text::before {
  width: 24px;
  height: 24px;
  left: 0;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-radio__text::after {
  width: 12px;
  height: 12px;
  background: #9ed0e0;
  left: 6px;
  opacity: 0;
}

.form-select {
  height: 56px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
  border: none;
  background-color: #f5f5f5;
  font-size: 14px;
  font-weight: 400;
  padding: 16px;
  width: 100%;
  cursor: pointer;
  background-image: url(../img/icon_select-arrow.png),
    linear-gradient(to left, #9ed0e0 52px, #f5f5f5 52px);
  background-repeat: no-repeat, no-repeat;
  background-position: center right 18.65px, center center;
  background-size: 14.9px 8.78px, cover;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (min-width: 900px) {
  .form-select {
    font-size: 16px;
  }
}
.form-select:focus {
  border: 1px solid #9ed0e0;
  background-color: #e9f6f8;
  outline: none;
}
.form-select.is-error {
  border: 1px solid #ce2073;
  background: #fff0f7;
  background-image: url(../img/icon_select-arrow.png),
    linear-gradient(to left, #ce2073 52px, #fff0f7 52px);
  background-repeat: no-repeat, no-repeat;
  background-position: center right 18.65px, center center;
  background-size: 14.9px 8.78px, cover;
}

.form-textarea {
  border-radius: 8px;
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 160px;
  padding: 16px;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .form-textarea {
    font-size: 16px;
  }
}
.form-textarea:focus {
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
  outline: none;
}
.form-textarea.is-error {
  border: 1px solid #ce2073;
  background: #fff0f7;
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 900px) {
  .form-field__radios {
    gap: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 56px;
  }
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip-path: inset(50%);
  overflow: hidden;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}
.form-checkbox__input.is-error {
  border: 1px solid #ce2073;
  background: #fff0f7;
}

.form-checkbox__text {
  position: relative;
  padding-left: 36px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}
.form-checkbox__text::before,
.form-checkbox__text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.form-checkbox__text::before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #f5f5f5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form-checkbox__text::after {
  width: 14px;
  height: 9px;
  left: 5px;
  background: url(../img/check-icon.png) no-repeat center center/contain;
  opacity: 0;
}
@media screen and (min-width: 900px) {
  .form-checkbox__text::after {
    margin-top: 0.8px;
  }
}
.form-checkbox__text a {
  text-decoration-line: underline;
  font-weight: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-underline-offset: 2px;
}
.form-checkbox__text a:hover {
  color: #9ed0e0;
}

/* キーボードでフォーカスされたときだけ水色のリングに */
.form-checkbox__text-link {
  border-radius: 4px; /* 角丸はお好みで */
}

.form-checkbox__text-link:focus-visible {
  outline: 2px solid #9ed0e0;
  outline-offset: 2px; /* 文字から少し外側に */
}

/* :focus-visible を未対応ブラウザ向けのフォールバック */
@supports not selector(:focus-visible) {
  .form-checkbox__text-link:focus {
    outline: 2px solid #9ed0e0;
    outline-offset: 2px;
  }
}
.contact__button .button-ml:focus {
  outline: none;
  border-color: #9ed0e0;
}

.footer {
  background: #e9f6f8;
  padding-top: 40px;
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 900px) {
  .footer {
    padding-top: 120px;
  }
}

.footer__inner {
  position: relative;
}

.footer__decoration {
  position: absolute;
  top: -40px;
  left: calc(50% + 575px);
  width: 100px;
  height: 220px;
}
.footer__decoration img {
  width: 100%;
}

.footer__title {
  font-family: "Josefin Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 125%; /* 25px */
  text-align: center;
}
@media screen and (min-width: 900px) {
  .footer__title {
    font-size: 24px;
  }
}

.footer__icon {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__icon img {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 900px) {
  .footer__icon img {
    width: 40px;
    height: 40px;
  }
}

.footer__decoration-english {
  display: block;
  margin-top: 15px;
  width: 328px;
  height: 34.405px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .footer__decoration-english {
    margin-top: 39px;
    width: 755px;
    height: 82.231px;
  }
}
.footer__decoration-english img {
  width: 100%;
}

.footer__card {
  width: 100%;
  max-width: 335px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .footer__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1064px;
  }
}

.gmap {
  width: 100%;
  height: 271px;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 16px 16px 0 0;
}
@media screen and (min-width: 900px) {
  .gmap {
    width: 512px;
    height: 400px;
  }
  .gmap iframe {
    border-radius: 0;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}

.footer__card-body {
  padding: 17px 28px 24px;
  background: #fff;
  border-radius: 0 0 16px 16px;
  width: 100%;
  height: 204px;
}
@media screen and (min-width: 900px) {
  .footer__card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 512px;
    min-height: 400px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    border-radius: 0;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
}

/* 768〜1110px：SP風に見せる */
@media (min-width: 768px) and (max-width: 1110px) {
  .footer__card {
    display: block;
    max-width: 512px;
  }
  .gmap {
    height: clamp(271px, 58vw, 360px);
  }
  .gmap iframe {
    border-radius: 16px 16px 0 0;
  }
  .footer__card-body {
    padding: 24px;
    border-radius: 0 0 16px 16px;
  }
}
/* 中身の“箱”の横幅を決めて中央配置（テキストは左揃えのまま） */
@media screen and (min-width: 900px) {
  .footer__logo,
  .footer__card-body__inner {
    width: 389px;
    margin-inline: auto;
    margin-top: -6px;
  }
}

.footer__logo {
  display: block;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .footer__logo {
    text-align: left;
  }
}
.footer__logo img {
  width: 153px;
  height: 20px;
}
@media screen and (min-width: 900px) {
  .footer__logo img {
    width: 183px;
    height: 24px;
  }
}

.footer__card-body__inner {
  margin-top: 23px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .footer__card-body__inner {
    gap: 12px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0px;
  }
}

.footer__card-body__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__body-label {
  font-size: 12px;
  font-weight: 700;
  position: relative;
  padding-left: 16px;
  width: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .footer__body-label {
    font-size: 16px;
    width: 120px;
  }
}
.footer__body-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9ed0e0;
}

.footer__body-label__text {
  font-size: 12px;
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (min-width: 900px) {
  .footer__body-label__text {
    font-size: 16px;
  }
}

.pagetop {
  display: block;
  width: 75px; /* カンプ値 */
  margin: 23px auto 24px; /* SPは中央寄せで常に表示 */
  opacity: 1; /* ← SPは常に表示 */
  visibility: visible;
}
@media screen and (min-width: 900px) {
  .pagetop {
    width: 100px; /* PCカンプ値 */
    right: 40px;
    bottom: 40px;
    position: fixed;
    margin: 0;
    z-index: 5;
    /* PCでは最初は非表示 */
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .pagetop.is-show {
    opacity: 1;
    visibility: visible;
  }
}
.pagetop img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.pagetop:hover img {
  /* 好みの色に調整してOK */
  -webkit-filter: brightness(0.85) saturate(1.3);
  filter: brightness(0.85) saturate(1.3);
}

.footer__copyright-box {
  position: relative;
  margin-top: 62px;
  padding-bottom: 24px;
  text-align: center;
  background: #67b0c7;
  z-index: 0; /* ← 親に基準のスタックを作る */
}
@media screen and (min-width: 900px) {
  .footer__copyright-box {
    padding-bottom: 32px;
    margin-top: 237px;
  }
}
.footer__copyright-box::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 0;
  width: 100%;
  height: 45.7px;
  background: url(../img/sp/deco_wave-top_sp.png) repeat-x;
  background-position: left -4px center;
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .footer__copyright-box::before {
    height: 120px;
    top: -119px;
    background-image: url(../img/deco_wave-top_pc.png);
    background-position: left -4px center;
  }
}

/* 念のためテキストは前面に */
.footer__copyright {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .footer__copyright {
    font-size: 14px;
  }
}
