@charset "UTF-8";
body {
  font-size: 12px;
  line-height: 1.6;
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  background: #e9f6f8;
  font-weight: 400;
}

@media not screen and (min-width: 846px) {
  .hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 846px) {
  .hidden-pc {
    display: none;
  }
}

a:hover {
  color: #67b0c7;
}

.wrapper {
  overflow: hidden;
}

.inner {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 846px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1084px;
    margin-left: auto;
    margin-right: auto;
  }
}

.button {
  font-weight: 700;
  letter-spacing: 0.48px;
  padding: 3px 20px 5px 20px;
  display: inline-block;
  border-radius: 40px;
  border: 2px solid currentColor;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  color: #4a3636;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  letter-spacing: 0.01em;
}
.button:hover {
  background-color: #ffee56;
  color: inherit;
}
@media screen and (min-width: 846px) {
  .button {
    font-size: 14px;
    padding: 3px 22px 5px 22px;
  }
}

.header {
  position: sticky;
  z-index: 51;
  background: #fff;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 20px;
  height: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 846px) {
  .header__inner {
    padding: 20px 24px;
    max-width: 1512px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.header__nav {
  display: none;
}
@media screen and (min-width: 846px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13px;
  }
}

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

.drawer-icon {
  width: 32px;
  height: 24px;
  position: relative;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
  width: 32px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1)::after {
  content: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 3px;
  background: #4a3636;
  border-radius: 3px;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(1) {
  width: 25.6px;
}
.drawer-icon__bar:nth-of-type(1)::after {
  position: absolute;
  content: "";
  width: 4.8px;
  height: 3px;
  background: #4a3636;
  border-radius: 3px;
  top: 0;
  left: 27.2px;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 11px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 23px;
}

.drawer-content {
  width: 100%;
  height: 100dvh;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 50;
  padding: 146px 60px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

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

.mv {
  position: relative;
  padding-bottom: 188px;
}
@media screen and (min-width: 846px) {
  .mv {
    padding-bottom: 177px;
  }
}

.mv__bg-image img {
  width: 100%;
  height: 554px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 0 0 24px 24px;
}
@media screen and (min-width: 846px) {
  .mv__bg-image img {
    height: 740px;
    border-radius: 0 0 40px 40px;
  }
}

.mv__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 18px;
  display: block;
}
@media screen and (min-width: 846px) {
  .mv__inner {
    padding-top: 35px;
  }
}

.mv-body {
  margin-left: auto;
  margin-right: auto;
  max-width: 335px;
}
@media screen and (min-width: 846px) {
  .mv-body {
    max-width: 848px;
    height: 846px;
  }
}

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

.mv-body__title {
  margin-top: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width: 846px) {
  .mv-body__title {
    margin-top: 24px;
    gap: 16px;
  }
}
.mv-body__title img:nth-of-type(1) {
  width: 335px;
}
@media screen and (min-width: 846px) {
  .mv-body__title img:nth-of-type(1) {
    width: 520px;
  }
}
.mv-body__title img:nth-of-type(2) {
  width: 240px;
}
@media screen and (min-width: 846px) {
  .mv-body__title img:nth-of-type(2) {
    width: 356px;
  }
}

.mv-body__decoration {
  margin-top: 10px;
  position: relative;
  height: 522px;
}
@media screen and (min-width: 846px) {
  .mv-body__decoration {
    height: 604px;
    margin-top: 0;
  }
}

.mv-body__sp-img {
  position: absolute;
  top: 103px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  z-index: 7;
}
@media screen and (min-width: 846px) {
  .mv-body__sp-img {
    width: 250px;
    top: 33px;
  }
}
.mv-body__sp-img img {
  width: 200px;
}
@media screen and (min-width: 846px) {
  .mv-body__sp-img img {
    width: 250px;
  }
}

.sp-img__popup {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 160px;
  text-align: center;
  border-radius: 12.8px;
  background: #fff;
  display: inline-block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-bottom: 19.2px;
  margin-top: -4px;
}
@media screen and (min-width: 846px) {
  .sp-img__popup {
    width: 200px;
    padding-bottom: 26.2px;
  }
}

.popup-title {
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  color: #fff;
  font-weight: 700;
  font-size: 12.8px;
  border-radius: 12.8px 12.8px 0 0;
  padding-top: 6.4px;
  padding-bottom: 6.4px;
}
@media screen and (min-width: 846px) {
  .popup-title {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.popup-head {
  padding-top: 12.8px;
  border-bottom: 2.4px solid #ce2073;
  display: inline-block;
}
@media screen and (min-width: 846px) {
  .popup-head {
    font-size: 14px;
    padding-top: 12.8px;
  }
}

.popup-date {
  margin-top: 4.2px;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (min-width: 846px) {
  .popup-date {
    font-size: 16px;
    margin-top: 7px;
  }
}

.popup-button {
  margin-top: 12.8px;
  font-size: 14px;
  padding: 2px 22px 4px 22px;
  line-height: 1.6;
  -webkit-box-shadow: 0px 2px 0px 0px #4a3636;
          box-shadow: 0px 2px 0px 0px #4a3636;
}
@media screen and (min-width: 846px) {
  .popup-button {
    margin-top: 16.8px;
    padding: 6px 22px 8px 22px;
    letter-spacing: 0.17em;
  }
}

.mv-body__fukidashi-img {
  position: absolute;
  left: 0;
  top: 7px;
}
@media screen and (min-width: 846px) {
  .mv-body__fukidashi-img {
    left: 37px;
    top: -2px;
  }
}
.mv-body__fukidashi-img img {
  width: 142px;
}
@media screen and (min-width: 846px) {
  .mv-body__fukidashi-img img {
    width: 244px;
  }
}

.mv-body__present-img {
  position: absolute;
  top: 0;
  right: 25px;
}
@media screen and (min-width: 846px) {
  .mv-body__present-img {
    right: 127px;
    top: 16px;
  }
}
.mv-body__present-img img {
  width: 110px;
}
@media screen and (min-width: 846px) {
  .mv-body__present-img img {
    width: 180px;
  }
}

.mv-body__food-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 8;
}
@media screen and (min-width: 846px) {
  .mv-body__food-img {
    bottom: 45px;
  }
}
.mv-body__food-img img {
  width: 90px;
}
@media screen and (min-width: 846px) {
  .mv-body__food-img img {
    width: 213px;
  }
}

.mv-body__catbl-img {
  position: absolute;
  bottom: 58px;
  right: 0;
  z-index: 9;
}
@media screen and (min-width: 846px) {
  .mv-body__catbl-img {
    right: 63px;
    bottom: 106px;
  }
}
.mv-body__catbl-img img {
  width: 62px;
}
@media screen and (min-width: 846px) {
  .mv-body__catbl-img img {
    width: 170px;
  }
}

.mv-body__catbr-img {
  position: absolute;
  bottom: 0;
  right: 9px;
  z-index: 10;
}
@media screen and (min-width: 846px) {
  .mv-body__catbr-img {
    bottom: 3px;
    right: 0;
  }
}
.mv-body__catbr-img img {
  width: 98px;
}
@media screen and (min-width: 846px) {
  .mv-body__catbr-img img {
    width: 233px;
  }
}

.about {
  position: relative;
}

.about__inner {
  text-align: center;
  position: relative;
}

.about__content {
  background: #fff;
  padding: 40px 43px;
  border-radius: 24px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 846px) {
  .about__content {
    margin-left: auto;
    margin-right: auto;
    padding: 40px 114px;
    max-width: 848px;
    border-radius: 40px;
  }
}

.about__title__image-1 {
  position: absolute;
  top: 33px;
  left: 33px;
}
.about__title__image-1 img {
  width: 87px;
}
@media screen and (min-width: 846px) {
  .about__title__image-1 {
    top: 40px;
    left: 85px;
  }
  .about__title__image-1 img {
    width: 146px;
  }
}

.about__title__image-2 {
  position: absolute;
  top: 30px;
  right: 20px;
}
.about__title__image-2 img {
  width: 87px;
}
@media screen and (min-width: 846px) {
  .about__title__image-2 {
    top: 47px;
    right: 85px;
  }
  .about__title__image-2 img {
    width: 146px;
  }
}

.title__icon img {
  width: 37.333px;
  height: 37.333px;
}
@media screen and (min-width: 846px) {
  .title__icon img {
    width: 48px;
    height: 48px;
  }
}

.title__en {
  margin-top: 6px;
  text-align: center;
  font-family: "Courgette", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25; /* 25px */
}
@media screen and (min-width: 846px) {
  .title__en {
    font-size: 20px;
  }
}

.title__jp {
  margin-top: 6px;
  display: inline-block;
  text-align: center;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  /* JP/Kiwi Maru 32px Medium */
  font-family: "Kiwi Maru";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25; /* 40px */
  padding-bottom: 6px;
  border-bottom: 6px solid #ffee56;
}
@media screen and (min-width: 846px) {
  .title__jp {
    font-size: 32px;
    margin-top: 8px;
    padding-bottom: 10px;
  }
}

.about__head {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 846px) {
  .about__head {
    margin-top: 32px;
    font-size: 16px;
    padding-left: 2px;
  }
}

.about__text {
  margin-top: 24px;
  line-height: 1.58;
}
.about__text span {
  font-weight: 700;
}
.about__text a {
  text-decoration-line: underline;
}
@media screen and (min-width: 846px) {
  .about__text {
    margin-top: 34px;
    font-size: 16px;
    line-height: 1.62;
  }
}

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

.about__button {
  margin-top: 24px;
}
@media screen and (min-width: 846px) {
  .about__button {
    margin-top: 8px;
    font-size: 20px;
    padding: 9px 37px;
  }
}

.about__footer-decoration {
  position: relative;
  z-index: 9;
}

.footer-deco__allow {
  text-align: center;
}
.footer-deco__allow img {
  width: 100px;
  height: 36px;
}
@media screen and (min-width: 846px) {
  .footer-deco__allow img {
    width: 140px;
    height: 50px;
  }
}

.footer-deco__onomichi {
  margin-top: 103.67px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.footer-deco__onomichi img {
  width: 356px;
}
@media screen and (min-width: 846px) {
  .footer-deco__onomichi {
    margin-top: 118px;
  }
  .footer-deco__onomichi img {
    width: 890px;
  }
}

.about__decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
}

.about__bg-img__nikukyu-1 {
  position: absolute;
  top: -10px;
  left: calc(50% + 164.78px);
}
.about__bg-img__nikukyu-1 img {
  width: 19.749px;
  height: 20.681px;
}
@media screen and (min-width: 846px) {
  .about__bg-img__nikukyu-1 {
    top: 40.8px;
    left: calc(50% + 490.33px);
  }
  .about__bg-img__nikukyu-1 img {
    width: 36.572px;
    height: 37.916px;
  }
}

.about__bg-img__nikukyu-2 {
  position: absolute;
  top: 23.43px;
  left: calc(50% + 167.64px);
}
.about__bg-img__nikukyu-2 img {
  width: 19.749px;
  height: 20.681px;
}
@media screen and (min-width: 846px) {
  .about__bg-img__nikukyu-2 {
    top: 102.8px;
    left: calc(50% + 495.62px);
  }
  .about__bg-img__nikukyu-2 img {
    width: 36.572px;
    height: 37.916px;
  }
}

.about__bg-img__nikukyu-3 {
  position: absolute;
}
@media screen and (min-width: 846px) {
  .about__bg-img__nikukyu-3 {
    top: -82px;
    left: calc(50% + 548.05px);
  }
  .about__bg-img__nikukyu-3 img {
    width: 36.572px;
    height: 37.916px;
  }
}

.about__bg-img__nikukyu-4 {
  position: absolute;
}
@media screen and (min-width: 846px) {
  .about__bg-img__nikukyu-4 {
    top: -20px;
    left: calc(50% + 553.34px);
  }
  .about__bg-img__nikukyu-4 img {
    width: 36.572px;
    height: 37.916px;
  }
}

.about__bg-img__stripe {
  position: absolute;
}
@media screen and (min-width: 846px) {
  .about__bg-img__stripe {
    top: -20px;
    right: calc(50% + 527px);
  }
  .about__bg-img__stripe img {
    width: 250px;
    height: 250px;
    min-width: 250px;
  }
}

.about__bg-img__photo-l {
  position: absolute;
  top: 395px;
  right: calc(50% + 127.5px);
}
.about__bg-img__photo-l img {
  width: 200px;
  height: 200px;
  min-width: 200px;
}
@media screen and (min-width: 846px) {
  .about__bg-img__photo-l {
    top: 73.07px;
    right: calc(50% + 613px);
  }
  .about__bg-img__photo-l img {
    width: 480px;
    height: 480px;
    min-width: 480px;
  }
}

.about__bg-img__photo-r {
  position: absolute;
  top: 273px;
  left: calc(50% + 127.5px);
}
.about__bg-img__photo-r img {
  width: 200px;
  height: 200px;
  min-width: 200px;
}
@media screen and (min-width: 846px) {
  .about__bg-img__photo-r {
    top: 73.07px;
    left: calc(50% + 560.2px);
  }
  .about__bg-img__photo-r img {
    width: 480px;
    height: 480px;
    min-width: 480px;
  }
}

.about__bg-img__wave1 {
  position: absolute;
}
@media screen and (min-width: 846px) {
  .about__bg-img__wave1 {
    top: 601px;
    left: calc(50% + 515.15px);
  }
  .about__bg-img__wave1 img {
    width: 806.851px;
    height: 12.006px;
    min-width: 806.851px;
  }
}

.about__bg-img__wave2 {
  position: absolute;
}
@media screen and (min-width: 846px) {
  .about__bg-img__wave2 {
    top: 634px;
    left: calc(50% + 448.08px);
  }
  .about__bg-img__wave2 img {
    width: 806.851px;
    height: 12.006px;
    min-width: 806.851px;
  }
}

.about__bg-img__photo-stair {
  position: absolute;
  top: 0;
  left: 0;
}
.about__bg-img__photo-stair img {
  width: 138px;
  height: 215px;
  min-width: 138px;
}
@media screen and (min-width: 846px) {
  .about__bg-img__photo-stair {
    top: -508px;
    left: auto;
    right: calc(50% + 432px);
  }
  .about__bg-img__photo-stair img {
    width: 427px;
    height: 817px;
    min-width: 427px;
  }
}

.about__bg-img__goods {
  position: absolute;
  top: 53.67px;
  left: calc(50% - 2.5px);
}
.about__bg-img__goods img {
  width: 133px;
  height: auto;
  min-width: 133px;
}
@media screen and (min-width: 846px) {
  .about__bg-img__goods {
    top: -71.604px;
    left: calc(50% + 374px);
  }
  .about__bg-img__goods img {
    width: 308px;
    height: auto;
    min-width: 308px;
  }
}

.about__bg-img__minigoods {
  position: absolute;
  top: 11.67px;
  left: calc(50% + 118.5px);
}
.about__bg-img__minigoods img {
  width: 48px;
  height: auto;
  min-width: 48px;
}
@media screen and (min-width: 846px) {
  .about__bg-img__minigoods {
    top: -227.63px;
    left: calc(50% + 505px);
  }
  .about__bg-img__minigoods img {
    width: 101px;
    height: 100.047px;
    min-width: 101px;
  }
}

.about__swiper {
  z-index: 11;
  margin-top: -1px;
}
@media screen and (min-width: 846px) {
  .about__swiper {
    margin-top: -6px;
  }
}

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

/* 画像のサイズ調整 */
.howto {
  margin-top: 65px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (min-width: 846px) {
  .howto {
    margin-top: 120px;
  }
}

.howto__inner {
  text-align: center;
  position: relative;
}

.howto__content {
  margin-top: 32px;
  position: relative;
}
@media screen and (min-width: 846px) {
  .howto__content {
    margin-top: 40px;
  }
}

.howto__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 846px) {
  .howto__steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
  }
}

@media screen and (min-width: 846px) {
  .howto__step-item {
    width: 320px;
    max-width: 320px;
  }
}

@media screen and (min-width: 846px) {
  .step-item:nth-of-type(2) {
    margin-top: 68px;
  }
}

.step-item__image img {
  width: 196px;
}
@media screen and (min-width: 846px) {
  .step-item__image img {
    width: 280px;
  }
}

.step-item__head {
  margin-top: 16px;
  font-size: 16px;
}
.step-item__head p {
  font-weight: 700;
}
@media screen and (min-width: 846px) {
  .step-item__head {
    margin-top: 24px;
    font-size: 20px;
  }
}

.step-item__text {
  margin-top: 16px;
}
.step-item__text span {
  font-weight: 700;
}
.step-item__text a {
  text-decoration-line: underline;
}
@media screen and (min-width: 846px) {
  .step-item__text {
    font-size: 16px;
    line-height: 1.63;
  }
}

.step-item__link {
  display: inline-block;
  background: #fff;
  padding: 8px 12px 8px 40px;
  font-size: 14px;
  margin-top: 14px;
  position: relative;
}
.step-item__link::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/inst-icon.png) center center/contain;
}
.step-item__link p {
  font-weight: 700;
}
@media screen and (min-width: 846px) {
  .step-item__link {
    font-size: 16px;
    margin-top: 17px;
  }
}

@media screen and (min-width: 846px) {
  .button-wrapper {
    margin-top: 24px;
  }
}

.howto__button {
  margin-top: 15px;
}
@media screen and (min-width: 846px) {
  .howto__button {
    margin-top: 23px;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 36px;
  }
}

.howto__decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.howto__decoration-items {
  position: relative;
}

.howto-deco__map {
  position: absolute;
  top: 0;
  right: calc(50% + 38.5px);
}
.howto-deco__map img {
  width: 149px;
}
@media screen and (min-width: 846px) {
  .howto-deco__map {
    top: -60px;
    right: calc(50% + 260px);
  }
  .howto-deco__map img {
    width: 460px;
    min-width: 460px;
  }
}

.howto-deco__cats-tabby {
  position: absolute;
  top: 0px;
  left: calc(50% + 58.5px);
}
.howto-deco__cats-tabby img {
  width: 105px;
}
@media screen and (min-width: 846px) {
  .howto-deco__cats-tabby {
    top: -26px;
    left: calc(50% + 287px);
  }
  .howto-deco__cats-tabby img {
    width: 238px;
    min-width: 238px;
  }
}

.howto-deco__cats-gray {
  position: absolute;
  top: 5px;
  left: calc(50% + 124.5px);
}
.howto-deco__cats-gray img {
  width: 94px;
  min-width: 94px;
}
@media screen and (min-width: 846px) {
  .howto-deco__cats-gray {
    top: -16px;
    left: calc(50% + 437px);
  }
  .howto-deco__cats-gray img {
    width: 214px;
    min-width: 214px;
  }
}

.howto-deco__nikukyues1 {
  position: absolute;
  top: 74px;
  left: calc(50% + 112.5px);
}
.howto-deco__nikukyues1 img {
  width: 55px;
}
@media screen and (min-width: 846px) {
  .howto-deco__nikukyues1 {
    top: 148px;
    left: calc(50% + 620px);
  }
  .howto-deco__nikukyues1 img {
    width: 100px;
    min-width: 100px;
  }
}

.howto-deco__nikukyues2 {
  position: absolute;
  top: 549px;
  right: calc(50% + 112.5px);
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.howto-deco__nikukyues2 img {
  width: 55px;
}
@media screen and (min-width: 846px) {
  .howto-deco__nikukyues2 {
    top: 580px;
    right: calc(50% + 620px);
  }
  .howto-deco__nikukyues2 img {
    width: 100px;
    min-width: 100px;
  }
}

.howto-deco__nikukyues3 {
  position: absolute;
  top: 879px;
  left: calc(50% + 112.5px);
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.howto-deco__nikukyues3 img {
  width: 55px;
}

.howto-deco__line1 {
  position: absolute;
  left: 50%;
  top: 533px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.howto-deco__line1 img {
  width: 7px;
  height: 34px;
}

.howto-deco__line2 {
  position: absolute;
  left: 50%;
  top: 926px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.howto-deco__line2 img {
  width: 7px;
  height: 34px;
}

.howto-line-pc1 {
  position: absolute;
  top: 205px;
  left: 255px;
}
.howto-line-pc1 img {
  width: 113px;
}

.howto-line-pc2 {
  position: absolute;
  top: 205px;
  right: 295px;
}
.howto-line-pc2 img {
  width: 113px;
}

.prizes {
  margin-top: 58px;
  margin-bottom: 260px;
}
@media screen and (min-width: 846px) {
  .prizes {
    margin-top: 156px;
    margin-bottom: 640px;
  }
}

.prizes__inner {
  position: relative;
}
@media not screen and (min-width: 846px) {
  .prizes__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.prizes__wrapper {
  text-align: center;
  position: relative;
  z-index: 1;
}
.prizes__wrapper::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  width: 238px;
  height: 83px;
  background: url(../img/bg-halfcircle-sp.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.prizes__wrapper::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: calc(100% - 63px);
  z-index: -1;
  border-radius: 24px;
}
@media screen and (min-width: 846px) {
  .prizes__wrapper::before {
    top: -28px;
    width: 366px;
    height: 149px;
    background: url(../img/bg-halfcircle-pc.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .prizes__wrapper::after {
    height: calc(100% - 121px);
    border-radius: 24px;
  }
}

.prizes__content {
  margin-top: 16px;
}

@media screen and (min-width: 846px) {
  .prizes__content__lead {
    margin-top: 40px;
    font-size: 16px;
  }
}

.prizes__content__cards {
  margin-top: 7px;
}
@media screen and (min-width: 846px) {
  .prizes__content__cards {
    margin-top: 43px;
  }
}

.cards-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 846px) {
  .cards-items {
    gap: 35px;
  }
}

.cards-item {
  position: relative;
  width: 160px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.cards-item:nth-of-type(1), .cards-item:nth-of-type(2) {
  margin-top: 40px;
}
.cards-item:nth-of-type(3), .cards-item:nth-of-type(4), .cards-item:nth-of-type(5) {
  margin-top: 24px;
}
@media screen and (min-width: 846px) {
  .cards-item:nth-of-type(1), .cards-item:nth-of-type(2) {
    width: 42.96875vw;
    max-width: 440px;
  }
  .cards-item:nth-of-type(3), .cards-item:nth-of-type(4), .cards-item:nth-of-type(5) {
    width: 27.34375vw;
    max-width: 280px;
    margin-top: 43px;
  }
}
.cards-item:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 4px solid #9ed0e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}
@media screen and (min-width: 846px) {
  .cards-item:hover::after {
    border-radius: 24px;
  }
  .cards-item:hover.radius-small::after {
    border-radius: 16px;
  }
}
.cards-item:hover .cards-item__image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.cards-item:hover .cards-item__title::before {
  background-color: #9ed0e0;
}

.cards-item__number {
  position: absolute;
  width: 48px;
  height: 48px;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/star-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 10;
}
.cards-item__number p {
  margin-top: 5.67px;
  color: #fff;
  font-size: 7.68px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
}
.cards-item__number span {
  color: #fff;
  font-size: 23.04px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  display: inline-block;
  width: 100%;
  line-height: 1;
}
@media screen and (min-width: 846px) {
  .cards-item__number {
    width: 100px;
    height: 100px;
    top: -50px;
  }
  .cards-item__number p {
    font-size: 16px;
    margin-top: 12px;
  }
  .cards-item__number span {
    font-size: 48px;
    margin-top: 2px;
  }
  .cards-item__number.is-small {
    width: 80px;
    height: 80px;
    top: -40px;
  }
  .cards-item__number.is-small p {
    font-size: 12.8px;
  }
  .cards-item__number.is-small span {
    font-size: 38.4px;
  }
}

.card-item__content {
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
}
@media screen and (min-width: 846px) {
  .card-item__content {
    border-radius: 24px;
  }
  .card-item__content.radius-small {
    border-radius: 16px;
  }
}

.cards-item__image {
  display: block;
  width: 160px;
  height: 140px;
  overflow: hidden;
  text-align: center;
}
.cards-item__image img {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  width: 100%;
}
@media screen and (min-width: 846px) {
  .cards-item__image:nth-of-type(1), .cards-item__image:nth-of-type(2) {
    overflow: hidden;
    width: 440px;
    height: 340px;
  }
  .cards-item__image:nth-of-type(1) img, .cards-item__image:nth-of-type(2) img {
    width: 440px;
  }
  .cards-item__image.img-small {
    width: 280px;
    height: 240px;
  }
  .cards-item__image.img-small img {
    width: 280px;
  }
}

.cards-item__title {
  padding-top: 9px;
  padding-bottom: 9px;
  height: 56px;
  position: relative;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.cards-item__title p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  font-weight: 700;
  white-space: nowrap;
}
.cards-item__title::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background-color: #4891bd;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.cards-item__title::after {
  position: absolute;
  content: "";
  bottom: 6.12px;
  right: 5.22px;
  width: 11.52px;
  height: 11.52px;
  background: url(../img/zoom-icon.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 846px) {
  .cards-item__title {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 20px;
    height: 120px;
  }
  .cards-item__title::before {
    width: 100px;
    height: 100px;
  }
  .cards-item__title::after {
    bottom: 14px;
    right: 12.5px;
    width: 32px;
    height: 32px;
  }
  .cards-item__title.is-small {
    padding-top: 27px;
    padding-bottom: 27px;
    font-size: 16px;
    height: 80px;
  }
  .cards-item__title.is-small::before {
    width: 64px;
    height: 64px;
  }
  .cards-item__title.is-small::after {
    bottom: 8.96px;
    right: 8px;
    width: 20.48px;
    height: 20.48px;
  }
}

.prizes__button {
  margin-top: 19px;
  margin-bottom: 35px;
  text-decoration: none;
}
@media screen and (min-width: 846px) {
  .prizes__button {
    font-size: 20px;
    padding: 8px 36px;
    margin-top: 18px;
    margin-bottom: 54px;
  }
}

.prizes__decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.prizes-deco__left {
  position: absolute;
  top: 0;
  right: calc(50% + 197px);
}
.prizes-deco__left img {
  width: 315px;
  min-width: 315px;
}

.prizes-deco__right {
  position: absolute;
  top: 0;
  left: calc(50% + 197px);
}
.prizes-deco__right img {
  width: 315px;
  min-width: 315px;
}

.prizes__bg {
  display: block;
  text-align: center;
  margin-top: -44px;
  position: relative;
}
@media screen and (min-width: 846px) {
  .prizes__bg {
    margin-top: 0;
  }
}

.prizes__bg-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.prizes__bg-img img {
  width: 580px;
  min-width: 580px;
}
@media screen and (min-width: 846px) {
  .prizes__bg-img img {
    width: 1512px;
    min-width: 1512px;
  }
}

.prizes-modal {
  position: fixed;
  inset: 0;
  text-align: center;
  margin: auto;
  max-width: 336px;
  height: 480px;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: none;
  z-index: 60;
  padding: 0;
  overscroll-behavior-y: none;
}
@media screen and (min-width: 846px) {
  .prizes-modal {
    max-width: 480px;
    height: 650px;
  }
}
.prizes-modal::-ms-backdrop {
  opacity: 0.2;
  background: #000;
}
.prizes-modal::backdrop {
  opacity: 0.2;
  background: #000;
}

.prizes-modal__image {
  width: 336px;
  height: 210px;
}
.prizes-modal__image img {
  width: 100%;
}
@media screen and (min-width: 846px) {
  .prizes-modal__image {
    width: 480px;
    height: 300px;
  }
}

.prizes-modal__title {
  margin-top: 39px;
  font-size: 16px;
}
.prizes-modal__title p {
  font-weight: 700;
}
@media screen and (min-width: 846px) {
  .prizes-modal__title {
    margin-top: 32px;
    font-size: 20px;
  }
}

.prizes-modal__body {
  margin-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 846px) {
  .prizes-modal__body {
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

.spots {
  background: #67b0c7;
  padding-bottom: 20px;
  position: relative;
}
.spots::before {
  position: absolute;
  content: "";
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 45.7px;
  background-image: url(../img/wave-sp-deco.png);
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: left -3px center;
  background-size: contain;
}
.spots::after {
  position: absolute;
  content: "";
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 45.7px;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  background-image: url(../img/wave-sp-deco.png);
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: left -3px center;
  background-size: contain;
}
@media screen and (min-width: 846px) {
  .spots {
    padding-bottom: 0px;
  }
  .spots::before {
    position: absolute;
    content: "";
    bottom: calc(100% - 1px);
    left: 0;
    width: 100%;
    height: 120px;
    background-image: url(../img/wave-pc-deco.png);
    background-color: transparent;
    background-repeat: repeat-x;
    background-position: left -3px center;
    background-size: contain;
  }
  .spots::after {
    position: absolute;
    content: "";
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    height: 120px;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    background-image: url(../img/wave-pc-deco.png);
    background-color: transparent;
    background-repeat: repeat-x;
    background-position: left -3px center;
    background-size: contain;
  }
}

@media screen and (min-width: 846px) {
  .spots__container__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 250px;
    gap: 32px;
  }
}

.spots__title {
  width: 260px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  position: relative;
}
.spots__title h2 {
  color: #fff;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}
.spots__title::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 28px;
  background: url(../img/spot-star-icon.png) center center/contain;
}
@media screen and (min-width: 846px) {
  .spots__title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    width: 56px;
    padding-left: 0;
    text-align: left;
    padding-top: 71px;
  }
  .spots__title h2 {
    font-size: 40px;
    letter-spacing: 0.25em;
  }
  .spots__title::after {
    position: absolute;
    content: "";
    top: 28px;
    right: 0;
    width: 56px;
    height: 56px;
    background: url(../img/spot-star-icon.png) center center/contain;
  }
}

.spots__swiper {
  margin-top: 24px;
}
@media screen and (min-width: 846px) {
  .spots__swiper {
    position: relative;
    margin-top: 0;
  }
}

.swiper {
  overflow: visible;
}
@media screen and (min-width: 846px) {
  .swiper {
    overflow: hidden;
  }
}

.swiper-wrapper {
  position: relative;
}

.spots-swiper-slide {
  height: auto;
}

.spots__card {
  background: #fff;
  padding-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  padding: 0 23px 29px 24px;
  height: 100%;
}
@media screen and (min-width: 846px) {
  .spots__card {
    border-radius: 24px;
    padding: 0 32px 40px 32px;
  }
}

.spots__image {
  display: block;
  width: calc(100% + 48px + 1px);
  margin-left: -25px;
}
.spots__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 846px) {
  .spots__image {
    width: calc(100% + 64px + 1px);
    margin-left: -33px;
  }
  .spots__image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 240px;
  }
}

.spots__card-title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #4a3636;
  text-align: center;
}
@media screen and (min-width: 846px) {
  .spots__card-title {
    font-size: 20px;
    margin-top: 24px;
  }
}

.spots__text {
  margin-top: 16px;
  color: #4a3636;
}
@media screen and (min-width: 846px) {
  .spots__text {
    font-size: 16px;
    margin-top: 25px;
  }
}

@media screen and (min-width: 846px) {
  .swiper-button-prev {
    background-color: #ffee56;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    top: initial;
    bottom: 149px;
    left: 284px;
  }
  .swiper-button-prev::after {
    content: "";
    background: url(../img/prev-icon.png) center center/contain;
    width: 57px;
    height: 57px;
  }
}
@media (min-width: 846px) and (max-width: 1000px) {
  .swiper-button-prev {
    bottom: 189px;
  }
}

@media screen and (min-width: 846px) {
  .swiper-button-next {
    background-color: #ffee56;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    top: initial;
    bottom: 149px;
    right: 284px;
  }
  .swiper-button-next::after {
    content: "";
    background: url(../img/next-icon.png) center center/contain;
    width: 57px;
    height: 57px;
  }
}
@media (min-width: 846px) and (max-width: 1000px) {
  .swiper-button-next {
    bottom: 189px;
  }
}

@media screen and (min-width: 846px) {
  .spots__container__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 81px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 66px;
  }
}
@media (min-width: 846px) and (max-width: 1000px) {
  .spots__container__body {
    gap: 30px;
    margin-top: 126px;
  }
}

.spots__bg {
  width: 255px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.spots__bg img {
  width: 100%;
}
@media screen and (min-width: 846px) {
  .spots__bg {
    display: inline-block;
    margin: 0;
    width: 495px;
  }
}
@media (min-width: 846px) and (max-width: 1000px) {
  .spots__bg {
    width: 350px;
  }
}

.spots__lead {
  font-size: 11.444px;
  color: #fff;
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 846px) {
  .spots__lead {
    font-size: 16px;
    margin-top: 0;
  }
}

.spots__button-wrapper {
  text-align: center;
}
@media screen and (min-width: 846px) {
  .spots__button-wrapper {
    text-align: right;
  }
}

.spots__button {
  margin-top: 24px;
}
@media screen and (min-width: 846px) {
  .spots__button {
    font-size: 20px;
    padding: 9px 38px 6px 38px;
    letter-spacing: 0;
  }
}
@media (min-width: 846px) and (max-width: 1000px) {
  .spots__button {
    margin-top: 10px;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 846px) {
  .spots__decoration {
    position: absolute;
    bottom: 0;
    right: calc(50% + 620px);
    width: 100px;
  }
  .spots__decoration img {
    width: 100%;
  }
}

.qa {
  padding-top: 86px;
  padding-bottom: 30px;
}
@media screen and (min-width: 846px) {
  .qa {
    padding-top: 240px;
    padding-bottom: 120px;
  }
}

.qa__title {
  text-align: center;
}

@media screen and (min-width: 846px) {
  .qa__title__en {
    padding-top: 5px;
  }
}

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

.qa-box {
  display: block;
  border-radius: 12px;
  border: 2px solid #4a3636;
  background: #fff;
  overflow: hidden;
}
.qa-box.is-open .qa-box__head::after {
  background: url(../img/qa-opened-icon.png) center center/contain;
}

.qa-box__head {
  padding: 10px 52px 11px 48px;
  display: block;
  width: 100%;
  position: relative;
}
.qa-box__head::before {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13px;
  width: 26.1818px;
  height: 26.1818px;
  border-radius: 50%;
  background: #9ed0e0;
}
.qa-box__head::after {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17.5px;
  width: 17.455px;
  height: 17.455px;
  background: url(../img/qa-closed-icon.png) center center/contain;
}
@media screen and (min-width: 846px) {
  .qa-box__head {
    padding: 28px 84px 30px 67px;
  }
  .qa-box__head::before {
    top: calc(50% - 2px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 48px;
    height: 48px;
  }
  .qa-box__head::after {
    top: calc(50% - 2px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 28px;
    width: 32px;
    height: 32px;
    background: url(../img/qa-closed-icon.png) center center/contain;
  }
}

.qa-box__head-icon {
  display: grid;
  place-items: center;
  place-content: center;
  font-family: "Josefin Sans", sans-serif;
  color: #9ed0e0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  width: 22px;
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 13px;
}
@media screen and (min-width: 846px) {
  .qa-box__head-icon {
    font-size: 32px;
    left: 25px;
    top: calc(50% + 1px);
  }
}

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

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

.qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 846px) {
  .qa-box__a {
    gap: 17px;
  }
}

.qa-box__a-icon {
  display: grid;
  place-items: center;
  place-content: center;
  font-family: "Josefin Sans", sans-serif;
  color: #9ed0e0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  width: 22px;
}
@media screen and (min-width: 846px) {
  .qa-box__a-icon {
    font-size: 32px;
  }
}

.qa-box__a-text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 846px) {
  .qa-box__a-text {
    font-size: 16px;
    line-height: 2.4;
  }
}

.entry__wrapper {
  padding: 16px 15.5px;
  border: 8px solid #fff;
}
@media screen and (min-width: 846px) {
  .entry__wrapper {
    padding: 32px 48px;
  }
}

.entry__title {
  text-align: center;
}

@media screen and (min-width: 846px) {
  .entry__title__en {
    padding-top: 2px;
  }
}

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

.entry-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
  margin-top: 12px;
}
.entry-item:nth-of-type(5) {
  border-bottom: none;
}
@media screen and (min-width: 846px) {
  .entry-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 12px;
  }
}

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

.entry-item__text {
  margin-top: 8px;
  font-size: 12px;
}
.entry-item__text a {
  text-decoration-line: underline;
}
@media screen and (min-width: 846px) {
  .entry-item__text {
    margin-top: 0;
    font-size: 16px;
    width: 672px;
  }
}

@media screen and (min-width: 846px) {
  .entry-item__bullets {
    padding-left: 6px;
  }
}

.entry-item__bullet {
  position: relative;
  padding-left: 18px;
  font-size: 12px;
  line-height: 19px;
}
.entry-item__bullet::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  top: 9px;
  left: 7.5px;
  background: #4a3636;
  border-radius: 50%;
}
@media screen and (min-width: 846px) {
  .entry-item__bullet {
    font-size: 16px;
    line-height: 26px;
  }
  .entry-item__bullet::before {
    width: 4px;
    height: 4px;
    top: 12px;
    left: 4px;
  }
}

.entry__bg {
  margin-top: 33px;
  background: url(../img/img-bg-entry-sp.png) center center/cover;
  height: 99px;
}
@media screen and (min-width: 846px) {
  .entry__bg {
    margin-top: 119px;
    background: url(../img/img-bg-entry-pc.png) center center/cover;
    height: 400px;
  }
}

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

.contact__inner {
  max-width: 908px;
}

.contact__title {
  text-align: center;
}

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

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

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25.4px;
}
@media screen and (min-width: 846px) {
  .contact__fields {
    gap: 22px;
  }
}

@media screen and (min-width: 846px) {
  .contact__field.padding-radio {
    padding-top: 16px;
    padding-bottom: 17px;
  }
}

@media screen and (min-width: 846px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  .form-field.top-alignment {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

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

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

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

.form-field__item {
  margin-top: 8px;
}
@media screen and (min-width: 846px) {
  .form-field__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
  }
}

.form-text {
  background: #f5f5f5;
  padding: 15px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  width: 100%;
}
.form-text::-webkit-input-placeholder {
  color: #ccc;
}
.form-text::-moz-placeholder {
  color: #ccc;
}
.form-text:-ms-input-placeholder {
  color: #ccc;
}
.form-text::-ms-input-placeholder {
  color: #ccc;
}
.form-text::placeholder {
  color: #ccc;
}
.form-text:hover, .form-text:focus {
  border-color: #9ed0e0;
  background-color: #e9f6f8;
  outline: none;
}
.form-text.is-error {
  border-color: #ce2073;
  background-color: #fff0f7;
  outline: none;
}
@media screen and (min-width: 846px) {
  .form-text {
    font-size: 16px;
  }
}

.form-select {
  background-color: #f5f5f5;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid transparent;
  width: 100%;
  color: #4a3636;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/select-icon.png), linear-gradient(to left, #9ed0e0 52px, #f5f5f5 52px);
  background-repeat: no-repeat, no-repeat;
  background-position: center right 18.65px, center center;
  background-size: 14.9px 8.78px, cover;
  outline: none;
}
.form-select.is-error {
  border-color: #ce2073;
  background-image: url(../img/select-icon.png), linear-gradient(to left, #ce2073 52px, #fff0f7 52px);
  background-repeat: no-repeat, no-repeat;
  background-position: center right 18.65px, center center;
  background-size: 14.9px 8.78px, cover;
}
@media screen and (min-width: 846px) {
  .form-select {
    font-size: 16px;
  }
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
}
@media screen and (min-width: 846px) {
  .form-field__radios {
    gap: 22px;
  }
}

.form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-radio__input:checked + .form-radio__text:after {
  opacity: 1;
}

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

.form-textarea {
  background: #f5f5f5;
  padding: 15px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  width: 100%;
  height: 160px;
}
.form-textarea::-webkit-input-placeholder {
  color: #ccc;
}
.form-textarea::-moz-placeholder {
  color: #ccc;
}
.form-textarea:-ms-input-placeholder {
  color: #ccc;
}
.form-textarea::-ms-input-placeholder {
  color: #ccc;
}
.form-textarea::placeholder {
  color: #ccc;
}
.form-textarea:hover, .form-textarea:focus {
  border-color: #9ed0e0;
  background-color: #e9f6f8;
  outline: none;
}
.form-textarea.is-error {
  border-color: #ce2073;
  background-color: #fff0f7;
  outline: none;
}
@media screen and (min-width: 846px) {
  .form-textarea {
    font-size: 16px;
  }
}

.contact__privacy {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 846px) {
  .contact__privacy {
    margin-top: 41px;
  }
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}

.form-checkbox__text {
  position: relative;
  padding-left: 36px;
  font-size: 14px;
}
.form-checkbox__text::before, .form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-checkbox__text::before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  background-color: #f5f5f5;
}
.form-checkbox__text::after {
  width: 14px;
  height: 9px;
  left: 5px;
  background: url(../img/check-icon.png) no-repeat center center/contain;
  opacity: 0;
}
.form-checkbox__text a {
  text-decoration-line: underline;
  font-weight: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 846px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}

.contact__button__wrapper {
  text-align: center;
  margin-top: 25.4px;
}
@media screen and (min-width: 846px) {
  .contact__button__wrapper {
    margin-top: 39px;
  }
}

@media screen and (min-width: 846px) {
  .contact__button {
    font-size: 16px;
    padding: 4px 38px 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

.info__sns {
  margin-top: 24px;
}

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

.sns-menu__youtube {
  width: 32px;
}
.sns-menu__youtube img {
  width: 100%;
}
@media screen and (min-width: 846px) {
  .sns-menu__youtube {
    width: 40px;
  }
}

.sns-menu__instagram {
  width: 32px;
}
.sns-menu__instagram img {
  width: 100%;
}
@media screen and (min-width: 846px) {
  .sns-menu__instagram {
    width: 40px;
  }
}

.sns-menu__twitter {
  width: 32px;
}
.sns-menu__twitter img {
  width: 100%;
}
@media screen and (min-width: 846px) {
  .sns-menu__twitter {
    width: 40px;
  }
}

.info__bg {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 326px;
  margin-top: 15px;
}
.info__bg img {
  width: 100%;
}
@media screen and (min-width: 846px) {
  .info__bg {
    margin-top: 41px;
    width: 744px;
  }
}

.info__card {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  margin-top: -2px;
}
@media screen and (min-width: 846px) {
  .info__card {
    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;
    width: 1024px;
    margin-top: -1px;
  }
}

@media screen and (min-width: 846px) {
  .card-map {
    width: 512px;
  }
}

.card-body {
  margin-top: 23px;
}
@media screen and (min-width: 846px) {
  .card-body {
    margin-top: 103px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
}

.card-body__logo {
  width: 153px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.card-body__logo img {
  width: 100%;
}
@media screen and (min-width: 846px) {
  .card-body__logo {
    margin-left: 0;
    margin-right: auto;
    width: 183px;
  }
}

.card-body__content {
  margin-top: 30px;
  padding: 0 27.5px 29px;
}
@media screen and (min-width: 846px) {
  .card-body__content {
    padding: 0;
    margin-top: 25px;
  }
}

.content-items {
  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: 846px) {
  .content-items {
    gap: 12px;
  }
}

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

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

.content-item__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (min-width: 846px) {
  .info__decoration {
    position: absolute;
    top: 80px;
    left: calc(50% + 576px);
    width: 100px;
  }
  .info__decoration img {
    width: 100%;
  }
}

.pagetop {
  display: block;
  width: 78px;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
}
.pagetop img {
  width: 100%;
}
@media screen and (min-width: 846px) {
  .pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: min(13.3333333333%, 50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 100;
    right: 16px;
    bottom: 30px;
    width: 100px;
  }
  .pagetop.is-show {
    opacity: 1;
    visibility: visible;
  }
}

.footer {
  background: #67b0c7;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
  margin-top: 66px;
}
.footer::before {
  position: absolute;
  content: "";
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 45.7px;
  background-image: url(../img/wave-sp-deco.png);
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: left -3px center;
  background-size: contain;
}
@media screen and (min-width: 846px) {
  .footer {
    margin-top: 240px;
    padding-bottom: 32px;
  }
  .footer::before {
    position: absolute;
    content: "";
    bottom: calc(100% - 1px);
    left: 0;
    width: 100%;
    height: 120px;
    background-image: url(../img/wave-pc-deco.png);
    background-color: transparent;
    background-repeat: repeat-x;
    background-position: left -3px center;
    background-size: contain;
  }
}

.footer__copyright {
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 846px) {
  .footer__copyright {
    font-size: 14px;
  }
}