@charset "UTF-8";
body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  background: #e9f6f8;
}

body.modal-open {
  overflow: hidden;
}

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

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

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

.button {
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  border-radius: 40px;
  border: 2px solid #4a3636;
  padding: 4px 22px 6px 22px;
  box-shadow: 0px 4px 0px 0px #4a3636;
  text-align: center;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 20px;
    font-weight: 700;
    border-radius: 40px;
    border: 3px solid var(--LP-Blown, #4a3636);
    padding: 7px 37px 9px 37px;
    box-shadow: 0px 4px 0px 0px #4a3636;
  }
}
.button:hover {
  background-color: #ffee56;
}

.small-button {
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0px 4px 0px 0px #4a3636;
  border: 2px solid var(--LP-Blown, #4a3636);
  padding: 4px 20px 6px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .small-button {
    font-size: 16px;
    height: 40px;
  }
}
.small-button:hover {
  background-color: #ffee56;
}

.heading__tittle {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .heading__tittle {
    gap: 8px;
  }
}

.heading__tittle-icon img {
  width: 37.333px;
  height: 37.333px;
}
@media screen and (min-width: 768px) {
  .heading__tittle-icon img {
    width: 48px;
    height: 48px;
  }
}

.heading__tittle-en {
  font-size: 16px;
  font-family: "Courgette", sans-serif;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .heading__tittle-en {
    font-size: 20px;
  }
}

.heading__tittle-ja {
  font-family: "Kiwi Maru", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 6px;
  border-bottom: 6px solid #ffee56;
}
@media screen and (min-width: 768px) {
  .heading__tittle-ja {
    font-size: 32px;
    padding-bottom: 8px;
    border-bottom: 8px solid #ffee56;
  }
}

.text__link a {
  text-decoration: underline;
}
.text__link a:hover {
  color: #67b0c7;
}

.bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

.header {
  height: 64px;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
}
@media (min-width: 1001px) {
  .header__inner {
    padding: 14px 24px;
  }
}

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

.header__nav {
  display: none;
}
@media (min-width: 1001px) {
  .header__nav {
    display: flex;
    gap: 12px;
  }
}

.header__link {
  font-size: 14px;
}
.header__link:hover {
  color: #67b0c7;
}
@media screen and (min-width: 768px) {
  .header__link {
    font-size: 12px;
    margin-top: 7px;
    margin-left: 2px;
  }
}

.header__link-sp {
  font-size: 14px;
}
.header__link-sp:hover {
  color: #67b0c7;
}
@media (min-width: 1001px) {
  .header__link-sp {
    display: none;
  }
}

.header__button {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__button {
    display: block;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    border-radius: 40px;
    border: 2px solid #4a3636;
    padding: 4px 22px 6px 22px;
    box-shadow: 0px 4px 0px 0px #4a3636;
    height: 36px;
    text-align: center;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
  }
}

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

.drawer-icon {
  width: 32px;
  height: 27px;
  position: relative;
  z-index: 51;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  top: 10px;
  transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(4) {
  top: 10px;
  transform: rotate(-45deg);
}

.drawer-icon__bar {
  position: absolute;
  height: 3px;
  border-radius: 6px;
  background: #4a3636;
  transition: transform 0.3s linear, top 0.3s linear;
}
.drawer-icon__bar:nth-child(1) {
  left: 0;
  top: 0;
  width: 25.6px;
}
.drawer-icon__bar:nth-child(2) {
  right: 0;
  top: 0;
  width: 4.8px;
}
.drawer-icon__bar:nth-child(3) {
  left: 0;
  top: 12px;
  width: 32px;
}
.drawer-icon__bar:nth-child(4) {
  left: 0;
  top: 24px;
  width: 32px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 64px;
  left: 0;
  background: #fff;
  z-index: 50;
  padding: 77px 30px;
  display: none; /* 最初は非表示 */
}

.drawer-content__menu {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}

.fv {
  padding-bottom: 156px;
}
@media screen and (min-width: 768px) {
  .fv {
    padding-bottom: 97px;
  }
}

.fv__inner {
  padding-top: 18px;
  background: url(../img/bg_first-view-sp.jpg) no-repeat center center/cover;
  border-bottom-left-radius: 5%;
  border-bottom-right-radius: 5%;
  height: 554px;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    background: url(../img/bg_first-view-pc.jpg) no-repeat center center/cover;
    padding-top: 35px;
    max-width: 100%;
    height: 740px;
  }
}

.fv__message {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.fv__text {
  text-shadow: 0px 0px 30px #fff;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .fv__text {
    font-size: 24px;
    font-weight: 500;
  }
}

.fv-img-title1 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .fv-img-title1 {
    margin-top: 24px;
  }
}
.fv-img-title1 img {
  width: 100%;
  width: 335px;
}
@media screen and (min-width: 768px) {
  .fv-img-title1 img {
    width: 520px;
  }
}

.fv-img-title2 {
  margin-top: 12px;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.fv-img-title2 img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv-img-title2 {
    margin-top: 16px;
    width: 356px;
  }
}

.fv__img-content {
  position: relative;
  max-width: 335px;
  height: 522px;
  margin-inline: auto;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .fv__img-content {
    max-width: 848px;
    height: 603px;
    margin-top: 0;
  }
}

.fv__smartphone-image {
  position: absolute;
  top: 103px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  z-index: 5;
}
.fv__smartphone-image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__smartphone-image {
    width: 250px;
    height: 510px;
    top: 33px;
  }
}

