@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  background: #E9F6F8;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.wrapper {
  overflow: hidden;
}

figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

figcaption {
  margin: 0;
  padding: 0;
}

.l-inner {
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .l-inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1104px;
  }
}

.c-button__link {
  text-align: center;
}

.c-button {
  display: inline-block;
  color: #4A3636;
  font-size: clamp(0.875rem, 0.8295454545rem + 0.2272727273vw, 1rem);
  font-weight: 700;
  padding: clamp(0.125rem, 0.0795454545rem + 0.2272727273vw, 0.25rem) 22px clamp(0.125rem, 0.0795454545rem + 0.2272727273vw, 0.25rem) 22px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  border: 2px solid currentColor;
  background: #FFFFFF;
  box-shadow: 0px 4px 0px 0px currentColor;
  transition: background-color 0.3s;
}
.c-button:hover {
  background-color: #FFEE56;
}
.c-button--small {
  display: inline-flex;
  color: #4A3636;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 21px 8px 21px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  border: 2px solid currentColor;
  background: #FFFFFF;
  box-shadow: 0px 4px 0px 0px currentColor;
  transition: background-color 0.3s;
}
.c-button--small:hover {
  background-color: #FFEE56;
}

.c-button--large {
  font-size: 16px;
  padding: 5px 22px 6px 22px;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .c-button--large {
    border: 3px solid currentColor;
    font-size: 20px;
    padding: 10px 40px 12px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .c-button--large {
    border: 3px solid currentColor;
    font-size: 20px;
    padding: 10px 40px 12px 40px;
  }
}

.c-button--contact {
  font-size: 16px;
  padding: 4px 22px 4px 22px;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .c-button--contact {
    font-size: 16px;
    padding: 6px 34px 8px 34px;
  }
}
@media screen and (min-width: 1200px) {
  .c-button--contact {
    font-size: 16px;
    padding: 6px 37px 8px 37px;
  }
}

.c-heading__wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .c-heading__wrap {
    gap: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading__wrap {
    gap: 8px;
  }
}

.c-headeing__icon {
  width: 37.333px;
  height: 37.333px;
}
.c-headeing__icon svg {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .c-headeing__icon {
    width: 48px;
    height: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .c-headeing__icon {
    width: 48px;
    height: 48px;
  }
}

.c-heading__ttl-en {
  color: #4A3636;
  font-family: "Courgette", cursive;
  font-size: 16px;
  line-height: 125%;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .c-heading__ttl-en {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading__ttl-en {
    font-size: 20px;
  }
}

.c-heading__ttl-ja {
  color: #4A3636;
  font-family: "Kiwi Maru", serif;
  font-feature-settings: "pwid" on;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 6px;
  border-bottom: 6px solid #FFEE56;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .c-heading__ttl-ja {
    font-size: 32px;
    border-bottom: 8px solid #FFEE56;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading__ttl-ja {
    font-size: 32px;
    border-bottom: 8px solid #FFEE56;
  }
}

.c-button__howTo {
  text-align: center;
  margin-top: 1px;
}

.c-button__howTo-link {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background: #FFFFFF;
  display: inline-block;
  padding-left: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  text-align: center;
  position: relative;
  font-feature-settings: "pref" on;
}
@media screen and (min-width: 1200px) {
  .c-button__howTo-link {
    font-size: 16px;
    padding-left: 44px;
  }
}
.c-button__howTo-link::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/deco-howTo-link__icon.svg");
  background-position: center center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
@media screen and (min-width: 1200px) {
  .c-button__howTo-link::before {
    width: 24px;
    height: 24px;
  }
}

.c-spots__heading-wrap {
  text-align: center;
}

.c-spots__heading-ttl {
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 125%; /* 35px */
  padding-left: 36px;
}
@media screen and (min-width: 1200px) {
  .c-spots__heading-ttl {
    font-size: 40px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 72px;
    writing-mode: vertical-rl; /* 文字の向きを縦書きにする */
    letter-spacing: 10px;
  }
}
.c-spots__heading-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  background-image: url(../webp/deco-spots-star-sp.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
  .c-spots__heading-ttl::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 56px;
  }
}

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

.p-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 20px 12px;
}
@media screen and (min-width: 1200px) {
  .p-header__inner {
    padding-top: 11px;
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1512px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-header__logo a {
  width: 210px;
  display: block;
}
@media screen and (min-width: 1200px) {
  .p-header__logo a {
    width: 183px;
    height: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__logo a svg {
    width: 100%;
    height: auto;
  }
}

.p-header__nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .p-header__nav {
    display: block;
  }
}

.p-header__nav-list {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 0.75rem;
}
.p-header__nav-list li:nth-child(6) {
  margin-left: 4px;
}

.p-header__link {
  text-decoration: none;
  color: #4A3636;
  transition: color 0.3s ease;
}
.p-header__link:hover {
  text-decoration: underline;
  color: #67B0C7;
}

.p-header__button {
  margin-top: 4px;
}

.drawer-icon {
  width: 32px;
  height: 27px;
  position: relative;
  top: -2px;
  z-index: 80;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  transform: rotate(45deg);
  top: 13.5px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 13.5px;
}
.drawer-icon.is-checked .inner-bar:nth-of-type(1) {
  width: 32px;
}
.drawer-icon.is-checked .inner-bar:nth-of-type(2) {
  display: none;
}

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

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s linear;
  border-radius: 3px;
}
.drawer-icon__bar:nth-of-type(1) {
  top: 0;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 12px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 24px;
}

.double-bar {
  display: flex;
  justify-content: space-between;
  gap: 1.6px;
}

.inner-bar {
  border-radius: 3px;
  height: 3px;
  background: #4A3636;
}
.inner-bar:nth-of-type(1) {
  width: 25.6px;
}
.inner-bar:nth-of-type(2) {
  width: 4.8px;
}

.single-bar {
  width: 32px;
  height: 3px;
  border-radius: 3px;
  background: #4A3636;
}

/* drawer */
.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  text-align: center;
  right: 0;
  background: #FFFFFF;
  z-index: 80;
  transition: transform 0.6s ease-out; /* アニメーションの時間とタイミングを調整 */
  transform: translateY(-150%);
  z-index: 40;
  padding-top: 144px;
}
.drawer-content.is-checked {
  transform: translateY(0);
}

.drawer-content__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.drawer-content__link {
  font-size: 14px;
  text-align: center;
}

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

.p-fv {
  background: url("../webp/bg-fv-Onomichi.webp") no-repeat center center/cover;
  height: 554px;
  border-radius: 0px 0px clamp(1.5rem, 1.1363636364rem + 1.8181818182vw, 2.5rem) clamp(1.5rem, 1.1363636364rem + 1.8181818182vw, 2.5rem);
  margin-top: 64px;
}
@media screen and (min-width: 1200px) {
  .p-fv {
    height: 740px;
    background: url("../webp/bg-fv-Onomichi.webp") no-repeat center top/cover;
  }
}

.p-fv__inner {
  padding-top: clamp(1.125rem, 0.7613636364rem + 1.8181818182vw, 2.125rem);
}
.p-fv__decoration-container {
  margin-top: 112.67px;
  position: relative;
  width: 335px;
  margin-right: auto;
  margin-left: auto;
  height: 408px;
  top: 0;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .p-fv__decoration-container {
    margin-top: 33px;
    width: 846px;
    height: 603px;
  }
}

