@charset "UTF-8";
/*----------------------------------
  共通クラス
-----------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding: 64px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-style: normal;
  background: #e9f6f8;
  color: #4a3636;
}

body.is-fixed {
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
}

.inner {
  max-width: 1084px;
  margin-inline: auto;
  padding-inline: 30px;
}
@media (max-width: 900px) {
  .inner {
    padding-inline: 20px;
    max-width: 640px;
  }
}

.button {
  display: inline-block;
  border-radius: 40px;
  border: 2px solid var(--LP-Blown, #4a3636);
  background: var(--LP-White, #fff);
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding: 4px 22px 6px 22px;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .button {
    padding-top: 8px;
    padding-right: 37px;
    padding-bottom: 10px;
    padding-left: 37px;
    font-size: 20px;
    border-width: 3px;
  }
}
.button:hover {
  background: #ffee56;
}

.button--small {
  border-radius: 40px;
  border: 2px solid var(--LP-Blown, #4a3636);
  background: var(--LP-White, #fff);
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  padding: 2px 22px 4px 22px;
}
@media (min-width: 900px) {
  .button--small {
    padding: 4px 22px 6px 22px;
    font-size: 16px;
    border-width: 2px;
  }
}

.heading {
  position: relative;
  text-align: center;
  -webkit-padding-before: 56px;
          padding-block-start: 56px;
}
@media (max-width: 900px) {
  .heading {
    -webkit-padding-before: 43.33px;
            padding-block-start: 43.33px;
  }
}
.heading::before {
  content: "";
  position: absolute;
  background: url(../img/about-icon.svg) no-repeat center center/cover;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48px;
  height: 48px;
}
@media (max-width: 900px) {
  .heading::before {
    width: 37px;
    height: 37px;
  }
}

.heading__english {
  font-family: "Courgette", cursive;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 900px) {
  .heading__english {
    font-size: 16px;
  }
}

.heading__title {
  display: inline-block;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 125%;
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  -webkit-padding-after: 8px;
          padding-block-end: 8px;
  -webkit-border-after: 6px solid #ffee56;
          border-block-end: 6px solid #ffee56;
}
@media (max-width: 900px) {
  .heading__title {
    font-size: 20px;
    -webkit-padding-after: 6px;
            padding-block-end: 6px;
    -webkit-border-after: 6px solid #ffee56;
            border-block-end: 6px solid #ffee56;
  }
}

@media (min-width: 900px) {
  .hidden-pc {
    display: none;
  }
}
.hidden-sp {
  display: block;
}
@media (max-width: 900px) {
  .hidden-sp {
    display: none !important;
  }
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 24px;
  height: inherit;
}
@media (max-width: 900px) {
  .header__inner {
    padding-inline: 20px;
  }
}

.header__logo img {
  width: 183px;
}
@media (max-width: 900px) {
  .header__logo img {
    width: 210px;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
@media (max-width: 1200px) {
  .header__nav {
    display: none;
  }
}

.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}
@media (any-hover: hover) {
  .header__link:hover {
    color: #67b0c7;
    text-decoration-line: underline;
  }
}

.header__button {
  margin-left: 4px;
  padding: 4px 22px 6px 22px;
  font-size: 14px;
  border-width: 2px;
}

.drawer__icon {
  width: 32px;
  height: 27px;
  margin-left: auto;
  position: relative;
}
.drawer__icon.is-checked .drawer-icon__bar .drawer-icon__dot {
  display: none;
}
.drawer__icon.is-checked .drawer-icon__bar:nth-child(1) {
  top: 10px;
  width: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer__icon.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}
.drawer__icon.is-checked .drawer-icon__bar:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1200px) {
  .drawer__icon {
    display: none;
  }
}

.drawer-icon__bar {
  position: absolute;
  width: 32px;
  height: 3px;
  left: 0;
  border-radius: 6px;
  background: #4a3636;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer-icon__bar .drawer-icon__dot {
  position: absolute;
  top: 0;
  right: 0;
  left: 28px;
  width: 4px;
  height: 3px;
  background: #4a3636;
  border-radius: 6px;
}
.drawer-icon__bar:nth-child(1) {
  top: 0;
  left: 0;
  width: 25.6px;
}
.drawer-icon__bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.drawer-icon__bar:nth-child(3) {
  bottom: 0;
}

.drawer__content {
  z-index: 90;
  width: 100%;
  height: calc(100dvh - 64px);
  position: fixed;
  top: 64px;
  left: 0;
  background: #ffffff;
  overflow-y: auto;
  padding-block: 59px;
  display: none;
}
.drawer__content.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.drawer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}

.mv {
  position: relative;
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
  -webkit-padding-before: 35px;
          padding-block-start: 35px;
}
@media screen and (max-width: 768px) {
  .mv {
    -webkit-padding-before: 17px;
            padding-block-start: 17px;
  }
}

.mv-bg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 96px);
  overflow: hidden;
}
@media (max-width: 900px) {
  .mv-bg__image {
    height: calc(100% - 156px);
  }
}
.mv-bg__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
@media (max-width: 900px) {
  .mv-bg__image img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}
@media (min-width: 600px) {
  .mv-bg__image img {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}

.mv__inner {
  width: 100%;
  margin-inline: auto;
  position: relative;
  max-width: 848px;
}
@media (max-width: 900px) {
  .mv__inner {
    max-width: 345px;
  }
}

.mv__description {
  text-align: center;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%; /* 30px */
  text-shadow: 0px 0px 30px #fff;
}
@media (max-width: 900px) {
  .mv__description {
    font-size: 14px;
    font-weight: 400;
  }
}