.fv__smartphone-card {
  width: 160px;
  text-align: center;
  position: absolute;
  top: 226px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
}
@media screen and (min-width: 768px) {
  .fv__smartphone-card {
    width: 200px;
    top: 188px;
  }
}

.fv__smartphone-tittle {
  font-size: 12.8px;
  font-weight: 700;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  padding: 6.4px 9.6px;
  color: #fff;
  border-top-left-radius: 12.8px;
  border-top-right-radius: 12.8px;
}
@media screen and (min-width: 768px) {
  .fv__smartphone-tittle {
    font-size: 16px;
  }
}

.fv__smartphone-body {
  background: #fff;
  border-bottom-left-radius: 12.8px;
  border-bottom-right-radius: 12.8px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .fv__smartphone-body {
    padding-top: 16px;
  }
}

.fv__smartphone-text1 {
  font-size: 12px;
  border-bottom: 2.4px solid var(--LP-Red, #ce2073);
  padding-bottom: 0.8px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .fv__smartphone-text1 {
    font-size: 14px;
    padding-bottom: 1px;
    border-bottom: 3px solid var(--LP-Red, #ce2073);
  }
}

.fv__smartphone-text2 {
  font-size: 12px;
  font-weight: 700;
  font-feature-settings: "pref" on;
  margin-top: 3.2px;
}
@media screen and (min-width: 768px) {
  .fv__smartphone-text2 {
    margin-top: 4px;
    font-size: 16px;
  }
}

.fv__smartphone-button {
  padding-bottom: 19.2px;
  margin-top: 11.8px;
}
.fv__smartphone-button a {
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  width: 132px;
  border: 2px solid var(--LP-Blown, #4a3636);
  padding: 4px 20px 6px;
}
@media screen and (min-width: 768px) {
  .fv__smartphone-button a {
    font-size: 16px;
    height: 40px;
    width: 140px;
  }
}
@media screen and (min-width: 768px) {
  .fv__smartphone-button {
    margin-top: 16px;
    padding-bottom: 24px;
  }
}

.fv-img-fukidashi1 {
  position: absolute;
  top: 7px;
  left: 0;
  width: 142px;
}
.fv-img-fukidashi1 img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv-img-fukidashi1 {
    width: 244px;
    top: 0;
    left: 37px;
  }
}

.fv-img-fukidashi2 {
  position: absolute;
  top: 0;
  right: 25px;
  z-index: 4;
  width: 110px;
}
.fv-img-fukidashi2 img {
  border-radius: 50%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv-img-fukidashi2 {
    width: 180px;
    top: 17px;
    right: 127px;
  }
}

.fv-img-food {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 54px;
}
.fv-img-food img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv-img-food {
    width: 127px;
    bottom: 44px;
  }
}

.fv-img-drink {
  position: absolute;
  bottom: 17px;
  left: 43px;
  width: 47px;
  z-index: 6;
}
.fv-img-drink img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv-img-drink {
    width: 111px;
    bottom: 84px;
    left: 101px;
  }
}

.fv-img-black-cat {
  position: absolute;
  bottom: 58px;
  right: 0;
  width: 62px;
}
.fv-img-black-cat img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv-img-black-cat {
    width: 170px;
    bottom: 104px;
    right: 63px;
  }
}

.fv-img-brown-cat {
  position: absolute;
  bottom: 0;
  right: 9px;
  width: 98px;
  z-index: 6;
}
.fv-img-brown-cat img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv-img-brown-cat {
    width: 233px;
    bottom: 0;
    right: 0;
  }
}

.about {
  padding-top: 32px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 80px;
  }
}