.p-fv__decoration-fukidashi {
  position: absolute;
  top: -96px;
  left: 0;
  width: 142px;
}
@media screen and (min-width: 1200px) {
  .p-fv__decoration-fukidashi {
    top: -33px;
    left: 37px;
    width: 244px;
  }
}

.p-fv__decoration-present {
  position: absolute;
  top: -102px;
  right: 24px;
  width: 112px;
}
@media screen and (min-width: 1200px) {
  .p-fv__decoration-present {
    width: 185px;
    top: -15px;
    right: 123px;
  }
}

.p-fv__decoration-food {
  position: absolute;
  width: 100%;
  bottom: -10px;
  width: 90px;
}
@media screen and (min-width: 1200px) {
  .p-fv__decoration-food {
    width: 210px;
    bottom: 78px;
  }
}

.p-fv__decoration-cats {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  width: 107px;
  height: 127px;
  bottom: -20px;
  right: 25px;
}

.p-fv__decoration-cat {
  position: absolute;
}
.p-fv__decoration-cat:nth-of-type(1) {
  right: 0;
  bottom: 67px;
  width: 62px;
  right: -25px;
}
@media screen and (min-width: 1200px) {
  .p-fv__decoration-cat:nth-of-type(1) {
    width: 170px;
    bottom: 156px;
    right: 36px;
  }
}
.p-fv__decoration-cat:nth-of-type(2) {
  width: 98px;
  bottom: 10px;
  right: -16px;
}
@media screen and (min-width: 1200px) {
  .p-fv__decoration-cat:nth-of-type(2) {
    width: 233px;
    bottom: 54px;
    right: -27px;
  }
}

.p-fv__ttl__container {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.1590909091rem + 0.4545454545vw, 1.5rem);
  justify-content: center;
  align-items: center;
}
.p-fv__sub-ttl {
  color: #4A3636;
  text-align: center;
  text-shadow: 0px 0px 30px #FFF;
  font-family: "Kiwi Maru", serif;
  font-size: 14px;
  line-height: 125%; /* 17.5px */
}
@media screen and (min-width: 1200px) {
  .p-fv__sub-ttl {
    font-size: 24px;
  }
}

.p-fv__main-ttl__wrap {
  text-align: center;
  width: 100%;
}

.p-fv__main-ttl {
  width: 334px;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .p-fv__main-ttl {
    width: 520px;
  }
}

.p-fv-container {
  position: relative;
}

