@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Josefin+Sans:wght@400;500&family=Kiwi+Maru:wght@400;500&family=Noto+Sans+JP:wght@400;700&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  background-color: #e9f6f8;
  line-height: 1.6;
  color: #4A3636;
  font-weight: 400;
}
@media screen and (1024PX <= width) {
  body {
    font-size: 16px;
  }
}

.inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (1024PX <= width) {
  .inner {
    max-width: 1096px;
    width: 100%;
    padding-left: 36px;
    padding-right: 36px;
    margin-inline: auto;
  }
}

img {
  width: 100%;
}

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

@media screen and (768px <= width) and (width < 1024px) {
  .hidden-pc {
    display: none;
  }
}
@media screen and (1024PX <= width) {
  .hidden-pc {
    display: none;
  }
}

/* 共通パーツ */
.heading {
  line-height: 1.25;
  position: relative;
}
.heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37.333px;
  height: 37.333px;
  background: url(../images/about-heading-icon.png) no-repeat center center/contain;
}
@media screen and (768px <= width) and (width < 1024px) {
  .heading::before {
    width: 42px;
    height: 42px;
  }
}
@media screen and (1024PX <= width) {
  .heading::before {
    width: 48px;
    height: 48px;
  }
}

.heading__subtitle {
  font-family: "Courgette", cursive;
  font-size: 16px;
  padding-top: 43.33px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .heading__subtitle {
    font-size: 18px;
    padding-top: 50px;
  }
}
@media screen and (1024PX <= width) {
  .heading__subtitle {
    font-size: 20px;
    padding-top: 56px;
  }
}

.heading__title {
  display: inline-block;
  margin-top: 6px;
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 6px;
  border-bottom: 6px solid #ffee56;
}
@media screen and (768px <= width) and (width < 1024px) {
  .heading__title {
    font-size: 26px;
    padding-bottom: 8px;
  }
}
@media screen and (1024PX <= width) {
  .heading__title {
    font-size: 32px;
    padding-bottom: 10px;
  }
}

.button {
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  padding: 4px 22px 6px;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: background-color 0.3s color 0.3s;
  transition: background-color 0.3s color 0.3s;
}
.button-small {
  font-size: 14px;
  padding: 2px 22px 4px;
}
.button:hover {
  background: #ffee56;
}