.about__inner {
  padding-bottom: 205px;
}
@media screen and (min-width: 768px) {
  .about__inner {
    padding-bottom: 258px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__inner {
    max-width: 700px;
  }
}

.about__card {
  padding: 40px 12px;
  border-radius: 24px;
  position: relative;
  background: #fff;
  z-index: 5;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about__card {
    padding: 40px 114px;
    max-width: 848px;
    border-radius: 40px;
  }
}

.about__card-image-tera {
  position: absolute;
  top: 38px;
  right: calc(50% + 52px);
  transform: rotate(-8deg);
  width: 80px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .about__card-image-tera {
    width: 134px;
    top: 48px;
    right: calc(50% + 203px);
  }
}
.about__card-image-tera img {
  width: 100%;
}

.about__card-image-boat {
  position: absolute;
  top: 35px;
  left: calc(50% + 64px);
  transform: rotate(8deg);
  width: 80px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .about__card-image-boat {
    width: 134px;
    top: 54px;
    left: calc(50% + 202px);
  }
}
.about__card-image-boat img {
  width: 100%;
}

.about__card-message {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 22px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .about__card-message {
    margin-top: 32px;
    gap: 32px;
  }
}

.about__card-tittle-sp {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .about__card-tittle-sp {
    display: none;
  }
}

.about__card-tittle-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .about__card-tittle-pc {
    display: block;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .about__card-tittle-pc {
    width: 620px;
    color: var(--LP-Blown, #4a3636);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    text-align: center;
    font-feature-settings: "pref" on;
  }
}

.about__card-text {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .about__card-text {
    font-size: 16px;
  }
}

.about__card-text-link {
  text-decoration: underline;
}

.about__card-present {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 8px;
  padding-bottom: 6px;
  font-weight: 700;
  border-bottom: 2px dashed #9ed0e0;
}
@media screen and (min-width: 768px) {
  .about__card-present {
    font-size: 20px;
    padding-top: 16px;
    padding-bottom: 10px;
  }
}

.about__card-button {
  text-align: center;
}

.about__left-photo {
  position: absolute;
  top: 428px;
  right: calc(50% + 125px);
  width: 200px;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .about__left-photo {
    top: 154px;
    width: 480px;
    right: calc(50% + 611px);
  }
}
.about__left-photo img {
  width: 100%;
}

.about__right-photo {
  position: absolute;
  top: 305px;
  left: calc(50% + 125px);
  width: 200px;
}
@media screen and (min-width: 768px) {
  .about__right-photo {
    top: 153px;
    left: calc(50% + 562px);
    width: 480px;
  }
}
.about__right-photo img {
  width: 100%;
}

.about__pawpads {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 54px;
}
@media screen and (min-width: 768px) {
  .about__pawpads {
    top: 0;
    right: 167px;
    left: calc(50% + 492px);
    width: 100px;
  }
}
.about__pawpads img {
  width: 100%;
}

.about__unnamed {
  display: none;
}
@media screen and (min-width: 768px) {
  .about__unnamed {
    display: block;
    position: absolute;
    top: 60px;
    right: calc(50% + 526px);
    z-index: 3;
    width: 250px;
  }
  .about__unnamed img {
    width: 100%;
  }
}

.about__wavyline1 {
  display: none;
}
@media screen and (min-width: 768px) {
  .about__wavyline1 {
    display: block;
    position: absolute;
    top: 679px;
    left: calc(50% + 516px);
    width: 806px;
  }
}

.about__wavyline2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .about__wavyline2 {
    display: block;
    position: absolute;
    top: 712px;
    left: calc(50% + 445px);
    width: 806px;
  }
}

.about__image-content {
  position: relative;
  margin-inline: auto;
}

.about__arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .about__arrow {
    width: 140px;
  }
}
.about__arrow img {
  width: 100%;
}

.about__hill {
  position: absolute;
  top: 741px;
  left: 0;
  z-index: 3;
  width: 138px;
}
@media screen and (min-width: 768px) {
  .about__hill {
    top: 401px;
    width: 427px;
    left: -104px;
    z-index: 3;
  }
}
.about__hill img {
  width: 100%;
}

.about__stone {
  position: absolute;
  top: 752px;
  right: 20px;
  width: 48px;
}
@media screen and (min-width: 768px) {
  .about__stone {
    width: 101px;
    top: 681px;
    right: 150px;
  }
}
.about__stone img {
  width: 100%;
}

.about__goods {
  position: absolute;
  top: 794px;
  right: 58px;
  width: 133px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .about__goods {
    top: 835px;
    right: 75px;
    width: 308px;
  }
}
.about__goods img {
  width: 100%;
}

.about__image-text {
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 354px;
  display: block;
}
@media screen and (min-width: 768px) {
  .about__image-text {
    top: 171px;
    width: 891px;
    height: 97px;
  }
}
.about__image-text img {
  width: 100%;
}

.about-pagetop {
  display: none;
}
@media screen and (min-width: 768px) {
  .about-pagetop {
    display: block;
    position: fixed;
    z-index: 100;
    right: 40px;
    bottom: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .about-pagetop.is-show {
    opacity: 1;
    visibility: visible;
  }
}

.gallery {
  overflow: hidden;
  margin-top: -26px;
  z-index: 5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gallery {
    margin-top: 0;
  }
}

.swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
}

.gallery__swiper-slide {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .gallery__swiper-slide {
    width: 200px;
  }
}
.gallery__swiper-slide img {
  border-radius: 12%;
  width: 100%;
}

.how-to-enter {
  padding-top: 64px;
  padding-bottom: 17px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .how-to-enter {
    padding-top: 121px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .how-to-enter__inner {
    max-width: 1024px;
    padding-inline: 0px;
    margin-inline: auto;
  }
}

.how-to-enter__cards {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  text-align: center;
  align-items: center;
}
@media (min-width: 1001px) {
  .how-to-enter__cards {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 40px;
    align-items: flex-start;
  }
}

.how-to-enter__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .how-to-enter__card {
    width: 320px;
  }
}

@media screen and (min-width: 768px) {
  .entry-type2 {
    margin-top: 67px;
  }
}

.how-to-enter__content {
  position: relative;
}

.how-to-enter__image {
  width: 196px;
}
@media screen and (min-width: 768px) {
  .how-to-enter__image {
    width: 280px;
  }
}
.how-to-enter__image img {
  width: 100%;
}

.how-to-enter__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .how-to-enter__body {
    margin-top: 24px;
  }
}

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

.how-to-enter__text {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .how-to-enter__text {
    font-size: 16px;
  }
}