.p-fv-image {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (min-width: 1200px) {
  .p-fv-image {
    max-width: 250px;
  }
}

.p-fv__card {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 122.6px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  .p-fv__card {
    width: 200px;
    top: 152.5px;
  }
}

.card__ttl-box {
  background: linear-gradient(265deg, #AC3790 -3.52%, #D65A5C 44.94%, #F4C06D 92.38%);
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-top-left-radius: clamp(0.8rem, 0.7272727273rem + 0.3636363636vw, 1rem);
  border-top-right-radius: clamp(0.8rem, 0.7272727273rem + 0.3636363636vw, 1rem);
  padding: clamp(0.4rem, 0.3636363636rem + 0.1818181818vw, 0.5rem) clamp(0.6rem, 0.5454545455rem + 0.2727272727vw, 0.75rem);
}

.card__ttl {
  color: #FFFFFF;
  font-size: 12.8px;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "pref" on;
}
@media screen and (min-width: 1200px) {
  .card__ttl {
    font-size: 16px;
  }
}

.card__content-box {
  background-color: #FFFFFF;
  border-bottom-left-radius: clamp(0.8rem, 0.7272727273rem + 0.3636363636vw, 1rem);
  border-bottom-right-radius: clamp(0.8rem, 0.7272727273rem + 0.3636363636vw, 1rem);
  color: #4A3636;
  text-align: center;
  padding-top: clamp(0.5rem, 0.3181818182rem + 0.9090909091vw, 1rem);
  padding-bottom: clamp(1.2625rem, 1.1988636364rem + 0.3181818182vw, 1.4375rem);
}

.content__text {
  display: inline-flex;
  flex-direction: column;
  gap: clamp(0.2rem, 0.1818181818rem + 0.0909090909vw, 0.25rem);
  align-items: center;
}

.card__content__ttl {
  font-family: "Noto Sans JP";
  font-size: clamp(0.75rem, 0.6590909091rem + 0.4545454545vw, 1rem);
  width: fit-content;
  border-bottom: 3px solid #CE2073;
}

.card__content__date {
  font-size: clamp(0.75rem, 0.6590909091rem + 0.4545454545vw, 1rem);
  font-feature-settings: "pref" on;
  font-weight: 700;
}

.fv__link {
  margin-top: clamp(0.6875rem, 0.5738636364rem + 0.5681818182vw, 1rem);
}

.p-about {
  margin-top: 188px;
  padding-bottom: 0;
  position: relative;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-about {
    margin-top: 177px;
  }
}
@media screen and (min-width: 1200px) {
  .p-about {
    margin-top: 177px;
  }
}

.p-about__decoration {
  position: absolute;
  overflow: hidden;
}

.p-about__decoration__diagonalLine {
  display: none;
}
.p-about__decoration__diagonalLine img {
  border-radius: 24px;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-about__decoration__diagonalLine {
    display: block;
    width: 250px;
    top: -20px;
    right: calc(50% + 322px);
  }
}
@media screen and (min-width: 1200px) {
  .p-about__decoration__diagonalLine {
    top: -20px;
    display: block;
    right: calc(50% + 525px);
    width: 250px;
  }
}

.p-about__decoration__bgpawpads {
  top: -10px;
  left: calc(50% + 133px);
  width: 54px;
  overflow: hidden;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-about__decoration__bgpawpads {
    width: 100px;
    left: calc(50% + 339px);
    top: -80px;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__decoration__bgpawpads {
    width: 100px;
    left: calc(50% + 490px);
    top: -80px;
  }
}

.pawprint-group {
  opacity: 0;
  transform: translateY(30px);
}

.pawprint-group.animate {
  animation: pawprintGroupAppear 1s ease-out forwards;
}

.pawprint-group:nth-child(4).animate {
  animation-delay: 0s; /* 最初に表示されるグループ */
}

.pawprint-group:nth-child(3).animate {
  animation-delay: 1s;
}

.pawprint-group:nth-child(2).animate {
  animation-delay: 2s;
}

.pawprint-group:nth-child(1).animate {
  animation-delay: 3s; /* 最後に表示されるグループ */
}

@keyframes pawprintGroupAppear {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-about__decoration__waveLine {
  display: none;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-about__decoration__waveLine {
    display: block;
    width: 874px;
    top: 604px;
    overflow: hidden;
    left: calc(50% + 355px);
    z-index: 21;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__decoration__waveLine {
    display: block;
    width: 874px;
    top: 604px;
    overflow: hidden;
    left: calc(50% + 446px);
  }
}

.p-about__decoration__photo-L {
  width: 200px;
  top: 396px;
  right: calc(50% + 130px);
  overflow: hidden;
}
.p-about__decoration__photo-L img {
  border-radius: clamp(1.5rem, 1.1363636364rem + 1.8181818182vw, 2.5rem);
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-about__decoration__photo-L {
    top: 76px;
    width: 480px;
    right: calc(50% + 356px);
  }
}
@media screen and (min-width: 1200px) {
  .p-about__decoration__photo-L {
    top: 74px;
    width: 480px;
    right: calc(50% + 615px);
  }
}

.p-about__decoration__photo-R {
  position: absolute;
  width: 200px;
  top: 272px;
  left: calc(50% + 127px);
  overflow: hidden;
}
.p-about__decoration__photo-R img {
  border-radius: clamp(1.5rem, 1.1363636364rem + 1.8181818182vw, 2.5rem);
}
@media screen and (min-width: 1200px) {
  .p-about__decoration__photo-R img {
    max-width: 100%;
  }
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-about__decoration__photo-R {
    width: 480px;
    top: 70px;
    left: calc(50% + 383px);
  }
}
@media screen and (min-width: 1200px) {
  .p-about__decoration__photo-R {
    width: 480px;
    top: 72px;
    left: calc(50% + 560px);
  }
}

.p-about__decoration__hill {
  width: 136px;
  bottom: 72px;
  left: 0;
  z-index: 20;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-about__decoration__hill {
    width: 427px;
    top: 321px;
    left: -103px;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__decoration__hill {
    width: 427px;
    top: 321px;
    left: -103px;
  }
}

.p-about__decoration__goods-button {
  width: 48px;
  top: 720px;
  left: calc(50% + 119px);
  overflow: hidden;
  z-index: 22;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-about__decoration__goods-button {
    width: 101px;
    top: 600px;
    left: calc(50% + 346px);
  }
}
@media screen and (min-width: 1200px) {
  .p-about__decoration__goods-button {
    width: 101px;
    top: 600px;
    left: calc(50% + 506px);
  }
}

.p-about__decoration-goods-cloth {
  width: 133px;
  top: 762px;
  left: calc(50% - 4px);
  overflow: hidden;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-about__decoration-goods-cloth {
    width: 308px;
    top: 757px;
    left: calc(50% + 168px);
  }
}
@media screen and (min-width: 1200px) {
  .p-about__decoration-goods-cloth {
    width: 308px;
    top: 757px;
    left: calc(50% + 375px);
  }
}

.p-about__container {
  background: #FFFFFF;
  border-radius: clamp(1.5rem, 1.1363636364rem + 1.8181818182vw, 2.5rem);
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 335px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-about__container::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 36px;
  background-color: #CCE1E4;
  clip-path: polygon(50% 36px, 0% 0%, 100px 0%);
  z-index: 20;
}
@media screen and (min-width: 1200px) {
  .p-about__container::after {
    width: 140px;
    height: 50px;
    clip-path: polygon(50% 50px, 0% 0%, 140px 0%);
  }
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-about__container {
    width: 660px;
    max-width: 100%;
    padding: 40px 20px;
    gap: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__container {
    width: 848px;
    max-width: 100%;
    padding: 40px 20px;
    gap: 32px;
  }
}

.p-about__picture {
  position: absolute;
  top: 35px;
  width: 80px;
  border: 3.9px solid #F5F5F5;
  background: lightgray 50%/cover no-repeat;
  z-index: 20;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-about__picture {
    width: 134px;
    border: 6px solid #F5F5F5;
    top: 46px;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__picture {
    width: 132px;
    border: 6px solid #F5F5F5;
    top: 46px;
  }
}

.p-about__picture-1 {
  right: calc(50% + 51px);
  transform: rotate(-8deg);
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-about__picture-1 {
    right: calc(50% + 170px);
  }
}
@media screen and (min-width: 1200px) {
  .p-about__picture-1 {
    right: calc(50% + 202px);
  }
}

.p-about__picture-2 {
  left: calc(50% + 63px);
  transform: rotate(8deg);
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-about__picture-2 {
    left: calc(50% + 170px);
    top: 53px;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__picture-2 {
    left: calc(50% + 202px);
    top: 53px;
  }
}

.p-about__intro {
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-about__intro {
    margin-top: 2px;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__intro {
    margin-top: 2px;
  }
}
.p-about__intro p {
  font-size: clamp(0.875rem, 0.8295454545rem + 0.2272727273vw, 1rem);
  font-weight: 700;
  font-feature-settings: "pref" on;
}

.p-about__text__wrap {
  margin-top: 24px;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-about__text__wrap {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__text__wrap {
    margin-top: 0;
  }
}
.p-about__text__wrap p {
  margin-bottom: 17px;
  font-size: clamp(0.75rem, 0.6590909091rem + 0.4545454545vw, 1rem);
  text-align: center;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-about__text__wrap p {
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__text__wrap p {
    margin-bottom: 27px;
  }
}
.p-about__text__wrap span {
  font-weight: 700;
}

.p-about__info {
  text-align: center;
  width: fit-content;
  margin-top: 13px;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-about__info {
    margin-top: -13px;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__info {
    margin-top: -13px;
  }
}
.p-about__info p {
  font-size: clamp(0.875rem, 0.7386363636rem + 0.6818181818vw, 1.25rem);
  font-weight: 700;
  border-bottom: 2px dashed #9ED0E0;
  padding-bottom: 6px;
}

.p-about__button {
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-about__button {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__button {
    margin-top: 0;
  }
}

.p-about__bottom {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 135px;
}
@media screen and (min-width: 1200px) {
  .p-about__bottom {
    margin-top: 163px;
  }
}

.p-about__bottom-ttl {
  width: 355px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 24;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-about__bottom-ttl {
    width: 891px;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__bottom-ttl {
    width: 896px;
  }
}
.p-about__bottom-ttl img {
  width: 100%;
}

.about__slider {
  position: relative;
  z-index: 23;
}
@media screen and (min-width: 1200px) {
  .about__slider {
    margin-top: -8px;
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
  will-change: transform;
}
.swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.about__slide {
  width: 100px;
  margin-right: clamp(0.3125rem, 0.1988636364rem + 0.5681818182vw, 0.625rem);
  margin-left: clamp(0.3125rem, 0.1988636364rem + 0.5681818182vw, 0.625rem);
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .about__slide {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .about__slide {
    width: 200px;
  }
}

.about-card img {
  border-radius: clamp(0.75rem, 0.4772727273rem + 1.3636363636vw, 1.5rem);
}

.p-howTo__steps {
  display: flex;
  flex-direction: column;
  gap: 49px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-howTo__steps {
    flex-direction: row;
    gap: 32px;
    align-items: start;
    margin-top: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .p-howTo__steps {
    flex-direction: row;
    gap: 32px;
    align-items: start;
    margin-top: 44px;
  }
}

.p-howTo__step {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.p-howTo__step:first-child::after {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  width: 7px;
  height: 34px;
  content: "";
  background-color: transparent;
  background-image: url("../webp/deco-howTo-step-line-sp.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-howTo__step:first-child::after {
    width: 113px;
    height: 24px;
    background-image: url("../webp/deco-howTo-step-line.webp");
    top: 114px;
    left: 312px;
    z-index: 25;
  }
}
@media screen and (min-width: 1200px) {
  .p-howTo__step:first-child::after {
    width: 113px;
    height: 24px;
    background-image: url("../webp/deco-howTo-step-line.webp");
    top: 204px;
    left: 312px;
  }
}
@media screen and (min-width: 1200px) {
  .p-howTo__step:nth-child(2) {
    margin-top: 67px;
  }
}
.p-howTo__step:nth-child(2) ::after {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  z-index: 3;
  width: 7px;
  height: 34px;
  content: "";
  background-color: transparent;
  background-image: url("../webp/deco-howTo-step-line-sp.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-howTo__step:nth-child(2) ::after {
    width: 113px;
    height: 24px;
    background-image: url("../webp/deco-howTo-step-line.webp");
    top: 120px;
    left: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .p-howTo__step:nth-child(2) ::after {
    width: 113px;
    height: 24px;
    background-image: url("../webp/deco-howTo-step-line.webp");
    top: 136px;
    left: 320px;
  }
}

.p-howTo__step__image {
  width: 100%;
}
.p-howTo__step__image img {
  width: 196px;
}
@media screen and (min-width: 1200px) {
  .p-howTo__step__image img {
    width: 280px;
  }
}

.p-howTo__step__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 15.74px;
}
@media screen and (min-width: 1200px) {
  .p-howTo__step__body {
    margin-top: 24.74px;
  }
}

.p-howTo__step__ttl {
  font-weight: 700;
  font-feature-settings: "pref" on;
}
@media screen and (min-width: 1200px) {
  .p-howTo__step__ttl {
    font-size: 20px;
  }
}

.p-howTo__step__txt {
  font-size: 12px;
}
@media screen and (min-width: 1200px) {
  .p-howTo__step__txt {
    font-size: 16px;
  }
}
.p-howTo__step__txt span {
  font-weight: 700;
}

.p-howTo__step {
  opacity: 0; /* 初期状態は透明 */
  transform: translateX(-50px); /* 初期状態は少し左に移動 */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; /* アニメーションの設定 */
}

.p-howTo__step.is-visible {
  opacity: 1; /* 不透明にする */
  transform: translateX(0); /* 元の位置に戻す */
}

.p-howTo {
  margin-top: 65px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .p-howTo {
    margin-top: 120px;
  }
}

.p-howTo__decoration {
  position: absolute;
}

.p-howTo__decoration__map {
  top: 0;
  right: calc(50% + 39px);
  width: 149px;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-howTo__decoration__map {
    width: 170px;
    right: calc(50% + 94px);
  }
}
@media screen and (min-width: 1200px) {
  .p-howTo__decoration__map {
    width: 460px;
    right: calc(50% + 258px);
    top: -60px;
  }
}
.p-howTo__decoration__map img {
  min-width: 100%;
}

.p-howTo__decoration__cat-tabby {
  top: 0;
  left: calc(50% + 59px);
  width: 105px;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-howTo__decoration__cat-tabby {
    width: 100px;
    left: calc(50% + 133px);
  }
}
@media screen and (min-width: 1200px) {
  .p-howTo__decoration__cat-tabby {
    width: 238px;
    left: calc(50% + 288px);
    top: -25px;
  }
}
.p-howTo__decoration__cat-tabby img {
  min-width: 100%;
}

.p-howTo__decoration__cat-gray {
  top: 5px;
  left: calc(50% + 124px);
  width: 94px;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-howTo__decoration__cat-gray {
    width: 100px;
    left: calc(50% + 200px);
  }
}
@media screen and (min-width: 1200px) {
  .p-howTo__decoration__cat-gray {
    width: 214px;
    left: calc(50% + 437px);
    top: -15px;
  }
}
.p-howTo__decoration__cat-gray img {
  min-width: 100%;
}

.p-howTo__decoration__bg_pawpads-1 {
  top: 74px;
  width: 55px;
  left: calc(50% + 113px);
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-howTo__decoration__bg_pawpads-1 {
    top: 90px;
    width: 55px;
    left: calc(50% + 190px);
  }
}
@media screen and (min-width: 1200px) {
  .p-howTo__decoration__bg_pawpads-1 {
    top: 150px;
    width: 100px;
    left: calc(50% + 620px);
  }
}

.p-howTo__decoration__bg_pawpads-2 {
  top: 548px;
  right: calc(50% + 112px);
  width: 55px;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-howTo__decoration__bg_pawpads-2 {
    top: 623px;
    width: 60px;
    right: calc(50% + 400px);
  }
}
@media screen and (min-width: 1200px) {
  .p-howTo__decoration__bg_pawpads-2 {
    top: 581px;
    width: 100px;
    right: calc(50% + 620px);
  }
}

.p-howTo__decoration__bg_pawpads-3 {
  top: 879px;
  left: calc(50% + 112px);
  width: 55px;
  transform: rotate(180deg);
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-howTo__decoration__bg_pawpads-3 {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .p-howTo__decoration__bg_pawpads-3 {
    display: none;
  }
}

.p-howTo__button {
  margin-top: 15px;
}
@media screen and (min-width: 1200px) {
  .p-howTo__button {
    margin-top: 47px;
  }
}

.p-prizes-card__icon {
  position: absolute;
  width: 48px;
  height: 48px;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}
@media screen and (min-width: 1200px) {
  .p-prizes-card__icon {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}

.p-prizes-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (min-width: 1200px) {
  .p-prizes-cards {
    margin-top: 66px;
  }
}

.p-prizes-card {
  position: relative;
  width: calc(50% - 7.5px);
  margin-top: 15px;
  /* ２枚目までのカードの１枚の幅は５０％から余白の分を引いた幅に設定 */
}
.p-prizes-card:hover .p-prizes-card__image > img {
  transform: scale(1.2);
}
@media screen and (min-width: 1200px) {
  .p-prizes-card:nth-child(-n+2) {
    width: calc(50% - 16px);
  }
}
.p-prizes-card:nth-child(2n) {
  margin-left: 15px;
}
@media screen and (min-width: 1200px) {
  .p-prizes-card:nth-child(2n) {
    margin-left: 32px;
  }
}
.p-prizes-card:nth-child(n+3) {
  margin-top: 39px;
}
@media screen and (min-width: 1200px) {
  .p-prizes-card:nth-child(n+3):nth-child(n+3) {
    width: calc(33.3333333333% - 24px);
    margin-top: 77px;
  }
}
@media screen and (min-width: 1200px) {
  .p-prizes-card:nth-child(4), .p-prizes-card:nth-child(5) {
    margin-left: 36px;
  }
}

.p-prizes-card__inner {
  position: relative;
  background: #F5F5F5;
  border-radius: 8px;
}
.p-prizes-card__inner:hover .p-prizes-card__img > img {
  transform: scale(1.2);
}
@media screen and (min-width: 1200px) {
  .p-prizes-card__inner:hover {
    border-radius: 24px;
  }
}

.p-prizes-card__wrap {
  display: flex;
  flex-direction: column-reverse;
}

.p-prizes-card__image {
  display: block;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (min-width: 1200px) {
  .p-prizes-card__image {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}
.p-prizes-card__image img {
  width: 100%;
  transition: transform 0.3s; /* transitionの対象をtransformに指定 */
}

.p-prizes-card__body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
}
@media screen and (min-width: 1200px) {
  .p-prizes-card__body {
    height: 80px;
  }
}

.p-prizes-card__ttl {
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .p-prizes-card__ttl {
    font-size: 16px;
  }
}

.p-prizes-card__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .p-prizes-card__button {
    border-radius: 16px;
  }
}
.p-prizes-card__button:hover {
  border-color: #9ED0E0;
}
.p-prizes-card__button:hover .color-change {
  fill: #9ED0E0;
}

.button-icon svg {
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-bottom-right-radius: 8px;
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 1200px) {
  .button-icon svg {
    border-bottom-right-radius: 16px;
    width: 64px;
    height: 64px;
  }
}

@media screen and (min-width: 1200px) {
  .p-prizes-card-large .p-prizes-card__ttl {
    font-size: 20px;
  }
  .p-prizes-card-large .p-prizes-card__icon {
    width: 100px;
    height: 100px;
    top: -50px;
  }
  .p-prizes-card-large .p-prizes-card__image {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  .p-prizes-card-large .p-prizes-card__body {
    height: 124px;
  }
  .p-prizes-card-large .p-prizes-card__button {
    border-radius: 24px;
  }
  .p-prizes-card-large .button-icon svg {
    width: 100px;
    height: 100px;
    border-bottom-right-radius: 24px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .p-prizes-card-large .button-icon svg {
    right: -4px;
    bottom: -4px;
  }
}

/* ===============================================
# モーダル
=============================================== */
.prizes-modal {
  position: fixed;
  inset: 0;
  margin: auto;
  max-width: calc(100% - 39px);
  overflow: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 56px;
  border-radius: 24px;
  background: #FFFFFF;
  border: none;
  z-index: 100;
  overscroll-behavior: none;
}
@media screen and (min-width: 1200px) {
  .prizes-modal {
    max-width: 480px;
    padding-bottom: 106px;
  }
}
.prizes-modal::backdrop {
  opacity: 0.2;
  background: #000;
}

.prizes-modal__body {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-top: 39px;
}
@media screen and (min-width: 1200px) {
  .prizes-modal__body {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 32px;
  }
}

.prizes-modal__ttl {
  font-weight: 700;
  font-feature-settings: "pref" on;
}
@media screen and (min-width: 1200px) {
  .prizes-modal__ttl {
    font-size: 20px;
  }
}

.prizes-modal__txt {
  font-size: 12px;
  margin-top: 12px;
}
@media screen and (min-width: 1200px) {
  .prizes-modal__txt {
    font-size: 16px;
  }
}

.prizes-modal__close-button {
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 1200px) {
  .prizes-modal__close-button {
    margin-top: 24px;
  }
}

.p-prizes {
  margin-top: 39px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .p-prizes {
    margin-top: 125px;
  }
}

.p-prizes__decoration {
  position: absolute;
}

.p-prizes__decoration__heading-bg {
  top: -83px;
  left: 50%;
  transform: translateX(-50%);
  width: 237.6px;
}
@media screen and (min-width: 1200px) {
  .p-prizes__decoration__heading-bg {
    top: -148.97px;
    width: 365.624px;
  }
}
.p-prizes__decoration__heading-bg img {
  width: 100%;
}

.p-prizes__decoration__bg-triangle-left {
  display: none;
}
@media screen and (min-width: 1200px) {
  .p-prizes__decoration__bg-triangle-left {
    display: block;
    top: 175px;
    right: calc(50% + 40px);
    transform: translateX(-50%);
    width: 315px;
  }
}
.p-prizes__decoration__bg-triangle-left img {
  width: 100%;
}

.p-prizes__decoration__bg-triangle-right {
  display: none;
}
@media screen and (min-width: 1200px) {
  .p-prizes__decoration__bg-triangle-right {
    display: block;
    top: 175px;
    left: calc(50% + 355px);
    transform: translateX(-50%);
    width: 315px;
  }
}
.p-prizes__decoration__bg-triangle-right img {
  width: 100%;
}

.p-prizes__inner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .p-prizes__inner {
    max-width: 600px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-prizes__inner {
    max-width: 900px;
  }
}
@media screen and (min-width: 1200px) {
  .p-prizes__inner {
    max-width: 1024px;
  }
}

.p-prizes__container {
  position: relative;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .p-prizes__container {
    padding-right: 56px;
    padding-left: 56px;
    padding-bottom: 52px;
  }
}
.p-prizes__container::before {
  content: "";
  width: 237.6px;
  height: 83px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../webp/deco-prizes-heading-bg-sp.webp");
  background-size: cover;
  background-position: center center;
  position: absolute;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .p-prizes__container::before {
    width: 365.624px;
    height: 148.97px;
    background-image: url("../webp/deco-prizes-heading-bg.webp");
  }
}
.p-prizes__container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 83px);
  background: #FFFFFF;
  border-radius: 24px;
  padding-top: 59px;
  padding-bottom: 34px;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .p-prizes__container::after {
    height: calc(100% - 148px);
  }
}

.p-prizes__heading {
  padding-top: 17px;
}
@media screen and (min-width: 1200px) {
  .p-prizes__heading {
    padding-top: 27px;
  }
}

.p-prizes__heading-text {
  font-size: 12px;
  text-align: center;
  margin-top: 17px;
}
@media screen and (min-width: 1200px) {
  .p-prizes__heading-text {
    font-size: 16px;
    margin-top: 43px;
  }
}

.p-prizes__button {
  margin-top: 17px;
}
@media screen and (min-width: 1200px) {
  .p-prizes__button {
    margin-top: 38px;
  }
}

.p-spots {
  margin-top: 215.714px;
  margin-bottom: 45.714px;
  padding-bottom: 16px;
  background: #67B0C7;
  margin-top: -45px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .p-spots {
    margin-top: -75px;
    padding-bottom: 76px;
  }
}
.p-spots::before {
  content: "";
  position: absolute;
  top: -45.714px;
  left: 0;
  height: 45.714px;
  background-image: url("../webp/deco-spots-wave-sp.svg");
  background-repeat: repeat-x;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .p-spots::before {
    background-image: url("../webp/deco-spots-wave.svg");
  }
}
.p-spots::after {
  content: "";
  position: absolute;
  bottom: -45.714px;
  left: 0;
  height: 45.714px;
  background-image: url("../webp/deco-spots-wave-sp.svg");
  background-repeat: repeat-x;
  width: 100%;
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .p-spots::after {
    background-image: url("../webp/deco-spots-wave.svg");
  }
}

@media screen and (min-width: 1200px) {
  .p-spots__inner {
    margin-inline: auto;
    display: flex;
    padding-left: calc(50vw - 512px);
    padding-top: 77px;
  }
}

.overflow-right__sliderWrap {
  margin-top: 24px;
}
@media screen and (min-width: 1200px) {
  .overflow-right__sliderWrap {
    margin-top: 0;
    width: calc(100% - 20px);
    padding-left: 34px;
  }
}

.slider__container {
  position: relative;
}

.spots__slider {
  z-index: 15;
}

.spots__slide {
  height: auto;
}

.spots-card {
  overflow: hidden;
  border-radius: clamp(0.75rem, 0.4772727273rem + 1.3636363636vw, 1.5rem);
  background: #FFFFFF;
  flex-direction: column;
  height: 100%;
}

.spots-card__image {
  max-width: 100%;
  width: 240px;
  transition: transform 0.3s ease;
}

.spots-card__body {
  padding-top: clamp(0.8125rem, 0.5397727273rem + 1.3636363636vw, 1.5625rem);
  padding-bottom: clamp(1.875rem, 1.6477272727rem + 1.1363636364vw, 2.5rem);
  padding-right: clamp(1.5rem, 1.3181818182rem + 0.9090909091vw, 2rem);
  padding-left: clamp(1.5rem, 1.3181818182rem + 0.9090909091vw, 2rem);
}

.spots-card__ttl {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "pref" on;
}
@media screen and (min-width: 1200px) {
  .spots-card__ttl {
    font-size: 20px;
  }
}

.spots-card__text {
  margin-top: 15px;
  font-size: clamp(0.75rem, 0.6590909091rem + 0.4545454545vw, 1rem);
}
@media screen and (min-width: 1200px) {
  .spots-card__text {
    margin-top: 24px;
    font-weight: 400;
    line-height: 1.6;
  }
}

@media screen and (min-width: 1200px) {
  .spots__prev,
  .spots__next {
    width: 80px;
    height: 80px;
    display: block;
  }
  .spots__prev::after,
  .spots__next::after {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .spots__next {
    left: calc(50% + 208px);
    top: 94%;
    background: url(../webp/deco-spots-next.webp) no-repeat center center/contain;
  }
}

@media screen and (min-width: 1200px) {
  .spots__prev {
    top: 94%;
    left: -49px;
    background: url(../webp/deco-spots-prev.webp) no-repeat center center/contain;
  }
}

.p-spots__bottom {
  position: relative;
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  .p-spots__bottom {
    margin-top: 63px;
  }
}

.p-spots__decoration {
  position: absolute;
}

@media screen and (min-width: 1200px) {
  .p-spots__decoration__bgpawpads {
    width: 100px;
    right: calc(50% + 618px);
    top: -105px;
  }
}

@media screen and (min-width: 1200px) {
  .p-spots__container {
    display: flex;
    gap: 81px;
  }
}

.p-spots__ttl-image {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .p-spots__ttl-image {
    margin-top: 2px;
  }
}
.p-spots__ttl-image img {
  width: 255px;
}
@media screen and (min-width: 1200px) {
  .p-spots__ttl-image img {
    width: 495px;
  }
}

.p-spots__bottom__body {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  gap: 24px;
}
@media screen and (min-width: 1200px) {
  .p-spots__bottom__body {
    margin-top: 7px;
    gap: 20px;
  }
}

.p-spots__bottom__text {
  font-size: 11.444px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .p-spots__bottom__text {
    font-size: 16px;
  }
}

.p-bg__image {
  width: 100%;
  height: 260px;
  background: linear-gradient(180deg, #E9F6F8 0%, rgba(255, 255, 255, 0.6) 51.04%), url(../webp/bg-step-sp.webp) lightgray 50%/cover no-repeat;
  position: relative;
  background-position: center top -45px;
}
@media screen and (min-width: 1200px) {
  .p-bg__image {
    background: linear-gradient(180deg, #E9F6F8 0%, rgba(255, 255, 255, 0.6) 51.04%), url(../webp/bg-step.webp) lightgray 50%/cover no-repeat;
    height: 640px;
    margin-top: -4px;
  }
}

.p-qa {
  padding-top: 40px;
}
@media screen and (min-width: 1200px) {
  .p-qa {
    padding-top: 120px;
  }
}

.p-qa__boxes {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1200px) {
  .p-qa__boxes {
    margin-top: 40px;
    gap: 23px;
  }
}

.p-qa__box {
  display: flex;
  flex-direction: column;
  border-radius: clamp(0.625rem, 0.4886363636rem + 0.6818181818vw, 1rem);
  overflow: hidden;
  background: #FFFFFF;
  border: 2px solid #4A3636;
}
@media screen and (min-width: 1200px) {
  .p-qa__box {
    max-width: 1028px;
  }
}
.p-qa__box.is-open .qa-box__head-toggle::after {
  transform: rotate(0deg);
}

.qa-box__head {
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .qa-box__head {
    padding-left: 22px;
    padding-right: 19px;
    padding-top: 24px;
    padding-bottom: 17px;
    gap: 16px;
  }
}

.qa-box__head-text {
  font-size: clamp(0.875rem, 0.7386363636rem + 0.6818181818vw, 1.25rem);
  font-weight: 700;
  color: #4A3636;
  text-align: left;
  flex-grow: 1;
}
.pq-box__head-icon {
  background: #FFFFFF;
  color: #9ED0E0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 125%; /* 30px */
}
@media screen and (min-width: 1200px) {
  .pq-box__head-icon {
    font-size: 32px;
  }
}

.qa-box__head-toggle {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 1200px) {
  .qa-box__head-toggle {
    width: 48px;
    height: 48px;
  }
}
.qa-box__head-toggle svg {
  width: 100%;
  height: auto;
}
.qa-box__head-toggle::before, .qa-box__head-toggle::after {
  position: absolute;
  content: "";
  border-radius: 2px;
  width: 10px;
  height: 1.5px;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  background: #FFFFFF;
  transition: transform 0.3s ease; /* アニメーションの追加 */
}
@media screen and (min-width: 1200px) {
  .qa-box__head-toggle::before, .qa-box__head-toggle::after {
    width: 18px;
    height: 2.5px;
    right: 14px;
  }
}
.qa-box__head-toggle::after {
  transform: rotate(90deg);
}

.qa-box__body {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 18px;
  padding-bottom: 13px;
  position: relative;
  background: #F5F5F5;
  display: none;
}
@media screen and (min-width: 1200px) {
  .qa-box__body {
    padding-left: 23px;
    padding-right: 24px;
    padding-top: 28px;
    padding-bottom: 20px;
  }
}

.qa-box__a {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.qa-box__a-icon {
  color: #9ED0E0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 125%; /* 30px */
}
@media screen and (min-width: 1200px) {
  .qa-box__a-icon {
    font-size: 32px;
  }
}

.qa-box__text {
  font-size: 14px;
  color: #4A3636;
  text-align: left;
  flex-grow: 1;
}
@media screen and (min-width: 1200px) {
  .qa-box__text {
    font-size: 16px;
  }
}

.p-entryRequirements {
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .p-entryRequirements {
    margin-top: 120px;
  }
}

.p-entryRequirements__container {
  border: 8px solid #FFFFFF;
  background: rgba(255, 255, 255, 0.5);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .p-entryRequirements__container {
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 33px;
    padding-bottom: 29px;
  }
}

.p-entryRequirements__content {
  margin-top: 24px;
}
@media screen and (min-width: 1200px) {
  .p-entryRequirements__content {
    margin-top: 42px;
  }
}

.p-entryRequirements__table {
  border-collapse: collapse; /* 一重線 */
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.p-entryRequirements__row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 16px;
}
@media screen and (min-width: 1200px) {
  .p-entryRequirements__row {
    gap: 20px;
    padding-left: 16px;
    flex-direction: row;
    padding-bottom: 12px;
  }
}
.p-entryRequirements__row:not(:first-child) {
  padding-top: 10px;
}
.p-entryRequirements__row:last-child {
  border-bottom: 0;
}

.p-entryRequirements__table-heading,
.p-entryRequirements__table-data {
  text-align: left;
}

.p-entryRequirements__table-heading {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-left: 16px;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .p-entryRequirements__table-heading {
    font-size: 16px;
    flex-grow: 1;
    width: 188px;
  }
}
.p-entryRequirements__table-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #9ED0E0;
  border-radius: 50%;
}

.p-entryRequirements__table-data {
  font-size: 12px;
}
.p-entryRequirements__table-data a {
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .p-entryRequirements__table-data {
    width: calc(100% - 224px);
    font-size: 16px;
  }
}
.p-entryRequirements__table-data ul li {
  padding-left: 1.5em;
  position: relative;
  line-height: 19px;
}
@media screen and (min-width: 1200px) {
  .p-entryRequirements__table-data ul li {
    line-height: 26px;
  }
}
.p-entryRequirements__table-data ul li a {
  text-decoration: underline;
}
.p-entryRequirements__table-data ul li::before {
  content: "・";
  position: absolute;
  top: 0.1em;
  left: 0.4em;
}

.p-entryRequirements__picture {
  margin-top: 34px;
  display: block;
}
@media screen and (min-width: 1200px) {
  .p-entryRequirements__picture {
    margin-top: 120px;
  }
}

.p-contact {
  background: #FFFFFF;
  padding-top: 38px;
  padding-bottom: 45px;
}
@media screen and (min-width: 1200px) {
  .p-contact {
    padding-top: 123px;
    padding-bottom: 118px;
  }
}

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

.p-contact__form {
  margin-top: 24px;
}
@media screen and (min-width: 1200px) {
  .p-contact__form {
    margin-top: 41px;
    max-width: 848px; /* フォームの幅 */
    margin-left: auto;
    margin-right: auto;
  }
}

.p-contact__fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 1200px) {
  .p-contact__field:nth-child(4) {
    margin-top: 17px;
  }
  .p-contact__field:nth-child(5) {
    margin-top: 15px;
  }
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1200px) {
  .form-field {
    flex-direction: row;
    display: flex; /* labelとinputを横並び */
    gap: 32px;
  }
}

.form-field__head {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1200px) {
  .form-field__head {
    width: 188px; /* gapの余白は除く */
    flex-shrink: 0; /* 指定した幅よりも小さくしない */
  }
}

.form-field__label {
  font-weight: 700;
  font-size: 14px;
  font-feature-settings: "pref" on;
}
@media screen and (min-width: 1200px) {
  .form-field__label {
    font-size: 16px;
  }
}

.form-field__tag {
  display: inline-block;
  border-radius: 4px;
  background: #CE2073;
  color: #FFFFFF;
  padding: 4px 8px;
  font-size: 12px;
}
@media screen and (min-width: 1200px) {
  .form-field__tag {
    vertical-align: top;
  }
}

.form-field__item {
  flex-grow: 1; /* 1にすると余った分だけのばす */
}
@media screen and (min-width: 1200px) {
  .form-field__item {
    margin-top: 0;
  }
}

.form-text {
  border: 1px solid transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  color: inherit;
  vertical-align: top;
  font-size: 14px;
  width: 100%;
  height: 56px;
  border-radius: 8px;
  background: #F5F5F5;
  padding: 16px;
  transition: border-color 0.3s; /* ホバー時のアニメーション */
}
@media screen and (min-width: 1200px) {
  .form-text {
    font-size: 16px;
  }
}
.form-text:hover, .form-text:focus {
  border-color: #9ED0E0;
  background: #E9F6F8;
  outline: none;
}

.form-select {
  box-sizing: border-box;
  font-size: 14px;
  color: inherit;
  border: 1px solid transparent;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* ブラウザ標準のドロップダウンボタンは非表示 */
  width: 100%;
  height: 56px;
  border-radius: 8px;
  padding-top: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
  padding-right: 52px;
  background: #F5F5F5 url(/webp/img-contact-select.webp) no-repeat center right 0/52px 55px;
  transition: border-color 0.3s; /* ホバー時のアニメーション */
}
@media screen and (min-width: 1200px) {
  .form-select {
    font-size: 16px;
  }
}
.form-select:hover, .form-select:focus {
  border-color: #9ED0E0;
  outline: none;
}

.form-field__radios {
  display: flex;
  flex-direction: row;
  gap: 24px;
  height: 22px;
  align-items: center;
}

.form-radio {
  box-sizing: border-box;
  line-height: 1.6;
}

.form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0); /* 表示領域を消す */
  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__input:checked + .form-radio__text::after {
  opacity: 1;
}

.form-radio__text {
  font-size: 14px;
  font-weight: 400;
  padding-left: 32px; /* 左端からの距離 */
  position: relative;
}
@media screen and (min-width: 1200px) {
  .form-radio__text {
    font-size: 16px;
  }
}

.form-radio__text::before,
.form-radio__text::after {
  content: "";
  position: absolute;
  top: 50%; /* 上下中央 */
  transform: translateY(-50%); /* 上下中央 */
  border-radius: 50%;
  background: #F5F5F5;
}

/* 外側の丸 */
.form-radio__text::before {
  width: 24px;
  height: 24px;
  left: 0; /* 丸の位置を揃える */
  transition: border-color 0.3s; /* ホバー時のアニメーション */
}

/* 内側の丸 */
.form-radio__text::after {
  width: 12px;
  height: 12px;
  background: #9ED0E0;
  left: 6px; /* 丸の位置を揃える */
  opacity: 0; /* 初期状態は透明 */
}

.form-textarea {
  border: 1px solid transparent;
  box-sizing: border-box;
  color: inherit;
  font-size: 14px;
  vertical-align: top;
  border-radius: 8px;
  background: #F5F5F5;
  width: 100%;
  height: 160px;
  padding: 16px;
  transition: border-color 0.3s; /* ホバー時のアニメーション */
}
@media screen and (min-width: 1200px) {
  .form-textarea {
    font-size: 16px;
  }
}
.form-textarea:hover, .form-textarea:focus {
  border-color: #9ED0E0;
  background: #E9F6F8;
  outline: none;
}

@media screen and (min-width: 1200px) {
  .field-aline-top {
    align-items: flex-start;
  }
}

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

.form-checkbox {
  box-sizing: border-box;
}
.form-checkbox:hover .form-checkbox__text::before {
  border-color: #9ED0E0;
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}
.form-checkbox__input:focus + .form-checkbox__text::before {
  border-color: #9ED0E0;
}

.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}

.form-checkbox__text {
  position: relative;
  padding-left: 36px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}
.form-checkbox__text a {
  text-decoration: underline;
}

.form-checkbox__text::before,
.form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.form-checkbox__text::before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #F5F5F5;
  transition: border-color 0.3s;
  border: solid 1px transparent;
}

.form-checkbox__text::after {
  width: 21px;
  height: 10.53px;
  left: 1px;
  margin-top: -1.2px;
  background: url(../webp/img-check-icon.webp) no-repeat center center/contain;
  opacity: 0;
}
.form-checkbox__text::after a {
  text-decoration-line: underline;
  font-weight: inherit;
  transition: color 0.3s;
}
.form-checkbox__text::after a:hover {
  color: #9ED0E0;
}

.p-contact__button {
  margin-top: 26px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .p-contact__button {
    margin-top: 37px;
  }
}

.form-field.is-error .form-text {
  border-color: #CE2073;
  background: #FFF0F7;
}

.form-field.is-error .form-field__label {
  color: #CE2073;
}

.form-field.is-error .form-select {
  border-color: #CE2073;
  background: #FFF0F7 url(../webp/img-contact-select-error.webp) no-repeat center right 0/52px 55px;
}

.form-field.is-error .form-textarea {
  border-color: #CE2073;
  background: #FFF0F7;
}

.form-checkbox.is-error .form-checkbox__text::before {
  border-color: #CE2073;
  background: #FFF0F7;
}

.p-cta {
  padding-top: 40px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .p-cta {
    padding-top: 120px;
  }
}

.p-cta__decoration {
  position: absolute;
}

@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-cta__pawpads {
    content: "";
    top: 45px;
    left: calc(50% + 361px);
    width: 69px;
  }
}
@media screen and (min-width: 1200px) {
  .p-cta__pawpads {
    content: "";
    top: 80px;
    left: calc(50% + 577px);
    width: 100px;
  }
}

.p-cta__top {
  text-align: center;
}

.p-cta__top__caption {
  font-size: 20px;
  line-height: 125%; /* 25px */
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (min-width: 1200px) {
  .p-cta__top__caption {
    font-size: 24px;
  }
}

.p-cta__top__sns-wrap {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 24px;
}

.p-cta__top__sns-icon {
  width: 32px;
  position: relative;
}
.p-cta__top__sns-icon:hover ::before {
  content: "";
  position: absolute;
  /*絶対配置で波形の位置を決める*/
  top: 0;
  left: -8px;
  /*波形の形状*/
  border: 1px solid #333;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 1;
  /*アニメーションの設定*/
  animation: 1s circleanime2 forwards;
}
@media screen and (min-width: 1200px) {
  .p-cta__top__sns-icon {
    width: 40px;
  }
}

/*波形が広がるアニメーション*/
@keyframes circleanime2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.-youtube {
  display: inline-block;
}
.-youtube svg path {
  transition: fill 0.3s ease;
}

.p-cta__main {
  margin-top: 13px;
}
@media screen and (min-width: 1200px) {
  .p-cta__main {
    margin-top: 42px;
  }
}

.p-cta__main__ttl {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: clamp(333px, 50%, 755px);
}
@media screen and (min-width: 1200px) {
  .p-cta__main__ttl {
    width: 755px;
  }
}
.p-cta__main__ttl img {
  width: 100%;
}

.p-cta__main__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  padding-bottom: 30px;
  justify-content: center;
  margin-top: -2px;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-cta__main__container {
    flex-direction: row-reverse;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-cta__main__container {
    flex-direction: row-reverse;
    padding-bottom: 0;
    margin-top: -8px;
  }
}

.p-cta__main__map {
  width: 100%;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-cta__main__map {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .p-cta__main__map {
    width: 50%;
  }
}

.p-cta__main__address {
  padding-top: 18px;
  padding-right: 24px;
  padding-left: 24px;
  width: fit-content;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-cta__main__address {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    margin-top: -8px;
  }
}
@media screen and (min-width: 1200px) {
  .p-cta__main__address {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    margin-top: -8px;
  }
}

.p-cta__main__adress__logo {
  text-align: center;
  width: 100%;
  display: block;
}
@media screen and (min-width: 1200px) {
  .p-cta__main__adress__logo {
    text-align: left;
  }
}
.p-cta__main__adress__logo img {
  width: 153px;
}
@media screen and (min-width: 1200px) {
  .p-cta__main__adress__logo img {
    width: 183px;
  }
}

.p-cta__main__adress__content {
  margin-top: 29px;
}
@media screen and (min-width: 1200px) {
  .p-cta__main__adress__content {
    margin-top: 27px;
  }
}

.p-cta__table {
  border-collapse: collapse; /* 一重線 */
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.p-cta__row {
  display: flex;
}
.p-cta__row:nth-child(n+2) {
  padding-top: 8px;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-cta__row:nth-child(n+2) {
    padding-top: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .p-cta__row:nth-child(n+2) {
    padding-top: 12px;
  }
}

.p-cta__table-heading,
.p-cta__table-data {
  text-align: left;
}

.p-cta__table-heading {
  font-size: 12px;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
  height: 100%;
  width: 80px;
  flex-grow: 1;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-cta__table-heading {
    font-size: 16px;
    width: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .p-cta__table-heading {
    font-size: 16px;
    width: 120px;
  }
}
.p-cta__table-heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #9ED0E0;
  border-radius: 50%;
}

.p-cta__table-data {
  font-size: 12px;
  font-weight: 400;
  width: clamp(202px, 50%, 100%);
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-cta__table-data {
    font-size: 16px;
    width: clamp(269px, 50%, 100%);
  }
}
@media screen and (min-width: 1200px) {
  .p-cta__table-data {
    font-size: 16px;
    width: clamp(269px, 50%, 100%);
  }
}

.p-footer {
  margin-top: 70px;
  background: #67B0C7;
  height: 41px;
  position: relative;
  padding-top: 20px;
}
@media screen and (min-width: 1200px) {
  .p-footer {
    margin-top: 240px;
  }
}
.p-footer::before {
  content: "";
  position: absolute;
  top: -45.714px;
  left: 0;
  height: 45.714px;
  background-image: url("../webp/deco-spots-wave-sp.svg");
  background-repeat: repeat-x;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .p-footer::before {
    background-image: url("../webp/deco-spots-wave.svg");
    top: -120px;
    height: 120px;
  }
}

.p-footer__message {
  color: #FFFFFF;
  font-size: clamp(10px, 2.5vw, 14px);
  font-weight: 400;
  position: absolute;
  top: 0;
  width: 100%;
  background: #67B0C7;
  text-align: center;
}

.p-footer__inner {
  display: block;
  height: 41px;
  padding-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .p-footer__inner {
    padding-bottom: 32px;
  }
}
.p-footer__inner small {
  display: inline-block;
  padding-top: 10px;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .p-footer__inner small {
    font-size: 14px;
  }
}

.p-pagetop-container {
  margin-top: 24px;
  width: 100%;
}

.p-pagetop {
  margin-left: auto;
  margin-right: auto;
  display: block;
  align-items: center;
  justify-content: center;
  width: clamp(0px, 20%, 100px);
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-pagetop {
    right: 30px;
    bottom: 30px;
    left: auto;
    transform: none;
  }
}
@media screen and (min-width: 1200px) {
  .p-pagetop {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 200;
    right: 30px;
    bottom: 30px;
    left: auto;
    transform: none;
  }
}
.p-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.u-separate {
  margin-top: 24px;
  margin-bottom: 24px;
}

.u-ttl {
  margin-top: 12px;
  margin-bottom: 12px;
}

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

@media screen and (min-width: 600px) and (max-width: 899px) {
  .u-hidden-tab-portrait {
    display: none;
  }
}

@media screen and (min-width: 900px) and (max-width: 1199px) {
  .u-hidden-tab-landscape {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .u-hidden-sp {
    display: none;
  }
}

/* 要素をふわっと表示させる */
.fade-in-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1s, transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  transform: translateY(0);
}

.u-ahover {
  text-decoration: underline;
  color: #4A3636;
  transition: color 0.3s ease;
}
.u-ahover:hover {
  color: #67B0C7;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 要素をふわっと表示させる */
.fade-in-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1s, transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */