body {
  font-size: 12px;
  line-height: 1.6;
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  background: #e9f6f8;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}
body.is-modal-open {
  overflow: hidden;
}

.inner {
  padding-inline: 20px;
  margin-inline: auto;
}
.button {
  display: inline-block;
  padding: 4px 22px 6px;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 900px) {
  .button {
    font-size: 20px;
    padding: 8px 38px 10px;
  }
}
.button:hover {
  background: #ffee56;
}

.button-header {
  font-size: 14px;
  padding: 4px 22px 4px;
}

.button-small {
  font-size: 14px;
  padding: 4px 22px 4px;
}
@media screen and (min-width: 900px) {
  .button-small {
    font-size: 16px;
  }
}

.button-close {
  font-size: 16px;
  padding: 2px 22px 6px;
}

.button-contact {
  font-size: 16px;
  padding: 4px 22px 6px;
}
@media screen and (min-width: 900px) {
  .button-contact {
    padding: 4px 38px 6px;
  }
}

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

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

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

.heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 13px;
  text-align: center;
  margin: 0 auto;
}

.heading-icon {
  display: inline-block;
}
.heading-icon img {
  width: 37.3px;
  height: 37.3px;
}
@media screen and (min-width: 900px) {
  .heading-icon img {
    width: 48px;
    height: 48px;
  }
}

.heading-english {
  font-family: "Courgette", cursive;
  font-size: 16px;
  line-height: 1.25;
  margin-top: 6px;
}
@media screen and (min-width: 900px) {
  .heading-english {
    font-size: 20px;
    margin-top: 8px;
  }
}

.heading-japanese {
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 6px;
  padding-bottom: 6px;
  border-bottom: 6px solid #ffee56;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .heading-japanese {
    font-size: 32px;
    margin-top: 8px;
    padding-bottom: 8px;
    border-bottom: 8px solid #ffee56;
  }
}

.link-text {
  text-decoration: underline;
  text-underline-offset: 1px;
}
.link-text:hover {
  color: #67b0c7;
}

.font-weight-bold {
  font-weight: 700;
}

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

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

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

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

@media screen and (min-width: 900px) {
  .header__lists-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .header__lists-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
  }
}

.header__list-button {
  margin-left: 16px;
}

.header__list-pc {
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  -webkit-transition: color 0.3s, text-decoration-color 0.2s;
  transition: color 0.3s, text-decoration-color 0.2s;
}
.header__list-pc:hover {
  color: #67b0c7;
  text-decoration-color: #67b0c7;
}

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

.drawer-icon {
  width: 32px;
  height: 24px;
  position: relative;
}
.drawer-icon::after {
  content: "";
  position: absolute;
  width: 4.8px;
  height: 3px;
  right: 0;
  top: -1px;
  background: #4a3636;
  border-radius: 6px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 32px;
  top: 12px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 12px;
}
.drawer-icon.is-checked::after {
  display: none;
}