.how-to-enter__link {
  display: flex;
  gap: 8px;
  padding: 8px 12px;
  background: var(--LP-White, #fff);
  margin: 0 auto;
}
.how-to-enter__link a {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .how-to-enter__link a {
    font-size: 16px;
  }
}

.how-to-enter__link-image {
  width: 20px;
}
@media screen and (min-width: 768px) {
  .how-to-enter__link-image {
    width: 24px;
  }
}
.how-to-enter__link-image img {
  width: 100%;
}

.how-to-enter__card-button {
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .how-to-enter__card-button {
    margin-top: 50px;
  }
}

.how-to-enter__image-sp1 {
  position: absolute;
  top: 400px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width: 1000px) {
  .how-to-enter__image-sp1 {
    position: absolute;
    top: 565px;
    left: 50%;
    transform: translateX(-50%);
  }
  .how-to-enter__image-sp1 img {
    width: 12px;
  }
}
@media (min-width: 1001px) {
  .how-to-enter__image-sp1 {
    display: none;
  }
}

.how-to-enter__image-sp2 {
  position: absolute;
  top: 793px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width: 1000px) {
  .how-to-enter__image-sp2 {
    position: absolute;
    top: 1138px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
  .how-to-enter__image-sp2 img {
    width: 12px;
  }
}
@media (min-width: 1001px) {
  .how-to-enter__image-sp2 {
    display: none;
  }
}

.how-to-enter__image-pc1 {
  display: none;
}
@media (min-width: 1001px) {
  .how-to-enter__image-pc1 {
    display: block;
    position: absolute;
    top: 205px;
    left: 255px;
    z-index: 6;
  }
}

.how-to-enter__image-pc2 {
  display: none;
}
@media (min-width: 1001px) {
  .how-to-enter__image-pc2 {
    display: block;
    position: absolute;
    top: 205px;
    right: 275px;
    z-index: 6;
  }
}

.how-to-enter__image-map {
  position: absolute;
  right: calc(50% + 40px);
  top: 64px;
  width: 149px;
}
@media screen and (min-width: 768px) {
  .how-to-enter__image-map {
    top: 58px;
    right: calc(50% + 300px);
    width: 420px;
  }
}
.how-to-enter__image-map img {
  width: 100%;
}

.how-to-enter__image-cats-gray {
  position: absolute;
  top: 69px;
  left: calc(50% + 124px);
  z-index: 2;
  width: 94px;
}
@media screen and (min-width: 768px) {
  .how-to-enter__image-cats-gray {
    top: 102px;
    left: calc(50% + 434px);
    width: 214px;
  }
}
.how-to-enter__image-cats-gray img {
  width: 100%;
}

.how-to-enter__image-cats-brown {
  position: absolute;
  top: 65px;
  left: calc(50% + 58px);
  width: 105px;
}
@media screen and (min-width: 768px) {
  .how-to-enter__image-cats-brown {
    top: 93px;
    left: calc(50% + 285px);
    width: 238px;
  }
}
.how-to-enter__image-cats-brown img {
  width: 100%;
}

.how-to-enter__pawpads {
  position: absolute;
  top: 137px;
  left: calc(50% + 111px);
  width: 55px;
}
@media screen and (min-width: 768px) {
  .how-to-enter__pawpads {
    top: 269px;
    left: calc(50% + 620px);
    width: 100px;
  }
}
.how-to-enter__pawpads img {
  width: 100%;
}

.how-to-enter__opposite1 {
  position: absolute;
  top: 613px;
  right: calc(50% + 112px);
  width: 55px;
}
@media screen and (min-width: 768px) {
  .how-to-enter__opposite1 {
    top: 700px;
    right: calc(50% + 620px);
    width: 100px;
  }
}
.how-to-enter__opposite1 img {
  width: 100%;
}

.how-to-enter__opposite2 {
  position: absolute;
  top: 944px;
  left: calc(50% + 111px);
  width: 55px;
}
@media screen and (min-width: 768px) {
  .how-to-enter__opposite2 {
    display: none;
  }
}
.how-to-enter__opposite2 img {
  width: 100%;
}

.prizes__section {
  padding-top: 102px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .prizes__section {
    padding-top: 280px;
  }
}

.prizes__intro-bg {
  position: absolute;
  top: 22px;
  left: 51%;
  transform: translateX(-49%);
  width: 238px;
  height: 83px;
  background: url("../img/deco_prizes1_sp.png") no-repeat center top;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .prizes__intro-bg {
    background: url(../img/deco-prizes-pc.png) no-repeat center top/contain;
    width: 365px;
    height: 149px;
    top: 131px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.prizes__bg-image-right {
  display: none;
}
@media screen and (min-width: 768px) {
  .prizes__bg-image-right {
    display: block;
    position: absolute;
    top: 153px;
    left: calc(50% + 197px);
  }
}

.prizes__bg-image-left {
  display: none;
}
@media screen and (min-width: 768px) {
  .prizes__bg-image-left {
    display: block;
    position: absolute;
    top: 153px;
    right: calc(50% + 197px);
  }
}

.prizes__intro-content {
  position: relative;
  background: #fff;
  padding: 60px 20px 34px;
  border-radius: 24px;
  z-index: 1;
  margin-block: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 700px;
  margin-inline: auto;
}
@media (min-width: 1001px) {
  .prizes__intro-content {
    max-width: 1024px;
    margin-inline: auto;
    padding: 60px 56px 53px;
    gap: 32px;
  }
}

.prizes__card-heading {
  position: absolute;
  top: -63px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .prizes__card-heading {
    top: -125px;
  }
}

.prizes__text {
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .prizes__text {
    font-size: 16px;
  }
}

.prizes__cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 1001px) {
  .prizes__cards {
    gap: 0;
  }
}

.prizes__card {
  padding-top: 24px;
  position: relative;
  width: 160px;
  box-sizing: border-box;
}

@media (min-width: 1001px) {
  .prizes__card {
    margin-top: 0;
  }
  .prizes__card:nth-child(-n+2) {
    width: calc(50% - 16px);
    padding-top: 50px;
  }
  .prizes__card:nth-child(n+3) {
    width: calc(33.3333333333% - 24px);
    padding-top: 40px;
    margin-top: 40px;
  }
  .prizes__card:nth-child(2) {
    margin-left: 32px;
  }
  .prizes__card:nth-child(4), .prizes__card:nth-child(5) {
    margin-left: 36px;
  }
}
.prizes__card-head {
  width: 48px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.prizes__card-head img {
  width: 100%;
}
@media (min-width: 1001px) {
  .prizes__card:nth-child(-n+2) .prizes__card-head {
    width: 100px;
  }
  .prizes__card:nth-child(n+3) .prizes__card-head {
    width: 80px;
  }
}

.prizes__card-body {
  border-radius: 8px;
  background: var(--LP-Gray, #f5f5f5);
  box-shadow: 0 0 0 4px transparent;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
}
@media (min-width: 1001px) {
  .prizes__card-body {
    border-radius: 24px;
  }
}
.prizes__card-body:hover {
  box-shadow: 0 0 0 4px #9ed0e0;
}
.prizes__card-body:hover .prizes__card-body-image img {
  transform: scale(1.2);
}
.prizes__card-body:hover .prizes__card-body-corner {
  background-color: #9ed0e0;
}

.prizes__card-body-image {
  position: relative;
  margin: auto;
  z-index: 0;
  overflow: hidden;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
@media (min-width: 1001px) {
  .prizes__card:nth-child(-n+2) .prizes__card-body-image {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
  }
  .prizes__card:nth-child(n+3) .prizes__card-body-image {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
}
.prizes__card-body-image img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
@media (min-width: 1001px) {
  .prizes__card:nth-child(-n+2) .prizes__card-body-image img {
    height: 340px;
    width: 440px;
  }
  .prizes__card:nth-child(n+3) .prizes__card-body-image img {
    height: 240px;
    width: 280px;
  }
}

.prizes__card-body-text {
  position: relative;
  height: 56px;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media (min-width: 1001px) {
  .prizes__card:nth-child(-n+2) .prizes__card-body-text {
    height: 120px;
  }
  .prizes__card:nth-child(n+3) .prizes__card-body-text {
    height: 80px;
  }
}

.prizes__card-body-title {
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media (min-width: 1001px) {
  .prizes__card:nth-child(-n+2) .prizes__card-body-title {
    font-size: 20px;
  }
  .prizes__card:nth-child(n+3) .prizes__card-body-title {
    font-size: 16px;
  }
}

.prizes__card-body-corner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background-color: #53b3e2;
  clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 6px;
  border-bottom-right-radius: 8px;
}
@media (min-width: 1001px) {
  .prizes__card:nth-child(-n+2) .prizes__card-body-corner {
    width: 100px;
    height: 100px;
    border-bottom-right-radius: 24px;
    padding: 13px;
  }
  .prizes__card:nth-child(n+3) .prizes__card-body-corner {
    width: 64px;
    height: 64px;
    border-bottom-right-radius: 16px;
    padding: 8px;
  }
}
.prizes__card-body-corner:hover {
  background-color: #9ed0e0;
}
.prizes__card-body-corner img {
  width: 11.5px;
  height: 11.5px;
}
@media (min-width: 1001px) {
  .prizes__card:nth-child(-n+2) .prizes__card-body-corner img {
    width: 32px;
    height: 32px;
  }
  .prizes__card:nth-child(n+3) .prizes__card-body-corner img {
    width: 20.48px;
    height: 20.48px;
  }
}

.prizes__card-button {
  text-align: center;
  margin-top: -6px;
}
@media screen and (min-width: 768px) {
  .prizes__card-button {
    margin-top: 10px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-prizes__card {
  background-color: #fff;
  border-radius: 24px;
  width: 336px;
  height: 480px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .modal-prizes__card {
    width: 480px;
    height: 600px;
  }
}

.modal-prizes__card-image img {
  width: 100%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.modal-prizes__card-body {
  padding: 39px 18px 56px;
  text-align: center;
}

.modal-prizes__card-body-title {
  font-size: 16px;
  font-weight: 700;
}

.modal-prizes__card-body-text {
  margin-top: 12px;
  color: #000;
  font-size: 12px;
}

.js-modal-close {
  margin-top: 16px;
}

.prizes-bg-image {
  position: relative;
  overflow: hidden;
  top: -44px;
  margin-bottom: -89px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .prizes-bg-image {
    top: 0;
    margin-bottom: -120px;
  }
}
.prizes-bg-image img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .prizes-bg-image img {
    height: 640px;
  }
}

.spots {
  position: relative; /* 疑似要素の基準位置を設定 */
  overflow-x: hidden;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .spots {
    padding-top: 119px;
    padding-bottom: 119px;
  }
}

.spots::before,
.spots::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 45.714px; /* 高さを固定 */
  background-repeat: repeat-x;
  background-size: 96px auto;
}
@media screen and (min-width: 768px) {
  .spots::before,
  .spots::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 120px; /* 高さを固定 */
    background-repeat: repeat-x;
    background-size: 252px auto;
  }
}

.spots::before {
  top: 0px;
  background-image: url("../img/bg-wave.png"); /* 上側の背景 */
}

.spots::after {
  bottom: 0;
  background-image: url("../img/bg_wave-row.png"); /* 下側の背景 */
}

.spots__inner {
  background: #67b0c7;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .spots__inner {
    max-width: none;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .spots__content {
    display: flex;
    align-items: flex-start;
    overflow: visible;
    position: relative;
  }
}

.spots__heading {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .spots__heading {
    flex-direction: column;
    padding-left: calc(50% - 512px);
    gap: 16px;
    margin-right: 48px;
  }
}

.spots__image {
  width: 28px;
}
.spots__image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .spots__image {
    width: 56px;
  }
}

.spots__title {
  color: #fff;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .spots__title {
    writing-mode: vertical-rl;
    font-size: 40px;
    letter-spacing: 10px;
  }
}

.spots-gallary__swiper {
  margin-inline: -20px;
  padding-inline: 0;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .spots-gallary__swiper {
    margin-top: 3px;
    overflow: hidden;
    margin-inline: -20px;
    padding-left: 24px;
  }
}

.spots__swiper {
  margin-inline: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .spots__swiper {
    margin-inline: -20px;
  }
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.spots__swiper-slide {
  height: auto;
  width: 240px;
}
@media screen and (min-width: 768px) {
  .spots__swiper-slide {
    width: 344px;
    height: 542px;
  }
}

.swiper-slide-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 31px;
  background: #fff;
  width: 100%;
  gap: 16px;
  border-radius: 12px;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .swiper-slide-item {
    gap: 24px;
    border-radius: 24px;
  }
}

@media screen and (min-width: 768px) {
  .spots__card-image {
    height: 240px;
  }
}
.spots__card-image img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .spots__card-image img {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}

.spots__card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .spots__card-body {
    gap: 24px;
  }
}

.spots__card-tittle {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .spots__card-tittle {
    font-size: 20px;
  }
}

.spots__card-text {
  font-size: 12px;
  padding-inline: 24px;
}
@media screen and (min-width: 768px) {
  .spots__card-text {
    font-size: 16px;
    padding-inline: 32px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}
@media (min-width: 1001px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
    width: 80px;
    height: 80px;
    margin-top: 215px;
    position: absolute;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

@media (min-width: 1001px) {
  .swiper-button-prev {
    background: url(../img/icon-spots_prev.svg) no-repeat center center/contain;
    left: calc(50% - 474px);
  }
}

@media (min-width: 1001px) {
  .swiper-button-next {
    background: url(../img/icon-spots_next.svg) no-repeat center center/contain;
    position: absolute;
    left: calc(50% + 393px);
  }
}

.spots__pawpads {
  display: none;
}
@media screen and (min-width: 768px) {
  .spots__pawpads {
    display: block;
    position: absolute;
    top: 615px;
    right: calc(50% + 620px);
  }
}

@media screen and (min-width: 768px) {
  .spots__image-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 65px;
    max-width: 1024px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .spots__image-content {
    flex-direction: column;
    align-items: center;
  }
}

.spots__text-image {
  margin-inline: auto;
  width: 255px;
}
@media screen and (min-width: 768px) {
  .spots__text-image {
    width: 495px;
    margin-inline: 0;
  }
}
.spots__text-image img {
  width: 100%;
}

.spots__text-content {
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .spots__text-content {
    margin-top: 0;
  }
}

.spots__text {
  color: var(--LP-White, #fff);
  font-size: 11.4px;
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .spots__text {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .spots__text {
    font-size: 16px;
    margin-top: 0;
  }
}

.spots__card-button {
  margin-top: 24px;
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .spots__card-button {
    margin-left: 10px;
  }
}

.qa {
  padding-top: 40px;
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .qa {
    padding-top: 120px;
    padding-bottom: 112px;
  }
}

.qa__boxes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .qa__boxes {
    margin-top: 40px;
    gap: 23px;
    max-width: 1024px;
  }
}

.qa-box {
  border: 2px solid var(--LP-Blown, #4a3636);
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .qa-box {
    border-radius: 16px;
  }
}
.qa-box.is-open .qa-box__head-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.qa-box__head {
  padding: 10px 14px;
  position: relative;
  width: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  background: var(--LP-White, #fff);
}
@media screen and (min-width: 768px) {
  .qa-box__head {
    padding: 21px 22px;
  }
}

.qa-box__head-content {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .qa-box__head-content {
    gap: 16px;
  }
}

.qa-box__head-icon {
  font-family: "Josefin Sans", sans-serif;
  color: #9ed0e0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .qa-box__head-icon {
    font-size: 32px;
  }
}

.qa-box__head-text {
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .qa-box__head-text {
    font-size: 20px;
  }
}

.qa-box__head-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9ed0e0;
  width: 26.182px;
  height: 26.182px;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .qa-box__head-toggle {
    width: 48px;
    height: 48px;
  }
}
.qa-box__head-toggle::before, .qa-box__head-toggle::after {
  content: "";
  position: absolute;
  background-color: white;
  transition: transform 0.2s;
}
.qa-box__head-toggle::before {
  width: 10px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .qa-box__head-toggle::before {
    width: 18px;
    height: 2px;
  }
}
.qa-box__head-toggle::after {
  width: 1px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .qa-box__head-toggle::after {
    width: 2px;
    height: 18px;
  }
}

.qa-box__body {
  padding: 16px 14px 14px;
  background: var(--LP-Gray, #f5f5f5);
  display: none;
}
@media screen and (min-width: 768px) {
  .qa-box__body {
    padding: 24px 22px 22px;
  }
}

.qa-box__a {
  display: flex;
  gap: 16px;
  align-items: center;
}

.qa-box__a-icon {
  font-family: "Josefin Sans", sans-serif;
  color: #9ed0e0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .qa-box__a-icon {
    font-size: 32px;
  }
}

.qa-box__a-text {
  display: block;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .qa-box__a-text {
    font-size: 16px;
  }
}

.qa-box__a-text-link {
  text-decoration: underline;
}

@media screen and (min-width: 1001px) {
  .entry__inner {
    max-width: 1024px;
    padding-inline: 0;
    margin-inline: auto;
  }
}

.entry__card {
  border: 8px solid var(--LP-White, #fff);
  background: rgba(255, 255, 255, 0.5);
  padding: 14px 15px 10px;
  max-width: 700px;
  margin-inline: auto;
}
@media screen and (min-width: 1001px) {
  .entry__card {
    padding: 39px 48px;
    max-width: 1024px;
  }
}

.entry__table {
  text-align: left;
  border-collapse: collapse;
  margin-top: 12px;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .entry__table {
    width: 912px;
    margin-top: 28px;
  }
}
.entry__table tr {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

@media screen and (min-width: 1001px) {
  .entry__table tr {
    flex-direction: row;
    padding-bottom: 12px;
    padding-top: 12px;
    gap: 0;
  }
}
.entry__table th,
.entry__table td {
  width: 100%;
  display: block;
}

.entry__table th {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .entry__table th {
    width: 240px;
    flex-shrink: 0;
    padding-left: 16px;
    font-size: 16px;
    align-items: initial;
  }
}
.entry__table td {
  font-size: 12px;
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .entry__table td {
    padding-bottom: 0;
    font-size: 16px;
  }
}
.entry__table th {
  margin-top: 11px;
}

@media screen and (min-width: 768px) {
  .entry__table th {
    margin-top: 0;
  }
}
.entry__table tr + tr {
  border-top: 1px solid var(--LP-Dark-Gray, #ccc);
}

.entry__table .entry-table__icon {
  display: inline-block;
  background: #9ed0e0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .entry__table .entry-table__icon {
    margin-top: 10px;
  }
}
.entry__table ul {
  list-style-type: none; /* デフォルトのマーカーを消す */
  padding-left: 0; /* 左の余白を調整 */
  margin-top: -2px;
}

.entry__table ul li {
  position: relative;
  padding-left: 18px;
  /* マーカーのための余白 */
}

@media screen and (min-width: 768px) {
  .entry__table ul li {
    padding-left: 22px;
  }
}
.entry__table ul li::before {
  content: "•"; /* リストマーカーをカスタム */
  font-size: 10px; /* 大きさを調整 */
  color: #4a3636; /* 色を変更 */
  position: absolute;
  left: 7px;
  top: 4px;
}

.entry__image {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .entry__image {
    margin-top: 120px;
  }
}
.entry__image img {
  width: 100%;
}

.contact {
  padding-top: 40px;
  padding-bottom: 40px;
  background: var(--LP-White, #fff);
}

@media screen and (min-width: 768px) {
  .contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.contact__box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 768px) {
  .contact__box {
    gap: 40px;
  }
}
.contact__heading-text {
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .contact__heading-text {
    font-size: 16px;
    margin-top: -8px;
  }
}
@media screen and (min-width: 768px) {
  .contact__form {
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1001px) {
  .contact__form {
    max-width: 848px;
  }
}
.contact__fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 768px) {
  .contact__fields {
    font-size: 16px;
  }
}
.contact-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (min-width: 768px) {
  .contact-field {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .textarea-field {
    align-items: flex-start;
    margin-top: 13px;
  }
}
@media screen and (min-width: 768px) {
  .newsletter-field {
    margin-top: 15px;
  }
}
.form-field__head {
  display: flex;
  gap: 12px;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .form-field__head {
    width: 213px;
  }
}
.form-field__label {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .form-field__label {
    font-size: 16px;
  }
}
.form-field__tag {
  display: inline-block;
  border-radius: 4px;
  background: var(--LP-Red, #ce2073);
  padding: 4px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.form-field__item {
  flex-grow: 1;
}

.form-text {
  width: 100%;
  border-radius: 8px;
  background: var(--LP-Gray, #f5f5f5);
  border: 1px solid #f5f5f5;
  padding: 15px;
  height: 56px;
}

.form-text:focus {
  border-color: #9ed0e0;
  background: #e9f6f8;
  outline: none;
}

.form-text.error {
  border-color: #ce2073;
  background-color: #fff0f7;
}

.form-select-wrapper {
  position: relative;
}

.form-select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 52px;
  height: 55px;
  background-color: #9ed0e0;
  border-radius: 0 8px 8px 0;
  pointer-events: none;
  background-image: url("../img/Vector.png");
  background-repeat: no-repeat;
  background-position: right 18px center;
  transition: background-color 0.3s;
}

.form-select-wrapper.error::after {
  background-color: #ce2073;
}

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #f5f5f5;
  padding: 15px;
  padding-right: 48px;
  background-color: #f5f5f5;
  position: relative;
}

.form-select:focus {
  outline: none;
}

.form-select.error {
  border-color: #ce2073;
  background-color: #fff0f7;
}

.form-field__radios {
  display: flex;
  gap: 24px;
}

.from-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.from-radio__input:focus + .from-radio__text::before {
  border-color: #9ed0e0;
}

.from-radio__input:checked + .from-radio__text::after {
  opacity: 1;
}

.from-radio__text {
  position: relative;
  padding-left: 32px;
}

.from-radio__text::before,
.from-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.from-radio__text::before {
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  left: 0;
  transition: border-color 0.3s;
}

.from-radio__text::after {
  width: 12px;
  height: 12px;
  background: #9ed0e0;
  left: 6px;
  opacity: 0;
}

.form-textarea {
  width: 100%;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  padding: 15px;
  border-radius: 8px;
  height: 160px;
}

.form-textarea:focus {
  border-color: #9ed0e0;
  background: #e9f6f8;
  outline: none;
}

.form-textarea.error {
  border-color: #ce2073;
  background-color: #fff0f7;
}

.contact__privacy {
  text-align: center;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .contact__privacy {
    margin-top: 40px;
  }
}
.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__text {
  position: relative;
  padding-left: 36px;
}

@media screen and (min-width: 768px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}
.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: var(--LP-Gray, #f5f5f5);
}

.form-checkbox__text::after {
  width: 14px;
  height: 9px;
  background: url(../img/icon-contact-checkbox.svg) no-repeat center center;
  background-size: contain;
  left: 5px;
  top: 12px;
  opacity: 0;
  z-index: 2;
}

.form-checkbox__text a {
  text-decoration-line: underline;
}

.form-checkbox__text a:hover {
  color: #67b0c7;
}

.contact__button {
  margin-top: 27px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contact__button {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .contact__small-button {
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    border-radius: 40px;
    border: 2px solid #4a3636;
    padding: 4px 22px 6px 22px;
    box-shadow: 0px 4px 0px 0px #4a3636;
    height: 40px;
    text-align: center;
    width: 240px;
    display: inline-block;
  }
}
.footer {
  padding-top: 43px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 120px;
  }
}
.footer__pawpads {
  display: none;
}

@media screen and (min-width: 768px) {
  .footer__pawpads {
    display: block;
    position: absolute;
    top: 82px;
    left: calc(50% + 577px);
  }
}
.footer__head {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}

.footer__head-text {
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .footer__head-text {
    font-size: 24px;
  }
}
.footer__sns-items {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.is-youtube {
  width: 32px;
}

@media screen and (min-width: 768px) {
  .is-youtube {
    width: 40px;
  }
}
.is-youtube img {
  width: 100%;
}

.is-instagram {
  width: 32px;
}

@media screen and (min-width: 768px) {
  .is-instagram {
    width: 40px;
  }
}
.is-instagram img {
  width: 100%;
}

.is-twitter {
  width: 32px;
}

@media screen and (min-width: 768px) {
  .is-twitter {
    width: 40px;
  }
}
.is-twitter img {
  width: 100%;
}

.footer__text-image {
  margin-top: 15px;
  margin-inline: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .footer__text-image {
    margin-top: 44px;
    width: 755px;
  }
}
.footer__text-image img {
  width: 100%;
}

.footer__map-box {
  display: flex;
  flex-direction: column;
  background: var(--LP-White, #fff);
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .footer__map-box {
    flex-direction: row-reverse;
    max-width: 1024px;
  }
}
.footer__map-google {
  width: 100%;
  aspect-ratio: 335/271;
}

.footer__map-google iframe {
  width: 100%;
  height: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

@media screen and (min-width: 768px) {
  .footer__map-google {
    width: 50%;
    height: 400px;
  }
}
.footer__map-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 17px 24px 20px;
}

@media screen and (min-width: 768px) {
  .footer__map-text {
    width: 50%;
    justify-content: center;
    gap: 0;
    margin-inline: auto;
  }
}
.footer__map-text-image {
  width: 153px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .footer__map-text-image {
    width: 183px;
    margin-inline: 0;
    margin-left: 35px;
  }
}
.footer__map-text-image img {
  width: 100%;
}

.footer__map-table {
  text-align: left;
  margin-inline: auto;
  border-collapse: separate;
  border-spacing: 0 8px;
}

@media screen and (min-width: 768px) {
  .footer__map-table {
    margin-top: 20px;
    margin-left: 37px;
  }
}
.footer__map-table th {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  width: 80px;
}

@media screen and (min-width: 768px) {
  .footer__map-table th {
    font-size: 16px;
    width: 120px;
  }
}
.footer__map-table td {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .footer__map-table td {
    font-size: 16px;
  }
}
.footer-table__icon {
  display: inline-block;
  background: #9ed0e0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.footer-pagetop-sp {
  display: block;
  margin-top: 23px;
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer-pagetop-sp {
    display: none;
  }
}
.footer__last-page {
  position: relative;
  overflow-x: hidden;
  padding-top: 40px;
  width: 100vw;
  margin-left: -20px;
  margin-right: -20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer__last-page {
    padding-top: 236px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.footer__last-page ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 45.714px;
  background-repeat: repeat-x;
  background-size: 96px auto;
  background-image: url(../img/bg-wave.png);
}

@media screen and (min-width: 768px) {
  .footer__last-page ::before {
    content: "";
    position: absolute;
    top: 117px;
    left: 0;
    width: 100%;
    height: 120px;
    background-repeat: repeat-x;
    background-size: 252px auto;
  }
}
.footer__last-content {
  background: #67b0c7;
  padding-bottom: 45px;
}

.footer__copyright {
  color: var(--LP-White, #fff);
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 14px;
    padding-bottom: 32px;
  }
}