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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-weight: 400;
  color: #4A3636;
  line-height: 1.6;
  background-color: #E9F6F8;
}
@media screen and (min-width: 992px) {
  body {
    font-size: 16px;
  }
}

a:focus-visible {
  outline-color: #9ED0E0;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

figure {
  margin: 0;
}

em {
  font-weight: 700;
  font-style: normal;
}

.not-scroll {
  height: 100%;
  overflow: hidden;
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 37.333px;
}
@media screen and (min-width: 992px) {
  .heading {
    padding-top: 48px;
  }
}
.heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37.333px;
  height: 37.333px;
}
@media screen and (min-width: 992px) {
  .heading::before {
    width: 48px;
    height: 48px;
  }
}

.title-eg {
  font-family: "Courgette", cursive;
  font-size: 16px;
  line-height: 125%;
  margin-top: 6px;
}
@media screen and (min-width: 992px) {
  .title-eg {
    font-size: 20px;
    margin-top: 8px;
  }
}

.title-ja {
  font-size: 20px;
  font-family: "Kiwi Maru", serif;
  font-weight: 700;
  line-height: 125%;
  margin-top: 6px;
  padding-bottom: 6px;
}
@media screen and (min-width: 992px) {
  .title-ja {
    font-size: 32px;
    margin-top: 8px;
    padding-bottom: 8px;
  }
}
.title-ja::after {
  display: block;
  position: relative;
  content: "";
  top: 6px;
  width: auto;
  height: 6px;
  background: #FFEE56;
}
@media screen and (min-width: 992px) {
  .title-ja::after {
    top: 8px;
    height: 8px;
  }
}

.inner {
  max-width: 375px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .inner {
    max-width: 1104px;
    padding-inline: 40px;
  }
}

.button-bess {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  border: 2px solid #4A3636;
  background: #fff;
  -webkit-box-shadow: 0px 5px 0px 0px #4A3636;
          box-shadow: 0px 5px 0px 0px #4A3636;
  padding-top: 4px;
  padding-bottom: 6px;
  padding-inline: 22px;
}
.button-bess:hover {
  background: #FFEE56;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-bess:focus-visible {
  outline-color: #9ED0E0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-1 {
  font-size: 14px;
}

.button-2 {
  padding-top: 3px;
  font-size: 14px;
  height: 32px;
}
@media screen and (min-width: 992px) {
  .button-2 {
    padding-top: 5px;
    font-size: 16px;
    height: 40px;
  }
}

.button-3 {
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 6px;
}
@media screen and (min-width: 992px) {
  .button-3 {
    border: 3px solid #4A3636;
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-inline: 38px;
  }
}

.button-4 {
  padding-block: 5px;
  padding-inline: 22px;
}
@media screen and (min-width: 992px) {
  .button-4 {
    font-size: 20px;
    padding-block: 10px;
    padding-inline: 38px;
  }
}

.button-5 {
  padding-block: 5px;
  padding-inline: 22px;
}

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

.button-square {
  display: inline-block;
  margin-top: 3px;
  padding: 7px 12px 7px 41px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid transparent;
}
@media screen and (min-width: 992px) {
  .button-square {
    font-size: 16px;
    margin-top: 0;
    padding-left: 44px;
  }
}
.button-square:hover {
  border: 1px solid #CCE1E4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.text-link {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.text-link:hover {
  cursor: pointer;
  color: #67B0C7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.u-hidden-small {
  display: none;
}
@media screen and (min-width: 992px) {
  .u-hidden-small {
    display: block;
  }
}

