*:focus {
  outline-color: #9ed0e0;
}

html {
  scroll-padding-top: 64px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #4a3636;
  line-height: 1.6;
  font-weight: 400;
  background: #e9f6f8;
}
body.is-fixed {
  overflow: hidden;
}

@media screen and (min-width:600px) {
  .hidden-sm {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hidden-md {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .hidden-lg {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .hidden-sp {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .hidden-pc {
    display: none;
  }
}
.inner {
  margin-inline: 20px;
}
@media screen and (min-width: 900px) {
  .inner {
    max-width: 1024px;
    margin-inline: auto;
    padding-inline: 30px;
  }
}

.button {
  display: inline-block;
  padding-top: 4px;
  padding-inline: 22px;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #4a3636;
  line-height: 1.6;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: 2px solid #4a3636;
  border-radius: 40px;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 374px) {
  .button {
    font-size: 14px;
    white-space: nowrap;
  }
}
.button:hover {
  background-color: #ffee56;
  text-decoration: none;
  color: inherit;
}
.button--types {
  font-size: 14px;
}
.button--typel {
  padding-top: 7px;
  padding-inline: 37px;
  padding-bottom: 9px;
  border: 3px solid #4a3636;
  font-size: 20px;
}

a {
  -webkit-transition: color 0.3s, text-decoration-line 0.2s;
  transition: color 0.3s, text-decoration-line 0.2s;
}
a:hover {
  text-decoration-line: underline;
  color: #67b0c7;
}

.link-text {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.header {
  height: 64px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: #fff;
}

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

.header__logo a img {
  display: block;
  width: 210px;
}
@media screen and (min-width: 768px) {
  .header__logo a img {
    width: 183px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__logo a img:hover {
    opacity: 0.7;
  }
}

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

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

@media screen and (min-width: 900px) {
  .header__button {
    margin-left: 4px;
  }
}

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

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

.drawer-icon {
  width: 32px;
  height: 21px;
  position: relative;
  z-index: 51;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 100%;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drawer-icon.is-checked .drawer-icon__dot {
  display: none;
}

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

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

.drawer-content {
  background: #fff;
  width: 100%;
  height: calc(100dvh - 64px);
  position: fixed;
  top: 64px;
  left: 0;
  overflow-y: auto;
  z-index: 3;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}
.drawer-content.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px;
}

.drawer-content__link {
  font-size: 14px;
  padding-block: 20px;
}

.drawer-content__button {
  margin-top: 20px;
}

.main {
  overflow: hidden;
}

.fv {
  position: relative;
}

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

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

.fv__title__wrapper {
  position: absolute;
  padding-top: 17px;
  top: 0;
  right: 0;
  left: 0;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .fv__title__wrapper {
    padding-top: 35px;
  }
}

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

.fv__title {
  margin-top: 20px;
  text-align: center;
  max-width: 415px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .fv__title {
    margin-top: 24px;
    max-width: 100%;
    padding-inline: 0;
  }
}

.fv__image__wrapper {
  position: relative;
  height: 710px;
}
@media screen and (min-width: 900px) {
  .fv__image__wrapper {
    width: 848px;
    height: 846px;
  }
}

@media screen and (min-width: 900px) {
  .fv-image {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.fv-image-mobile-wrapper {
  position: relative;
}

.fv-image-mobile {
  position: absolute;
  top: 291px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  width: 200px;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .fv-image-mobile {
    top: 309px;
    width: 250px;
  }
}
.fv-image-mobile-img {
  position: relative;
}
.fv-image-mobile-img img {
  width: 200px;
}
@media screen and (min-width: 900px) {
  .fv-image-mobile-img img {
    width: 250px;
  }
}

.fv-image-mobile-message {
  width: 160px;
  border-radius: 12.8px;
  background: #fff;
  position: absolute;
  top: calc(50% - 3px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  padding-bottom: 17.2px;
}
@media screen and (min-width: 900px) {
  .fv-image-mobile-message {
    width: 200px;
    border-radius: 16px;
    top: calc(50% - 5px);
    padding-bottom: 24px;
  }
}

.fv-image-mobile-message-title {
  width: 100%;
  height: 32.8px;
  padding: 6.4px 9.6px;
  display: grid;
  place-items: center;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  color: #fff;
  font-size: 12.8px;
  font-weight: 700;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  border-radius: 12.8px 12.8px 0 0;
}
@media screen and (min-width: 900px) {
  .fv-image-mobile-message-title {
    font-size: 16px;
    height: 42px;
    padding: 8px 12px;
  }
}

.fv-image-mobile-message-date-wrap {
  padding-top: 7px;
}
@media screen and (min-width: 900px) {
  .fv-image-mobile-message-date-wrap {
    padding-top: 13px;
  }
}

.fv-image-mobile-message-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 2.4px solid #ce2073;
}
@media screen and (min-width: 900px) {
  .fv-image-mobile-message-label {
    font-size: 14px;
    border-bottom: 3px solid #ce2073;
  }
}

.fv-image-mobile-message-date {
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  margin-top: 5.6px;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .fv-image-mobile-message-date {
    margin-top: 4px;
    font-size: 16px;
  }
}

.fv-image-mobile-message-button {
  margin-top: 10.8px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .fv-image-mobile-message-button {
    margin-top: 16px;
  }
  .fv-image-mobile-message-button a {
    font-size: 16px;
  }
}

.fv-image-left {
  position: absolute;
  top: 195px;
}
@media screen and (min-width: 900px) {
  .fv-image-left {
    top: 277px;
    left: 37px;
  }
}
.fv-image-left img {
  width: 142px;
  height: 80px;
}
@media screen and (min-width: 900px) {
  .fv-image-left img {
    width: 244px;
    height: 130px;
  }
}

.fv-image-right {
  position: absolute;
  top: 188px;
  right: 25px;
}
@media screen and (min-width: 900px) {
  .fv-image-right {
    top: 294px;
    right: 127px;
  }
}
.fv-image-right img {
  width: 110px;
  height: 110px;
}
@media screen and (min-width: 900px) {
  .fv-image-right img {
    width: 180px;
    height: 180px;
  }
}

.fv-image-sweets {
  position: absolute;
  bottom: 0px;
  left: 2px;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .fv-image-sweets {
    bottom: 11px;
    left: 5px;
  }
}
.fv-image-sweets img {
  width: 86px;
  height: 141px;
}
@media screen and (min-width: 900px) {
  .fv-image-sweets img {
    width: 202px;
    height: 332px;
  }
}

.fv-image-cats1 {
  position: absolute;
  right: 0;
  bottom: 58px;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .fv-image-cats1 {
    right: 61px;
    bottom: 70px;
  }
}
.fv-image-cats1 img {
  width: 62px;
  height: 69px;
}
@media screen and (min-width: 900px) {
  .fv-image-cats1 img {
    width: 170px;
    height: 190px;
  }
}

.fv-image-cats2 {
  position: absolute;
  bottom: 0;
  right: 9px;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .fv-image-cats2 {
    bottom: -34px;
    right: 0;
  }
}
.fv-image-cats2 img {
  width: 98px;
  height: 72px;
}
@media screen and (min-width: 900px) {
  .fv-image-cats2 img {
    width: 233px;
    height: 174px;
  }
}

.heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 15px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  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) {
  .heading {
    padding-inline: 20px;
    margin-top: 12px;
  }
}

.heading__icon {
  padding-top: 43.33px;
  display: inline-block;
}
.heading__icon::before {
  content: "";
  width: 37.333px;
  height: 37.333px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .heading__icon::before {
    width: 48px;
    height: 48px;
  }
}
.heading__icon.about__icon {
  background: url(../img/about-icon.svg) no-repeat center center/contain;
  margin: -1px auto 0;
  width: 31px;
  height: 24px;
}
@media screen and (min-width: 900px) {
  .heading__icon.about__icon {
    margin: -9px auto 0;
    width: 40px;
    height: 40px;
  }
}
.heading__icon.how-to-entry__icon {
  background: url(../img/how-to-entry-icon.svg) no-repeat center center/contain;
}
.heading__icon.prizes__icon {
  background: url(../img/prizes-icon.svg) no-repeat center center/contain;
  margin: -3px auto 3px;
  width: 31px;
  height: 30px;
}
@media screen and (min-width: 900px) {
  .heading__icon.prizes__icon {
    margin: 1px auto 2px;
    width: 40px;
    height: 39px;
  }
}
.heading__icon.qa__icon {
  background: url(../img/qa-icon.svg) no-repeat center center/contain;
  margin: -4px auto 4px;
  width: 31px;
  height: 28px;
}
@media screen and (min-width: 900px) {
  .heading__icon.qa__icon {
    margin: -2px auto 2px;
    width: 40px;
    height: 36px;
  }
}
.heading__icon.entry-requirements__icon {
  background: url(../img/entry-requirements-icon.svg) no-repeat center center/contain;
  margin: -2px auto 3px;
  width: 37px;
  height: 37px;
}
@media screen and (min-width: 900px) {
  .heading__icon.entry-requirements__icon {
    margin: -3px auto 0;
    width: 48px;
    height: 45px;
  }
}
.heading__icon.contact__icon {
  background: url(../img/contact-icon.svg) no-repeat center center/contain;
  margin: -4px auto 4px;
  width: 31px;
  height: 25px;
}
@media screen and (min-width: 900px) {
  .heading__icon.contact__icon {
    margin: -1px auto 2px;
    width: 48px;
    height: 32px;
  }
}

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

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

.about {
  position: relative;
  margin-top: 32px;
}
@media screen and (min-width: 900px) {
  .about {
    margin-top: 37px;
  }
}

.about__inner {
  max-width: 335px;
  margin-inline: auto;
  text-align: center;
  padding: 40px 12px;
  background: #fff;
  border-radius: 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: 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__inner {
    max-width: 500px;
  }
}
@media screen and (min-width: 900px) {
  .about__inner {
    margin-top: 70px;
    max-width: 640px;
    border-radius: 40px;
    gap: 33px;
  }
}
@media screen and (min-width: 1200px) {
  .about__inner {
    max-width: 848px;
  }
}
.about__inner::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100px;
  height: 36px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #cce1e4;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .about__inner::after {
    width: 140px;
    height: 50px;
  }
}

.about__top__image__wrapper {
  width: 283px;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 105px;
  position: absolute;
  top: 30px;
  left: calc(50% + 7px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .about__top__image__wrapper {
    width: 679px;
    height: auto;
    gap: 385px;
    top: 40px;
    left: calc(50% + 2px);
  }
}

.about__top__left img {
  width: 90px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .about__top__left img {
    width: 150px;
  }
}

@media screen and (min-width: 900px) {
  .about__top__right {
    padding-top: 7px;
  }
}
.about__top__right img {
  width: 90px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .about__top__right img {
    width: 150px;
  }
}

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

.about__text {
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .about__text {
    font-size: 16px;
  }
}
.about__text:not(:first-child) {
  margin-top: 1.5em;
}
@media screen and (min-width: 900px) {
  .about__text:not(:first-child) {
    margin-top: 1.75em;
  }
}

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

.about__gift__text {
  font-size: 14px;
  font-weight: 700;
  padding: 6px 0;
  display: inline-block;
  border-bottom: 2px dashed #9ed0e0;
  margin-top: 26px;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .about__gift__text {
    margin-top: 32px;
    font-size: 20px;
    padding: 10px 0;
  }
}

.about__button {
  margin-top: 25px;
}
@media screen and (min-width: 900px) {
  .about__button {
    margin-top: 32px;
  }
}
@media screen and (min-width: 900px) {
  .about__button a {
    padding-top: 8px;
    padding-inline: 37px;
    padding-bottom: 9px;
    border: 3px solid #4a3636;
    font-size: 20px;
  }
}

.about-image-left__stripe {
  display: none;
}
@media screen and (min-width: 900px) {
  .about-image-left__stripe {
    display: block;
    width: 250px;
    height: 250px;
    position: absolute;
    top: -20px;
    left: -21px;
  }
}
.about-image-left__pic1 {
  position: absolute;
  top: 395px;
  left: calc(50% - 315px);
}
@media screen and (min-width: 768px) {
  .about-image-left__pic1 {
    left: calc(50% - 375px);
  }
}
@media screen and (min-width: 900px) {
  .about-image-left__pic1 {
    top: 74px;
    left: calc(50% - 850px);
  }
}
@media screen and (min-width: 1200px) {
  .about-image-left__pic1 {
    left: calc(50% - 1093px);
  }
}
.about-image-left__pic1 img {
  width: 200px;
  border-radius: 24px;
}
@media screen and (min-width: 900px) {
  .about-image-left__pic1 img {
    width: 480px;
    border-radius: 40px;
  }
}

.about-image-left__pic2 {
  position: absolute;
  bottom: 62px;
  left: 0;
  width: 138px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about-image-left__pic2 {
    width: 188px;
  }
}
@media screen and (min-width: 900px) {
  .about-image-left__pic2 {
    bottom: 150px;
    width: auto;
    left: -103px;
  }
}
.about-image-left__pic2 img {
  width: 216px;
}
@media screen and (min-width: 900px) {
  .about-image-left__pic2 img {
    width: 387px;
  }
}
@media screen and (min-width: 1200px) {
  .about-image-left__pic2 img {
    width: 427px;
  }
}

.about-image-right__catfoot {
  position: absolute;
  top: -10px;
  right: calc(50% - 185px);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about-image-right__catfoot {
    right: calc(50% - 315px);
  }
}
@media screen and (min-width: 900px) {
  .about-image-right__catfoot {
    top: -50px;
    right: calc(50% - 375px);
  }
}
@media screen and (min-width: 1200px) {
  .about-image-right__catfoot {
    top: -80px;
    right: 166px;
  }
}
.about-image-right__catfoot img {
  width: 54px;
}
@media screen and (min-width: 900px) {
  .about-image-right__catfoot img {
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .about-image-right__catfoot img {
    width: 100px;
  }
}

.about-image-right__pic1 {
  position: absolute;
  top: 273px;
  right: calc(50% - 315px);
}
@media screen and (min-width: 768px) {
  .about-image-right__pic1 {
    right: calc(50% - 375px);
  }
}
@media screen and (min-width: 900px) {
  .about-image-right__pic1 {
    top: 74px;
    right: calc(50% - 850px);
  }
}
@media screen and (min-width: 1200px) {
  .about-image-right__pic1 {
    right: calc(50% - 1040px);
  }
}
.about-image-right__pic1 img {
  width: 200px;
  border-radius: 24px;
}
@media screen and (min-width: 900px) {
  .about-image-right__pic1 img {
    width: 480px;
    border-radius: 40px;
  }
}

.about-image-right__waves {
  display: none;
}
@media screen and (min-width: 900px) {
  .about-image-right__waves {
    display: block;
    width: 874px;
    height: 45px;
    position: absolute;
    bottom: 637px;
    right: -566px;
  }
}
.about-image-right__stuff1 {
  position: absolute;
  bottom: 217px;
  right: 20px;
}
@media screen and (min-width: 900px) {
  .about-image-right__stuff1 {
    bottom: 587px;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .about-image-right__stuff1 {
    right: 150px;
  }
}
.about-image-right__stuff1 img {
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 768px) {
  .about-image-right__stuff1 img {
    width: 78px;
    height: 78px;
  }
}
@media screen and (min-width: 900px) {
  .about-image-right__stuff1 img {
    width: 101px;
    height: 100px;
  }
}

.about-image-right__stuff2 {
  position: absolute;
  bottom: 159px;
  right: 56px;
}
@media screen and (min-width: 900px) {
  .about-image-right__stuff2 {
    bottom: 290px;
    right: 74px;
  }
}
@media screen and (min-width: 1200px) {
  .about-image-right__stuff2 {
    bottom: 380px;
  }
}
.about-image-right__stuff2 img {
  width: 133px;
}
@media screen and (min-width: 768px) {
  .about-image-right__stuff2 img {
    width: 183px;
  }
}
@media screen and (min-width: 900px) {
  .about-image-right__stuff2 img {
    width: 308px;
  }
}

.about__footer {
  margin-top: 139.67px;
}
@media screen and (min-width: 900px) {
  .about__footer {
    margin-top: 168px;
  }
}

.about__footer__image {
  display: block;
  text-align: center;
}
.about__footer__image img {
  width: 355px;
}
@media screen and (min-width: 900px) {
  .about__footer__image img {
    width: 891px;
  }
}

.about__footer__slide {
  margin-top: -2px;
}
@media screen and (min-width: 900px) {
  .about__footer__slide {
    margin-top: -5px;
  }
}

.about__swiper__wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.slide-image img {
  width: 100px;
  height: auto;
  border-radius: 12px;
}
@media screen and (min-width: 900px) {
  .slide-image img {
    width: 200px;
    border-radius: 24px;
  }
}

.about-slide__image img {
  width: 100px;
  height: auto;
  border-radius: 12px;
}
@media screen and (min-width: 900px) {
  .about-slide__image img {
    width: 200px;
    height: 200px;
  }
}

@media screen and (min-width: 900px) {
  .how-to-entry {
    padding-top: 109px;
  }
}

.how-to-entry__inner {
  padding-top: 32px;
  padding-bottom: 20px;
  margin-top: 32.8px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .how-to-entry__inner {
    max-width: 500px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-entry__inner {
    padding: 0 16px;
    margin: 0 auto;
    max-width: 1056px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__inner {
    padding: 0 30px;
    max-width: 1084px;
  }
}

.how-to-entry__top__image__map {
  position: absolute;
  top: 32px;
  right: calc(50% + 39px);
}
@media screen and (min-width:600px) {
  .how-to-entry__top__image__map {
    right: calc(50% + 80px);
  }
}
@media screen and (min-width: 900px) {
  .how-to-entry__top__image__map {
    top: -60px;
    right: calc(50% + 140px);
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__top__image__map {
    right: calc(50% - 363px);
    width: 100%;
  }
}
.how-to-entry__top__image__map img {
  display: block;
  width: 149px;
  height: 223px;
}
@media screen and (min-width: 900px) {
  .how-to-entry__top__image__map img {
    width: 380px;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__top__image__map img {
    width: 420px;
  }
}

.how-to-entry__top__image__cat1 {
  position: absolute;
  top: 32px;
  left: calc(50% + 58px);
}
@media screen and (min-width: 900px) {
  .how-to-entry__top__image__cat1 {
    top: -27px;
    left: calc(50% + 180px);
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__top__image__cat1 {
    left: calc(50% + 288px);
  }
}
.how-to-entry__top__image__cat1 img {
  display: block;
  width: 105px;
  height: 63px;
}
@media screen and (min-width: 900px) {
  .how-to-entry__top__image__cat1 img {
    width: 238px;
    height: 141px;
  }
}

.how-to-entry__top__image__cat2 {
  position: absolute;
  top: 37px;
  left: calc(50% + 125px);
  width: 100%;
}
@media screen and (min-width: 900px) {
  .how-to-entry__top__image__cat2 {
    top: -17px;
    left: calc(50% + 328px);
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__top__image__cat2 {
    left: calc(50% + 438px);
  }
}
.how-to-entry__top__image__cat2 img {
  display: block;
  width: 94px;
  height: 80px;
}
@media screen and (min-width: 900px) {
  .how-to-entry__top__image__cat2 img {
    width: 214px;
    height: 181px;
  }
}

.how-to-entry__icon {
  width: 35px;
  height: 37px;
  margin: -4px auto 4px;
}
@media screen and (min-width: 900px) {
  .how-to-entry__icon {
    width: 44px;
    height: 47px;
    margin: -1px auto 0;
  }
}

.how-to-entry__steps {
  text-align: center;
  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: 15px;
}
@media screen and (min-width: 900px) {
  .how-to-entry__steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
    max-width: 1024px;
    margin: 41px auto 0;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__steps {
    gap: 32px;
  }
}

.how-to-entry__step {
  position: relative;
}
@media screen and (min-width: 900px) {
  .how-to-entry__step {
    width: 320px;
  }
}
.how-to-entry__step + .how-to-entry__step {
  margin-top: 35px;
}
@media screen and (min-width: 900px) {
  .how-to-entry__step + .how-to-entry__step {
    margin-top: 0;
  }
}
.how-to-entry__step:nth-child(n+2)::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 34px;
  background: url(../img/sp/how-to-entry-step-line.png) no-repeat center center/contain;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .how-to-entry__step:nth-child(n+2)::before {
    width: 70px;
    height: 16px;
    background: url(../img/how-to-entry-step-line.png) no-repeat center center/contain;
    top: 205px;
    left: -47px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__step:nth-child(n+2)::before {
    width: 113px;
    height: 24px;
    left: -97px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-entry__step:nth-of-type(2) {
    padding-top: 69px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-entry__step:nth-of-type(3)::before {
    left: -38px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__step:nth-of-type(3)::before {
    left: -88px;
  }
}

.how-to-entry__button {
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .how-to-entry__button {
    margin-top: 47px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-entry__button a {
    padding-top: 8px;
    padding-inline: 37px;
    padding-bottom: 9px;
    border: 3px solid #4a3636;
    font-size: 20px;
  }
}

.how-to-entry__image__catfoots img {
  width: 55px;
  height: 120px;
}
@media screen and (min-width: 900px) {
  .how-to-entry__image__catfoots img {
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__image__catfoots img {
    width: 100px;
    height: 220px;
  }
}

.how-to-entry__image__catfoot-top {
  position: absolute;
  top: 106px;
  left: calc(50% + 113px);
}
@media screen and (min-width:600px) {
  .how-to-entry__image__catfoot-top {
    left: calc(50% + 188px);
  }
}
@media screen and (min-width: 900px) {
  .how-to-entry__image__catfoot-top {
    top: 133px;
    left: calc(50% + 415px);
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__image__catfoot-top {
    top: 147px;
    left: calc(50% + 617px);
    width: 100%;
  }
}

.how-to-entry__image__catfoot-middle {
  position: absolute;
  top: 581px;
  right: calc(50% + 113px);
}
@media screen and (min-width: 900px) {
  .how-to-entry__image__catfoot-middle {
    top: 650px;
    right: calc(50% - 460px);
    width: 100%;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__image__catfoot-middle {
    top: 580px;
    right: calc(50% - 365px);
  }
}

.how-to-entry__image__catfoot-bottom {
  position: absolute;
  bottom: 383px;
  left: calc(50% + 113px);
}
@media screen and (min-width: 900px) {
  .how-to-entry__image__catfoot-bottom {
    display: none;
  }
}

.step-box__image img {
  height: 210px;
}
@media screen and (min-width: 900px) {
  .step-box__image img {
    height: 300px;
  }
}

.step-box__heading {
  margin-top: 16px;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .step-box__heading {
    font-size: 16px;
    margin-top: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .step-box__heading {
    font-size: 20px;
    margin-top: 26px;
  }
}

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

.step-box__follow-button {
  margin-top: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  padding: 8px 12px;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .step-box__follow-button:hover, .step-box__follow-button:focus {
    outline: #9ed0e0 auto 1px;
  }
}
@media screen and (min-width: 900px) {
  .step-box__follow-button {
    margin-top: 17px;
  }
}
.step-box__follow-button a {
  font-size: 14px;
  font-weight: 700;
  margin-left: 30px;
}
@media screen and (min-width: 1200px) {
  .step-box__follow-button a {
    font-size: 16px;
  }
}

.follow-button::before {
  position: absolute;
  content: "";
  left: 12px;
  width: 20px;
  height: 20px;
  background: url(../img/icon-instagram.svg) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

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

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

.prizes__top__image {
  display: none;
}
@media screen and (min-width: 900px) {
  .prizes__top__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 394px;
    padding-top: 33px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__top__image-left img,
  .prizes__top__image-right img {
    width: 315px;
  }
}

.prizes__body {
  position: relative;
  margin-top: 99px;
  padding-top: 50px;
  padding-bottom: 35px;
  padding-inline: 20px;
  background: #fff;
  border-radius: 24px;
}
@media screen and (max-width: 374px) {
  .prizes__body {
    padding-inline: 14px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__body {
    max-width: 1208px;
    padding-inline: 36px;
    margin-top: 35px;
    padding-bottom: 53px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__body {
    max-width: 1248px;
    padding-inline: 0;
    margin-top: 35px;
    padding-bottom: 53px;
  }
}
.prizes__body::before {
  content: "";
  width: 238px;
  height: 83px;
  background: url(../img/sp/prizes-top-inner.png) no-repeat center center/cover;
  position: absolute;
  top: -82px;
  left: calc(50% + 5px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .prizes__body::before {
    width: 366px;
    height: 149px;
    background: url(../img/prizes-top-inner.png) no-repeat center center/cover;
    top: -149px;
    left: 50%;
  }
}

.prizes__title {
  position: absolute;
  top: -63px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 190px;
}
@media screen and (min-width: 900px) {
  .prizes__title {
    top: -130px;
  }
}

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

.prizes__cards {
  margin-top: 47px;
  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;
  row-gap: 39px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (min-width: 768px) {
  .prizes__cards {
    margin-top: 68px;
    row-gap: 48px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__cards {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 68px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__cards {
    max-width: 912px;
    width: 100%;
    margin-top: 82px;
    row-gap: 80px;
    margin-inline: auto;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}

.prizes__button {
  margin-top: 18px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .prizes__button {
    margin-top: 40px;
  }
  .prizes__button a {
    padding-top: 8px;
    padding-inline: 37px;
    padding-bottom: 9px;
    border: 3px solid #4a3636;
    font-size: 20px;
  }
}

.prizes-card {
  width: calc(50% - 7.5px);
  height: 196px;
  position: relative;
  border-radius: 8px;
  background: #f5f5f5;
}
@media screen and (min-width: 376px) {
  .prizes-card {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .prizes-card {
    cursor: pointer;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card {
    width: calc(50% - 8px);
    max-height: 460px;
  }
}
@media screen and (min-width: 768px) {
  .prizes-card:nth-child(n+3) {
    width: calc(33.3% - 10px);
    height: auto;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card:nth-child(n+3) {
    width: calc(33.3% - 22.6666666667px);
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card:nth-child(n+3) {
    height: 320px;
  }
}
@media screen and (min-width: 768px) {
  .prizes-card:nth-child(n+3) .prizes-card__body {
    max-height: 320px;
  }
}
@media screen and (min-width: 768px) {
  .prizes-card:nth-child(n+3) .prizes-card__image {
    max-height: 240px;
  }
}
@media screen and (min-width: 768px) {
  .prizes-card:hover {
    outline-offset: 0;
    border-radius: 16px;
    outline: #9ed0e0 auto 4px;
    cursor: pointer;
  }
  .prizes-card:hover .prizes-card__image img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .prizes-card:hover .prizes-card__icon::before {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #9ed0e0));
    background: linear-gradient(to bottom right, transparent 50%, #9ed0e0 50%);
  }
}
@media screen and (min-width: 900px) {
  .prizes-card {
    border-radius: 24px;
    max-width: 440px;
    height: auto;
  }
  .prizes-card:hover {
    border-radius: 24px;
  }
}

@media screen and (min-width: 768px) {
  .prizes-card-l .prizes-card__number {
    z-index: 1;
    top: -50px;
  }
}
.prizes-card-l .prizes-card__number img {
  width: 48px;
}
@media screen and (min-width: 768px) {
  .prizes-card-l .prizes-card__number img {
    width: 80px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card-l .prizes-card__number img {
    width: 100px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card-l .prizes-card__icon::before {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card-l .prizes-card__icon::after {
    width: 32px;
    height: 32px;
    right: 13px;
    bottom: 14px;
  }
}
@media screen and (min-width: 376px) {
  .prizes-card-l .prizes-card__body {
    height: auto;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card-l .prizes-card__body {
    max-height: 460px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card-l .prizes-card__heading {
    font-size: 20px;
    min-height: 120px;
  }
}

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

.prizes-card__inner {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .prizes-card__image {
    overflow: hidden;
    display: block;
    border-radius: 16px 16px 0 0;
  }
}
.prizes-card__image img {
  width: 100%;
  display: block;
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 768px) {
  .prizes-card__image img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    border-radius: 16px 16px 0 0;
  }
}

.prizes-card__heading {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media screen and (min-width:600px) {
  .prizes-card__heading {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .prizes-card__heading {
    font-size: 16px;
    min-height: 80px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.prizes-card__icon::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  border-bottom-right-radius: 8px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #67b0c7));
  background: linear-gradient(to bottom right, transparent 50%, #67b0c7 50%);
  z-index: 0;
}
@media screen and (min-width: 900px) {
  .prizes-card__icon::before {
    width: 64px;
    height: 64px;
    border-bottom-right-radius: 24px;
  }
}
.prizes-card__icon::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 6px;
  width: 12px;
  height: 12px;
  background: url(../img/prizes-button-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .prizes-card__icon::after {
    width: 21px;
    height: 21px;
    right: 8px;
    bottom: 9px;
  }
}

.prizes-modal-card {
  position: fixed;
  inset: 0;
  margin: auto;
  width: 336px;
  overflow: hidden;
  height: 480px;
  padding: 0 0 56px;
  text-align: center;
  border-radius: 24px;
  background: #fff;
  border: none;
}
@media screen and (min-width: 900px) {
  .prizes-modal-card {
    width: 480px;
    height: 650px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
  }
}

.js-prizes-modal::-ms-backdrop {
  background: rgba(0, 0, 0, 0.45);
}

.js-prizes-modal::backdrop {
  background: rgba(0, 0, 0, 0.45);
}

.prizes-modal-card__body {
  width: 100%;
  margin: 0 auto;
}

.prizes-modal-card__image {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .prizes-modal-card__image {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}
.prizes-modal-card__image img {
  display: block;
  height: 210px;
  width: 336px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .prizes-modal-card__image img {
    height: 300px;
    width: 480px;
  }
}

.prizes-modal-card__text-area {
  padding-inline: 20px;
}
@media screen and (min-width: 900px) {
  .prizes-modal-card__text-area {
    padding-inline: 0;
  }
}

.prizes-modal-card__heading {
  margin-top: 39px;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .prizes-modal-card__heading {
    margin-top: 32px;
    font-size: 20px;
  }
}

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

.prizes-modal-card__button {
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .prizes-modal-card__button {
    margin-top: 24px;
  }
}
.prizes__footer_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -43px;
}
@media screen and (min-width: 900px) {
  .prizes__footer_image {
    margin-top: 0;
  }
}
.prizes__footer_image img {
  display: block;
  width: 100%;
  min-width: 580px;
}

.spots {
  padding-bottom: 45.7px;
}
@media screen and (min-width: 900px) {
  .spots {
    padding-bottom: 120px;
    position: relative;
  }
}

@media screen and (min-width: 900px) {
  .spots__catfoot img {
    width: 70px;
    position: absolute;
    bottom: 138px;
    left: 36px;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .spots__catfoot img {
    width: 100px;
  }
}

.spots__inner {
  position: relative;
  background-color: #67b0c7;
  padding-bottom: 20px;
}
.spots__inner::before, .spots__inner::after {
  content: "";
  background: url(../img/sp/spots-bg-wave.png) repeat-x left center/contain;
  position: absolute;
  left: 0;
  width: 100%;
  height: 45.7px;
}
@media screen and (min-width: 900px) {
  .spots__inner::before, .spots__inner::after {
    height: 120px;
  }
}
.spots__inner::before {
  top: -45px;
}
@media screen and (min-width: 900px) {
  .spots__inner::before {
    top: -118px;
  }
}
.spots__inner::after {
  bottom: -44px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 900px) {
  .spots__inner::after {
    bottom: -103px;
  }
}

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

.spots__title {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spots__title {
    text-align: left;
    padding-left: max(30px, 50% - 512px);
  }
}
.spots__heading {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  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 (min-width: 900px) {
  .spots__heading {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 40px;
    padding-left: 3px;
    padding-top: 72px;
    letter-spacing: 0.25em;
  }
}
.spots__heading::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/spots-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .spots__heading::before {
    width: 39.9px;
    height: 38.2px;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

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

.spots__bottom {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .spots__bottom__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 81px;
    margin-top: 64px;
    position: relative;
  }
}

@media screen and (min-width: 900px) {
  .spots__arrows {
    width: 944px;
    max-width: 700px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .spots__arrows {
    max-width: 944px;
    top: -99px;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  display: none;
}

.spots-swiper-arrows__prev,
.spots-swiper-arrows__next {
  width: 80px;
  height: 80px;
  background-color: #ffee56;
  border-radius: 50%;
}

.spots-swiper-arrows__prev {
  background: url(../img/spots-icon-prev.png) no-repeat center center/contain;
}

.spots-swiper-arrows__next {
  background: url(../img/spots-icon-next.png) no-repeat center center/contain;
}

.spots__bottom__image img {
  width: 255px;
}
@media screen and (min-width: 900px) {
  .spots__bottom__image img {
    width: 495px;
  }
}

.spots__bottom__text {
  margin-top: 16px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 11.444px;
}
@media screen and (min-width: 900px) {
  .spots__bottom__text {
    margin-top: 0;
    font-size: 16px;
  }
}

.spots__button {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .spots__button {
    margin-top: 26px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 900px) {
  .spots__button a {
    padding-top: 7px;
    padding-inline: 37px;
    padding-bottom: 9px;
    border: 3px solid #4a3636;
    font-size: 20px;
  }
}

.spots-card {
  height: 100%;
  text-align: center;
  background: #fff;
  border-radius: 12px;
}
@media screen and (min-width: 900px) {
  .spots-card {
    max-width: 344px;
    height: 542px;
    border-radius: 24px;
    margin-inline: 0;
  }
}

.spots-card__inner {
  margin: 0;
  height: 100%;
  min-height: 402px;
}

.spots-card__image img {
  border-radius: 12px 12px 0 0;
}
@media screen and (min-width: 900px) {
  .spots-card__image img {
    border-radius: 24px 24px 0 0;
  }
}

.spots-card__text__inner {
  padding-block: 16px;
  padding-inline: 24px;
  min-height: 206px;
}
@media screen and (min-width: 900px) {
  .spots-card__text__inner {
    padding-block: 24px;
    padding-inline: 32px;
  }
}

.spots-card__heading {
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .spots-card__heading {
    font-size: 20px;
  }
}

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

.qa {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .qa {
    padding-top: 94px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 900px) {
  .qa__inner {
    max-width: 1084px;
  }
}

.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: 11px;
}
@media screen and (min-width: 900px) {
  .qa__boxes {
    margin-top: 42px;
    gap: 20px;
  }
}

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

.qa-box__heading {
  padding: 10px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .qa-box__heading {
    padding: 22px;
    gap: 16px;
  }
}
.qa-box__heading.is-open .qa-box__heading-toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.qa-box__heading.is-open .qa-box__heading-toggle::after {
  opacity: 0;
}

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

.qa-box__heading-text {
  color: #4a3636;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 900px) {
  .qa-box__heading-text {
    font-size: 20px;
  }
}

.qa-box__heading-toggle {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background-color: #9ed0e0;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .qa-box__heading-toggle {
    width: 48px;
    height: 48px;
  }
}
.qa-box__heading-toggle::before, .qa-box__heading-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  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 (min-width: 900px) {
  .qa-box__heading-toggle::before, .qa-box__heading-toggle::after {
    width: 18.667px;
    height: 2.667px;
  }
}
.qa-box__heading-toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.qa-box__heading-toggle::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.qa-box__body {
  display: none;
}

.qa-box__answer {
  background: #f5f5f5;
  padding: 16px 14px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .qa-box__answer {
    padding: 25px 22px 22px;
  }
}

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

.qa-box__answer-text {
  color: #4a3636;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .qa-box__answer-text {
    font-size: 16px;
  }
}

.qa-link-text {
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 900px) {
  .qa-link-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 900px) {
  .entry-requirements {
    padding-top: 118px;
  }
}

@media screen and (min-width: 900px) {
  .entry-requirements__inner {
    max-width: 1084px;
  }
}

.entry-requirements__body {
  border: 8px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  padding-top: 16px;
  padding-bottom: 14px;
  padding-inline: 13.5px;
}
@media screen and (min-width: 900px) {
  .entry-requirements__body {
    padding-top: 25px;
    padding-inline: 48px;
    padding-bottom: 32px;
  }
}

.entry-requirements__table {
  margin-top: 22px;
}
@media screen and (min-width: 900px) {
  .entry-requirements__table {
    margin-top: 39px;
  }
}

.entry-requirements-table__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  gap: 8px;
  padding-bottom: 15px;
}
@media screen and (min-width: 900px) {
  .entry-requirements-table__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 11.5px;
    gap: 0;
  }
}
.entry-requirements-table__list:nth-child(n+2) {
  position: relative;
  padding-top: 12px;
}
@media screen and (min-width: 900px) {
  .entry-requirements-table__list:nth-child(n+2) {
    padding-top: 13px;
  }
}
.entry-requirements-table__list:nth-child(n+2)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #ccc;
}

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

.entry-requirements-table__data {
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .entry-requirements-table__data {
    font-size: 16px;
  }
}
.entry-requirements-table__data ul {
  list-style: disc;
  padding-left: 19px;
  line-height: 19px;
}
@media screen and (min-width: 900px) {
  .entry-requirements-table__data ul {
    padding-left: 23px;
    line-height: 26px;
  }
}

.entry-requirements__image {
  margin-top: 33px;
  display: block;
}
@media screen and (min-width: 900px) {
  .entry-requirements__image {
    margin-top: 120px;
  }
}
.entry-requirements__image img {
  width: 100%;
}

.contact {
  padding-top: 40px;
  padding-bottom: 44px;
  background-color: #fff;
}
@media screen and (min-width: 900px) {
  .contact {
    padding-top: 111px;
    padding-bottom: 121px;
  }
}

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

.contact__form {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .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 (min-width: 900px) {
  .contact__fields {
    max-width: 848px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 900px) {
  .contact__field:nth-child(4) .form-field__item {
    padding-top: 16px;
  }
}

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

.contact__button {
  margin-top: 26px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact__button {
    margin-top: 40px;
    width: 240px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 900px) {
  .contact__button [type=submit] {
    padding-inline: 38px;
  }
}

@media screen and (min-width: 900px) {
  .form-field {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    min-height: 56px;
  }
}

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

.form-field__head__message {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 3px;
}
@media screen and (min-width: 900px) {
  .form-field__head__message {
    padding-top: 0;
  }
}

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

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

.form-field__item {
  margin-top: 8px;
}
@media screen and (min-width: 900px) {
  .form-field__item {
    margin-top: -2px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.form-field__item:focus {
  outline: none;
  border: 1px solid #9ed0e0;
}
.form-field__item input::-webkit-input-placeholder, .form-field__item textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #ccc;
}
.form-field__item input::-moz-placeholder, .form-field__item textarea::-moz-placeholder {
  font-size: 14px;
  color: #ccc;
}
.form-field__item input:-ms-input-placeholder, .form-field__item textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #ccc;
}
.form-field__item input::-ms-input-placeholder, .form-field__item textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #ccc;
}
.form-field__item input::placeholder,
.form-field__item textarea::placeholder {
  font-size: 14px;
  color: #ccc;
}
@media screen and (min-width: 900px) {
  .form-field__item input::-webkit-input-placeholder, .form-field__item textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-field__item input::-moz-placeholder, .form-field__item textarea::-moz-placeholder {
    font-size: 16px;
  }
  .form-field__item input:-ms-input-placeholder, .form-field__item textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-field__item input::-ms-input-placeholder, .form-field__item textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-field__item input::placeholder,
  .form-field__item textarea::placeholder {
    font-size: 16px;
  }
}
.form-field__item input:focus,
.form-field__item textarea:focus {
  background: #e9f6f8;
}
.form-field__item input [type=radio]:focus-visible {
  border: 1px solid #9ed0e0;
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.form-field__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.form-text {
  height: 56px;
  border-radius: 8px;
  background: #f5f5f5;
  padding: 16px 16px 21px;
  width: 100%;
  border: 1px solid transparent;
}
.form-text.is-error {
  background-color: #fff0f7 !important;
  border-color: #ce2073 !important;
}
@media screen and (min-width: 900px) {
  .form-text {
    padding: 20px 16px 16px;
  }
}

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
  width: 100%;
  height: 55px;
  padding: 16px;
  font-size: 14px;
  border: 1px solid transparent;
  background: url(../img/icon-select-arrow.svg) no-repeat center right 18.66px/14.9px 8.78px, linear-gradient(to left, #9ed0e0 52px, #f5f5f5 52px) no-repeat center center/cover;
}
.form-select.is-error {
  background-image: url(../img/icon-select-arrow.svg), linear-gradient(to left, #ce2073 52px, #fff0f7 52px);
  border-color: #ce2073;
}
@media screen and (min-width: 900px) {
  .form-select {
    height: 57px;
    font-size: 16px;
  }
}

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

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

.form-textarea {
  border-radius: 8px;
  background: #f5f5f5;
  padding: 14px;
  border: 1px solid transparent;
  width: 100%;
  height: 160px;
}
.form-textarea.is-error {
  background-color: #fff0f7 !important;
  border-color: #ce2073 !important;
}
@media screen and (min-width: 900px) {
  .form-textarea {
    padding: 16px;
  }
}

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

.form-checkbox__text {
  position: relative;
  padding-left: 36px;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}
.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: 14px;
  height: 9px;
  left: 5px;
  background: url(../img/icon-privacy.png) no-repeat center center/contain;
  opacity: 0;
}
.form-checkbox__text a {
  text-decoration-line: underline;
}

.footer {
  padding-top: 40px;
}
@media screen and (min-width: 900px) {
  .footer {
    margin-top: 80px;
    position: relative;
  }
}

.footer__inner {
  max-width: 1084px;
}

@media screen and (min-width: 900px) {
  .footer__catfoot {
    position: absolute;
    top: -1px;
    right: 80px;
  }
}
@media screen and (min-width: 900px) {
  .footer__catfoot img {
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__catfoot img {
    width: 100px;
    height: 220px;
  }
}

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

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

.sns-link {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 900px) {
  .sns-link {
    width: 40px;
    height: 40px;
    text-align: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .sns-link:hover {
    opacity: 0.7;
  }
}

.footer__image {
  margin-top: 14px;
  display: block;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .footer__image {
    margin-top: 41px;
  }
}
.footer__image img {
  width: 328px;
}
@media screen and (min-width: 900px) {
  .footer__image img {
    width: 755px;
  }
}

.footer__address {
  background-color: #fff;
  border-radius: 16px;
  margin-top: -3px;
  margin-inline: auto;
  height: 475px;
  max-width: 600px;
}
@media screen and (max-width: 374px) {
  .footer__address {
    height: auto;
  }
}
@media screen and (min-width: 900px) {
  .footer__address {
    margin-bottom: 120px;
    height: 400px;
    max-width: 1024px;
  }
}

@media screen and (min-width: 900px) {
  .address__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
  }
}

@media screen and (min-width: 900px) {
  .address__map {
    width: 50%;
  }
}
.address__map iframe {
  width: 100%;
  height: 271px;
  aspect-ratio: 335/271;
  vertical-align: top;
  border-radius: 16px 16px 0 0;
}
@media screen and (min-width: 900px) {
  .address__map iframe {
    height: 100%;
    aspect-ratio: 512/400;
    border-radius: 0 16px 16px 0;
  }
}
@media screen and (min-width: 1200px) {
  .address__map iframe {
    aspect-ratio: 512/400;
    border-radius: 0 16px 16px 0;
  }
}

.address__body {
  padding: 19px;
  font-style: normal;
}
@media screen and (min-width: 900px) {
  .address__body {
    width: 50%;
    padding: 103px 0;
    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;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

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

.address__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .address__list {
    gap: 12px;
    margin: 0;
  }
}

.address__row__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 900px) {
  .address__row__wrap {
    gap: 40px;
  }
}

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

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

.pagetop__button {
  width: 100%;
  text-align: center;
  padding-top: 23px;
  padding-bottom: 60px;
}
@media screen and (min-width: 900px) {
  .pagetop__button {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 900px) {
  .pagetop {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 40px;
    bottom: 40px;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .pagetop.is-show {
    opacity: 1;
    visibility: visible;
    z-index: 3;
  }
}
.pagetop img {
  width: 75px;
  height: 78px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity;
}
.pagetop img:hover {
  opacity: 0.8;
}
@media screen and (min-width: 900px) {
  .pagetop img {
    width: 100px;
    height: 104px;
  }
}

.footer__bottom {
  background-color: #67b0c7;
  position: relative;
  margin-top: 10px;
  z-index: -1;
}
.footer__bottom::before {
  content: "";
  background: url(../img/sp/spots-bg-wave.png) repeat-x left center/contain;
  position: absolute;
  left: -3px;
  top: -45px;
  width: 100%;
  height: 45.7px;
}
@media screen and (min-width: 900px) {
  .footer__bottom::before {
    height: 120px;
    left: 0;
    top: 0;
  }
}

.footer__copyright {
  display: block;
  font-size: 10px;
  color: #fff;
  text-align: center;
  padding-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .footer__copyright {
    font-size: 14px;
    padding-bottom: 32px;
    padding-top: 2px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 118px;
    background-color: #67b0c7;
    width: 100%;
  }
}