/* wrapper */
.wrapper {
  overflow: hidden;
}

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

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media screen and (1024PX <= width) {
  .header__inner {
    max-width: 1560px;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__logo {
  margin-top: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__logo:hover {
  opacity: 0.7;
}
.header__logo a svg {
  width: 210px;
}
@media screen and (1024PX <= width) {
  .header__logo a svg {
    width: 183px;
  }
}

.header__nav {
  display: none;
}
@media screen and (1024PX <= width) {
  .header__nav {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__link {
  font-size: 12px;
  -webkit-transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
.header__link:hover {
  color: #67b0c7;
  text-decoration: underline;
}

@media screen and (1024PX <= width) {
  .header__button {
    margin-left: 4px;
    padding-bottom: 4px;
  }
}

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

@media screen and (1024PX <= width) {
  .header__open {
    display: none;
  }
}

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

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

.drawer-icon__short-bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 27px;
  width: 4.8px;
  height: 3px;
  border-radius: 6px;
  background: #4a3636;
}

.drawer-content {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 64px;
  right: 0;
  z-index: 20;
  padding-top: 78px;
  padding-bottom: 60px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  text-align: center;
  font-size: 14px;
}

.drawer-content__button {
  padding-bottom: 4px;
}

/* fv */
.fv {
  position: relative;
  padding-top: 17px;
  margin-top: 64px;
}
@media screen and (1024PX <= width) {
  .fv {
    padding-top: 34px;
  }
}

.fv__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 152px);
  z-index: -1;
}
@media screen and (1024PX <= width) {
  .fv__bg-image {
    height: calc(100% - 139px);
  }
}
.fv__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  border-radius: 0px 0px 24px 24px;
}
@media screen and (1024PX <= width) {
  .fv__bg-image img {
    border-radius: 0px 0px 40px 40px;
  }
}

.fv_inner {
  max-width: 367px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (1024PX <= width) {
  .fv_inner {
    max-width: 920px;
  }
}

.fv__message {
  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;
  text-align: center;
}
@media screen and (1024PX <= width) {
  .fv__message {
    gap: 24px;
  }
}

.fv__message-text {
  text-shadow: 0px 0px 30px #fff;
  font-family: "Kiwi Maru", serif;
  font-size: 14px;
  line-height: 1.25;
}
@media screen and (1024PX <= width) {
  .fv__message-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
  }
}

@media screen and (1024PX <= width) {
  .fv__message-title-image img {
    width: 520px;
  }
}

.fv__decorations {
  margin-top: 10px;
  height: 522px;
  position: relative;
}
@media screen and (1024PX <= width) {
  .fv__decorations {
    height: 603px;
    margin-top: 0;
  }
}

.fv__decoration-smartphone {
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (1024PX <= width) {
  .fv__decoration-smartphone {
    bottom: 60px;
  }
}

.decoration-smartphone {
  width: 200px;
}
@media screen and (1024PX <= width) {
  .decoration-smartphone {
    width: 250px;
  }
}

.decoration-smartphone__image {
  position: relative;
}

.decoration-smartphone__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  text-align: center;
  background: #fff;
  border-radius: 12.8px;
}
@media screen and (1024PX <= width) {
  .decoration-smartphone__box {
    width: calc(100% - 50px);
    border-radius: 16px;
  }
}

.decoration-smartphone__head {
  color: #fff;
  font-size: 12.8px;
  font-weight: 700;
  padding: 6.4px 9.6px;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  border-top-right-radius: 12.8px;
  border-top-left-radius: 12.8px;
}
@media screen and (1024PX <= width) {
  .decoration-smartphone__head {
    font-size: 16px;
    padding: 8px 12px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
}

.decoration-smartphone__body {
  padding-top: 13px;
  padding-bottom: 19px;
}
@media screen and (1024PX <= width) {
  .decoration-smartphone__body {
    padding-top: 12px;
    padding-bottom: 30px;
  }
}

.decoration-smartphone__text {
  display: inline-block;
  border-bottom: 2.4px solid #ce2073;
}
@media screen and (1024PX <= width) {
  .decoration-smartphone__text {
    font-size: 14px;
    border-bottom: 3px solid #ce2073;
  }
}

.decoration-smartphone__date {
  margin-top: 6.4px;
  font-weight: 700;
}
@media screen and (1024PX <= width) {
  .decoration-smartphone__date {
    margin-top: 8px;
    font-size: 16px;
  }
}

.decoration-smartphone__button {
  margin-top: 12.8px;
  padding-bottom: 4px;
}
@media screen and (1024PX <= width) {
  .decoration-smartphone__button {
    margin-top: 16px;
  }
}

@media screen and (768px <= width) and (width < 1024px) {
  .fv-button {
    padding: 4px 22px 6px;
    font-size: 14px;
  }
}
@media screen and (1024PX <= width) {
  .fv-button {
    padding: 4px 22px 6px;
    font-size: 16px;
  }
}

.fv__decoration-message {
  position: absolute;
  top: 13px;
  left: -4px;
}
@media screen and (1024PX <= width) {
  .fv__decoration-message {
    top: 0;
    left: 37px;
  }
}
.fv__decoration-message img {
  width: 142px;
}
@media screen and (1024PX <= width) {
  .fv__decoration-message img {
    width: 244px;
  }
}

.fv__decoration-present {
  position: absolute;
  right: 21px;
  top: 3px;
}
@media screen and (1024PX <= width) {
  .fv__decoration-present {
    top: 17px;
    right: 127px;
  }
}
.fv__decoration-present img {
  width: 110px;
}
@media screen and (1024PX <= width) {
  .fv__decoration-present img {
    width: 180px;
  }
}

.fv__decoration-food {
  position: absolute;
  bottom: 45px;
  left: 0px;
  z-index: 3;
}
.fv__decoration-food img {
  width: 91px;
}
@media screen and (1024PX <= width) {
  .fv__decoration-food img {
    width: 212px;
  }
}

.fv__decoration-cats {
  position: absolute;
  bottom: 42px;
  right: 0;
  z-index: 3;
}

.decoration-cats {
  width: 103px;
  height: 123px;
  position: relative;
}
@media screen and (1024PX <= width) {
  .decoration-cats {
    width: 233px;
    height: 294px;
  }
}

.decoration-cats__cat1 {
  position: absolute;
  top: 0;
  right: -4px;
}
@media screen and (1024PX <= width) {
  .decoration-cats__cat1 {
    top: auto;
    bottom: 61px;
    left: 0;
  }
}
.decoration-cats__cat1 img {
  width: 62px;
}
@media screen and (1024PX <= width) {
  .decoration-cats__cat1 img {
    width: 170px;
  }
}

.decoration-cats__cat2 {
  position: absolute;
  bottom: -4px;
  left: 0;
}
@media screen and (1024PX <= width) {
  .decoration-cats__cat2 {
    left: auto;
    right: 0;
    bottom: -43px;
  }
}
.decoration-cats__cat2 img {
  width: 98px;
}
@media screen and (1024PX <= width) {
  .decoration-cats__cat2 img {
    width: 233px;
  }
}

/* about */
.about {
  margin-top: 35px;
  position: relative;
}
@media screen and (1024PX <= width) {
  .about {
    margin-top: 38px;
  }
}

.about-decoration__stripe-pattern {
  position: absolute;
  top: -20px;
  right: calc(50% + 527px);
  width: 250px;
}

.about-decoration__picture--left {
  position: absolute;
  top: 395px;
  right: calc(50% + 128px);
  width: 200px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .about-decoration__picture--left {
    top: 300px;
    right: calc(50% + 228px);
    width: 250px;
  }
}
@media screen and (1024PX <= width) {
  .about-decoration__picture--left {
    top: 74px;
    right: calc(50% + 614px);
    width: 480px;
  }
}
.about-decoration__picture--left img {
  border-radius: 24px;
}
@media screen and (1024PX <= width) {
  .about-decoration__picture--left img {
    border-radius: 40px;
  }
}

.about-decoration__stairs {
  position: absolute;
  bottom: 63px;
  left: 0;
  width: 138px;
  z-index: -1;
}
@media screen and (768px <= width) and (width < 1024px) {
  .about-decoration__stairs {
    bottom: 0;
    width: 225px;
  }
}
@media screen and (1024PX <= width) {
  .about-decoration__stairs {
    bottom: 155px;
    right: calc(50% + 432px);
    left: auto;
    width: 427px;
  }
}

.about-decoration__pawpads {
  position: absolute;
  top: -10px;
  right: 0;
  width: 54px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .about-decoration__pawpads {
    width: 75px;
  }
}
@media screen and (1024PX <= width) {
  .about-decoration__pawpads {
    top: -80px;
    right: auto;
    left: calc(50% + 490px);
    width: 100px;
  }
}

.about-decoration__picture--right {
  position: absolute;
  top: 273px;
  left: calc(50% + 128px);
  width: 200px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .about-decoration__picture--right {
    top: 200px;
    left: calc(50% + 228px);
    width: 250px;
  }
}
@media screen and (1024PX <= width) {
  .about-decoration__picture--right {
    top: 73px;
    left: calc(50% + 560px);
    width: 480px;
  }
}
.about-decoration__picture--right img {
  border-radius: 24px;
}
@media screen and (1024PX <= width) {
  .about-decoration__picture--right img {
    border-radius: 40px;
  }
}

.about-decoration__wave-line {
  position: absolute;
  top: 605px;
  left: calc(50% + 448px);
  width: 874px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .about-decoration__wave-line {
    display: none;
  }
}

.about-decoration__goods1 {
  position: absolute;
  bottom: 219px;
  left: calc(50% + 118px);
  width: 48px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .about-decoration__goods1 {
    bottom: 386px;
    left: calc(50% + 335px);
    width: 70px;
  }
}
@media screen and (1024PX <= width) {
  .about-decoration__goods1 {
    bottom: 592px;
    left: calc(50% + 505px);
    width: 101px;
  }
}

.about-decoration__goods2 {
  position: absolute;
  bottom: 160px;
  left: calc(50% - 3px);
  width: 133px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .about-decoration__goods2 {
    bottom: 230px;
    left: calc(50% + 174px);
    width: 205px;
  }
}
@media screen and (1024PX <= width) {
  .about-decoration__goods2 {
    bottom: 386px;
    left: calc(50% + 374px);
    width: 308px;
  }
}

.about__inner {
  max-width: 375px;
  margin-inline: auto;
}
@media screen and (768px <= width) and (width < 1024px) {
  .about__inner {
    max-width: 654px;
    width: 100%;
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media screen and (1024PX <= width) {
  .about__inner {
    max-width: 920px;
    width: 100%;
    padding-left: 36px;
    padding-right: 36px;
  }
}

.about-box {
  padding: 40px 12px 38px;
  background: #fff;
  border-radius: 24px;
  text-align: center;
  position: relative;
}
@media screen and (768px <= width) and (width < 1024px) {
  .about-box {
    padding: 40px 13.4433962264%;
    border-radius: 40px;
    gap: 34px;
  }
}
@media screen and (1024PX <= width) {
  .about-box {
    padding: 40px 13.4433962264%;
    border-radius: 40px;
    gap: 34px;
  }
}
.about-box::after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 50px 0 50px;
  border-color: #cce1e4 transparent transparent transparent;
}
@media screen and (768px <= width) and (width < 1024px) {
  .about-box::after {
    bottom: -50px;
    border-width: 50px 70px 0 70px;
  }
}
@media screen and (1024PX <= width) {
  .about-box::after {
    bottom: -50px;
    border-width: 50px 70px 0 70px;
  }
}

.about-box__picture--left {
  position: absolute;
  top: 38px;
  right: calc(50% + 51px);
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  width: 80px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .about-box__picture--left {
    width: 134px;
    top: 47px;
    right: calc(50% + 145px);
  }
}
@media screen and (1024PX <= width) {
  .about-box__picture--left {
    width: 134px;
    top: 48px;
    right: calc(50% + 198px);
  }
}

.about-box__picture--right {
  position: absolute;
  top: 35px;
  left: calc(50% + 64px);
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  width: 80px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .about-box__picture--right {
    width: 134px;
    top: 47px;
    left: calc(50% + 145px);
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@media screen and (1024PX <= width) {
  .about-box__picture--right {
    width: 134px;
    top: 54px;
    left: calc(50% + 199px);
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

.about-box__subheading {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (1024PX <= width) {
  .about-box__subheading {
    margin-top: 34px;
    font-size: 16px;
  }
}

.about-box__message {
  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: 18px;
}
@media screen and (1024PX <= width) {
  .about-box__message {
    margin-top: 34px;
    gap: 26px;
  }
}

@media screen and (1024PX <= width) {
  .about-box__text {
    font-size: 16px;
  }
}
.about-box__text a {
  display: inline-block;
  text-decoration-line: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.about-box__text a:hover {
  color: #67b0c7;
}
@media screen and (1024PX <= width) {
  .about-box__text a {
    font-size: 16px;
  }
}

.about-box__text--emphasis {
  margin-top: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: 2px dashed #9ed0e0;
  margin-inline: auto;
}
@media screen and (1024PX <= width) {
  .about-box__text--emphasis {
    margin-top: 46px;
    font-size: 20px;
    padding-bottom: 10px;
  }
}

.about-box__button {
  margin-top: 24px;
  padding-bottom: 4px;
}
@media screen and (1024PX <= width) {
  .about-box__button {
    margin-top: 32px;
  }
}

@media screen and (1024PX <= width) {
  .about-button {
    font-size: 20px;
    padding: 8px 37px 10px;
  }
}

.about__footer {
  margin-top: 138px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .about__footer {
    margin-top: 153px;
  }
}
@media screen and (1024PX <= width) {
  .about__footer {
    margin-top: 167px;
  }
}

.about__text-image {
  display: block;
  position: relative;
  width: 355px;
  margin-inline: auto;
}
@media screen and (768px <= width) and (width < 1024px) {
  .about__text-image {
    width: 620px;
  }
}
@media screen and (1024PX <= width) {
  .about__text-image {
    width: 891px;
  }
}

.about__slider {
  margin-top: -2px;
}
@media screen and (1024PX <= width) {
  .about__slider {
    margin-top: -10px;
  }
}

.container {
  width: 100%;
}

.splide__list {
  height: auto;
}

.splide__slide img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

/* how-to-enter */
.how-to-enter {
  margin-top: 65px;
  position: relative;
}
@media screen and (1024PX <= width) {
  .how-to-enter {
    margin-top: 123px;
  }
}

.how-to-enter-decorations {
  position: absolute;
}

.how-to-enter-decorations__map {
  top: 0;
  right: calc(50% + 39px);
  width: 149px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .how-to-enter-decorations__map {
    top: -60px;
    right: calc(50% + 120px);
    width: 460px;
  }
}
@media screen and (1024PX <= width) {
  .how-to-enter-decorations__map {
    top: -60px;
    right: calc(50% + 260px);
    width: 460px;
  }
}

.how-to-enter-decorations__pawpad1 {
  top: 550px;
  right: calc(50% + 112px);
  width: 55px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .how-to-enter-decorations__pawpad1 {
    top: 594px;
    right: calc(50% + 280px);
    width: 100px;
  }
}
@media screen and (1024PX <= width) {
  .how-to-enter-decorations__pawpad1 {
    top: 580px;
    right: auto;
    left: 36px;
    width: 100px;
  }
}

.how-to-enter-decorations__cats {
  top: 0;
  left: calc(50% + 58px);
}
@media screen and (768px <= width) and (width < 1024px) {
  .how-to-enter-decorations__cats {
    top: -26px;
    left: calc(50% + 163px);
  }
}
@media screen and (1024PX <= width) {
  .how-to-enter-decorations__cats {
    top: -26px;
    left: calc(50% + 287px);
  }
}

.decoration-cats2 {
  width: 160px;
  height: 85px;
  position: relative;
}
@media screen and (768px <= width) and (width < 1024px) {
  .decoration-cats2 {
    width: 364px;
    height: 191px;
  }
}
@media screen and (1024PX <= width) {
  .decoration-cats2 {
    width: 364px;
    height: 191px;
  }
}

.decoration-cats2__cat1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 105px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .decoration-cats2__cat1 {
    width: 238px;
  }
}
@media screen and (1024PX <= width) {
  .decoration-cats2__cat1 {
    width: 238px;
  }
}

.decoration-cats2__cat2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 94px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .decoration-cats2__cat2 {
    width: 214px;
  }
}
@media screen and (1024PX <= width) {
  .decoration-cats2__cat2 {
    width: 214px;
  }
}

.how-to-enter-decorations__pawpad2 {
  top: 74px;
  left: calc(50% + 112px);
  width: 55px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .how-to-enter-decorations__pawpad2 {
    top: 148px;
    left: calc(50% + 280px);
    width: 100px;
  }
}
@media screen and (1024PX <= width) {
  .how-to-enter-decorations__pawpad2 {
    top: 148px;
    left: calc(50% + 620px);
    width: 100px;
  }
}

.how-to-enter-decorations__pawpad3 {
  top: 880px;
  left: calc(50% + 112px);
  width: 55px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .how-to-enter-decorations__pawpad3 {
    top: 960px;
    left: calc(50% + 280px);
    width: 100px;
  }
}
@media screen and (1024PX <= width) {
  .how-to-enter-decorations__pawpad3 {
    display: none;
  }
}

.how-to-enter__heading {
  text-align: center;
}
.how-to-enter__heading::before {
  background: url(../images/how-to-enter-icon.png) no-repeat center center/contain;
}

.how-to-enter__steps {
  margin-top: 32px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .how-to-enter__steps {
    margin-top: 36px;
  }
}
@media screen and (1024PX <= width) {
  .how-to-enter__steps {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.how-to-enter__step {
  position: relative;
}
.how-to-enter__step + .how-to-enter__step {
  margin-top: 32px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .how-to-enter__step + .how-to-enter__step {
    margin-top: 40px;
  }
}
@media screen and (1024PX <= width) {
  .how-to-enter__step + .how-to-enter__step {
    margin-top: 0;
  }
}
@media screen and (1024PX <= width) {
  .how-to-enter__step {
    max-width: 320px;
    width: 100%;
  }
  .how-to-enter__step:nth-of-type(2) {
    margin-top: 69px;
  }
}
.how-to-enter__step:first-of-type::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7px;
  height: 34px;
  background: transparent url(../images/sp/how-to-enter-step-line.png) no-repeat center center/contain;
  z-index: 3;
}
@media screen and (1024PX <= width) {
  .how-to-enter__step:first-of-type::after {
    top: 205px;
    left: 255px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 113px;
    height: 24px;
    background: transparent url(../images/how-to-enter_step-line.png) no-repeat center center/contain;
  }
}
.how-to-enter__step:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7px;
  height: 34px;
  background: transparent url(../images/sp/how-to-enter-step-line.png) no-repeat center center/contain;
}
@media screen and (1024PX <= width) {
  .how-to-enter__step:nth-of-type(2)::after {
    top: 136px;
    left: 264px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 113px;
    height: 24px;
    background: transparent url(../images/how-to-enter_step-line.png) no-repeat center center/contain;
  }
}

.step-box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
}
@media screen and (1024PX <= width) {
  .step-box {
    display: block;
  }
}

.step-box__image {
  margin-inline: auto;
  width: 196px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .step-box__image {
    width: 240px;
  }
}
@media screen and (1024PX <= width) {
  .step-box__image {
    width: 280px;
  }
}

.step-box__title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (1024PX <= width) {
  .step-box__title {
    font-size: 20px;
  }
}
@media screen and (1024PX <= width) {
  .step-box__title {
    margin-top: 27px;
    font-size: 20px;
  }
}

@media screen and (768px <= width) and (width < 1024px) {
  .step-box__text {
    font-size: 16px;
  }
}
@media screen and (1024PX <= width) {
  .step-box__text {
    margin-top: 16px;
    font-size: 16px;
  }
}
.step-box__text a {
  display: inline-block;
  text-decoration-line: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.step-box__text a:hover {
  color: #67b0c7;
}

.step-box__follow-button {
  margin-inline: auto;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.step-box__follow-button:hover {
  background: #ffee56;
}
@media screen and (1024PX <= width) {
  .step-box__follow-button {
    margin-top: 16px;
  }
}

.follow-button {
  display: inline-block;
  padding: 8px 12px 8px 40px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
@media screen and (1024PX <= width) {
  .follow-button {
    padding: 8px 12px 8px 44px;
    font-size: 16px;
  }
}
.follow-button::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/follow-icon.png) no-repeat center center/contain;
}
@media screen and (1024PX <= width) {
  .follow-button::before {
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(../images/follow-icon.png) no-repeat center center/contain;
  }
}

.how-to-enter__button {
  text-align: center;
  padding-bottom: 4px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .how-to-enter__button {
    margin-top: 24px;
  }
}
@media screen and (1024PX <= width) {
  .how-to-enter__button {
    margin-top: 30px;
  }
}

@media screen and (768px <= width) and (width < 1024px) {
  .how-to-enter-button {
    font-size: 20px;
    padding: 8px 37px 10px;
  }
}
@media screen and (1024PX <= width) {
  .how-to-enter-button {
    font-size: 20px;
    padding: 8px 37px 10px;
  }
}

/* prizes */
.prizes {
  margin-top: 33px;
}
@media screen and (1024PX <= width) {
  .prizes {
    margin-top: 125px;
  }
}

@media screen and (1024PX <= width) {
  .prizes__inner {
    padding-inline: 56px;
  }
}

.prizes__contents {
  max-width: 580px;
  width: 100%;
  margin-inline: auto;
  padding-block: 20px 30px;
  z-index: 2;
  position: relative;
}
@media screen and (768px <= width) and (width < 1024px) {
  .prizes__contents {
    max-width: 750px;
    padding-block: 24px 38px;
  }
}
@media screen and (1024PX <= width) {
  .prizes__contents {
    max-width: 1024px;
    padding-block: 28px 48px;
  }
}
.prizes__contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 51%;
  -webkit-transform: translateX(-51%);
          transform: translateX(-51%);
  width: 238px;
  height: 83px;
  background: url(../images/sp/prizes-bg-top_SP.png) no-repeat center center/cover;
}
@media screen and (1024PX <= width) {
  .prizes__contents::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 372px;
    height: 148px;
    background: url(../images/prizes-bg-top_PC.png) no-repeat center center/cover;
  }
}
.prizes__contents::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: calc(100% - 83px);
  border-radius: 24px;
  background: #fff;
  z-index: -1;
}
@media screen and (1024PX <= width) {
  .prizes__contents::after {
    height: calc(100% - 149px);
  }
}

.prizes-decoration {
  position: absolute;
}

.prizes-decoration__triangle-left {
  display: none;
}
@media screen and (1024PX <= width) {
  .prizes-decoration__triangle-left {
    display: block;
    top: 28px;
    left: 0;
    width: 315px;
  }
}

.prizes-decoration__triangle-right {
  display: none;
}
@media screen and (1024PX <= width) {
  .prizes-decoration__triangle-right {
    display: block;
    top: 28px;
    right: 0;
    width: 315px;
  }
}

.prizes__heading {
  text-align: center;
}
.prizes__heading::before {
  background: url(../images/prizes-icon.png) no-repeat center center/contain;
}

.prizes__text {
  margin-top: 16px;
  text-align: center;
}
@media screen and (768px <= width) and (width < 1024px) {
  .prizes__text {
    margin-top: 24px;
  }
}
@media screen and (1024PX <= width) {
  .prizes__text {
    margin-top: 40px;
  }
}

.prizes__items {
  margin-top: 48px;
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: repeat(4, 1fr);
  gap: 39px 15px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .prizes__items {
    margin-top: 64px;
    gap: 60px 24px;
  }
}
@media screen and (1024PX <= width) {
  .prizes__items {
    margin-top: 82px;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(6, 1fr);
    gap: 80px 32px;
  }
}

.prizes__item:nth-of-type(1) {
  grid-area: 1/1/2/3;
}
.prizes__item:nth-of-type(2) {
  grid-area: 1/3/2/5;
}
.prizes__item:nth-of-type(3) {
  grid-area: 2/1/3/3;
}
.prizes__item:nth-of-type(4) {
  grid-area: 2/3/3/5;
}
.prizes__item:nth-of-type(5) {
  grid-area: 3/2/4/4;
}
@media screen and (1024PX <= width) {
  .prizes__item:nth-of-type(1) {
    grid-area: 1/1/2/4;
  }
  .prizes__item:nth-of-type(2) {
    grid-area: 1/4/2/7;
  }
  .prizes__item:nth-of-type(3) {
    grid-area: 2/1/3/3;
  }
  .prizes__item:nth-of-type(4) {
    grid-area: 2/3/3/5;
  }
  .prizes__item:nth-of-type(5) {
    grid-area: 2/5/3/7;
  }
}

.prizes-item {
  border-radius: 8px;
  position: relative;
}
.prizes-item:hover .prizes-item__image img {
  scale: 1.2;
}

.prizes-item__number {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48px;
  z-index: 2;
}
@media screen and (768px <= width) and (width < 1024px) {
  .prizes-item__number {
    top: -40px;
    width: 80px;
  }
}
@media screen and (1024PX <= width) {
  .prizes-item__number {
    top: -40px;
    width: 80px;
  }
  .prizes-item__number--large {
    top: -50px;
    width: 100px;
  }
}

.prizes-item__aria {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 8px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .prizes-item__aria {
    border-radius: 24px;
  }
}
@media screen and (1024PX <= width) {
  .prizes-item__aria {
    border-radius: 24px;
  }
}

.prizes-item__image {
  display: block;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .prizes-item__image {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}
@media screen and (1024PX <= width) {
  .prizes-item__image {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}
.prizes-item__image img {
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}

.prizes-item__title {
  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;
  height: 56px;
  text-align: center;
  font-weight: 700;
}
@media screen and (768px <= width) and (width < 1024px) {
  .prizes-item__title {
    font-size: 16px;
  }
}
@media screen and (1024PX <= width) {
  .prizes-item__title {
    padding-top: 5px;
    height: 80px;
    font-size: 16px;
  }
  .prizes-item__title--large {
    height: 120px;
    font-size: 20px;
  }
}

.prizes-item__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 8px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (768px <= width) and (width < 1024px) {
  .prizes-item__button {
    border-radius: 24px;
    border: 4px solid transparent;
  }
}
@media screen and (1024PX <= width) {
  .prizes-item__button {
    border-radius: 24px;
    border: 4px solid transparent;
  }
}
.prizes-item__button:hover {
  border-color: #9ed0e0;
}
.prizes-item__button:hover .prizes-item__icon .prizes-item__icon--hover {
  fill: #9ed0e0;
}

.prizes-item__icon svg {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 36px;
  height: 36px;
  border-bottom-right-radius: 8px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .prizes-item__icon svg {
    bottom: -4px;
    right: -4px;
    width: 64px;
    height: 64px;
    border-bottom-right-radius: 24px;
  }
}
@media screen and (1024PX <= width) {
  .prizes-item__icon svg {
    bottom: -4px;
    right: -4px;
    width: 64px;
    height: 64px;
    border-bottom-right-radius: 24px;
  }
}

@media screen and (1024PX <= width) {
  .prizes-item__icon--large svg {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 100px;
    height: 100px;
    border-bottom-right-radius: 24px;
  }
}

.prizes-item__icon--hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.prizes-modal {
  position: fixed;
  inset: 0;
  margin: auto;
  width: 336px;
  height: 480px;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  padding: 0 20px 20px;
  border-radius: 24px;
  border: none;
  background: #fff;
  text-align: center;
  z-index: 500;
}
@media screen and (768px <= width) and (width < 1024px) {
  .prizes-modal {
    width: 480px;
    height: 650px;
    max-width: calc(100% - 60px);
    max-height: calc(100% - 60px);
    padding: 0 40px 40px;
  }
}
@media screen and (1024PX <= width) {
  .prizes-modal {
    width: 480px;
    height: 650px;
    max-width: calc(100% - 60px);
    max-height: calc(100% - 60px);
    padding: 0 40px 40px;
  }
}
.prizes-modal::-ms-backdrop {
  opacity: 0.7;
  background: #000;
}
.prizes-modal::backdrop {
  opacity: 0.7;
  background: #000;
}

.prize-modal__image {
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media screen and (1024PX <= width) {
  .prize-modal__image {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}
.prize-modal__image img {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.prizes-modal__title {
  margin-top: 39px;
  font-weight: 700;
}
@media screen and (768px <= width) and (width < 1024px) {
  .prizes-modal__title {
    margin-top: 32px;
    font-size: 20px;
  }
}
@media screen and (1024PX <= width) {
  .prizes-modal__title {
    margin-top: 32px;
    font-size: 20px;
  }
}

.prizes-modal__text {
  margin-top: 12px;
  font-size: 12px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .prizes-modal__text {
    font-size: 16px;
  }
}
@media screen and (1024PX <= width) {
  .prizes-modal__text {
    font-size: 16px;
  }
}

.prizes-modal__button {
  margin-top: 16px;
  padding-bottom: 4px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .prizes-modal__button {
    margin-top: 24px;
  }
}
@media screen and (1024PX <= width) {
  .prizes-modal__button {
    margin-top: 24px;
  }
}

.prizes__button {
  margin-top: 18px;
  text-align: center;
  padding-bottom: 4px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .prizes__button {
    margin-top: 30px;
  }
}
@media screen and (1024PX <= width) {
  .prizes__button {
    margin-top: 40px;
  }
}

@media screen and (768px <= width) and (width < 1024px) {
  .prizes-button {
    font-size: 20px;
    padding: 8px 37px 10px;
  }
}
@media screen and (1024PX <= width) {
  .prizes-button {
    font-size: 20px;
    padding: 8px 37px 10px;
  }
}

.prizes__footer-cover {
  margin-top: -42px;
  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 (1024PX <= width) {
  .prizes__footer-cover {
    margin-top: 0;
  }
}
.prizes__footer-cover img {
  display: block;
  width: 100%;
  min-width: 580px;
  z-index: -2;
}
@media screen and (1024PX <= width) {
  .prizes__footer-cover img {
    min-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

.spots {
  margin-top: -46.7px;
  padding-block: 45.7px;
  position: relative;
}
@media screen and (1024PX <= width) {
  .spots {
    margin-top: -115px;
    padding-block: 120px;
  }
}
.spots::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 45.7px;
  background: transparent url(../images/sp/spots-top_SP.svg) repeat-x left center/contain;
}
@media screen and (1024PX <= width) {
  .spots::before {
    height: 120px;
    background: transparent url(../images/spots-top_PC.svg) repeat-x left center/contain;
  }
}
.spots::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 45.7px;
  background: transparent url(../images/sp/spots-bottom_SP.svg) repeat-x left center/contain;
}
@media screen and (1024PX <= width) {
  .spots::after {
    bottom: 2px;
    height: 120px;
    background: transparent url(../images/spots-bottom_PC.svg) repeat-x left center/contain;
  }
}

.spots__decoration-pawpad {
  position: absolute;
  bottom: 120px;
  left: 36px;
  width: 100px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .spots__decoration-pawpad {
    display: none;
  }
}

.spots__container {
  background: #67b0c7;
  padding-bottom: 15px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .spots__container {
    padding-bottom: 24px;
  }
}
@media screen and (1024PX <= width) {
  .spots__container {
    padding-bottom: 0;
  }
}

@media screen and (1024PX <= width) {
  .spots__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 38px;
    padding-left: max(30px, 50vw - 512px);
  }
}

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

.spots__heading {
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  display: inline-block;
  padding-left: 36px;
  position: relative;
}
@media screen and (768px <= width) and (width < 1024px) {
  .spots__heading {
    font-size: 36px;
  }
}
@media screen and (1024PX <= width) {
  .spots__heading {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 40px;
    letter-spacing: 0.25em;
    padding-left: 0;
    padding-top: 67px;
  }
}
.spots__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(../images/spots-heading-icon.png) no-repeat center center/contain;
}
@media screen and (1024PX <= width) {
  .spots__heading::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 56px;
    height: 56px;
  }
}

.spots__slider {
  margin-top: 24px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .spots__slider {
    margin-top: 32px;
  }
}
@media screen and (1024PX <= width) {
  .spots__slider {
    margin-top: 0;
  }
}

@media screen and (1024PX <= width) {
  .spots__bottom {
    margin-top: 64px;
  }
}

@media screen and (1024PX <= width) {
  .spots__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
  }
}

.spots__text-image {
  text-align: center;
}
.spots__text-image img {
  width: 255px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .spots__text-image img {
    width: 335px;
  }
}
@media screen and (1024PX <= width) {
  .spots__text-image img {
    width: 495px;
  }
}

.spots__text-wrap {
  margin-top: 16px;
  text-align: center;
}
@media screen and (768px <= width) and (width < 1024px) {
  .spots__text-wrap {
    margin-top: 24px;
  }
}
@media screen and (1024PX <= width) {
  .spots__text-wrap {
    margin-top: 0;
    text-align: end;
  }
}

.spots__text {
  color: #fff;
  font-size: 11.444px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .spots__text {
    font-size: 14px;
  }
}
@media screen and (1024PX <= width) {
  .spots__text {
    font-size: 16px;
  }
}

.spots__button {
  margin-top: 24px;
  padding-bottom: 4px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .spots__button {
    margin-top: 32px;
  }
}

@media screen and (768px <= width) and (width < 1024px) {
  .spots-button {
    font-size: 20px;
    padding: 8px 37px 10px;
  }
}
@media screen and (1024PX <= width) {
  .spots-button {
    font-size: 20px;
    padding: 8px 37px 10px;
  }
}

.splide__wrapper {
  position: relative;
}

.splide__arrows {
  max-width: 944px;
  width: 100%;
}

.splide__arrow {
  width: 80px;
  height: 80px;
  opacity: unset;
  top: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  bottom: -23px;
}

.splide__arrow--prev {
  left: -48px;
}

.splide__arrow--next {
  left: 815px;
}

.splide__slide {
  background: #fff;
  border-radius: 12px;
}
@media screen and (1024PX <= width) {
  .splide__slide {
    border-radius: 24px;
  }
}

.spots-card {
  height: 100%;
}
.spots-card figcaption {
  padding: 0 24px 30px;
}
@media screen and (1024PX <= width) {
  .spots-card figcaption {
    padding: 0 32px 40px;
  }
}

.spots-card__image {
  overflow: hidden;
}
.spots-card__image img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (1024PX <= width) {
  .spots-card__image img {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}

.spots-card__title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (1024PX <= width) {
  .spots-card__title {
    margin-top: 24px;
    font-size: 20px;
  }
}

.spots-card__text {
  margin-top: 16px;
}
@media screen and (1024PX <= width) {
  .spots-card__text {
    margin-top: 24px;
  }
}

/* Q & A */
.qa {
  margin-top: 41px;
}
@media screen and (1024PX <= width) {
  .qa {
    margin-top: 124px;
  }
}

.qa__heading {
  text-align: center;
}
.qa__heading::before {
  background: url(../images/qa-heading-icon.png) no-repeat center center/contain;
}

.qa__boxes {
  margin-top: 24px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .qa__boxes {
    margin-top: 32px;
  }
}
@media screen and (1024PX <= width) {
  .qa__boxes {
    margin-top: 40px;
  }
}

.qa-box {
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid #4a3636;
  background: #fff;
}
@media screen and (768px <= width) and (width < 1024px) {
  .qa-box {
    border-radius: 16px;
  }
}
@media screen and (1024PX <= width) {
  .qa-box {
    border-radius: 16px;
  }
}
.qa-box + .qa-box {
  margin-top: 11px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .qa-box + .qa-box {
    margin-top: 18px;
  }
}
@media screen and (1024PX <= width) {
  .qa-box + .qa-box {
    margin-top: 24px;
  }
}
.qa-box.is-open .qa-box__q-toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
@media screen and (768px <= width) and (width < 1024px) {
  .qa-box.is-open .qa-box__q {
    padding-bottom: 22px;
  }
}
@media screen and (1024PX <= width) {
  .qa-box.is-open .qa-box__q {
    padding-bottom: 22px;
  }
}

.qa-box__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 14px;
  width: 100%;
}
@media screen and (768px <= width) and (width < 1024px) {
  .qa-box__q {
    gap: 16px;
    padding: 22px;
  }
}
@media screen and (1024PX <= width) {
  .qa-box__q {
    gap: 16px;
    padding: 22px 22px 18px;
  }
}

.qa-box__q-icon {
  color: #9ed0e0;
  font-family: Josefin Sans, sans-serif;
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (768px <= width) and (width < 1024px) {
  .qa-box__q-icon {
    font-size: 32px;
  }
}
@media screen and (1024PX <= width) {
  .qa-box__q-icon {
    font-size: 32px;
  }
}

.qa-box__q-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}
@media screen and (768px <= width) and (width < 1024px) {
  .qa-box__q-text {
    font-size: 20px;
  }
}
@media screen and (1024PX <= width) {
  .qa-box__q-text {
    font-size: 20px;
  }
}

.qa-box__q-toggle {
  display: block;
  width: 26px;
  height: 26px;
  background: #9ed0e0;
  border-radius: 50%;
  position: relative;
}
@media screen and (768px <= width) and (width < 1024px) {
  .qa-box__q-toggle {
    width: 48px;
    height: 48px;
  }
}
@media screen and (1024PX <= width) {
  .qa-box__q-toggle {
    width: 48px;
    height: 48px;
  }
}
.qa-box__q-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  width: 10px;
  height: 2px;
  border-radius: 50px;
  background: #fff;
  -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 (768px <= width) and (width < 1024px) {
  .qa-box__q-toggle::before {
    width: 19px;
    height: 3px;
  }
}
@media screen and (1024PX <= width) {
  .qa-box__q-toggle::before {
    width: 19px;
    height: 3px;
  }
}
.qa-box__q-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 2px;
  border-radius: 50px;
  background: #fff;
}
@media screen and (768px <= width) and (width < 1024px) {
  .qa-box__q-toggle::after {
    width: 19px;
    height: 3px;
  }
}
@media screen and (1024PX <= width) {
  .qa-box__q-toggle::after {
    width: 19px;
    height: 3px;
  }
}

.qa-box__body {
  background: #f5f5f5;
  border-radius: 12px;
  display: none;
}
@media screen and (768px <= width) and (width < 1024px) {
  .qa-box__body {
    border-radius: 16px;
  }
}
@media screen and (1024PX <= width) {
  .qa-box__body {
    border-radius: 16px;
  }
}

.qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16.5px 14px 15px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .qa-box__a {
    padding: 24px 22px 22px;
  }
}
@media screen and (1024PX <= width) {
  .qa-box__a {
    padding: 24px 22px 22px;
  }
}

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

.qa-box__a-text {
  font-size: 14px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .qa-box__a-text {
    font-size: 16px;
  }
}
@media screen and (1024PX <= width) {
  .qa-box__a-text {
    font-size: 16px;
  }
}
.qa-box__a-text span {
  text-decoration-line: underline;
}

/* entry requirements */
.entry {
  margin-top: 30px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .entry {
    margin-top: 80px;
  }
}
@media screen and (1024PX <= width) {
  .entry {
    margin-top: 120px;
  }
}

.entry__container {
  padding: 16px 15.5px 25px;
  border: 8px solid #fff;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (768px <= width) and (width < 1024px) {
  .entry__container {
    padding: 32px 48px;
  }
}
@media screen and (1024PX <= width) {
  .entry__container {
    padding: 32px 48px 50px;
  }
}

.entry__heading {
  text-align: center;
}
.entry__heading::before {
  background: url(../images/entry-heading-icon.png) no-repeat center center/contain;
}

.entry__table {
  margin-top: 24px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .entry__table {
    margin-top: 40px;
  }
}
@media screen and (1024PX <= width) {
  .entry__table {
    margin-top: 41px;
  }
}

.entry-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.entry-table__row {
  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-top: 12px;
  padding-bottom: 14px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
@media screen and (768px <= width) and (width < 1024px) {
  .entry-table__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 12px;
  }
}
@media screen and (1024PX <= width) {
  .entry-table__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 12px;
  }
}
.entry-table__row:first-child {
  padding-top: 0;
}
.entry-table__row:last-child {
  border: none;
  padding-bottom: 0;
}

.entry-table__heading {
  padding-left: 16px;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  position: relative;
}
@media screen and (768px <= width) and (width < 1024px) {
  .entry-table__heading {
    font-size: 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (1024PX <= width) {
  .entry-table__heading {
    padding-left: 32px;
    font-size: 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.entry-table__heading::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ed0e0;
}

.entry-table__info span {
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.entry-table__info span:hover {
  color: #67b0c7;
}
@media screen and (768px <= width) and (width < 1024px) {
  .entry-table__info {
    width: calc(100% - 240px);
  }
}
@media screen and (1024PX <= width) {
  .entry-table__info {
    width: calc(100% - 240px);
  }
}
.entry-table__info ul li {
  position: relative;
  padding-left: 1.5em;
}
.entry-table__info ul li::before {
  content: "・";
  position: absolute;
  top: 0.1em;
  left: 0.2em;
}

.entry__cover-background {
  display: block;
  margin-top: 32px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .entry__cover-background {
    margin-top: 80px;
  }
}
@media screen and (1024PX <= width) {
  .entry__cover-background {
    margin-top: 120px;
  }
}

/* contact */
.contact {
  padding-top: 39px;
  padding-bottom: 40px;
  background: #fff;
}
@media screen and (768px <= width) and (width < 1024px) {
  .contact {
    padding-block: 60px;
  }
}
@media screen and (1024PX <= width) {
  .contact {
    padding-top: 123px;
    padding-bottom: 120px;
  }
}

@media screen and (768px <= width) and (width < 1024px) {
  .contact__inner {
    max-width: 640px;
    margin-inline: auto;
  }
}
@media screen and (1024PX <= width) {
  .contact__inner {
    max-width: 920px;
  }
}

.contact__heading {
  text-align: center;
}
.contact__heading::before {
  background: url(../images/contact-heading-icon.svg) no-repeat center center/contain;
}

.contact__text {
  margin-top: 24px;
  text-align: center;
}
@media screen and (1024PX <= width) {
  .contact__text {
    margin-top: 32px;
    font-size: 16px;
  }
}

.contact__form {
  margin-top: 24px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .contact__form {
    margin-top: 32px;
  }
}
@media screen and (1024PX <= width) {
  .contact__form {
    margin-top: 40px;
  }
}

.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: 24px;
}
@media screen and (1024PX <= width) {
  .contact__fields {
    gap: 22px;
  }
}

@media screen and (768px <= width) and (width < 1024px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media screen and (1024PX <= width) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}

.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 (768px <= width) and (width < 1024px) {
  .form-field__head {
    width: 180px;
  }
  .form-field__head-message {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (1024PX <= width) {
  .form-field__head {
    width: 180px;
  }
  .form-field__head-message {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form-field__label {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (1024PX <= width) {
  .form-field__label {
    font-size: 16px;
  }
}

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

.form-field__item {
  margin-top: 9px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .form-field__item {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(100% - 200px);
  }
}
@media screen and (1024PX <= width) {
  .form-field__item {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(100% - 220px);
  }
}

.form-text {
  border-radius: 8px;
  border: none;
  border: 1px solid transparent;
  background: #f5f5f5;
  padding: 16px;
  width: 100%;
  outline: none;
}
.form-text::-webkit-input-placeholder {
  font-size: 14px;
  color: #ccc;
}
.form-text::-moz-placeholder {
  font-size: 14px;
  color: #ccc;
}
.form-text:-ms-input-placeholder {
  font-size: 14px;
  color: #ccc;
}
.form-text::-ms-input-placeholder {
  font-size: 14px;
  color: #ccc;
}
.form-text::placeholder {
  font-size: 14px;
  color: #ccc;
}
@media screen and (1024PX <= width) {
  .form-text::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-text::-moz-placeholder {
    font-size: 16px;
  }
  .form-text:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-text::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-text::placeholder {
    font-size: 16px;
  }
}
.form-text:focus {
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
}
.form-text:focus::-webkit-input-placeholder {
  color: #4a3636;
}
.form-text:focus::-moz-placeholder {
  color: #4a3636;
}
.form-text:focus:-ms-input-placeholder {
  color: #4a3636;
}
.form-text:focus::-ms-input-placeholder {
  color: #4a3636;
}
.form-text:focus::placeholder {
  color: #4a3636;
}
.form-text.is-error {
  background-color: #fff0f7;
  border-color: #ce2073;
}

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 56px;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 15px;
  cursor: pointer;
  font-size: 14px;
  background-image: url(../images/form-arrow-icon.svg), linear-gradient(to left, #9ed0e0 52px, #f5f5f5 52px);
  background-repeat: no-repeat, no-repeat;
  background-position: center right 10px, center center;
  background-size: 32px 32px, cover;
  outline: none;
}
@media screen and (1024PX <= width) {
  .form-select {
    font-size: 16px;
  }
}
.form-select:focus {
  border: 1px solid #9ed0e0;
}
.form-select.is-error {
  background-image: url(../images/form-arrow-icon.svg), linear-gradient(to left, #ce2073 52px, #fff0f7 52px);
  border-color: #ce2073;
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .form-field__radios {
    height: 56px;
  }
}
@media screen and (1024PX <= width) {
  .form-field__radios {
    height: 56px;
  }
}

.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 {
  font-weight: 700;
}
.form-radio__input:checked + .form-radio__text::after {
  opacity: 1;
}

.form-radio__text {
  font-size: 14px;
  padding-left: 32px;
  position: relative;
}
@media screen and (1024PX <= width) {
  .form-radio__text {
    font-size: 16px;
  }
}
.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;
  border: 1px solid transparent;
  background: #f5f5f5;
  left: 0;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-radio__text::after {
  width: 12px;
  height: 12px;
  background: #9ed0e0;
  left: 6px;
  opacity: 0;
}

.form-textarea {
  border-radius: 8px;
  border: 1px solid transparent;
  background: #f5f5f5;
  width: 100%;
  height: 160px;
  padding: 16px;
  outline: none;
}
.form-textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
}
.form-textarea::-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}
.form-textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
}
.form-textarea::-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
}
.form-textarea::placeholder {
  color: #ccc;
  font-size: 14px;
}
@media screen and (1024PX <= width) {
  .form-textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-textarea::-moz-placeholder {
    font-size: 16px;
  }
  .form-textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-textarea::placeholder {
    font-size: 16px;
  }
}
.form-textarea:focus {
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
}
.form-textarea:focus::-webkit-input-placeholder {
  color: #4a3636;
}
.form-textarea:focus::-moz-placeholder {
  color: #4a3636;
}
.form-textarea:focus:-ms-input-placeholder {
  color: #4a3636;
}
.form-textarea:focus::-ms-input-placeholder {
  color: #4a3636;
}
.form-textarea:focus::placeholder {
  color: #4a3636;
}
.form-textarea.is-error {
  background-color: #fff0f7;
  border-color: #ce2073;
}

.contact__privacy {
  margin-top: 25px;
  text-align: center;
}
@media screen and (768px <= width) and (width < 1024px) {
  .contact__privacy {
    margin-top: 32px;
  }
}
@media screen and (1024PX <= width) {
  .contact__privacy {
    margin-top: 40px;
  }
}
.contact__privacy a {
  display: inline-block;
  text-decoration-line: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.contact__privacy a:hover {
  color: #67b0c7;
}

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

.form-checkbox__text {
  font-size: 14px;
  padding-left: 36px;
  position: relative;
  cursor: pointer;
}
@media screen and (1024PX <= width) {
  .form-checkbox__text {
    font-size: 16px;
  }
}
.form-checkbox__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid transparent;
  background: #f5f5f5;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 4.5px;
  top: 5px;
  border-bottom: 2px solid #67b0c7;
  border-left: 2px solid #67b0c7;
  width: 15px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}

.contact__button {
  margin-top: 25px;
  text-align: center;
  padding-bottom: 4px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .contact__button {
    margin-top: 32px;
  }
}
@media screen and (1024PX <= width) {
  .contact__button {
    margin-top: 40px;
  }
}

@media screen and (1024PX <= width) {
  .form-submit__input {
    width: 240px;
  }
}

/* footer */
.footer {
  margin-top: 40px;
  position: relative;
}
@media screen and (1024PX <= width) {
  .footer {
    margin-top: 120px;
  }
}

.footer__decoration-pawpad {
  position: absolute;
  top: -40px;
  left: calc(50% + 576px);
  width: 100px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .footer__decoration-pawpad {
    top: 0;
    right: 0;
    left: auto;
    width: 64px;
  }
}

.footer-sns {
  text-align: center;
}

.footer-sns__lead {
  font-family: Josefin Sans;
  font-size: 20px;
  line-height: 1.25;
}
@media screen and (768px <= width) and (width < 1024px) {
  .footer-sns__lead {
    font-size: 24px;
  }
}
@media screen and (1024PX <= width) {
  .footer-sns__lead {
    font-size: 24px;
  }
}

.footer-sns__nav {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.footer-sns__button {
  width: 32px;
  height: 32px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer-sns__button:hover {
  opacity: 0.7;
}
@media screen and (768px <= width) and (width < 1024px) {
  .footer-sns__button {
    width: 40px;
    height: 40px;
  }
}
@media screen and (1024PX <= width) {
  .footer-sns__button {
    width: 40px;
    height: 40px;
  }
}

.footer__text-image {
  margin-top: 14px;
  max-width: 335px;
  margin-inline: auto;
}
@media screen and (768px <= width) and (width < 1024px) {
  .footer__text-image {
    margin-top: 20px;
    max-width: 580px;
  }
}
@media screen and (1024PX <= width) {
  .footer__text-image {
    margin-top: 38px;
    max-width: 755px;
  }
}

@media screen and (1024PX <= width) {
  .footer__address-wrap {
    margin-top: -5px;
  }
}

.footer-address {
  overflow: hidden;
  margin-top: -2px;
  background: #fff;
  border-radius: 16px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .footer-address {
    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;
  }
}
@media screen and (1024PX <= width) {
  .footer-address {
    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;
  }
}

@media screen and (768px <= width) and (width < 1024px) {
  .footer-address__map {
    width: 50%;
  }
}
@media screen and (1024PX <= width) {
  .footer-address__map {
    width: 50%;
  }
}
.footer-address__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 335/271;
}
@media screen and (768px <= width) and (width < 1024px) {
  .footer-address__map iframe {
    aspect-ratio: 512/400;
  }
}
@media screen and (1024PX <= width) {
  .footer-address__map iframe {
    aspect-ratio: 512/400;
  }
}

.footer-adderss__body {
  padding: 24px 24px 28px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-address__logo {
  width: 153px;
  margin-top: -6px;
  margin-inline: auto;
}
@media screen and (768px <= width) and (width < 1024px) {
  .footer-address__logo {
    width: 183px;
    margin: 0;
  }
}
@media screen and (1024PX <= width) {
  .footer-address__logo {
    width: 183px;
    margin: 0;
  }
}

.footer-address__info {
  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;
}
@media screen and (768px <= width) and (width < 1024px) {
  .footer-address__info {
    margin-top: 24px;
    gap: 12px;
  }
}
@media screen and (1024PX <= width) {
  .footer-address__info {
    margin-top: 24px;
    gap: 12px;
  }
}

.footer-address__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (768px <= width) and (width < 1024px) {
  .footer-address__info-row {
    gap: 32px;
  }
}
@media screen and (1024PX <= width) {
  .footer-address__info-row {
    gap: 40px;
  }
}

.footer-address__heading {
  min-width: 64px;
  padding-left: 16px;
  font-size: 12px;
  font-weight: 700;
  position: relative;
}
@media screen and (768px <= width) and (width < 1024px) {
  .footer-address__heading {
    min-width: 80px;
    font-size: 16px;
  }
}
@media screen and (1024PX <= width) {
  .footer-address__heading {
    min-width: 80px;
    font-size: 16px;
  }
}
.footer-address__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ed0e0;
}

.footer__pagetop {
  margin-top: 24px;
  text-align: center;
}
@media screen and (1024PX <= width) {
  .footer__pagetop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 200;
  }
}

.pagetop {
  width: 75px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.pagetop:hover {
  opacity: 0.7;
}
@media screen and (1024PX <= width) {
  .pagetop {
    width: 100px;
  }
}

.footer__bottom {
  margin-top: 24px;
  padding-top: 45.7px;
  position: relative;
}
@media screen and (1024PX <= width) {
  .footer__bottom {
    margin-top: 117px;
    padding-top: 120px;
  }
}
.footer__bottom::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 45.7px;
  background: transparent url(../images/sp/spots-top_SP.svg) repeat-x left center/contain;
}
@media screen and (1024PX <= width) {
  .footer__bottom::before {
    height: 120px;
    background: transparent url(../images/spots-top_PC.svg) repeat-x left center/contain;
  }
}

.footer__copyright {
  display: block;
  color: #fff;
  font-size: 10px;
  background: #67b0c7;
  text-align: center;
  padding-bottom: 24px;
}
@media screen and (1024PX <= width) {
  .footer__copyright {
    font-size: 14px;
    padding-bottom: 32px;
  }
}