@media screen and (min-width: 576px) {
  .u-hidden-middle {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .u-hidden-large {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .u-hidden-xlarge {
    display: none;
  }
}

.u-hidden-small-inline {
  display: none;
}
@media screen and (min-width: 992px) {
  .u-hidden-small-inline {
    display: inline;
  }
}

@media screen and (min-width: 992px) {
  .u-hidden-large-inline {
    display: none;
  }
}

.u-block-large {
  display: none;
}
@media screen and (min-width: 992px) {
  .u-block-large {
    display: block;
  }
}

.u-block-xlarge {
  display: none;
}
@media screen and (min-width: 1200px) {
  .u-block-xlarge {
    display: block;
  }
}

@media screen and (min-width: 576px) {
  .modal-hidden-middle {
    display: none;
  }
}

.modal-hidden-small {
  display: none;
}
@media screen and (min-width: 576px) {
  .modal-hidden-small {
    display: block;
  }
}

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

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .header__inner {
    max-width: 1560px;
    padding-inline: 24px;
  }
}

.header__log a img {
  width: 210px;
}
@media screen and (min-width: 992px) {
  .header__log a img {
    width: 183px;
  }
}

.header__open {
  margin-left: auto;
}

.drawer-icon {
  position: relative;
  width: 32px;
  height: 27px;
  margin-top: 1px;
  z-index: 30;
}
.drawer-icon.is-checked {
  margin-top: -3px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  width: 32px;
  top: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0;
  top: 24px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(4) {
  top: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 992px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon__bar {
  position: absolute;
  background: #4A3636;
  width: 32px;
  height: 3px;
  border-radius: 3px;
  left: 0;
  -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-child(1) {
  top: 0;
  width: 25.6px;
}
.drawer-icon__bar:nth-child(2) {
  top: 0;
  left: 27px;
  width: 4.8px;
}
.drawer-icon__bar:nth-child(3) {
  bottom: 12px;
}
.drawer-icon__bar:nth-child(4) {
  bottom: 0;
}

.header-content {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-content {
    display: block;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.header__nav-link {
  font-size: 12px;
}
.header__nav-link:hover {
  color: #67B0C7;
  border-bottom: 1px solid #67B0C7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__nav-button {
  margin-top: -4px;
}

.drawer-content {
  top: -120%;
  position: fixed;
  z-index: 20;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.drawer-content.is-checked {
  top: 64px;
}
@media screen and (min-width: 992px) {
  .drawer-content {
    display: none;
  }
}

.drawer__nav {
  padding-block: 82px;
}

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

.drawer__nav-list-item {
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .drawer__nav-list-item {
    font-size: 16px;
  }
}

.drawer__nav-link:hover {
  color: #67B0C7;
  border-bottom: 1px solid #67B0C7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer__nav-button {
  margin-top: 40px;
  padding-bottom: 4px;
  text-align: center;
}

.fv__section {
  position: relative;
  margin-top: 64px;
  padding-top: 18px;
}
@media screen and (min-width: 992px) {
  .fv__section {
    padding-top: 34px;
    margin-bottom: -41px;
  }
}

.fast-visual__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(100% - 156px);
}
@media screen and (min-width: 992px) {
  .fast-visual__image {
    height: calc(100% - 50px);
  }
}
.fast-visual__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 24px 24px;
}
@media screen and (min-width: 992px) {
  .fast-visual__image img {
    height: calc(100% - 90px);
  }
}

.fv__inner {
  position: relative;
}
@media screen and (min-width: 992px) {
  .fv__inner {
    max-width: 375px;
  }
}
@media screen and (min-width: 992px) {
  .fv__inner {
    max-width: 928px;
  }
}

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

.fv__hading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .fv__hading {
    gap: 16px;
    margin-top: 24px;
  }
}

@media screen and (min-width: 992px) {
  .fv__title-image-1 {
    width: 520px;
  }
}

@media screen and (min-width: 992px) {
  .fv__title-image-2 {
    width: 356px;
  }
}

.fv__images-wrapper {
  position: relative;
  margin-top: 10px;
  width: 335px;
  height: 522px;
}
@media screen and (min-width: 992px) {
  .fv__images-wrapper {
    margin-top: 0;
    width: 848px;
    height: 603px;
  }
}

.fv__smart-phone {
  position: absolute;
  top: 103px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  height: 408px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .fv__smart-phone {
    top: 34px;
    width: 250px;
  }
}

.fv__smart-phone-fukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12.8px;
  position: absolute;
  top: 123px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160px;
  height: 154px;
  background: #fff;
  border-radius: 12.8px;
}
@media screen and (min-width: 992px) {
  .fv__smart-phone-fukidashi {
    top: 153px;
    gap: 17px;
    width: 200px;
    height: 194px;
    border-radius: 16px;
  }
}

.fv__smart-phone-fukidashi-title {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12.8px;
  font-weight: 700;
  padding: 6.4px 9.6px;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  border-top-left-radius: 12.8px;
  border-top-right-radius: 12.8px;
}
@media screen and (min-width: 992px) {
  .fv__smart-phone-fukidashi-title {
    padding: 8px 12px;
    font-size: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}

.fv__smart-phone-fukidashi-content {
  width: 100%;
  text-align: center;
}

.fv__smart-phone-fukidashi-text {
  width: 48px;
  margin-inline: auto;
  border-bottom: 2.4px solid #CE2073;
}
@media screen and (min-width: 992px) {
  .fv__smart-phone-fukidashi-text {
    margin-top: -1px;
    width: 56px;
    font-size: 14px;
    border-bottom: 3px solid #CE2073;
  }
}

.fv__smart-phone-fukidashi-time {
  margin-top: 4.4px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .fv__smart-phone-fukidashi-time {
    margin-top: 5px;
    -webkit-font-feature-settings: "pref" on;
            font-feature-settings: "pref" on;
  }
}

.fv__smart-phone-fukidashi-button {
  margin-top: -1px;
}

.fv__fukidashi-image {
  position: absolute;
  top: 8px;
  left: 1px;
}
@media screen and (min-width: 992px) {
  .fv__fukidashi-image {
    top: 0;
    left: 37px;
  }
}
.fv__fukidashi-image img {
  width: 142px;
}
@media screen and (min-width: 992px) {
  .fv__fukidashi-image img {
    width: 244px;
  }
}

.fv__ellipse-image {
  position: absolute;
  top: 0;
  right: 25px;
}
@media screen and (min-width: 992px) {
  .fv__ellipse-image {
    top: 18px;
    right: 127px;
  }
}
.fv__ellipse-image img {
  width: 110px;
}
@media screen and (min-width: 992px) {
  .fv__ellipse-image img {
    width: 180px;
  }
}

.fv__food-image {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .fv__food-image {
    bottom: 43px;
    left: 0;
  }
}
.fv__food-image img {
  width: 90px;
}
@media screen and (min-width: 992px) {
  .fv__food-image img {
    width: 212px;
  }
}

.fv__cats-black-image {
  position: absolute;
  bottom: 58px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .fv__cats-black-image {
    right: 63px;
    bottom: 105px;
  }
}
.fv__cats-black-image img {
  width: 62px;
}
@media screen and (min-width: 992px) {
  .fv__cats-black-image img {
    width: 170px;
  }
}

.fv__cats-brown-image {
  position: absolute;
  bottom: 0;
  right: 9px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .fv__cats-brown-image {
    bottom: 0;
    right: 0;
  }
}
.fv__cats-brown-image img {
  width: 98px;
}
@media screen and (min-width: 992px) {
  .fv__cats-brown-image img {
    width: 233px;
  }
}

.about {
  position: relative;
  margin-top: 32px;
  padding-bottom: 64px;
}
@media screen and (min-width: 992px) {
  .about {
    margin-top: 80px;
    padding-bottom: 120px;
  }
}

.about__decoration-pads {
  position: absolute;
  top: -10px;
  left: calc(50% + 133px);
  width: 54px;
}
@media screen and (min-width: 576px) {
  .about__decoration-pads {
    left: calc(50% + 133px + 82.5px);
  }
}
@media screen and (min-width: 992px) {
  .about__decoration-pads {
    top: -83px;
    left: calc(50% + 490px);
    width: 100px;
  }
}
.about__right-photo,
.about__left-photo {
  position: absolute;
  width: 200px;
}
@media screen and (min-width: 992px) {
  .about__right-photo,
  .about__left-photo {
    width: 480px;
  }
}
.about__right-photo {
  top: 273px;
  left: calc(50% + 128px);
}
@media screen and (min-width: 576px) {
  .about__right-photo {
    left: calc(50% + 128px + 82.5px);
  }
}
@media screen and (min-width: 992px) {
  .about__right-photo {
    top: 72px;
    left: calc(50% + 560px);
  }
}

.about__left-photo {
  top: 395px;
  right: calc(50% + 128px);
}
@media screen and (min-width: 576px) {
  .about__left-photo {
    right: calc(50% + 128px + 82.5px);
  }
}
@media screen and (min-width: 992px) {
  .about__left-photo {
    top: 72px;
    right: calc(50% + 614px);
  }
}

.about__diagonal-line-image {
  display: none;
}
@media screen and (min-width: 992px) {
  .about__diagonal-line-image {
    display: block;
    position: absolute;
    z-index: -1;
    top: -21px;
    right: calc(50% + 527px);
    width: 250px;
  }
}
.about__slope-image {
  position: absolute;
  top: 709px;
}
@media screen and (min-width: 992px) {
  .about__slope-image {
    z-index: -1;
    top: 320px;
    left: -103px;
  }
}
.about__slope-image img {
  width: 138px;
}
@media screen and (min-width: 992px) {
  .about__slope-image img {
    width: 427px;
  }
}

.about__goods-button {
  position: absolute;
  left: calc(50% + 118px);
  top: 720px;
  width: 48px;
}
@media screen and (min-width: 576px) {
  .about__goods-button {
    left: calc(50% + 118px + 82.5px);
  }
}
@media screen and (min-width: 992px) {
  .about__goods-button {
    left: calc(50% + 505px);
    top: 600px;
    width: 101px;
  }
}
.about__goods-cloth {
  position: absolute;
  left: calc(50% - 3px);
  top: 762px;
  width: 133px;
}
@media screen and (min-width: 576px) {
  .about__goods-cloth {
    left: calc(50% - 3px + 82.5px);
  }
}
@media screen and (min-width: 992px) {
  .about__goods-cloth {
    left: calc(50% + 374px);
    top: 756px;
    width: 308px;
  }
}
.about__wavy-line-image {
  display: none;
}
@media screen and (min-width: 992px) {
  .about__wavy-line-image {
    display: block;
    overflow: hidden;
    z-index: -1;
    position: absolute;
    left: calc(50% + 446px);
    top: 605px;
    width: 873.922px;
    height: 45.021px;
  }
}
.about__content {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  background: #fff;
  width: 335px;
  padding-top: 40px;
  padding-inline: 12px;
  padding-bottom: 36px;
  border-radius: 24px;
}
@media screen and (min-width: 576px) {
  .about__content {
    width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .about__content {
    width: 848px;
    padding-inline: 114px;
    border-radius: 40px;
    gap: 33px;
    padding-top: 38px;
  }
}
.about__content::after {
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 100px;
  height: 36px;
  background: #CCE1E4;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (min-width: 576px) {
  .about__content::after {
    width: 140px;
    height: 50px;
    bottom: -50px;
  }
}

.about__content-top-area {
  position: relative;
  margin-top: -24px;
}
@media screen and (min-width: 992px) {
  .about__content-top-area {
    margin-top: -32px;
  }
}
.about__content-top-area::before, .about__content-top-area::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 87.54px;
  height: 70.32px;
}
@media screen and (min-width: 992px) {
  .about__content-top-area::before, .about__content-top-area::after {
    width: 146.63px;
    height: 117.8px;
  }
}
.about__content-top-area::before {
  left: -134px;
  top: 16px;
  background: url(../img/img_about_pic1.png) 100% 100%/cover;
}
@media screen and (min-width: 992px) {
  .about__content-top-area::before {
    left: -339px;
    top: 33px;
  }
}
.about__content-top-area::after {
  right: -148px;
  top: 15px;
  background: url(../img/img_about_pic2.png) 100% 100%/cover;
}
@media screen and (min-width: 992px) {
  .about__content-top-area::after {
    right: -340px;
    top: 40px;
  }
}

.about__heading::before {
  content: "";
  background: url(../img/about_icon-heading.svg) 100% 100%/cover;
}

.about__message {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .about__message {
    font-size: 16px;
  }
}

.about__description-area {
  text-align: center;
  display: grid;
  gap: 19px;
}
@media screen and (min-width: 992px) {
  .about__description-area {
    font-size: 16px;
    gap: 27px;
  }
}

.about__description-text:nth-of-type(2) {
  margin-top: -1px;
}
@media screen and (min-width: 992px) {
  .about__description-text:nth-of-type(2) {
    margin-top: 0;
  }
}
.about__description-text:last-child {
  margin-top: -1px;
}

.about__description-text-strong {
  margin-left: 1px;
  padding: 7px 0px 6px;
  font-size: 14px;
  border-bottom: 2px dashed #9ED0E0;
}
@media screen and (min-width: 992px) {
  .about__description-text-strong {
    margin-left: 0;
    font-size: 20px;
    font-weight: 700;
    padding: 12px 0px 10px;
  }
}

.about__button {
  padding-bottom: 4px;
}
@media screen and (min-width: 992px) {
  .about__button {
    margin-top: -1px;
  }
}

.about__bottom-area {
  margin-top: 140px;
}
@media screen and (min-width: 992px) {
  .about__bottom-area {
    margin-top: 170px;
  }
}

.about__bottom-logo {
  text-align: center;
  margin-top: -2px;
  margin-left: 2px;
}
@media screen and (min-width: 992px) {
  .about__bottom-logo {
    margin-top: -4px;
    margin-left: -6px;
  }
}
.about__bottom-logo img {
  width: 355px;
}
@media screen and (min-width: 992px) {
  .about__bottom-logo img {
    width: 890px;
  }
}

@media screen and (min-width: 992px) {
  .about__swiper {
    margin-top: -6px;
  }
}
.about__swiper .about__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.about__swiper-slide {
  width: 100px;
  height: 101px;
}
@media screen and (min-width: 992px) {
  .about__swiper-slide {
    width: 200px;
    height: 201px;
  }
}

.how-to-enter {
  position: relative;
}
@media screen and (min-width: 992px) {
  .how-to-enter {
    padding-bottom: 2px;
  }
}

.how-to-enter__decoration-map {
  position: absolute;
  top: 0;
  right: calc(50% + 38px);
  width: 149px;
}
@media screen and (min-width: 576px) {
  .how-to-enter__decoration-map {
    right: calc(50% + 38px + 82.5px);
  }
}
@media screen and (min-width: 992px) {
  .how-to-enter__decoration-map {
    top: -59px;
    right: calc(50% + 260px);
    width: 460px;
  }
}
@media screen and (min-width: 992px) {
  .how-to-enter__decoration-map img {
    width: 460px;
  }
}

.how-to-enter__decoration-cats-tabby {
  position: absolute;
  top: -1px;
  left: calc(50% + 58px);
  width: 105px;
  height: 63px;
}
@media screen and (min-width: 576px) {
  .how-to-enter__decoration-cats-tabby {
    left: calc(50% + 58px + 82.5px);
  }
}
@media screen and (min-width: 992px) {
  .how-to-enter__decoration-cats-tabby {
    top: -26px;
    left: calc(50% + 287px);
    width: 238px;
    height: 141px;
  }
}
.how-to-enter__decoration-cats-gray {
  position: absolute;
  top: 4px;
  left: calc(50% + 124px);
  width: 94px;
  height: 80px;
}
@media screen and (min-width: 576px) {
  .how-to-enter__decoration-cats-gray {
    left: calc(50% + 124px + 82.5px);
  }
}
@media screen and (min-width: 992px) {
  .how-to-enter__decoration-cats-gray {
    width: 214px;
    height: 181px;
    top: -16px;
    left: calc(50% + 437px);
  }
}
.how-to-enter__decoration-pads-1 {
  position: absolute;
  top: 73px;
  left: calc(50% + 113px);
  width: 55px;
  height: 120.12px;
}
@media screen and (min-width: 576px) {
  .how-to-enter__decoration-pads-1 {
    left: calc(50% + 113px + 82.5px);
  }
}
@media screen and (min-width: 992px) {
  .how-to-enter__decoration-pads-1 {
    width: 100px;
    height: 220px;
    top: 148px;
    left: calc(50% + 620px);
  }
}
.how-to-enter__decoration-pads-2 {
  position: absolute;
  top: 549px;
  right: calc(50% + 113px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 55px;
  height: 120.12px;
}
@media screen and (min-width: 576px) {
  .how-to-enter__decoration-pads-2 {
    right: calc(50% + 113px + 82.5px);
  }
}
@media screen and (min-width: 992px) {
  .how-to-enter__decoration-pads-2 {
    width: 100px;
    height: 220px;
    top: 580px;
    right: calc(50% + 620px);
  }
}
.how-to-enter__decoration-pads-3 {
  position: absolute;
  width: 55px;
  height: 120.12px;
  top: 880px;
  left: calc(50% + 112px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 576px) {
  .how-to-enter__decoration-pads-3 {
    left: calc(50% + 112px + 82.5px);
  }
}
@media screen and (min-width: 992px) {
  .how-to-enter__decoration-pads-3 {
    display: none;
  }
}
.how-to-enter__inner {
  position: relative;
}
@media screen and (min-width: 576px) {
  .how-to-enter__inner {
    max-width: 540px;
  }
}
@media screen and (min-width: 992px) {
  .how-to-enter__inner {
    max-width: 1104px;
  }
}

.how-to-enter__heading::before {
  content: "";
  background: url(../img/how-to-enter-icon.svg) 100% 100%/cover;
}
@media screen and (min-width: 992px) {
  .how-to-enter__heading {
    margin-top: -2px;
  }
}

.how-to-enter__content {
  margin-top: 31px;
  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: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
}
@media screen and (min-width: 992px) {
  .how-to-enter__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    gap: 0;
  }
}

.how-to-enter__step {
  position: relative;
  display: grid;
  place-items: center;
  gap: 15px;
  width: 100%;
  padding-bottom: 15px;
}
.how-to-enter__step:nth-child(3) {
  margin-top: 1px;
}
@media screen and (min-width: 992px) {
  .how-to-enter__step {
    width: 320px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-bottom: 0;
    gap: 17px;
  }
  .how-to-enter__step:nth-child(2) {
    padding-top: 68px;
  }
  .how-to-enter__step:nth-child(3) {
    margin-top: 0;
  }
}
.how-to-enter__step:not(:last-of-type)::after {
  content: "";
  background: url(../img/img-step-line.svg) 100% 100%/cover;
  position: absolute;
  bottom: -33px;
  left: calc(50% + 1px);
  width: 7px;
  height: 34px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .how-to-enter__step:not(:last-of-type)::after {
    width: 113px;
    height: 24px;
    background: url(../img/img-step-line-pc.svg) 100% 100%/cover;
    left: calc(50% + 151px);
    top: 205px;
    bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .how-to-enter__step:nth-of-type(2)::after {
    left: calc(50% + 160px);
  }
}

.how-to-enter__step-image {
  max-width: 280px;
}
.how-to-enter__step-title {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .how-to-enter__step-title {
    margin-top: 7px;
    font-size: 20px;
  }
}

.how-to-enter__step-title-3 {
  margin-left: 3px;
}
@media screen and (min-width: 992px) {
  .how-to-enter__step-title-3 {
    margin-left: 0;
    margin-right: -5px;
  }
}

.how-to-enter__step-description {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .how-to-enter__step-description {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__step-description {
    font-size: 16px;
    line-height: 1.62;
  }
}

.how-to-enter__step-button {
  text-align: center;
  padding-bottom: 4px;
}
@media screen and (min-width: 992px) {
  .how-to-enter__step-button {
    margin-top: 48px;
  }
}

.how-to-enter__step-follow-button {
  margin-top: -2px;
}
@media screen and (min-width: 992px) {
  .how-to-enter__step-follow-button {
    margin-top: -1px;
  }
}

.follow-button-icon {
  position: relative;
}
.follow-button-icon::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url(../img/footer_icon-sns-instagram.svg) 100% 100%/cover;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
}
@media screen and (min-width: 992px) {
  .follow-button-icon::before {
    width: 24px;
    height: 24px;
  }
}

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

.prizes__inner {
  margin-inline: auto;
}
@media screen and (min-width: 576px) {
  .prizes__inner {
    max-width: 500px;
    padding-inline: 20px;
  }
}
@media screen and (min-width: 992px) {
  .prizes__inner {
    max-width: 1104px;
    padding-inline: 40px;
  }
}

.prizes__deco-top {
  display: none;
}
@media screen and (min-width: 992px) {
  .prizes__deco-top {
    display: block;
    position: relative;
  }
  .prizes__deco-top::before {
    position: absolute;
    content: "";
    background: url(../img/prizens__deco-top-left.svg);
    top: 29px;
    left: 0;
    width: 315px;
    height: 86px;
  }
  .prizes__deco-top::after {
    position: absolute;
    content: "";
    background: url(../img/prizens__deco-top-right.svg);
    top: 29px;
    right: 0;
    width: 315px;
    height: 86px;
  }
}

.prizes__content-area {
  position: relative;
  padding-top: 20px;
  padding-inline: 20px;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .prizes__content-area {
    padding-top: 28px;
    padding-inline: 30px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__content-area {
    padding-inline: 56px;
  }
}
.prizes__content-area::before {
  content: "";
  background: url(../img/prizes-heading-background-sp.svg);
  width: 238px;
  height: 83px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .prizes__content-area::before {
    background: url(../img/prizes-heading-background-pc.svg);
    width: 378px;
    height: 150px;
    top: 0;
  }
}
.prizes__content-area::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 24px;
  display: block;
  background: #fff;
  width: 100%;
  height: calc(100% - 83px);
}
@media screen and (min-width: 992px) {
  .prizes__content-area::after {
    height: calc(100% - 150px);
  }
}

.prizes__heading {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.prizes__heading::before {
  content: "";
  background: url(../img/prizes-icon.svg) 100% 100%/cover;
}

.prizes__content-description {
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .prizes__content-description {
    margin-top: 40px;
  }
}

.prizes__cards {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 40px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (min-width: 992px) {
  .prizes__cards {
    margin-top: 81px;
    row-gap: 80px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.prizes__card {
  text-align: center;
  width: calc(50% - 7.5px);
  position: relative;
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  .prizes__card {
    width: calc(50% - 15px);
    border-radius: 16px;
  }
  .prizes__card:nth-child(n+3) {
    width: calc(33.3333333333% - 24px);
  }
  .prizes__card:nth-child(5) {
    margin-top: 0;
  }
}
.prizes__card:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.prizes__card:hover .prizes__card-photo img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.prizes__card:hover .prizes__card-zoom-icon-background-color {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #9ED0E0;
}

@media screen and (min-width: 992px) {
  .prizes__card-large {
    border-radius: 24px;
  }
}

.prizes__card-icon {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .prizes__card-icon {
    width: 80px;
    top: -40px;
  }
}
.prizes__card-icon img {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .prizes__card-icon-large {
    width: 100px;
    top: -50px;
  }
}

.prizes__card-content {
  position: relative;
}

.prizes__card-photo {
  display: block;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 992px) {
  .prizes__card-photo {
    border-radius: 16px 16px 0 0;
  }
}
.prizes__card-photo img {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .prizes__card-photo-large {
    border-radius: 24px 24px 0 0;
  }
}

.prizes__card-body {
  position: relative;
}

.prizes__card-title {
  font-weight: 700;
  background: #F5F5F5;
  border-radius: 0 0 8px 8px;
  min-height: 55px;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 992px) {
  .prizes__card-title {
    min-height: 56px;
    border-radius: 0 0 16px 16px;
    min-height: 80px;
  }
}

@media screen and (min-width: 992px) {
  .prizes__card-title-large {
    font-size: 20px;
    border-radius: 0 0 24px 24px;
    min-height: 121px;
  }
}

.prizes__card-js-modal-open-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: solid 2px transparent;
}
.prizes__card-js-modal-open-button:hover {
  border: solid 2px #9ED0E0;
}
@media screen and (min-width: 992px) {
  .prizes__card-js-modal-open-button {
    border-radius: 16px;
  }
}

@media screen and (min-width: 992px) {
  .prizes__card-js-modal-open-button-large {
    border-radius: 24px;
  }
}

.prizes__card-zoom-icon-background {
  display: inline-block;
  position: absolute;
  bottom: -6px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .prizes__card-zoom-icon-background {
    width: 64px;
    height: 64px;
    bottom: 2px;
  }
}
.prizes__card-zoom-icon-background svg {
  width: 100%;
  height: auto;
  border-bottom-right-radius: 8px;
}
@media screen and (min-width: 992px) {
  .prizes__card-zoom-icon-background svg {
    border-bottom-right-radius: 16px;
  }
}

@media screen and (min-width: 992px) {
  .prizes__card-zoom-icon-background-large {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 992px) {
  .prizes__card-zoom-icon-background-large svg {
    border-bottom-right-radius: 24px;
  }
}

.prizes__card-zoom-icon-background-color {
  fill: #67B0C7;
}

.prizes__card-zoom-icon {
  position: absolute;
  bottom: 0px;
  right: 5px;
}
@media screen and (min-width: 992px) {
  .prizes__card-zoom-icon {
    width: 20.5px;
    bottom: 3px;
    right: 8px;
  }
}
.prizes__card-zoom-icon svg {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 992px) {
  .prizes__card-zoom-icon-large {
    width: 32px;
    bottom: 8px;
    right: 13px;
  }
}

.prizes__button {
  margin-top: 19px;
  padding-bottom: 4px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .prizes__button {
    margin-top: 41px;
  }
}

.prizes__bottom-background-img {
  margin-top: -42px;
  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;
  position: relative;
  z-index: -2;
}
@media screen and (min-width: 576px) {
  .prizes__bottom-background-img {
    margin-top: -3px;
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}
.prizes__bottom-background-img img {
  min-width: 580px;
}

.prizes__card-modal {
  position: fixed;
  z-index: 50;
  inset: 0;
  margin: auto;
  max-width: calc(100% - 40px);
  padding: 0;
  border: none;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .prizes__card-modal {
    width: 480px;
  }
}

.prizes__card-modal-photo img {
  width: 100%;
}

.prizes__card-modal-body {
  background: #fff;
  height: 231px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .prizes__card-modal-body {
    height: 350px;
  }
}

.prizes__card-modal-title {
  margin-top: 39px;
  font-size: 16px;
  font-weight: 700;
  padding-top: 1px;
}
@media screen and (min-width: 576px) {
  .prizes__card-modal-title {
    margin-top: 32px;
    font-size: 20px;
    padding-top: 1px;
  }
}

.prizes__card-modal-text {
  margin-top: 12px;
}
@media screen and (min-width: 576px) {
  .prizes__card-modal-text {
    margin-top: 13px;
    font-size: 16px;
  }
}

.prizes__card-modal-button {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 4px;
}
@media screen and (min-width: 576px) {
  .prizes__card-modal-button {
    margin-top: 25px;
  }
}

.spots {
  position: relative;
  margin-top: -52.714px;
  padding-top: 45.714px;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .spots {
    margin-top: -121px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.spots::before {
  content: "";
  background-image: url(../img/spots__deco-top-sp.svg);
  background-repeat: repeat;
  text-align: center;
  width: calc(100% + 6px);
  margin-inline: -3px;
  height: 45.714px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .spots::before {
    content: "";
    background-image: url(../img/spots__deco-top-pc.svg);
    height: 120px;
    margin-inline: 0px;
  }
}

.spots__deco-pads {
  display: none;
}
@media screen and (min-width: 992px) {
  .spots__deco-pads {
    display: block;
    position: absolute;
    left: 0;
    bottom: 122px;
    width: 100px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .spots__deco-pads {
    left: calc(50% - 720px);
  }
}
.spots__inner {
  background: #67B0C7;
}

@media screen and (min-width: 992px) {
  .spots__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: max(30px, 50% - 512px);
    gap: 35px;
    padding-top: 1px;
  }
}

.spots__title-wrapper {
  padding-top: 0px;
  text-align: center;
}

.spots__title {
  color: #fff;
  font-family: "Kiwi Maru", serif;
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
  padding-left: 36px;
}
@media screen and (min-width: 992px) {
  .spots__title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 40px;
    padding-top: 70px;
    padding-left: 3px;
    letter-spacing: 0.25em;
  }
}
.spots__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% - 130px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(..//img/spots__icon-star.svg);
  background-size: cover;
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 992px) {
  .spots__title::before {
    width: 56px;
    height: 56px;
    top: 0;
    left: calc(50% + 1px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 992px) {
  .spots__bottom-area-wrapper {
    margin-top: 1px;
    max-width: 1024px;
    margin-inline: auto;
  }
}

.spots__bottom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .spots__bottom-area {
    margin-top: 62px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0;
  }
}

.spots__logo-img {
  width: 255px;
  height: 55px;
}
@media screen and (min-width: 992px) {
  .spots__logo-img {
    width: 360px;
    height: 78px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__logo-img {
    width: 495px;
    height: 107px;
  }
}
.spots__description-area {
  margin-top: 16px;
}
@media screen and (min-width: 992px) {
  .spots__description-area {
    margin-top: 0;
    padding-top: 3px;
    text-align: right;
  }
}

.spots__description {
  text-align: center;
  color: #fff;
  font-size: 11.444px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 576px) {
  .spots__description {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__description {
    font-size: 16px;
  }
}

.spots__button {
  margin-top: 23px;
  padding-bottom: 5px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .spots__button {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__button {
    text-align: right;
  }
}

.spots__bottom-deco {
  position: relative;
}
.spots__bottom-deco::before {
  content: "";
  background-repeat: repeat-x;
  background: url(../img/spots__deco-bottom-sp.svg);
  width: calc(100% + 10px);
  margin-inline: -5px;
  height: 45.71px;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 992px) {
  .spots__bottom-deco::before {
    content: "";
    background: url(../img/spots__deco-bottom-pc.svg);
    height: 120px;
    top: -2px;
  }
}

.spots__swiper {
  margin-top: 23px;
}
@media screen and (min-width: 992px) {
  .spots__swiper {
    margin-top: 0;
  }
}

.spots__swiper-slide {
  height: auto;
}

.spots__swiper-slide-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  padding-bottom: 31px;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .spots__swiper-slide-card {
    border-radius: 24px;
    padding-bottom: 40px;
  }
}

.spots__swiper-slide-photo {
  display: block;
  width: 100%;
}
.spots__swiper-slide-photo img {
  vertical-align: text-bottom;
}
@media screen and (min-width: 992px) {
  .spots__swiper-slide-photo img {
    vertical-align: top;
  }
}

.spots__swiper-slide-title {
  text-align: center;
  margin-top: 17px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .spots__swiper-slide-title {
    font-size: 20px;
    margin-top: 24px;
  }
}

.spots__swiper-slide-text {
  margin-top: 16px;
  padding-inline: 24px;
  line-height: 1.58;
}
@media screen and (min-width: 992px) {
  .spots__swiper-slide-text {
    margin-top: 24px;
    padding-inline: 32px;
    line-height: 1.62;
  }
}

@media screen and (min-width: 992px) {
  .swiper-button-wrapper {
    display: block;
    position: relative;
    max-width: 694px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-button-wrapper {
    max-width: 944px;
  }
}

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

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.spots__swiper-button-prev,
.spots__swiper-button-next {
  display: none;
}
@media screen and (min-width: 992px) {
  .spots__swiper-button-prev,
  .spots__swiper-button-next {
    display: inline-block;
    position: absolute;
    top: calc(50% + 6px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  .spots__swiper-button-prev:hover, .spots__swiper-button-prev:focus-visible,
  .spots__swiper-button-next:hover,
  .spots__swiper-button-next:focus-visible {
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .spots__swiper-button-prev::before,
  .spots__swiper-button-next::before {
    display: inline-block;
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
  }
}

.spots__swiper-button-prev::before {
  background-image: url(../img/spots-swiper_icon-button-prev_.svg);
}

.spots__swiper-button-next::before {
  background-image: url(../img/spots-swiper_icon-button-next.svg);
}

.qa {
  margin-top: 46px;
}
@media screen and (min-width: 992px) {
  .qa {
    margin-top: 118px;
  }
}

.qp__inner {
  max-width: 640px;
}
@media screen and (min-width: 992px) {
  .qp__inner {
    max-width: 1104px;
  }
}

.qa__heading::before {
  content: "";
  background: url(../img/qa_icon-heading.svg) 100% 100%/cover;
}

summary {
  list-style: none;
  cursor: pointer;
}

.qa__boxs {
  margin-top: 23px;
  display: grid;
  gap: 11px;
}
@media screen and (min-width: 992px) {
  .qa__boxs {
    margin-top: 40px;
    gap: 24px;
  }
}

.qa__box {
  border-radius: 12px;
  border: 2px solid #4a3636;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .qa__box {
    border-radius: 16px;
  }
}

.qa-box__head {
  background: #fff;
  padding-block: 10px;
  padding-right: 13px;
  padding-left: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qa-box__head:focus-visible {
  outline-color: #9ED0E0;
}
@media screen and (min-width: 992px) {
  .qa-box__head {
    padding: 21px 20px 19px 23px;
    gap: 16px;
  }
}

.qa-box__head-icon {
  display: inline-block;
  color: #9ed0e0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 125%;
}
@media screen and (min-width: 992px) {
  .qa-box__head-icon {
    margin-top: 6px;
    font-size: 32px;
  }
}

.qa-box__head-text {
  display: block;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .qa-box__head-text {
    font-size: 20px;
  }
}

.qa-box__open-icon {
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
  width: 26.182px;
  height: 26.182px;
  background: #9ed0e0;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .qa-box__open-icon {
    margin-top: 0px;
    width: 48px;
    height: 48px;
  }
}

.qa-box__open-icon-bar {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  background: #fff;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.qa-box__open-icon-bar:nth-of-type(2) {
  top: calc(50% - 2px);
  left: calc(50% - 5px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 992px) {
  .qa-box__open-icon-bar:nth-of-type(2) {
    left: calc(50% - 9px);
  }
}
@media screen and (min-width: 992px) {
  .qa-box__open-icon-bar {
    width: 18.667px;
    height: 2.667px;
    border-radius: 2.667px;
  }
}

.is-opened .qa-box__open-icon-bar:first-of-type {
  opacity: 0;
}

.is-opened .qa-box__open-icon-bar:nth-of-type(2) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.qa-box__body {
  background: #f5f5f5;
  overflow: hidden;
}

.qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 18px;
  padding-bottom: 14px;
  padding-inline: 14px;
  gap: 16px;
}
@media screen and (min-width: 992px) {
  .qa-box__a {
    padding-top: 27px;
    padding-bottom: 22px;
    padding-inline: 22px;
  }
}

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

.qa-box__a-text {
  color: #4a3636;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .qa-box__a-text {
    font-size: 16px;
    line-height: 1.62;
  }
}

.entry-requirements {
  margin-top: 30.67px;
}
@media screen and (min-width: 992px) {
  .entry-requirements {
    margin-top: 120px;
  }
}

.entry-requirements__inner {
  max-width: 640px;
}
@media screen and (min-width: 992px) {
  .entry-requirements__inner {
    max-width: 1104px;
  }
}

.entry-requirements__content-area {
  border: 8px solid #fff;
  padding-block: 16px;
  padding-inline: 15px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 992px) {
  .entry-requirements__content-area {
    padding-block: 32px;
    padding-inline: 48px;
  }
}

.entry-requirements__heading::before {
  content: "";
  background: url(../img/entry-requirements_icon-heading.svg) 100% 100%/cover;
}

.entry-requirements_definition-lists {
  margin-top: 24px;
  display: grid;
  gap: 13px;
}
@media screen and (min-width: 992px) {
  .entry-requirements_definition-lists {
    margin-top: 41px;
  }
}

.entry-requirements_definition-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid #CCC;
}
.entry-requirements_definition-list-item:nth-of-type(n + 3) {
  margin-top: -1px;
}
@media screen and (min-width: 992px) {
  .entry-requirements_definition-list-item:nth-of-type(n + 3) {
    margin-top: 0;
  }
}
.entry-requirements_definition-list-item:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  .entry-requirements_definition-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    padding-bottom: 11px;
  }
}

.entry-requirements_definition-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 992px) {
  .entry-requirements_definition-term {
    width: 240px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 16px;
  }
}

@media screen and (min-width: 992px) {
  .entry-requirements_definition-term-decoration {
    margin-top: -3px;
  }
}
.entry-requirements_definition-term-decoration::before {
  content: "";
  display: inline-block;
  background: #9ED0E0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.entry-requirements_definition-term-text {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .entry-requirements_definition-term-text {
    font-size: 16px;
  }
}

.entry-requirements_definition-description-list-item {
  position: relative;
  padding-left: 18px;
  line-height: 1.58;
  margin-top: 0.2px;
}
@media screen and (min-width: 992px) {
  .entry-requirements_definition-description-list-item {
    margin-top: 0;
    line-height: 1.62;
    padding-left: 24px;
  }
}
.entry-requirements_definition-description-list-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 9.6px;
  left: 8px;
  background: #4A3636;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .entry-requirements_definition-description-list-item::before {
    top: 12.8px;
    left: 10px;
  }
}

.entry-requirements_img-bottom-aria {
  margin-top: 32px;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 992px) {
  .entry-requirements_img-bottom-aria {
    margin-top: 122px;
  }
}

.entry-requirements_img-bottom img {
  width: 100%;
}

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

.contact__inner {
  max-width: 640px;
}
@media screen and (min-width: 992px) {
  .contact__inner {
    max-width: 1104px;
  }
}

.contact__heading::before {
  content: "";
  background: url(../img/contact__icon-heading.svg) 100% 100%/cover;
}

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

.contact__form {
  margin-top: 24px;
}
@media screen and (min-width: 992px) {
  .contact__form {
    margin-top: 40px;
  }
}

.contact__fields {
  display: grid;
  gap: 24px;
  max-width: 888px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .contact__fields {
    padding-inline: 20px;
  }
}

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

@media screen and (min-width: 992px) {
  .form-field-alignment {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form-field__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 700;
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.form-field__title {
  font-size: 14px;
  font-weight: inherit;
}
@media screen and (min-width: 992px) {
  .form-field__title {
    font-size: 16px;
  }
}

.form-field__label {
  cursor: pointer;
  font-weight: inherit;
}

.form-field__tag {
  font-weight: inherit;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
  background: #CE2073;
}
@media screen and (min-width: 992px) {
  .form-field__tag {
    font-size: 12px;
  }
}

.form-field__item {
  width: 100%;
}

.form-text,
.form-email,
.form-textarea,
.form-field__select {
  background: #F5F5F5;
  font-size: 14px;
  width: 100%;
  height: 56px;
  padding: 15px 16px 16px 15px;
  border-radius: 8px;
  border: 1px solid transparent;
}
@media screen and (min-width: 992px) {
  .form-text,
  .form-email,
  .form-textarea,
  .form-field__select {
    font-size: 16px;
  }
}
.form-text[placeholder],
.form-email[placeholder],
.form-textarea[placeholder],
.form-field__select[placeholder] {
  color: #CCC;
}
.form-text:focus-visible,
.form-email:focus-visible,
.form-textarea:focus-visible,
.form-field__select:focus-visible {
  color: #4A3636;
  background: #E9F6F8;
  border: 1px solid #9ED0E0;
  outline: none;
}
.form-text.is-error,
.form-email.is-error,
.form-textarea.is-error,
.form-field__select.is-error {
  color: #4A3636;
  border: 1px solid #CE2073;
  background: #fff0f7;
}

.form-field__select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/control__icon-inquiry-bg.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 52px 56px;
}
.form-field__select.is-error {
  background-color: #fff0f7;
  background-image: url(../img/control__icon-inquiry-bg-error.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 52px 56px;
  color: #4A3636;
  border: 1px solid #CE2073;
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .form-field__radios {
    width: 628px;
    height: 56px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form-field__radio {
  position: absolute;
  overflow: hidden;
}
.form-field__radio:focus-visible + .form-field__radio-text::before {
  border: 1px solid #9ED0E0;
}
.form-field__radio:checked + .form-field__radio-text {
  font-weight: 700;
}
.form-field__radio:checked + .form-field__radio-text::after {
  opacity: 1;
}

.form-field__radio-text {
  font-size: 14px;
  padding-left: 32px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .form-field__radio-text {
    font-size: 16px;
    padding-left: 33px;
  }
}
.form-field__radio-text:focus-visible {
  outline: none;
}
.form-field__radio-text:focus-visible::before {
  border: 1px solid #9ED0E0;
}
.form-field__radio-text::before, .form-field__radio-text::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-field__radio-text::before {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  background-color: #F5F5F5;
}
.form-field__radio-text::after {
  background: #9ED0E0;
  left: 6px;
  width: 12px;
  height: 12px;
  opacity: 0;
}

.form-textarea {
  height: 160px;
}

.contact__form-fields-bottom {
  display: grid;
  place-items: center;
}

.form-field__checkbox-wrapper {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .form-field__checkbox-wrapper {
    margin-top: 40px;
  }
}

.form-field__checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.form-field__checkbox:focus-visible + .form-field__checkbox-text::before {
  border: 1px solid #9ED0E0;
}
.form-field__checkbox:checked + .form-field__checkbox-text::after {
  opacity: 1;
}
.form-field__checkbox.is-error + .form-field__checkbox-text::before {
  border: 1px solid #CE2073;
  background: #fff0f7;
}

.form-field__checkbox-text {
  position: relative;
  font-size: 14px;
  padding-left: 36px;
}
@media screen and (min-width: 992px) {
  .form-field__checkbox-text {
    font-size: 16px;
  }
}
.form-field__checkbox-text .text-link:focus {
  outline-color: #9ED0E0;
}
.form-field__checkbox-text::before, .form-field__checkbox-text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-field__checkbox-text::before {
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #F5F5F5;
  border: 1px solid transparent;
}
.form-field__checkbox-text::after {
  background-image: url(../img/contact__icon-checkbox.svg);
  background-size: contain;
  left: 5px;
  width: 14px;
  height: 9px;
  opacity: 0;
}

.form-field__button {
  margin-top: 27px;
  text-align: center;
  padding-bottom: 4px;
}
@media screen and (min-width: 992px) {
  .form-field__button {
    margin-top: 41px;
  }
}

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

.footer__decoration {
  display: none;
}
@media screen and (min-width: 992px) {
  .footer__decoration {
    display: block;
    position: absolute;
    width: 100px;
    height: 220px;
    top: 80px;
    left: calc(50% + 576px);
  }
}

.footer__inner {
  max-width: 640px;
}
@media screen and (min-width: 992px) {
  .footer__inner {
    max-width: 1104px;
  }
}

.footer__sns-wrapper {
  display: grid;
  place-items: center;
}

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

.footer__sns-content {
  margin-top: 23px;
}
@media screen and (min-width: 992px) {
  .footer__sns-content {
    margin-top: 24px;
  }
}

.footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.footer__sns-list-link:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__sns-list-link img {
  width: 32px;
}
@media screen and (min-width: 992px) {
  .footer__sns-list-link img {
    width: 40px;
  }
}

.footer__logo-onmichi-wrapper {
  position: relative;
  z-index: -1;
  margin-top: 9px;
  margin-bottom: -14px;
  margin-inline: auto;
  width: 333px;
}
@media screen and (min-width: 992px) {
  .footer__logo-onmichi-wrapper {
    margin-top: 30px;
    margin-bottom: -37px;
    width: 755px;
  }
}
.footer__address-wrapper {
  border-radius: 16px;
  overflow: hidden;
}
.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .footer__address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.footer__address-map {
  width: 100%;
  aspect-ratio: 335/271;
}
.footer__address-map iframe {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
@media screen and (min-width: 992px) {
  .footer__address-map {
    width: 50%;
    aspect-ratio: 512/400;
  }
}

.footer__address-body {
  width: 100%;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 29px;
  padding-inline: 24px;
}
@media screen and (min-width: 992px) {
  .footer__address-body {
    width: 409px;
    margin: auto;
    padding: 10px;
  }
}

.footer__address-logo {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer__address-logo img {
    width: 183px;
  }
}
@media screen and (min-width: 992px) {
  .footer__address-logo {
    text-align: left;
  }
}

.footer__address-definition-list-wrapper {
  margin-top: 30px;
  margin-left: 3px;
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 992px) {
  .footer__address-definition-list-wrapper {
    margin-top: 23.5px;
    margin-left: 0;
    gap: 12.5px;
  }
}

.footer__address-definition-list {
  font-style: normal;
}

.footer__address-definition-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__address-definition-team {
  width: 80px;
}
@media screen and (min-width: 992px) {
  .footer__address-definition-team {
    width: 120px;
  }
}
.footer__address-definition-team span {
  position: relative;
  padding-left: 16px;
  font-weight: 700;
}
.footer__address-definition-team span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #9ED0E0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.footer__copyright-wrapper {
  width: 100vw;
  margin-top: 23px;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 992px) {
  .footer__copyright-wrapper {
    margin-top: 120px;
  }
}

.footer__copyright-deco {
  padding-top: 44.71px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .footer__copyright-deco {
    padding-top: 120px;
  }
}
.footer__copyright-deco::before {
  position: absolute;
  content: "";
  top: -1px;
  left: -7.5px;
  background-image: url(../img/spots__deco-top-sp.svg);
  width: calc(100% + 15px);
  height: 45.714px;
  background-repeat: repeat-x;
}
@media screen and (min-width: 992px) {
  .footer__copyright-deco::before {
    background-image: url(../img/spots__deco-top-pc.svg);
    top: 2px;
    left: -5.5px;
    width: calc(100% + 11px);
    height: 120px;
  }
}

.footer__copyright {
  background: #67B0C7;
  padding-bottom: 26px;
}
@media screen and (min-width: 992px) {
  .footer__copyright {
    padding-bottom: 32px;
  }
}

.footer__copyright-text {
  color: #fff;
  text-align: center;
  margin-top: -2px;
}
@media screen and (min-width: 992px) {
  .footer__copyright-text {
    margin-top: 0;
  }
}
.footer__copyright-text small {
  font-size: 10px;
}
@media screen and (min-width: 992px) {
  .footer__copyright-text small {
    font-size: 14px;
  }
}

.page-top-button__wrapper {
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 992px) {
  .page-top-button__wrapper {
    position: fixed;
    margin-top: 0;
    right: 40px;
    bottom: 40px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media screen and (min-width: 992px) {
  .page-top-button__wrapper.is-show {
    opacity: 1;
    visibility: visible;
  }
}

.page-top-button {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.page-top-button:hover, .page-top-button:focus-visible {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.page-top-button:focus-visible {
  outline-color: #9ED0E0;
}
.page-top-button img {
  width: 77px;
}
@media screen and (min-width: 992px) {
  .page-top-button img {
    width: 100px;
  }
}