.drawer-icon__bar {
  position: absolute;
  width: 32px;
  height: 3px;
  left: 0;
  background: #4a3636;
  border-radius: 6px;
  -webkit-transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, transform 0.4s;
  transition: top 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.drawer-icon__bar:nth-child(1) {
  top: -1px;
  width: 25.6px;
}
.drawer-icon__bar:nth-child(2) {
  top: 11px;
}
.drawer-icon__bar:nth-child(3) {
  top: 23px;
}

.header__nav {
  background: #fff;
  width: 100%;
  height: calc(100vh - 64px);
  position: fixed;
  left: 0;
  top: 64px;
  padding: 82px 114px;
  z-index: 10;
  -webkit-transform: translateY(calc(-100% - 64px));
          transform: translateY(calc(-100% - 64px));
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 2000;
}
.header__nav.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.header__link {
  font-size: 14px;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  -webkit-transition: color 0.3s, text-decoration-color 0.2s;
  transition: color 0.3s, text-decoration-color 0.2s;
}
.header__link:hover {
  color: #67b0c7;
  text-decoration-color: #67b0c7;
}

.header__button {
  padding: 4px 22px 6px;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
}
@media screen and (min-width: 900px) {
  .header__button {
    font-size: 14px;
  }
}

main {
  background-color: #e9f6f8;
}

.fv {
  height: 710px;
}
@media screen and (min-width: 900px) {
  .fv {
    height: 837px;
  }
}

.fv__bg {
  background: url(../img/sp/fv-sp.png) no-repeat center center/cover;
  border-radius: 0 0 24px 24px;
}
@media screen and (min-width: 600px) {
  .fv__bg {
    background: url(../img/fv-pc.png) no-repeat center center/cover;
  }
}

.fv__inner {
  padding-top: 17px;
  max-width: 375px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .fv__inner {
    padding-top: 35px;
    max-width: 1472px;
    text-align: center;
  }
}

.fv__title {
  display: block;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fv__title-text {
  text-shadow: 0 0 30px #fff;
  font-family: "Kiwi Maru", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .fv__title-text {
    font-size: 24px;
    font-weight: 500;
  }
}

.fv__title-image {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 900px) {
  .fv__title-image {
    margin-top: 24px;
  }
}

.title-image1 {
  width: 335px;
}
@media screen and (min-width: 900px) {
  .title-image1 {
    width: 520px;
  }
}

.title-image2 {
  width: 240px;
}
@media screen and (min-width: 900px) {
  .title-image2 {
    width: 356px;
  }
}

.fv__body {
  padding-top: 113px;
  height: 376px;
}
@media screen and (min-width: 900px) {
  .fv__body {
    padding-top: 33px;
    height: 463px;
    max-width: 848px;
    margin-inline: auto;
  }
}

.fv__smartphone {
  width: min(53.3333333333vw, 200px);
  margin-inline: auto;
  z-index: 1000;
}
@media screen and (min-width: 900px) {
  .fv__smartphone {
    width: 250px;
  }
}
.fv__decoration {
  position: relative;
}

.fv__fukidashi {
  position: absolute;
  top: -96px;
  left: -66px;
  width: 140px;
  height: 77px;
  font-weight: 700;
  padding: 5.58px 36px 14.88px 20px;
  text-align: center;
  background: url(../img/fukidashi.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .fv__fukidashi {
    width: 244px;
    height: 130px;
    top: -33px;
    left: -260.5px;
    padding: 10px 64px 24.19px 35px;
  }
}

.fukidashi__text {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ce2073;
  text-align: right;
  text-shadow: 0 0 2.295px #fff;
  font-family: "Josefin Sans", sans-serif;
  -webkit-text-stroke-width: 0.57px;
  -webkit-text-stroke-color: var(--LP-White, #fff);
  font-size: 18.361px;
  font-weight: 400;
  line-height: 100%; /* 18.361px */
}
@media screen and (min-width: 900px) {
  .fukidashi__text {
    text-shadow: 0 0 4px #fff;
    font-size: 32px;
  }
}

.fv__present {
  position: absolute;
  top: -122px;
  right: -42px;
  width: 110px;
  height: 110px;
  display: inline-block;
  text-align: center;
  padding-top: 19px;
  padding-bottom: 22px;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .fv__present {
    width: 180px;
    height: 180px;
    top: -44px;
    right: -172px;
    padding-top: 31px;
    padding-bottom: 37px;
  }
}

.smartphone__content {
  position: absolute;
  top: 122.6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .smartphone__content {
    top: 154.5px;
  }
}

.smartphone-content {
  width: min(42.6666666667vw, 160px);
  text-align: center;
  border-radius: 12.8px;
  background: #ffffff;
}
@media screen and (min-width: 900px) {
  .smartphone-content {
    width: 200px;
    border-radius: 16px;
  }
}

.smartphone-content__title {
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6.4px 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12.8px 12.8px 0 0;
}
@media screen and (min-width: 900px) {
  .smartphone-content__title {
    padding: 8px 16px;
    border-radius: 16px 16px 0 0;
  }
}
.smartphone-content__title p {
  color: #ffffff;
  font-size: 12.8px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .smartphone-content__title p {
    font-size: 16px;
  }
}

.smartphone-content__body {
  padding-top: 12.8px;
  padding-bottom: 11.2px;
}
@media screen and (min-width: 900px) {
  .smartphone-content__body {
    padding-top: 16px;
    padding-bottom: 20px;
  }
}

.smartphone-content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2px;
}
@media screen and (min-width: 900px) {
  .smartphone-content__text {
    gap: 6px;
  }
}

.text1 {
  border-bottom: 2.4px solid #ce2073;
  padding-bottom: 0.8px;
}
@media screen and (min-width: 900px) {
  .text1 {
    font-size: 14px;
  }
}

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

.smartphone-content__button {
  margin-top: 12.8px;
  padding-bottom: 4px;
}
@media screen and (min-width: 900px) {
  .smartphone-content__button {
    margin-top: 16px;
  }
}

.fv-content__food {
  position: absolute;
  left: -65px;
  bottom: -11px;
}
@media screen and (min-width: 900px) {
  .fv-content__food {
    left: -293px;
    bottom: -16px;
  }
}
.fv-content__food img {
  width: 86px;
  height: 141px;
}
@media screen and (min-width: 900px) {
  .fv-content__food img {
    width: 202px;
    height: 332px;
  }
}

.fv-content__cats {
  position: absolute;
  right: -67px;
  bottom: -11px;
  width: 107px;
}
@media screen and (min-width: 900px) {
  .fv-content__cats {
    right: -299px;
    top: 276px;
    width: 233px;
  }
}

.about {
  scroll-margin-top: 64px;
  position: relative;
}

.about-decoration__stairs {
  position: absolute;
  bottom: 59px;
  left: 0;
}
@media screen and (min-width: 600px) {
  .about-decoration__stairs {
    left: 0;
  }
}
@media screen and (min-width: 900px) {
  .about-decoration__stairs {
    bottom: 149px;
    left: -120px;
  }
}
@media screen and (min-width: 1200px) {
  .about-decoration__stairs {
    left: -103px;
  }
}
.about-decoration__stairs img {
  width: 138px;
}
@media screen and (min-width: 600px) {
  .about-decoration__stairs img {
    width: 200px;
  }
}
@media screen and (min-width: 900px) {
  .about-decoration__stairs img {
    width: 427px;
  }
}

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

.about__inner {
  max-width: 375px;
  padding-bottom: 176px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  .about__inner {
    padding-inline: 20px;
    max-width: 500px;
  }
}
@media screen and (min-width: 900px) {
  .about__inner {
    padding-inline: 30px;
    max-width: 640px;
    padding-bottom: 258px;
  }
}
@media screen and (min-width: 1200px) {
  .about__inner {
    max-width: 908px;
  }
}

.about-decoration {
  position: absolute;
}

.about-decoration__pawpads {
  top: -10px;
  right: 0;
}
@media screen and (min-width: 900px) {
  .about-decoration__pawpads {
    top: -80px;
    right: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .about-decoration__pawpads {
    top: -80px;
    right: -136px;
  }
}
.about-decoration__pawpads img {
  width: 54px;
}
@media screen and (min-width: 900px) {
  .about-decoration__pawpads img {
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .about-decoration__pawpads img {
    width: 100px;
  }
}

.about-decoration__stripe {
  display: none;
}
@media screen and (min-width: 900px) {
  .about-decoration__stripe {
    display: block;
    top: -20px;
    left: -210px;
  }
}
@media screen and (min-width: 1200px) {
  .about-decoration__stripe {
    top: -20px;
    left: -323px;
  }
}
@media screen and (min-width: 900px) {
  .about-decoration__stripe img {
    width: 250px;
  }
}
.about-decoration__picture-left {
  width: 200px;
  top: 395px;
  left: -140px;
}
@media screen and (min-width: 900px) {
  .about-decoration__picture-left {
    width: 480px;
    top: 74px;
    left: -519px;
  }
}
@media screen and (min-width: 1200px) {
  .about-decoration__picture-left {
    top: 74px;
    left: -640px;
  }
}

.about-decoration__picture-right {
  width: 200px;
  top: 273px;
  right: -140px;
}
@media screen and (min-width: 900px) {
  .about-decoration__picture-right {
    width: 480px;
    top: 73px;
    right: -520px;
  }
}
@media screen and (min-width: 1200px) {
  .about-decoration__picture-right {
    top: 73px;
    right: -586px;
  }
}

.about-decoration__goods1 {
  bottom: 58px;
  right: 57px;
}
@media screen and (min-width: 600px) {
  .about-decoration__goods1 {
    bottom: 21px;
    right: -50px;
  }
}
@media screen and (min-width: 768px) {
  .about-decoration__goods1 {
    bottom: 21px;
    right: -35px;
  }
}
@media screen and (min-width: 900px) {
  .about-decoration__goods1 {
    bottom: 97px;
    right: -103px;
  }
}
@media screen and (min-width: 1200px) {
  .about-decoration__goods1 {
    bottom: 177px;
    right: -228px;
  }
}
.about-decoration__goods1 img {
  width: 133px;
}
@media screen and (min-width: 600px) {
  .about-decoration__goods1 img {
    width: 200px;
  }
}
@media screen and (min-width: 900px) {
  .about-decoration__goods1 img {
    width: 308px;
  }
}

.about-decoration__goods2 {
  bottom: 117px;
  right: 21px;
}
@media screen and (min-width: 600px) {
  .about-decoration__goods2 {
    bottom: 80px;
    right: -113px;
  }
}
@media screen and (min-width: 768px) {
  .about-decoration__goods2 {
    bottom: 80px;
    right: -100px;
  }
}
@media screen and (min-width: 900px) {
  .about-decoration__goods2 {
    bottom: 353px;
    right: -84px;
  }
}
@media screen and (min-width: 1200px) {
  .about-decoration__goods2 {
    bottom: 383px;
    right: -152px;
  }
}
.about-decoration__goods2 img {
  width: 48px;
}
@media screen and (min-width: 600px) {
  .about-decoration__goods2 img {
    width: 80px;
  }
}
@media screen and (min-width: 900px) {
  .about-decoration__goods2 img {
    width: 101px;
  }
}

.about__content {
  padding: 40px 12px 40px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  border-radius: 24px;
  background: #fff;
  text-align: center;
  z-index: 100;
  position: relative;
}
@media screen and (min-width: 900px) {
  .about__content {
    gap: 32px;
    border-radius: 40px;
  }
}
.about__content::after {
  content: "";
  position: absolute;
  bottom: -36px;
  width: 100px;
  height: 36px;
  background: #cce1e4;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (min-width: 900px) {
  .about__content::after {
    bottom: -50px;
    width: 140px;
    height: 50px;
  }
}

.heading-about {
  position: relative;
}

.heading-about__image-left {
  width: 80px;
  height: 60px;
  position: absolute;
  top: -3px;
  left: -17.5px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
@media screen and (min-width: 900px) {
  .heading-about__image-left {
    width: 134px;
    height: 100px;
    top: 8px;
    left: -158px;
  }
}

.heading-about__image-right {
  width: 80px;
  height: 60px;
  position: absolute;
  top: -5px;
  right: -31px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
@media screen and (min-width: 900px) {
  .heading-about__image-right {
    width: 134px;
    height: 100px;
    top: 14px;
    right: -159px;
  }
}

.about__message {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .about__message {
    font-size: 16px;
    line-height: 1.6;
  }
}

.about__description {
  display: inline-block;
}
.about__description p {
  white-space: nowrap;
}
@media screen and (min-width: 600px) {
  .about__description p {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .about__description p {
    font-size: 16px;
  }
}
.about__description p + p {
  margin-top: 19px;
}
@media screen and (min-width: 900px) {
  .about__description p + p {
    margin-top: 27px;
  }
}

.about__text {
  padding-top: 8px;
  padding-bottom: 6px;
  border-bottom: 2px dashed #9ed0e0;
}
@media screen and (min-width: 900px) {
  .about__text {
    padding-block: 9px;
  }
}
.about__text p {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .about__text p {
    font-size: 20px;
    margin-top: 5px;
  }
}

.about__logo {
  width: min(94.4vw, 375px);
  position: absolute;
  bottom: 92px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
  .about__logo {
    width: 420px;
  }
}
@media screen and (min-width: 900px) {
  .about__logo {
    width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .about__logo {
    width: 891px;
    bottom: 187px;
  }
}

.about__button {
  padding-top: 1px;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.about__slide {
  border-radius: 12px;
  width: 100px !important;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .about__slide {
    border-radius: 24px;
    width: 200px !important;
  }
}

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

.how-to-enter {
  padding-top: 66px;
  padding-bottom: 37px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .how-to-enter {
    padding-top: 122px;
    padding-bottom: 120px;
  }
}

.how-to-enter__inner {
  padding-inline: 20px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 900px) {
  .how-to-enter__inner {
    padding-inline: auto;
  }
}

.heading-how-to-enter {
  position: relative;
}

.deco_how-to-enter_map {
  position: absolute;
  width: 149px;
  top: 0;
  left: -122.5px;
  z-index: 0;
}
@media screen and (min-width: 900px) {
  .deco_how-to-enter_map {
    width: 380px;
    top: -60px;
    left: -460px;
  }
}
@media screen and (min-width: 1200px) {
  .deco_how-to-enter_map {
    width: 460px;
    left: -625px;
  }
}

.deco_how-to-enter_cat1 {
  position: absolute;
  width: 105px;
  top: 0;
  right: -100.5px;
}
@media screen and (min-width: 900px) {
  .deco_how-to-enter_cat1 {
    width: 238px;
    top: -26px;
    right: -325px;
  }
}
@media screen and (min-width: 1200px) {
  .deco_how-to-enter_cat1 {
    width: 238px;
    top: -26px;
    right: -432px;
  }
}

.deco_how-to-enter_cat2 {
  position: absolute;
  width: 94px;
  top: 5px;
  right: -155.5px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .deco_how-to-enter_cat2 {
    width: 214px;
    top: -16px;
    right: -451px;
  }
}
@media screen and (min-width: 1200px) {
  .deco_how-to-enter_cat2 {
    width: 214px;
    top: -16px;
    right: -558px;
  }
}

.how-to-enter__decoration {
  position: absolute;
  width: 55px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__decoration {
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__decoration {
    width: 100px;
  }
}

.deco_right-top {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  left: calc(50% + 112.5px);
  top: 74px;
}
@media screen and (min-width: 600px) {
  .deco_right-top {
    left: calc(50% + 180px);
  }
}
@media screen and (min-width: 900px) {
  .deco_right-top {
    left: auto;
    right: 0px;
    top: 148px;
  }
}
@media screen and (min-width: 1200px) {
  .deco_right-top {
    left: auto;
    right: 33px;
    top: 148px;
  }
}

.deco_left {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  top: 549.5px;
  right: calc(50% + 112.5px);
}
@media screen and (min-width: 600px) {
  .deco_left {
    right: calc(50% + 180px);
  }
}
@media screen and (min-width: 900px) {
  .deco_left {
    right: auto;
    left: 0px;
    top: 580px;
  }
}
@media screen and (min-width: 1200px) {
  .deco_left {
    left: 36px;
  }
}

.deco_right-bottom {
  -webkit-transform: scaleX(-1) scaleY(-1);
          transform: scaleX(-1) scaleY(-1);
  bottom: 362px;
  left: calc(50% + 112.5px);
}
@media screen and (min-width: 600px) {
  .deco_right-bottom {
    left: calc(50% + 180px);
  }
}
@media screen and (min-width: 900px) {
  .deco_right-bottom {
    display: none;
  }
}

.how-to-enter__contents {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .how-to-enter__contents {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__contents {
    gap: 32px;
  }
}

.how-to-enter__step {
  display: inline-block;
  padding-bottom: 15px;
  z-index: 1000;
  position: relative;
}
@media screen and (min-width: 900px) {
  .how-to-enter__step {
    width: 320px;
  }
}
.how-to-enter__step:nth-child(1)::after, .how-to-enter__step:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 34px;
  background-image: url(../img/sp/img_how-to-enter_step_line.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  bottom: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .how-to-enter__step:nth-child(1)::after, .how-to-enter__step:nth-child(2)::after {
    width: 70px;
    height: 16px;
    bottom: 310px;
    left: calc(50% + 120px);
    background-image: url(../img/img_how-to-enter_step_line.webp);
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__step:nth-child(1)::after, .how-to-enter__step:nth-child(2)::after {
    width: 113px;
    height: 24px;
    bottom: 321px;
    left: calc(50% + 159px);
  }
}
@media screen and (min-width: 900px) {
  .how-to-enter__step:nth-child(1) {
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-enter__step:nth-child(2) {
    margin-top: 69px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-enter__step:nth-child(3) {
    padding-bottom: 76px;
  }
}

.how-to-enter__step-img {
  width: min(52.2666666667vw, 196px);
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .how-to-enter__step-img {
    width: min(27.34375vw, 280px);
  }
}

.how-to-enter__step-body {
  text-align: center;
  line-height: 1.6;
}

.step__text {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .step__text {
    margin-top: 24px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .step__text {
    margin-top: 24px;
    font-size: 20px;
  }
}

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

.step__follow-button {
  margin-top: 16px;
  background: #fff;
  padding: 9px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.step__follow-link {
  margin-left: 28px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .step__follow-link {
    margin-left: 36px;
  }
}
.step__follow-link::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -28px;
  width: 20px;
  height: 20px;
  background: url(../img/Icon_how-to-enter_follow.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1200px) {
  .step__follow-link::before {
    width: 24px;
    height: 24px;
    top: -5px;
    left: -33px;
  }
}
.step__follow-link span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  .step__follow-link span {
    font-size: 16px;
  }
}

.how-to-enter__button {
  display: inline-block;
  margin-top: 2px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__button {
    margin-top: 40px;
  }
}

.prizes {
  scroll-margin-top: 147px;
}
@media screen and (min-width: 900px) {
  .prizes {
    scroll-margin-top: 218px;
  }
}

.prizes__content {
  background: #fff;
  border-radius: 24px;
  padding-bottom: 34px;
  padding-inline: 18px;
  max-width: 600px;
  margin-top: 83px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 900px) {
  .prizes__content {
    border-radius: 24px;
    padding-bottom: 53px;
    padding-inline: 56px;
    margin-top: 154px;
    width: calc(100% - 40px);
    max-width: 1024px;
  }
}
.prizes__content::before {
  content: "";
  position: absolute;
  display: block;
  width: 237.6px;
  height: 83px;
  background: url(../img/sp/deco_prizes-bg.webp) center center no-repeat;
  background-size: contain;
  top: -83px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .prizes__content::before {
    width: 366px;
    height: 149px;
    background: url(../img/deco_prizes_bg.webp);
    top: -146px;
  }
}

.prizes__inner {
  text-align: center;
}

.heading-prizes {
  position: absolute;
  top: -62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .heading-prizes {
    top: -119px;
  }
}

.deco_prizes-left {
  display: none;
}
@media screen and (min-width: 900px) {
  .deco_prizes-left {
    position: absolute;
    display: block;
    max-width: 30.76171875%;
    top: -120px;
    left: 0;
  }
}

.deco_prizes-right {
  display: none;
}
@media screen and (min-width: 900px) {
  .deco_prizes-right {
    position: absolute;
    display: block;
    max-width: 30.76171875%;
    top: -120px;
    right: 0;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}

.prizes__text {
  text-align: center;
  padding-top: 61px;
}
@media screen and (min-width: 600px) {
  .prizes__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__text {
    padding-top: 67px;
    font-size: 16px;
  }
}

.prizes__cards-large,
.prizes__cards-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.prizes__cards-large {
  margin-top: 46px;
}
@media screen and (min-width: 900px) {
  .prizes__cards-large {
    margin-top: 83px;
  }
}

.prizes__cards-small {
  margin-top: 38px;
}
@media screen and (min-width: 900px) {
  .prizes__cards-small {
    margin-top: 77px;
  }
}

.prizes__card-large,
.prizes__card-small {
  position: relative;
  width: calc(50% - 7.5px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.prizes__card-large:hover .prizes-card,
.prizes__card-small:hover .prizes-card {
  border-color: #9ed0e0;
}
.prizes__card-large:hover .prizes-card__button img,
.prizes__card-small:hover .prizes-card__button img {
  content: url(../img/img_prizes_zoom-hover.webp);
}
.prizes__card-large:hover .prizes-card__image img,
.prizes__card-small:hover .prizes-card__image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.prizes__card-large:nth-child(2n),
.prizes__card-small:nth-child(2n) {
  margin-left: 13px;
}
@media screen and (min-width: 900px) {
  .prizes__card-large:nth-child(2n),
  .prizes__card-small:nth-child(2n) {
    margin-left: 30px;
  }
}
.prizes__card-large:nth-child(3),
.prizes__card-small:nth-child(3) {
  margin-top: 37px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .prizes__card-large:nth-child(3),
  .prizes__card-small:nth-child(3) {
    margin-top: 0;
    margin-left: 30px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__card-large {
    width: calc(50% - 15px);
  }
}

@media screen and (min-width: 900px) {
  .prizes__card-small {
    width: calc(33.3333333333% - 20px);
  }
}

.prizes-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 12px;
  overflow: hidden;
  border: 4px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -3px;
}
@media screen and (min-width: 900px) {
  .prizes-card {
    border-radius: 20px;
  }
}

@media screen and (min-width: 900px) {
  .prizes-card-large {
    border-radius: 24px;
  }
}

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

@media screen and (min-width: 900px) {
  .prizes-card__number-large {
    top: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card__number-large {
    top: -50px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card__number-large img {
    width: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card__number-large img {
    width: 100px;
  }
}

.prizes-card__image {
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .prizes-card__image {
    border-radius: 16px 16px 0 0;
  }
}
.prizes-card__image img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 900px) {
  .prizes-card__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 280/240;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 900px) {
  .prizes-card__image-large {
    border-radius: 20px 20px 0 0;
    aspect-ratio: 440/340;
    overflow: hidden;
  }
}
.prizes-card__image-large img {
  height: auto;
}
@media screen and (min-width: 900px) {
  .prizes-card__image-large img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.prizes-card__heading {
  padding: 9px 5px;
  height: 56px;
  font-weight: 700;
  background-color: #f5f5f5;
  text-align: center;
  border-radius: 0 0 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .prizes-card__heading {
    height: 81px;
    border-radius: 0 0 20px 0;
  }
}
@media screen and (min-width: 600px) {
  .prizes-card__heading p {
    font-size: 14px;
    font-weight: 700;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card__heading p {
    font-size: 16px;
  }
}

@media screen and (min-width: 900px) {
  .prizes-card__heading-large {
    height: 120px;
    border-radius: 0 0 24px 0;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card__heading-large p {
    font-size: 20px;
  }
}

.prizes-card__button {
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 1px;
  right: 1px;
}
@media screen and (min-width: 900px) {
  .prizes-card__button {
    width: 64px;
    height: 64px;
  }
}
.prizes-card__button img {
  border-radius: 0 0 12px 0;
}
@media screen and (min-width: 900px) {
  .prizes-card__button img {
    border-radius: 0 0 16px 0;
  }
}

@media screen and (min-width: 900px) {
  .prizes-card__button-large {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card__button-large img {
    border-radius: 0 0 20px 0;
  }
}

.prizes__button {
  margin-top: 17px;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .prizes__button {
    margin-top: 40px;
  }
}

.prizes__bottom-bg {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -44px;
}
@media screen and (min-width: 900px) {
  .prizes__bottom-bg {
    margin-top: 0;
  }
}

.prizes__bottom-bg_image {
  width: 580px;
  max-width: none;
  height: auto;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  .prizes__bottom-bg_image {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .prizes__bottom-bg_image {
    width: 100%;
    max-width: none;
  }
}

.prizes-modal {
  position: fixed;
  width: 336px;
  height: 480px;
  border-radius: 20px;
  padding: 0;
  background: #fff;
  border: none;
  z-index: 60;
  overscroll-behavior-y: none;
  overflow: hidden;
}
.prizes-modal::-ms-backdrop {
  opacity: 0.5;
  background: #000;
}
.prizes-modal::backdrop {
  opacity: 0.5;
  background: #000;
}
@media screen and (min-width: 900px) {
  .prizes-modal {
    width: 480px;
    height: 650px;
  }
}

.prizes-modal__image {
  width: 100%;
}

.prizes-modal__body {
  padding-top: 39px;
  padding-bottom: 56px;
  padding-inline: 20px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .prizes-modal__body {
    padding-top: 32px;
    padding-bottom: 106px;
  }
}

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

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

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

.spots {
  padding-bottom: 6px;
  background-color: #67b0c7;
  position: relative;
  scroll-margin-top: 114px;
}
@media screen and (min-width: 900px) {
  .spots {
    scroll-margin-top: 185px;
  }
}
.spots::before {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: 49.7px;
  top: -47px;
  left: -4px;
  background: url(../img/sp/bg_spots_wave-sp.webp) left center repeat-x;
}
@media screen and (min-width: 900px) {
  .spots::before {
    height: 121px;
    top: -119px;
    background: url(../img/bg_spots_wave.webp) left center repeat-x;
  }
}
.spots::after {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: 46.7px;
  bottom: -46px;
  left: -4px;
  background: url(../img/sp/bg_spots_wave-sp.webp) left center repeat-x;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media screen and (min-width: 900px) {
  .spots::after {
    height: 120px;
    bottom: -102px;
    background: url(../img/bg_spots_wave.webp) left center repeat-x;
  }
}

.spots__deco-pawpads {
  display: none;
}
@media screen and (min-width: 900px) {
  .spots__deco-pawpads {
    display: block;
    width: 80px;
    position: absolute;
    top: 560px;
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .spots__deco-pawpads {
    width: 100px;
    top: 496px;
    left: 36px;
  }
}

.spots__inner {
  text-align: center;
  padding-bottom: 14px;
}

.spots__upper-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .spots__upper-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: max(30px, 50% - 512px);
    gap: 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 900px) {
  .spots__title {
    width: 56px;
    padding-inline: 3px;
  }
}

.spots__title-text {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 36px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .spots__title-text {
    padding-top: 64px;
    padding-inline: 3px;
    width: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__title-text {
    padding-top: 64px;
    margin-right: 0;
    margin-left: auto;
    width: 56px;
  }
}
.spots__title-text p {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  font-family: "Kiwi Maru", serif;
}
@media screen and (min-width: 900px) {
  .spots__title-text p {
    font-size: 40px;
  }
}
.spots__title-text::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 19px;
  top: 7.67px;
  left: 4px;
  background: url(../img/deco_spots_star.webp) center center/contain;
}
@media screen and (min-width: 900px) {
  .spots__title-text::before {
    width: 40px;
    height: 38px;
    top: 8.34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.spots__slider {
  margin-top: 24px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .spots__slider {
    margin-top: 0;
    padding-bottom: 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.spots-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.spots__slide {
  border-radius: 12px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .spots__slide {
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__slide {
    height: 542px;
  }
}

.spots__slide-card {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.spots__slide-card img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 12px 0 0;
}
@media screen and (min-width: 900px) {
  .spots__slide-card img {
    height: 240px;
    border-radius: 24px 24px 0 0;
  }
}

.spots__slide-body {
  padding-block: 16px 30px;
  padding-inline: 24px;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 900px) {
  .spots__slide-body {
    padding-block: 24px 40px;
    padding-inline: 32px;
    border-radius: 0 0 24px 24px;
  }
}

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

.spots__slide-description {
  text-align: left;
  padding-top: 16px;
}
@media screen and (min-width: 900px) {
  .spots__slide-description {
    font-size: 16px;
    padding-top: 24px;
  }
}

.spots__under-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .spots__under-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 81px;
    max-width: 1024px;
    margin-inline: auto;
    margin-top: 16px;
  }
}

.spots__logo {
  display: block;
  width: 255px;
  height: 55px;
}
@media screen and (min-width: 900px) {
  .spots__logo {
    width: 300px;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .spots__logo {
    width: 495px;
    height: 107px;
  }
}

.spots__description {
  margin-top: 16px;
  color: #fff;
  font-size: 11.444px;
}
@media screen and (min-width: 900px) {
  .spots__description {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__description {
    margin-top: 0;
  }
}

.spots-prev,
.spots-next {
  display: none;
}
@media screen and (min-width: 900px) {
  .spots-prev,
  .spots-next {
    margin-top: 0 !important;
    display: block;
    position: absolute;
    margin-top: 0;
    z-index: 10;
    width: 80px;
    height: 80px;
    background: url(../img/spots-navi-button.webp) no-repeat center center/contain;
  }
  .spots-prev svg,
  .spots-next svg {
    display: none;
  }
  .spots-prev::after,
  .spots-next::after {
    display: none;
  }
  .spots-prev::before,
  .spots-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 57px;
    height: 57px;
  }
}

@media screen and (min-width: 900px) {
  .spots-prev {
    top: 486px !important;
    left: calc(50% - 350px) !important;
  }
  .spots-prev::before {
    background: url(../img/icon-spots-prev.svg) no-repeat center center/contain;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .spots-prev:hover::before {
    -webkit-transform: translate(calc(-50% - 5px), -50%);
            transform: translate(calc(-50% - 5px), -50%);
  }
}
@media screen and (min-width: 1200px) {
  .spots-prev {
    left: calc(50% - 472px) !important;
  }
}

@media screen and (min-width: 900px) {
  .spots-next {
    top: 486px !important;
    right: calc(50% - 350px) !important;
  }
  .spots-next::before {
    background: url(../img/icon_spots-next.svg) no-repeat center center/contain;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .spots-next:hover::before {
    -webkit-transform: translate(calc(-50% + 5px), -50%);
            transform: translate(calc(-50% + 5px), -50%);
  }
}
@media screen and (min-width: 1200px) {
  .spots-next {
    right: calc(50% - 472px) !important;
  }
}

.spots__button {
  margin-top: 24px;
}
@media screen and (min-width: 1200px) {
  .spots__button {
    margin-left: 11px;
  }
}

.qa {
  padding-top: 86px;
  padding-bottom: 30.6px;
}
@media screen and (min-width: 900px) {
  .qa {
    padding-top: 224px;
    padding-bottom: 120px;
  }
}

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

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

.qa-box {
  border-radius: 12px;
  border: 2px solid #4a3636;
  background: #fff;
}
.qa-box.is-open .qa-box__head::after {
  background: url(../img/icon_qa_close.svg) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .qa-box {
    border-radius: 16px;
  }
}

.qa-box__head {
  padding: 10px 52px 10px 14px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  border-radius: 12px 12px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 900px) {
  .qa-box__head {
    padding: 24px 86px 24px 22px;
    gap: 16px;
    border-radius: 16px 16px 0 0;
  }
}
.qa-box__head::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  width: 26.18px;
  height: 26.18px;
  background: url(../img/icon_qa_open.svg) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .qa-box__head::after {
    width: 48px;
    height: 48px;
    right: 20px;
  }
}

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

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

.qa-box__body {
  padding: 17px 12px 13px 14px;
  background: #f5f5f5;
  border-radius: 0 0 12px 12px;
  display: none;
}
@media screen and (min-width: 900px) {
  .qa-box__body {
    padding: 26px 21px 21px 22px;
  }
}

.qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.qa-box__a-text {
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .qa-box__a-text {
    font-size: 16px;
  }
}

.entry-requirement {
  scroll-margin-top: 64px;
}

.entry-requirement__inner {
  max-width: 640px;
}
@media screen and (min-width: 900px) {
  .entry-requirement__inner {
    max-width: 1084px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.entry-requirement__box {
  border: 8px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  padding: 16px 12px;
}
@media screen and (min-width: 900px) {
  .entry-requirement__box {
    padding: 32px 48px;
  }
}

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

.entry-requirement__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-bottom: 14px;
}
@media screen and (min-width: 900px) {
  .entry-requirement__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    padding-bottom: 12px;
  }
}

.entry-requirement__list:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.entry-requirement__list-title {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.entry-requirement__list-title::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: url(../img/icon_entry-requirement_list.svg) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4px;
}
@media screen and (min-width: 900px) {
  .entry-requirement__list-title::before {
    top: 8px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: 16px;
  }
}
@media screen and (min-width: 900px) {
  .entry-requirement__list-title {
    width: 240px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 16px;
    padding-left: 32px;
  }
}

.entry-requirement__list-description {
  padding-inline: 3px;
}
@media screen and (min-width: 900px) {
  .entry-requirement__list-description {
    font-size: 16px;
    padding-inline: 0;
  }
}

.entry-requirement__list-description_list {
  padding-left: 21px;
  padding-right: 3px;
}
.entry-requirement__list-description_list :nth-child(2) {
  margin-top: -1px;
}
.entry-requirement__list-description_list :nth-child(3) {
  margin-top: 0;
}
@media screen and (min-width: 900px) {
  .entry-requirement__list-description_list :nth-child(3) {
    margin-top: 2px;
  }
}
.entry-requirement__list-description_list :nth-child(4) {
  margin-top: -1px;
}
@media screen and (min-width: 900px) {
  .entry-requirement__list-description_list :nth-child(4) {
    margin-top: 1px;
  }
}
.entry-requirement__list-description_list :nth-child(5) {
  margin-top: -1px;
}
@media screen and (min-width: 900px) {
  .entry-requirement__list-description_list :nth-child(5) {
    margin-top: 1px;
  }
}
.entry-requirement__list-description_list :nth-child(6) {
  margin-top: -2px;
}
@media screen and (min-width: 900px) {
  .entry-requirement__list-description_list :nth-child(6) {
    margin-top: 1px;
  }
}
@media screen and (min-width: 900px) {
  .entry-requirement__list-description_list :nth-child(7) {
    margin-top: -1px;
  }
}
@media screen and (min-width: 900px) {
  .entry-requirement__list-description_list :nth-child(8) {
    margin-top: 2px;
  }
}
.entry-requirement__list-description_list :nth-child(9) {
  margin-top: -2px;
}
@media screen and (min-width: 900px) {
  .entry-requirement__list-description_list :nth-child(9) {
    margin-top: 3px;
  }
}
@media screen and (min-width: 900px) {
  .entry-requirement__list-description_list {
    padding-left: 24px;
  }
}
.entry-requirement__list-description_list li {
  list-style-type: none;
  position: relative;
}
@media screen and (min-width: 900px) {
  .entry-requirement__list-description_list li {
    font-size: 16px;
  }
}
.entry-requirement__list-description_list li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 100%;
  background: #4a3636;
  left: -10px;
  top: 10px;
}
@media screen and (min-width: 900px) {
  .entry-requirement__list-description_list li::before {
    width: 5px;
    height: 5px;
    left: -14px;
    top: 11px;
  }
}

.entry-requirement__bottom-bg {
  margin-top: 33px;
  width: 100%;
  height: auto;
}
.entry-requirement__bottom-bg img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .entry-requirement__bottom-bg {
    margin-top: 118px;
  }
}

.contact {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 45px;
}
@media screen and (min-width: 900px) {
  .contact {
    padding-top: 122px;
    padding-bottom: 120px;
  }
}

.contact__inner {
  max-width: 640px;
}
@media screen and (min-width: 900px) {
  .contact__inner {
    max-width: 908px;
    padding-left: 30px;
    padding-right: 30px;
    margin-inline: auto;
  }
}

.contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .form-field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

.form-field-magazine {
  margin-top: 5px;
}
@media screen and (min-width: 900px) {
  .form-field-magazine {
    margin-top: 17px;
  }
}

.form-field-massage {
  margin-top: 5px;
}
@media screen and (min-width: 900px) {
  .form-field-massage {
    margin-top: 17px;
  }
}

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

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

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

.form-field__label-message {
  margin-top: 3px;
}

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

.form-field__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.form-field__error {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #ce2073;
}

.form-text.is-error,
.form-textarea.is-error,
.form-select.is-error {
  border-color: #ce2073;
  background-color: #fff0f7;
}

.form-text {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  background: #f5f5f5;
  padding: 16px;
  color: #4a3636;
  font-size: 14px;
  border: none;
}
.form-text::-webkit-input-placeholder {
  color: #ccc;
}
.form-text::-moz-placeholder {
  color: #ccc;
}
.form-text:-ms-input-placeholder {
  color: #ccc;
}
.form-text::-ms-input-placeholder {
  color: #ccc;
}
.form-text::placeholder {
  color: #ccc;
}
.form-text:focus {
  outline: none;
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
}
@media screen and (min-width: 900px) {
  .form-text {
    font-size: 16px;
    padding-top: 20px;
  }
}

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border-radius: 8px;
  padding: 16px;
  color: #4a3636;
  font-size: 14px;
  border: none;
  background: url(../img/icon_contact_select-form.webp) no-repeat center right, #f5f5f5;
}
.form-select:focus {
  outline: none;
  border: 1px solid #9ed0e0;
}
@media screen and (min-width: 900px) {
  .form-select {
    font-size: 16px;
    padding-top: 18px;
  }
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1px;
}
@media screen and (min-width: 900px) {
  .form-field__radios {
    padding-left: 2px;
  }
}

.form-radio:hover .form-radio__text::before {
  border: 1px solid #9ed0e0;
}

.form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio__input:focus + .form-radio__text::before {
  border: 1px solid #9ed0e0;
}
.form-radio__input:checked + .form-radio__text::after {
  opacity: 1;
}

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

.form-textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4a3636;
  vertical-align: top;
  border-radius: 8px;
  border: none;
  background: #f5f5f5;
  width: 100%;
  height: 160px;
  padding: 16px;
  font-size: 14px;
}
.form-textarea::-webkit-input-placeholder {
  color: #ccc;
}
.form-textarea::-moz-placeholder {
  color: #ccc;
}
.form-textarea:-ms-input-placeholder {
  color: #ccc;
}
.form-textarea::-ms-input-placeholder {
  color: #ccc;
}
.form-textarea::placeholder {
  color: #ccc;
}
.form-textarea:focus {
  outline: none;
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
}
@media screen and (min-width: 900px) {
  .form-textarea {
    font-size: 16px;
    padding: 18px;
  }
}

.contact__privacy {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact__privacy {
    margin-top: 38px;
    font-size: 16px;
  }
}

.form-checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.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;
  font-size: 14px;
}
.form-checkbox__text::before, .form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-checkbox__text::before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #f5f5f5;
}
.form-checkbox__text::after {
  width: 23px;
  height: 17.53px;
  left: -1px;
  margin-top: -1.2px;
  background: url(../img/icon_contact_checkbox.svg) no-repeat center center/contain;
  opacity: 0;
}
@media screen and (min-width: 900px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}

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

@media screen and (min-width: 900px) {
  .button-submit {
    width: 240px;
    font-size: 16px;
    padding: 4px 38px 6px;
  }
}

.footer {
  padding-top: 36px;
}
@media screen and (min-width: 900px) {
  .footer {
    padding-top: 116px;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 640px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .footer__inner {
    max-width: 1064px;
  }
}

.footer__message {
  text-align: center;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (min-width: 900px) {
  .footer__message {
    font-size: 24px;
  }
}

.footer-decoration__pawpads {
  position: absolute;
  display: none;
}
.footer-decoration__pawpads img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .footer-decoration__pawpads {
    display: block;
    width: 70px;
    top: -30px;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer-decoration__pawpads {
    width: 100px;
    top: -36px;
    left: calc(50% + 576px);
  }
}

.footer__sns-links {
  margin-top: 20px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}

.sns-link {
  width: 32px;
  height: 32px;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.sns-link:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
@media screen and (min-width: 900px) {
  .sns-link {
    width: 40px;
    height: 40px;
  }
}

.footer__logo {
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 328px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .footer__logo {
    margin-top: 41px;
    max-width: 755px;
  }
}

.footer__card {
  margin-top: -9px;
}

.footer__address-wrap {
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
}
@media screen and (min-width: 900px) {
  .footer__address-wrap {
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.address-wrap__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 335/271;
  vertical-align: top;
}
@media screen and (min-width: 900px) {
  .address-wrap__map iframe {
    height: 100%;
    aspect-ratio: unset;
  }
}
@media screen and (min-width: 900px) {
  .address-wrap__map {
    width: 50%;
    height: 100%;
  }
}

.address-wrap__body {
  padding-top: 23px;
  padding-right: 26px;
  padding-bottom: 29px;
  padding-left: 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .address-wrap__body {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

.address-wrap__title {
  width: 153px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .address-wrap__title {
    width: 183px;
    margin-left: 2px;
    margin-top: -3px;
  }
}

.address-wrap__contents {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-style: normal;
}
@media screen and (min-width: 900px) {
  .address-wrap__contents {
    margin-top: 24px;
    gap: 13px;
  }
}

.address-wrap__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 14px;
}
@media screen and (min-width: 600px) {
  .address-wrap__content {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .address-wrap__content {
    font-size: 16px;
  }
}

.address-wrap__content-tag {
  width: 64px;
  padding-left: 16px;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 600px) {
  .address-wrap__content-tag {
    width: 80px;
  }
}
@media screen and (min-width: 900px) {
  .address-wrap__content-tag {
    width: 106px;
  }
}
.address-wrap__content-tag::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ed0e0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.footer__bottom {
  margin-top: 69px;
  position: relative;
}
.footer__bottom::before {
  content: "";
  position: absolute;
  width: calc(100% + 7px);
  height: 46.7px;
  top: -45px;
  left: -7px;
  background: url(../img/sp/bg_spots_wave-sp.webp) left center repeat-x;
}
@media screen and (min-width: 900px) {
  .footer__bottom::before {
    height: 121px;
    top: -119px;
    background: url(../img/bg_spots_wave.webp) left center repeat-x;
  }
}
@media screen and (min-width: 900px) {
  .footer__bottom {
    margin-top: 238px;
  }
}

.footer__copyright {
  display: block;
  color: #fff;
  font-size: 10px;
  padding-bottom: 25px;
  text-align: center;
  background-color: #67b0c7;
}
@media screen and (min-width: 900px) {
  .footer__copyright {
    padding-bottom: 0;
    font-size: 14px;
    padding-bottom: 32px;
  }
}

.pagetop {
  margin-top: 24px;
  margin-inline: auto;
  width: 76px;
}
@media screen and (min-width: 900px) {
  .pagetop {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 80px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media screen and (min-width: 1200px) {
  .pagetop {
    width: 100px;
  }
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.pagetop img {
  max-width: 100%;
  height: auto;
}