.mv__lead {
  margin-inline: auto;
  width: 520px;
  max-width: 100%;
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media (max-width: 900px) {
  .mv__lead {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.mv__decoration-wrap {
  position: relative;
  height: 558px;
}
@media (max-width: 900px) {
  .mv__decoration-wrap {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
    height: 522px;
  }
}

.mv__decoration-smart-phone {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 17px;
  z-index: 2;
}
@media (max-width: 900px) {
  .mv__decoration-smart-phone {
    bottom: 10px;
  }
}

.decoration-smart-phone {
  width: 250px;
  max-width: 100%;
}
@media (max-width: 900px) {
  .decoration-smart-phone {
    width: 200px;
  }
}

.decoration-smart-phone__image {
  position: relative;
}

.decoration-smart-phone__wrap {
  position: absolute;
  text-align: center;
  border-radius: 16px;
  overflow: hidden;
  background: var(--LP-White, #fff);
  top: calc(50% - 6px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 50px);
}
@media (max-width: 900px) {
  .decoration-smart-phone__wrap {
    top: calc(50% - 3px);
    width: calc(100% - 40px);
    border-radius: 12.8px;
  }
}

.decoration-smart-phone__heading {
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  padding: 8px 12px;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  color: #ffffff;
}
@media (max-width: 900px) {
  .decoration-smart-phone__heading {
    font-size: 12.8px;
    padding: 6px 9.6px;
  }
}

.decoration-smart-phone__body {
  -webkit-padding-before: 16px;
          padding-block-start: 16px;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
}
@media (max-width: 900px) {
  .decoration-smart-phone__body {
    -webkit-padding-before: 9px;
            padding-block-start: 9px;
    -webkit-padding-after: 15px;
            padding-block-end: 15px;
  }
}

.decoration-smart-phone__sub-heading span {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  display: inline-block;
  border-bottom: 3px solid var(--LP-Red, #ce2073);
}
@media (max-width: 900px) {
  .decoration-smart-phone__sub-heading span {
    font-size: 12px;
    padding-bottom: 1px;
    border-bottom: 2.4px solid var(--LP-Red, #ce2073);
  }
}

.decoration-smart-phone__text {
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}
@media (max-width: 900px) {
  .decoration-smart-phone__text {
    font-size: 12px;
    -webkit-margin-before: 3.2px;
            margin-block-start: 3.2px;
  }
}

.decoration-smart-phone__button {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  -webkit-padding-after: 4px;
          padding-block-end: 4px;
}
@media (max-width: 900px) {
  .decoration-smart-phone__button {
    -webkit-margin-before: 12.8px;
            margin-block-start: 12.8px;
  }
}

.mv__decoration-english-message {
  width: 244px;
  position: absolute;
  top: 0;
  left: auto;
  right: calc(50% + 143px);
}
@media (max-width: 900px) {
  .mv__decoration-english-message {
    width: 142px;
    right: auto;
    top: 7px;
    left: 4px;
  }
}

.mv___decoration-circle {
  width: 180px;
  position: absolute;
  top: 16px;
  right: auto;
  left: calc(50% + 117px);
}
@media (max-width: 900px) {
  .mv___decoration-circle {
    width: 110px;
    top: 1px;
    right: 30px;
    left: auto;
  }
}
.mv___decoration-circle img {
  max-width: 100%;
  height: auto;
}

.mv___decoration-coffee {
  width: 202px;
  position: absolute;
  left: 5px;
  bottom: 6px;
}
@media (max-width: 900px) {
  .mv___decoration-coffee {
    width: 90px;
    bottom: 0;
    z-index: 3;
  }
}
.mv___decoration-coffee img {
  max-width: 100%;
  height: auto;
}

.mv___decoration-cat {
  position: absolute;
  right: 0;
  bottom: -44px;
  z-index: 2;
}
@media (max-width: 900px) {
  .mv___decoration-cat {
    bottom: 0;
  }
}

.decoration-cat1 {
  width: 233px;
  height: 294px;
  position: relative;
}
@media (max-width: 900px) {
  .decoration-cat1 {
    width: 107px;
    height: 127px;
  }
}
.decoration-cat1 img {
  max-width: 100%;
  height: auto;
}

.black-cat1 {
  width: 170px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 900px) {
  .black-cat1 {
    width: 62px;
    top: 1px;
    right: 5px;
    left: auto;
  }
}

.cat1 {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 900px) {
  .cat1 {
    width: 98px;
    left: -5px;
    bottom: -2px;
    right: auto;
  }
}

.about {
  position: relative;
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media (max-width: 900px) {
  .about {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

.about__decoration {
  position: absolute;
}
.about__decoration img {
  max-width: 100%;
  height: auto;
}

.about__decoration--square {
  width: 250px;
  top: -20px;
  overflow: hidden;
  right: calc(50% + 527px);
}
@media (max-width: 1200px) {
  .about__decoration--square {
    right: calc(50% + 280px);
  }
}

.about__decoration--photo-left {
  width: 480px;
  overflow: hidden;
  top: 74px;
  right: calc(50% + 614px);
}
@media (max-width: 1200px) {
  .about__decoration--photo-left {
    right: calc(50% + 367px);
  }
}
@media (max-width: 900px) {
  .about__decoration--photo-left {
    width: 200px;
    top: 395px;
    right: calc(50% + 180px);
  }
}
@media (max-width: 600px) {
  .about__decoration--photo-left {
    right: calc(50% + 128px);
    border-radius: 24px;
  }
}

.about__decoration--stair {
  width: 427px;
  overflow: hidden;
  bottom: 149px;
  right: calc(50% + 430px);
  left: auto;
}
@media (max-width: 1200px) {
  .about__decoration--stair {
    right: calc(50% + 183px);
  }
}
@media (max-width: 900px) {
  .about__decoration--stair {
    width: 200px;
    left: 0;
    bottom: 61px;
  }
}
@media (max-width: 600px) {
  .about__decoration--stair {
    width: 138px;
  }
}

.about__decoration-cat-foot {
  width: 100px;
  top: -80px;
  left: calc(50% + 490px);
}
@media (max-width: 900px) {
  .about__decoration-cat-foot {
    left: calc(50% + 325px);
    width: 54px;
  }
}
@media (max-width: 700px) {
  .about__decoration-cat-foot {
    top: -10px;
    left: calc(50% + 205px);
  }
}
@media (max-width: 600px) {
  .about__decoration-cat-foot {
    left: calc(50% + 135px);
  }
}

.about__decoration--photo-right {
  width: 480px;
  overflow: hidden;
  top: 74px;
  left: calc(50% + 560px);
}
@media (max-width: 1200px) {
  .about__decoration--photo-right {
    left: calc(50% + 395px);
  }
}
@media (max-width: 900px) {
  .about__decoration--photo-right {
    width: 200px;
    top: 273px;
    left: calc(50% + 180px);
  }
}
@media (max-width: 600px) {
  .about__decoration--photo-right {
    top: 247px;
    left: calc(50% + 127px);
    border-radius: 24px;
  }
}

.about__decoration--wave {
  width: 876px;
  height: auto;
  overflow: hidden;
  top: 606px;
  left: calc(50% + 448px);
}
@media (max-width: 1200px) {
  .about__decoration--wave {
    left: calc(50% + 303px);
  }
}

.about__decoration--goods1 {
  width: 101px;
  height: auto;
  overflow: hidden;
  top: 601px;
  left: calc(50% + 505px);
}
@media (max-width: 1200px) {
  .about__decoration--goods1 {
    left: calc(50% + 340px);
  }
}
@media (max-width: 900px) {
  .about__decoration--goods1 {
    width: 80px;
    top: auto;
    bottom: 217px;
    left: calc(50% + 280px);
  }
}
@media (max-width: 600px) {
  .about__decoration--goods1 {
    width: 48px;
    left: calc(50% + 118px);
  }
}

.about__decoration--goods2 {
  width: 308px;
  overflow: hidden;
  bottom: 379px;
  left: calc(50% + 374px);
}
@media (max-width: 1200px) {
  .about__decoration--goods2 {
    left: calc(50% + 209px);
    bottom: 290px;
  }
}
@media (max-width: 900px) {
  .about__decoration--goods2 {
    width: 200px;
    bottom: 157px;
    left: calc(50% + 97px);
  }
}
@media (max-width: 600px) {
  .about__decoration--goods2 {
    width: 133px;
    left: calc(50% - 3px);
  }
}

.about__inner {
  margin-inline: auto;
  padding-inline: 30px;
  max-width: 908px;
}
@media (max-width: 1200px) {
  .about__inner {
    max-width: 640px;
  }
}
@media (max-width: 900px) {
  .about__inner {
    max-width: 500px;
    padding-inline: 20px;
  }
}
@media (max-width: 600px) {
  .about__inner {
    max-width: 375px;
  }
}

.about__top {
  position: relative;
  border-radius: 40px;
  background: #ffffff;
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
  -webkit-padding-after: 37px;
          padding-block-end: 37px;
  padding-inline: 20px;
}
@media (max-width: 900px) {
  .about__top {
    border-radius: 24px;
  }
}
.about__top::after {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #cce1e4;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 140px;
  height: 50px;
}
@media (max-width: 600px) {
  .about__top::after {
    width: 100px;
    height: 36px;
  }
}

.about__top-image {
  position: absolute;
  width: 134px;
  height: auto;
}
@media (max-width: 900px) {
  .about__top-image {
    width: 84px;
  }
}
.about__top-image img {
  max-width: 100%;
}

.about__top-image-left {
  top: 48px;
  right: calc(50% + 201px);
}
@media (max-width: 900px) {
  .about__top-image-left {
    top: 36px;
    right: calc(50% + 48px);
  }
}

.about__top-image-right {
  top: 53px;
  left: calc(50% + 199px);
}
@media (max-width: 900px) {
  .about__top-image-right {
    top: 33px;
    left: calc(50% + 63px);
  }
}

.about__top-sub-heading {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  -webkit-margin-before: 35px;
          margin-block-start: 35px;
}
@media (max-width: 900px) {
  .about__top-sub-heading {
    font-size: 14px;
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.about__top-text-wrap {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  text-align: center;
}
@media (max-width: 900px) {
  .about__top-text-wrap {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

@media (max-width: 900px) {
  .about__top-text {
    font-size: 12px;
  }
}

.about__top-text:not(:first-child) {
  -webkit-margin-before: 1.7em;
          margin-block-start: 1.7em;
}
@media (max-width: 900px) {
  .about__top-text:not(:first-child) {
    -webkit-margin-before: 1.5em;
            margin-block-start: 1.5em;
  }
}

.link-text {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (any-hover: hover) {
  .link-text:hover {
    color: #67b0c7;
  }
}

.about__top-text-bold {
  font-weight: 700;
  font-style: normal;
  display: inline;
}

.about__top-sub-heading2 {
  display: inline-block;
  -webkit-margin-before: 45px;
          margin-block-start: 45px;
  border-bottom: 2px dashed var(--LP-Blue, #9ed0e0);
  -webkit-padding-after: 10px;
          padding-block-end: 10px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 900px) {
  .about__top-sub-heading2 {
    font-size: 14px;
    -webkit-padding-after: 6px;
            padding-block-end: 6px;
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

.about__top-button {
  -webkit-margin-before: 33px;
          margin-block-start: 33px;
  text-align: center;
  -webkit-padding-after: 4px;
          padding-block-end: 4px;
}
@media (max-width: 900px) {
  .about__top-button {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.about__bottom {
  -webkit-margin-before: 167px;
          margin-block-start: 167px;
}
@media (max-width: 900px) {
  .about__bottom {
    -webkit-margin-before: 139.67px;
            margin-block-start: 139.67px;
  }
}

.about__bottom-title {
  display: block;
  margin-inline: auto;
  width: 890px;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .about__bottom-title {
    width: 354.642px;
  }
}

.about__slider {
  -webkit-margin-before: -5px;
          margin-block-start: -5px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
@media (max-width: 900px) {
  .about__slider {
    -webkit-margin-before: -2px;
            margin-block-start: -2px;
  }
}

.about__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  will-change: transform;
}

.about-swiper-slide {
  width: 200px;
  height: auto;
}
@media (max-width: 900px) {
  .about-swiper-slide {
    width: 100px;
  }
}
.about-swiper-slide img {
  max-width: 100%;
}

.how-to-enter {
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
}
@media (max-width: 900px) {
  .how-to-enter {
    -webkit-margin-before: 63px;
            margin-block-start: 63px;
  }
}

.how-to-enter__inner {
  position: relative;
  max-width: 1512px;
}
@media (max-width: 900px) {
  .how-to-enter__inner {
    max-width: 500px;
  }
}
@media (max-width: 600px) {
  .how-to-enter__inner {
    max-width: 375px;
  }
}

@media (min-width: 900px) {
  .heading--how-to-enter {
    -webkit-padding-before: 52px;
            padding-block-start: 52px;
  }
}
.heading--how-to-enter::before {
  background: url(../img/how-to-icon.svg) no-repeat center center/cover;
}

.how-to-enter__decoration {
  position: absolute;
}
.how-to-enter__decoration img {
  max-width: 100%;
  height: auto;
}

.how-to-enter__decoration-map {
  width: 460px;
  top: -60px;
  right: calc(50% + 260px);
}
@media (max-width: 1200px) {
  .how-to-enter__decoration-map {
    width: 390px;
    right: calc(50% + 190px);
  }
}
@media (max-width: 900px) {
  .how-to-enter__decoration-map {
    width: 180px;
    top: 0;
    right: calc(50% + 80px);
  }
}
@media (max-width: 600px) {
  .how-to-enter__decoration-map {
    width: 149px;
    right: calc(50% + 39px);
  }
}

.how-to-enter__decoration-cat-foot-left {
  width: 100px;
  bottom: 35px;
  left: 36px;
}
@media (max-width: 1200px) {
  .how-to-enter__decoration-cat-foot-left {
    width: 75px;
    left: 0;
  }
}
@media (max-width: 900px) {
  .how-to-enter__decoration-cat-foot-left {
    width: 55px;
    top: 549px;
    left: 20px;
  }
}

.how-to-enter__decoration-cats {
  top: -26px;
  left: calc(50% + 287px);
  z-index: 2;
}
@media (max-width: 1200px) {
  .how-to-enter__decoration-cats {
    left: calc(50% + 210px);
  }
}
@media (max-width: 900px) {
  .how-to-enter__decoration-cats {
    top: 0;
    left: calc(50% + 58px);
  }
}

.decoration-cats2 {
  position: relative;
  width: 364px;
  height: 191.08px;
}
@media (max-width: 900px) {
  .decoration-cats2 {
    width: 160px;
    height: 85px;
  }
}

.decoration-cats2__1 {
  position: absolute;
  width: 238px;
  top: 0;
  left: 0;
}
@media (max-width: 900px) {
  .decoration-cats2__1 {
    width: 105px;
  }
}

.decoration-cats2__2 {
  position: absolute;
  width: 214px;
  bottom: 0;
  right: 0;
}
@media (max-width: 900px) {
  .decoration-cats2__2 {
    width: 94px;
  }
}

.how-to-enter__decoration-cat-foot-right {
  width: 100px;
  top: 148px;
  right: 36px;
}
@media (max-width: 1200px) {
  .how-to-enter__decoration-cat-foot-right {
    width: 75px;
    right: 0;
  }
}
@media (max-width: 900px) {
  .how-to-enter__decoration-cat-foot-right {
    width: 55px;
    top: 74px;
    right: 20px;
  }
}

.how-to-enter__decoration-cat-foot-right2 {
  width: 55px;
  right: 20px;
  bottom: 367px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.how-to-enter__steps {
  -webkit-margin-before: 45px;
          margin-block-start: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .how-to-enter__steps {
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
  }
}
@media (max-width: 900px) {
  .how-to-enter__steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 50px;
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.how-to-enter__step {
  position: relative;
  max-width: 320px;
}
@media (max-width: 1200px) {
  .how-to-enter__step {
    max-width: 294px;
  }
}

.how-to-enter__step:first-of-type,
.how-to-enter__step:nth-of-type(2) {
  position: relative;
}

.how-to-enter__step:first-of-type::after {
  content: "";
  position: absolute;
  background: url(../img/step_line.png) no-repeat center center/cover;
  width: 114px;
  height: 24px;
  top: 204px;
  right: -50px;
}
@media (max-width: 1200px) {
  .how-to-enter__step:first-of-type::after {
    width: 75px;
    height: 16px;
    top: 154px;
    right: -25px;
  }
}
@media (max-width: 900px) {
  .how-to-enter__step:first-of-type::after {
    background: url(../img/step_line-row.png) no-repeat center center/cover;
    width: 7px;
    height: 34px;
    top: calc(100% + 16px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.how-to-enter__step:nth-of-type(2) {
  -webkit-margin-before: 69px;
          margin-block-start: 69px;
}
@media (max-width: 1200px) {
  .how-to-enter__step:nth-of-type(2) {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
  }
}
@media (max-width: 900px) {
  .how-to-enter__step:nth-of-type(2) {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.how-to-enter__step:nth-of-type(2)::after {
  content: "";
  position: absolute;
  background: url(../img/step_line.png) no-repeat center center/cover;
  width: 114px;
  height: 24px;
  top: 136px;
  right: -57px;
}
@media (max-width: 1200px) {
  .how-to-enter__step:nth-of-type(2)::after {
    width: 75px;
    height: 16px;
    top: 100px;
    right: -25px;
  }
}
@media (max-width: 900px) {
  .how-to-enter__step:nth-of-type(2)::after {
    background: url(../img/step_line-row.png) no-repeat center center/cover;
    width: 7px;
    height: 34px;
    top: calc(100% + 16px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.step-box {
  text-align: center;
}

.step-box__image {
  width: 196px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .step-box__image {
    width: 87.5%;
  }
}
.step-box__image img {
  max-width: 100%;
  height: auto;
}

.step-box__heading {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media (max-width: 1200px) {
  .step-box__heading {
    font-size: 16px;
    -webkit-margin-before: 14px;
            margin-block-start: 14px;
  }
}

.step-box__text {
  text-align: center;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  line-height: 1.6;
}
@media (max-width: 1200px) {
  .step-box__text {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .step-box__text {
    font-size: 12px;
  }
}

.step-box__text-bold {
  font-weight: bold;
  font-size: inherit;
  font-style: normal;
  display: inline;
  vertical-align: baseline;
  line-height: inherit;
}

.step-box__follow-button {
  font-size: 16px;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
@media (max-width: 900px) {
  .step-box__follow-button {
    font-size: 14px;
  }
}

.follow-button {
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background: var(--LP-White, #fff);
  padding-block: 8px;
  -webkit-padding-start: 44px;
          padding-inline-start: 44px;
  -webkit-padding-end: 12px;
          padding-inline-end: 12px;
  position: relative;
}
@media (max-width: 900px) {
  .follow-button {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
}
.follow-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/insta-Icon.svg) no-repeat center center/contain;
  width: 24px;
  height: 24px;
}
@media (max-width: 900px) {
  .follow-button::before {
    width: 20px;
    height: 20px;
  }
}

.how-to-enter__button {
  text-align: center;
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
  -webkit-padding-after: 4px;
          padding-block-end: 4px;
}
@media (max-width: 900px) {
  .how-to-enter__button {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}

.prizes {
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
}
@media (max-width: 900px) {
  .prizes {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

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

.heading--prizes::before {
  background: url(../img/prizes-icon.svg) no-repeat center center/cover;
}

.prizes__contents {
  position: relative;
  z-index: 2;
  max-width: 100%;
  -webkit-padding-before: 30px;
          padding-block-start: 30px;
  -webkit-padding-after: 49px;
          padding-block-end: 49px;
  padding-inline: 56px;
}
@media (max-width: 1200px) {
  .prizes__contents {
    padding-inline: 30px;
  }
}
@media (max-width: 900px) {
  .prizes__contents {
    padding-inline: 20px;
    -webkit-padding-before: 22px;
            padding-block-start: 22px;
    -webkit-padding-after: 30px;
            padding-block-end: 30px;
  }
}
.prizes__contents::before {
  content: "";
  position: absolute;
  width: 378px;
  height: 150px;
  background: url(../img/deco_prizes_pc.png) no-repeat center center/cover;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 900px) {
  .prizes__contents::before {
    background: url(../img/deco_prizes_sp.png) no-repeat center center/cover;
    width: 237px;
    height: 83px;
  }
}
.prizes__contents::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  border-radius: 24px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 149px);
}
@media (max-width: 900px) {
  .prizes__contents::after {
    height: calc(100% - 83px);
  }
}

.prizes__decoration-left {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 390px) / 2);
  min-height: 148px;
}
@media (max-width: 900px) {
  .prizes__decoration-left {
    display: none;
  }
}
.prizes__decoration-left img {
  max-width: 100%;
  height: auto;
}

.prizes__decoration-right {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 390px) / 2);
  min-height: 148px;
}
@media (max-width: 900px) {
  .prizes__decoration-right {
    display: none;
  }
}
.prizes__decoration-right img {
  max-width: 100%;
  height: auto;
}

.prizes__text {
  text-align: center;
  -webkit-margin-before: 43px;
          margin-block-start: 43px;
}
@media (max-width: 900px) {
  .prizes__text {
    font-size: 12px;
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}

.prizes__cards {
  -webkit-margin-before: 82px;
          margin-block-start: 82px;
  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;
}
@media (max-width: 900px) {
  .prizes__cards {
    -webkit-margin-before: 46px;
            margin-block-start: 46px;
    row-gap: 38px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}

.prizes__card {
  width: calc(50% - 7.5px);
}

@media (min-width: 900px) {
  .prizes__card:first-of-type {
    width: calc(50% - 16px);
  }
}

@media (min-width: 900px) {
  .prizes__card:nth-of-type(2) {
    width: calc(50% - 16px);
    -webkit-margin-start: 32px;
            margin-inline-start: 32px;
  }
}

@media (min-width: 900px) {
  .prizes__card:nth-of-type(3) {
    width: calc(33.33333% - 24px);
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}

@media (min-width: 900px) {
  .prizes__card:nth-of-type(4) {
    width: calc(33.33333% - 24px);
    -webkit-margin-start: 36px;
            margin-inline-start: 36px;
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}

@media (min-width: 900px) {
  .prizes__card:nth-of-type(5) {
    width: calc(33.33333% - 24px);
    -webkit-margin-start: 36px;
            margin-inline-start: 36px;
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}

.prizes-card {
  position: relative;
  border-radius: 8px;
}
@media (any-hover: hover) {
  .prizes-card:hover .prizes-card__image img {
    scale: 1.2;
  }
  .prizes-card:hover .prizes-card__inner {
    opacity: 0.8;
  }
  .prizes-card:hover .prizes-card__button {
    border-color: #9ed0e0;
  }
}

.prizes-card__number {
  width: 100px;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.prizes-card__number--small {
  width: 80px;
  top: -40px;
}
@media (max-width: 900px) {
  .prizes-card__number {
    width: 48px;
    top: -24px;
  }
}
.prizes-card__number img {
  width: 100%;
  height: auto;
}

.prizes-card__inner {
  background-color: #f5f5f5;
  border-radius: 24px;
  position: relative;
}
@media (max-width: 900px) {
  .prizes-card__inner {
    border-radius: 8px;
  }
}

.prizes-card__image {
  overflow: hidden;
  display: block;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
@media (max-width: 900px) {
  .prizes-card__image {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.prizes-card__image img {
  width: 100%;
  height: auto;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
@media (max-width: 900px) {
  .prizes-card__image img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}

.prizes-card__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 120px;
}
.prizes-card__title--small {
  font-size: 16px;
  min-height: 80px;
}
@media (max-width: 900px) {
  .prizes-card__title {
    font-size: 12px;
    min-height: 56px;
  }
}

.prizes-card__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 8px;
  outline: none;
}
@media (min-width: 900px) {
  .prizes-card__button {
    border-width: 4px;
    border-radius: 16px;
  }
}
.prizes-card__button:hover .prizes-card__icon svg {
  color: #9ed0e0;
}

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

.prizes-card__icon svg {
  position: absolute;
  width: 36px;
  height: 36px;
  border-bottom-right-radius: 8px;
  display: block;
  right: -2px;
  bottom: -2px;
}
@media (min-width: 900px) {
  .prizes-card__icon svg {
    width: 45px;
    height: 45px;
    border-bottom-right-radius: 16px;
    right: -3px;
    bottom: -3px;
  }
}
@media (min-width: 1200px) {
  .prizes-card__icon svg {
    width: 64px;
    height: 64px;
  }
}

@media (min-width: 900px) {
  .prizes-card--large .prizes-card__icon svg {
    width: 80px;
    height: 80px;
    border-bottom-right-radius: 24px;
  }
}
@media (min-width: 1200px) {
  .prizes-card--large .prizes-card__icon svg {
    width: 100px;
    height: 100px;
  }
}

.prizes__button {
  text-align: center;
  -webkit-margin-before: 42px;
          margin-block-start: 42px;
  -webkit-padding-after: 4px;
          padding-block-end: 4px;
}
@media (max-width: 900px) {
  .prizes__button {
    -webkit-margin-before: 18px;
            margin-block-start: 18px;
  }
}

.prizes__background {
  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;
  -webkit-margin-before: -43px;
          margin-block-start: -43px;
  overflow-x: hidden;
}
@media (min-width: 900px) {
  .prizes__background {
    display: block;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.prizes__background img {
  display: block;
  width: 100%;
  min-width: 580px;
}
@media (min-width: 900px) {
  .prizes__background img {
    min-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

.prizes-modal {
  width: 336px;
  max-width: calc(100% - 20px);
  height: 480px;
  max-height: calc(100% - 20px);
  padding: 0;
  padding-inline: 20px;
  -webkit-padding-after: 19px;
          padding-block-end: 19px;
  border-radius: 24px;
  border: none;
  background: #ffffff;
  text-align: center;
}
@media (min-width: 600px) {
  .prizes-modal {
    width: 400px;
    height: 540px;
  }
}
@media (min-width: 900px) {
  .prizes-modal {
    width: 480px;
    height: 650px;
    padding-inline: 40px;
    -webkit-padding-after: 23px;
            padding-block-end: 23px;
  }
}

.prizes-modal::-ms-backdrop {
  background: #000;
  opacity: 0.7;
}

.prizes-modal::backdrop {
  background: #000;
  opacity: 0.7;
}

.prizes-modal__image {
  width: calc(100% + 40px);
  -webkit-margin-start: -20px;
          margin-inline-start: -20px;
}
@media (min-width: 900px) {
  .prizes-modal__image {
    width: calc(100% + 80px);
    -webkit-margin-start: -40px;
            margin-inline-start: -40px;
  }
}
.prizes-modal__image img {
  max-width: 100%;
  height: auto;
}

.prizes-modal__title {
  font-size: 16px;
  font-weight: 700;
  -webkit-margin-before: 39px;
          margin-block-start: 39px;
}
@media (min-width: 900px) {
  .prizes-modal__title {
    font-size: 20px;
  }
}

.prizes-modal__text {
  font-size: 12px;
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
}
@media (min-width: 900px) {
  .prizes-modal__text {
    font-size: 16px;
  }
}

.prizes-modal__button {
  text-align: center;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  -webkit-padding-after: 4px;
          padding-block-end: 4px;
}
@media (min-width: 900px) {
  .prizes-modal__button {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.spots {
  position: relative;
  -webkit-padding-before: 45.71px;
          padding-block-start: 45.71px;
  -webkit-padding-after: 45.71px;
          padding-block-end: 45.71px;
  -webkit-margin-before: -45.71px;
          margin-block-start: -45.71px;
}
@media (min-width: 900px) {
  .spots {
    -webkit-padding-before: 120px;
            padding-block-start: 120px;
    -webkit-padding-after: 120px;
            padding-block-end: 120px;
    -webkit-margin-before: -120px;
            margin-block-start: -120px;
  }
}
.spots::before {
  content: "";
  position: absolute;
  background: url(../img/spots-wave-up-sp.svg);
  width: 100%;
  height: 45.71px;
  top: 1px;
  left: 0;
  background-repeat: repeat-x;
  background-position: left -3px center;
  background-size: auto 45.71px;
}
@media (min-width: 900px) {
  .spots::before {
    background: url(../img/spots-wave-up-pc.svg);
    height: 120px;
  }
}
.spots::after {
  content: "";
  position: absolute;
  background: url(../img/spots-wave-down-sp.svg);
  width: 100%;
  height: 45.71px;
  bottom: 1px;
  left: 0;
  background-repeat: repeat-x;
  background-position: left -3px center;
  background-size: auto 45.71px;
}
@media (min-width: 900px) {
  .spots::after {
    background: url(../img/spots-wave-down-pc.svg);
    height: 120px;
  }
}

.spots__decoration-pawpads {
  width: 80px;
  position: absolute;
  bottom: 120px;
  left: 0;
}
@media (min-width: 1200px) {
  .spots__decoration-pawpads {
    width: 100px;
    left: calc(50% - 720px);
  }
}

.spots__outer {
  background: #67b0c7;
  -webkit-padding-after: 14.86px;
          padding-block-end: 14.86px;
}
@media (min-width: 900px) {
  .spots__outer {
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}

@media (min-width: 900px) {
  .spots__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    padding-left: max(30px, 50% - 512px);
  }
}

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

.spots__title {
  font-family: "Kiwi Maru", sans-serif;
  color: #ffffff;
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
  position: relative;
  -webkit-padding-start: 36px;
          padding-inline-start: 36px;
}
@media (min-width: 900px) {
  .spots__title {
    font-size: 40px;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    -webkit-padding-before: 64px;
            padding-block-start: 64px;
  }
}
.spots__title::before {
  content: "";
  position: absolute;
  background: url(../img/spots-icon.svg) no-repeat center center/cover;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 900px) {
  .spots__title::before {
    width: 56px;
    height: 56px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.spots__slider {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
}
@media (min-width: 900px) {
  .spots__slider {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    width: calc(100% - 56px - 32px);
  }
}

.spots-swiper-slide {
  height: auto;
}
.spots-card {
  padding-inline: 24px;
  -webkit-padding-after: 30px;
          padding-block-end: 30px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 900px) {
  .spots-card {
    padding-inline: 32px;
    -webkit-padding-after: 40px;
            padding-block-end: 40px;
    border-radius: 24px;
  }
}

.spots-card__image {
  width: calc(100% + 48px);
  -webkit-margin-start: -24px;
          margin-inline-start: -24px;
}
@media (min-width: 900px) {
  .spots-card__image {
    width: calc(100% + 64px);
    -webkit-margin-start: -32px;
            margin-inline-start: -32px;
  }
}
.spots-card__image img {
  max-width: 100%;
  height: auto;
}

.spots-card__title {
  font-weight: 700;
  -webkit-margin-before: 14px;
          margin-block-start: 14px;
  text-align: center;
}
@media (min-width: 900px) {
  .spots-card__title {
    font-size: 20px;
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.spots-card__text {
  font-size: 12px;
  font-weight: 400;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
@media (min-width: 900px) {
  .spots-card__text {
    font-size: 16px;
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.spots-button-prev {
  position: static;
  width: 80px;
  height: 80px;
  background: url(../img/prev-button.svg) no-repeat center center/cover;
  border-radius: 50%;
  background-color: #ffee56;
  background-size: 57px 57px;
  -webkit-transition: background-position 0.3s;
  transition: background-position 0.3s;
}
.spots-button-prev::after {
  content: "";
}
@media (any-hover: hover) {
  .spots-button-prev:hover {
    background-position: center left 30%;
  }
}

.spots-button-next {
  position: static;
  width: 80px;
  height: 80px;
  background: url(../img/next-button.svg) no-repeat center center/cover;
  border-radius: 50%;
  background-color: #ffee56;
  background-size: 57px 57px;
  -webkit-transition: background-position 0.3s;
  transition: background-position 0.3s;
}
.spots-button-next::after {
  content: "";
}
@media (any-hover: hover) {
  .spots-button-next:hover {
    background-position: center right 30%;
  }
}

@media (min-width: 900px) {
  .spots__inner {
    max-width: 1084px;
    padding-inline: 30px;
    margin-inline: auto;
  }
}

.spots-arrow {
  position: relative;
  margin-inline: auto;
  max-width: 700px;
  margin-top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1200px) {
  .spots-arrow {
    max-width: 944px;
    margin-top: -32px;
  }
}

@media (min-width: 1200px) {
  .spots__bottom {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    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: 30px;
  }
}

.spots__bottom-head {
  width: 255px;
  margin-inline: auto;
}
@media (min-width: 900px) {
  .spots__bottom-head {
    width: 360px;
    -webkit-margin-before: -45px;
            margin-block-start: -45px;
  }
}
@media (min-width: 1200px) {
  .spots__bottom-head {
    width: 495px;
    margin: 0;
  }
}
.spots__bottom-head img {
  width: 100%;
  height: auto;
}

.spots__bottom-text {
  color: #ffffff;
  font-size: 11.444px;
  font-weight: 400;
  line-height: 160%;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  text-align: center;
}
@media (min-width: 900px) {
  .spots__bottom-text {
    font-size: 16px;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.spots__button {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
  text-align: center;
  padding-bottom: 4px;
}
@media (min-width: 900px) {
  .spots__button {
    text-align: right;
  }
}

.qa {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media (min-width: 900px) {
  .qa {
    -webkit-margin-before: 120px;
            margin-block-start: 120px;
  }
}

.heading--qa::before {
  background: url(../img/qa-icon.svg) no-repeat center center/cover;
}

.qa__boxes {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
@media (min-width: 900px) {
  .qa__boxes {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    row-gap: 24px;
  }
}

.qa-box {
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid var(--LP-Blown, #4a3636);
  background: #ffffff;
}
@media (min-width: 900px) {
  .qa-box {
    border-radius: 16px;
  }
}
.qa-box.is-open .qa-box__heading::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.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%;
  cursor: pointer;
}
@media (min-width: 900px) {
  .qa-box__heading {
    gap: 16px;
    padding: 20px;
  }
}

.qa-box-icon {
  color: #9ed0e0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}
@media (min-width: 900px) {
  .qa-box-icon {
    font-size: 32px;
  }
}

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

.qa-box-toggle {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #9ed0e0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 900px) {
  .qa-box-toggle {
    width: 48px;
    height: 48px;
    margin-left: auto;
  }
}
.qa-box-toggle::before, .qa-box-toggle::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 900px) {
  .qa-box-toggle::before, .qa-box-toggle::after {
    width: 19px;
    height: 3px;
  }
}
.qa-box-toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.is-open .qa-box-toggle::before {
  opacity: 0;
}

.qa-box.is-open .qa-box-toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.qa-box__body {
  padding: 16px 14px 14px 14px;
  display: none;
  background: #f5f5f5;
}
@media (min-width: 900px) {
  .qa-box__body {
    padding: 24px 22px 22px 22px;
  }
}

.qa-box__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

.entry-requirements {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media (min-width: 900px) {
  .entry-requirements {
    -webkit-margin-before: 120px;
            margin-block-start: 120px;
  }
}

.heading--entry::before {
  background: url(../img/entry-icon.svg) no-repeat center center/cover;
}

.entry-requirements__contents {
  -webkit-padding-before: 14px;
          padding-block-start: 14px;
  padding-inline: 16px;
  -webkit-padding-after: 32px;
          padding-block-end: 32px;
  border: 8px solid var(--LP-White, #fff);
  background: rgba(255, 255, 255, 0.5);
}
@media (min-width: 900px) {
  .entry-requirements__contents {
    -webkit-padding-before: 35px;
            padding-block-start: 35px;
    padding-inline: 48px;
    -webkit-padding-after: 44px;
            padding-block-end: 44px;
  }
}

.entry-requirements__table {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media (min-width: 900px) {
  .entry-requirements__table {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

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

.entry-requirements__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;
  row-gap: 7px;
  -webkit-padding-after: 15px;
          padding-block-end: 15px;
  border-bottom: 1px solid var(--LP-Dark-Gray, #ccc);
  text-align: left;
  -webkit-padding-before: 12px;
          padding-block-start: 12px;
}
@media (min-width: 900px) {
  .entry-requirements__table-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-padding-after: 12px;
            padding-block-end: 12px;
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }
}
.entry-requirements__table-row:first-child {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.entry-requirements__table-row:last-child {
  border-bottom: none;
  -webkit-padding-after: 0;
          padding-block-end: 0;
}

.entry-requirements__table-header {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
  height: 100%;
}
@media (min-width: 900px) {
  .entry-requirements__table-header {
    font-size: 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.entry-requirements__table-header::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ed0e0;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.entry-requirements__table-date {
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 900px) {
  .entry-requirements__table-date {
    font-size: 16px;
    width: calc(100% - 224px);
  }
}
.entry-requirements__table-date ul li {
  position: relative;
  -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em;
  line-height: 19px;
}
@media (min-width: 600px) {
  .entry-requirements__table-date ul li {
    line-height: 22px;
  }
}
@media (min-width: 900px) {
  .entry-requirements__table-date ul li {
    line-height: 26px;
  }
}
.entry-requirements__table-date ul li::before {
  content: "・";
  position: absolute;
  top: 0.1em;
  left: 0.2em;
}

.account-label {
  display: inline-block;
}

.entry-requirements__bg-image {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media (min-width: 900px) {
  .entry-requirements__bg-image {
    -webkit-margin-before: 117px;
            margin-block-start: 117px;
  }
}

.contact {
  background: #ffffff;
  padding-block: 120px;
}
@media (max-width: 900px) {
  .contact {
    padding-block: 40px;
  }
}

.contact__inner {
  width: min(888px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.heading--contact::before {
  background: url(../img/contact-icon.svg) no-repeat center center/cover;
}

.contact__text {
  text-align: center;
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media (max-width: 900px) {
  .contact__text {
    font-size: 12px;
    -webkit-margin-before: 22px;
            margin-block-start: 22px;
  }
}

.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 21px;
  -webkit-margin-before: 38px;
          margin-block-start: 38px;
}
@media (max-width: 900px) {
  .contact__form {
    row-gap: 24px;
    -webkit-margin-before: 26px;
            margin-block-start: 26px;
  }
}

.contact__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__row.--center {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 900px) {
  .contact__row {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}

.contact__head {
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 900px) {
  .contact__head {
    font-size: 16px;
  }
}
.contact__head span.--must {
  position: relative;
  display: inline-block;
}
.contact__head span.--must::after {
  content: "必須";
  position: absolute;
  top: calc(50% + 1px);
  translate: 0 -50%;
  left: calc(100% + 12px);
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: #ce2073;
  color: #ffffff;
  white-space: nowrap;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.check-icon {
  width: 32px;
  height: 32px;
}

.contact__select-wrap {
  position: relative;
}
.contact__select-wrap img {
  position: absolute;
  width: 52px;
  height: 55px;
  right: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  pointer-events: none;
}

.form-select {
  cursor: pointer;
}
.form-select:focus {
  outline: none;
  border: 1px solid #9ed0e0;
}

.contact__data-radio {
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
@media (max-width: 900px) {
  .contact__data-radio {
    height: 26px;
  }
}

.radio-checkbox-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  vertical-align: middle;
}
.radio-checkbox-text:focus + .contact-radio__text::before, .radio-checkbox-text:hover + .contact-radio__text::before {
  border-color: #9ed0e0;
}

.contact-radio__text {
  position: relative;
  font-size: 14px;
  -webkit-padding-start: 32px;
          padding-inline-start: 32px;
}
@media (min-width: 900px) {
  .contact-radio__text {
    font-size: 16px;
  }
}
.contact-radio__text::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  background: #f5f5f5;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.contact-radio__text::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 50%;
  translate: 0 -50%;
  left: 6px;
  background: #9ed0e0;
  opacity: 0;
}

.radio-checkbox-text:checked + .contact-radio__text::after {
  opacity: 1;
}

.radio-checkbox-text:checked + .contact-radio__text {
  font-weight: 700;
}

.contact__data-checkbox {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  text-align: center;
}
@media (max-width: 900px) {
  .contact__data-checkbox {
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
  }
}

.contact__submit {
  -webkit-margin-before: 39px;
          margin-block-start: 39px;
  -webkit-padding-after: 4px;
          padding-block-end: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 900px) {
  .contact__submit {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.button--submit {
  color: #4a3636;
}
@media (min-width: 900px) {
  .button--submit {
    padding-block: 4px 6px;
    width: 240px;
    font-size: 16px;
    border-width: 2px;
  }
}
@media (any-hover: hover) {
  .button--submit:hover {
    cursor: pointer;
  }
}

.contact__checkbox {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.contact__checkbox-text {
  position: relative;
  -webkit-padding-start: 36px;
          padding-inline-start: 36px;
  -webkit-padding-end: 12px;
          padding-inline-end: 12px;
}
@media (max-width: 900px) {
  .contact__checkbox-text {
    font-size: 14px;
  }
}
.contact__checkbox-text::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #f5f5f5;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.contact__checkbox-text::after {
  content: "";
  position: absolute;
  background: url(../img/contact-check-icon.svg) no-repeat center center/contain;
  width: 14px;
  height: 9px;
  left: 5px;
  top: 50%;
  translate: 0 -50%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.contact__checkbox:checked + .contact__checkbox-text::after {
  opacity: 1;
}

input[type=text],
input[type=email],
select,
textarea {
  border-radius: 8px;
  width: 100%;
  height: 56px;
  border: none;
  padding: 14.5px 15px;
  background: #f5f5f5;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 900px) {
  input[type=text],
  input[type=email],
  select,
  textarea {
    font-size: 14px;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ccc;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #ccc;
}

textarea {
  height: 160px;
  resize: vertical;
}

.form-text:focus {
  outline: none;
  border: 1px solid var(--LP-Blue, #9ed0e0);
  background: var(--LP-Light-Blue, #e9f6f8);
}

.contact__error-message {
  color: #ce2073;
  font-size: 14px;
  margin-top: 4px;
}

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

.contact__data-checkbox.is-error .contact__checkbox-text::before {
  border: 1px solid #ce2073;
  background: #fff0f7;
}

.footer {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media (min-width: 900px) {
  .footer {
    -webkit-margin-before: 120px;
            margin-block-start: 120px;
  }
}

.footer__inner {
  position: relative;
}

.footer-decoration-cat-foot {
  position: absolute;
  width: 100px;
  height: auto;
  top: -40px;
  right: 0;
  width: 70px;
}
@media (min-width: 1200px) {
  .footer-decoration-cat-foot {
    right: auto;
    width: 100px;
    left: calc(50% + 576px);
  }
}

.footer__text {
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
}
@media (min-width: 900px) {
  .footer__text {
    font-size: 24px;
  }
}

.footer-sns-links {
  -webkit-margin-before: 22px;
          margin-block-start: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 900px) {
  .footer-sns-links {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.sns-links-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.sns-links-nav img {
  width: 32px;
  height: 32px;
}
@media (min-width: 900px) {
  .sns-links-nav img {
    width: 40px;
    height: 40px;
  }
}

.footer__title {
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
  margin-inline: auto;
  display: block;
  max-width: 328px;
  height: auto;
}
@media (min-width: 900px) {
  .footer__title {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    max-width: 755px;
  }
}

.footer__address-wrap {
  -webkit-margin-before: -3px;
          margin-block-start: -3px;
}

.address-wrap {
  overflow: hidden;
  background: #ffffff;
  border-radius: 16px;
}
@media (min-width: 900px) {
  .address-wrap {
    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 (min-width: 900px) {
  .address-wrap__map {
    width: 50%;
  }
}
.address-wrap__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 335/271;
}
@media (min-width: 900px) {
  .address-wrap__map iframe {
    aspect-ratio: 512/400;
  }
}

.address-wrap__body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 10px 26px 27px 27px;
}
@media (min-width: 900px) {
  .address-wrap__body {
    padding: 17px 26px 30px 26px;
  }
}

.address-wrap__logo {
  margin-inline: auto;
  width: 153px;
}
@media (min-width: 900px) {
  .address-wrap__logo {
    width: 183px;
    margin: 0;
  }
}

.address-wrap__info {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  row-gap: 9px;
}
@media (min-width: 900px) {
  .address-wrap__info {
    row-gap: 12px;
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.address-wrap__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .address-wrap__info-row {
    gap: 40px;
  }
}

.address-wrap__info-main {
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  position: relative;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
  min-width: 64px;
}
@media (min-width: 600px) {
  .address-wrap__info-main {
    font-size: 14px;
    width: 80px;
  }
}
@media (min-width: 1200px) {
  .address-wrap__info-main {
    font-size: 16px;
  }
}
.address-wrap__info-main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ed0e0;
}

.address-wrap__info-description {
  font-size: 12px;
  font-style: normal;
}
@media (min-width: 600px) {
  .address-wrap__info-description {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .address-wrap__info-description {
    font-size: 16px;
  }
}

.page-top {
  display: block;
  -webkit-margin-before: 26px;
          margin-block-start: 26px;
  margin-inline: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  width: 75px;
  height: auto;
}
@media (min-width: 900px) {
  .page-top {
    width: 100px;
  }
}
.page-top.is-show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 900px) {
  .page-top {
    position: fixed;
    margin: 0;
    right: 40px;
    bottom: 40px;
    z-index: 10;
  }
}

.footer__bottom {
  -webkit-margin-before: 112px;
          margin-block-start: 112px;
  -webkit-padding-before: 123px;
          padding-block-start: 123px;
  position: relative;
}
@media (max-width: 900px) {
  .footer__bottom {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
    -webkit-padding-before: 45.71px;
            padding-block-start: 45.71px;
  }
}
.footer__bottom::before {
  content: "";
  position: absolute;
  background: url(../img/spots-wave-up-sp.svg);
  width: 100%;
  height: 45.71px;
  top: 1px;
  left: 0;
  background-repeat: repeat-x;
  background-position: left -3px center;
  background-size: auto 45.71px;
}
@media (min-width: 900px) {
  .footer__bottom::before {
    background: url(../img/spots-wave-up-pc.svg);
    height: 120px;
    top: 4px;
  }
}

.footer__copyright {
  margin-inline: auto;
  -webkit-padding-after: 32px;
          padding-block-end: 32px;
  display: block;
  text-align: center;
  color: #ffffff;
  background: #67b0c7;
  font-size: 14px;
}
@media (max-width: 900px) {
  .footer__copyright {
    font-size: 10px;
  }
}