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

body.is-fixed {
  overflow: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.display-lg {
  display: none;
}
@media screen and (min-width: 900px) {
  .display-lg {
    display: inline;
  }
}

.inner {
  padding-inline: 20px;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .inner {
    max-width: 1064px;
  }
}

.button {
  font-size: 16px;
  font-weight: 700;
  padding: 4px 22px 6px;
  display: inline-block;
  border-radius: 40px;
  border: 2px solid #4A3636;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #4A3636;
          box-shadow: 0px 4px 0px 0px #4A3636;
  line-height: 1.6;
  min-width: 96px;
}
.button:hover {
  background: #FFEE56;
}

@media screen and (min-width: 900px) {
  .button-small {
    font-size: 14px;
  }
}

@media screen and (min-width: 900px) {
  .button-large {
    padding: 8px 38px 10px;
    font-size: 20px;
    border: 3px solid #4A3636;
  }
}

.title {
  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: 6px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .title {
    gap: 8px;
  }
}

.title-icon {
  width: 37.333px;
  height: 37.333px;
}
@media screen and (min-width: 900px) {
  .title-icon {
    width: 48px;
    height: 48px;
  }
}
.title-text {
  text-align: center;
}

.title-text__en {
  font-family: "Courgette", cursive;
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .title-text__en {
    font-size: 20px;
  }
}

.title-text__jp {
  display: inline-block;
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 6px;
}
@media screen and (min-width: 900px) {
  .title-text__jp {
    font-size: 32px;
    margin-top: 8px;
  }
}

.under-line {
  display: block;
  width: 100%;
  height: 6px;
  background: #FFEE56;
  margin-top: 6px;
}
@media screen and (min-width: 900px) {
  .under-line {
    height: 8px;
    margin-top: 8px;
  }
}

.text-underline {
  -webkit-text-decoration: underline solid;
          text-decoration: underline solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

.link:hover {
  color: #67B0C7;
  -webkit-text-decoration: underline solid;
          text-decoration: underline solid;
}

.pagetop {
  position: fixed;
  right: 40px;
  width: min(8.3333333333%, 75px);
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 80;
}
@media screen and (min-width: 900px) {
  .pagetop.is-show {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1200px) {
  .pagetop {
    width: 100px;
  }
}

.header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 110;
}

.header__inner {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-inline: 24px;
    max-width: 1560px;
  }
}

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

.header__nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
  }
}

.header__button {
  margin-left: 4px;
  width: 132px;
}

.deawer-icon {
  width: 32px;
  height: 28px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .deawer-icon {
    display: none;
  }
}
.deawer-icon.is-checked .drawer-icon__bar-middle {
  width: 32px;
  top: 14.1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.deawer-icon.is-checked .drawer-icon__bar-short {
  display: none;
}
.deawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.deawer-icon.is-checked .drawer-icon__bar:nth-of-type(4) {
  display: none;
}

.drawer-icon__bar-middle {
  position: absolute;
  top: 0.6px;
  left: 0;
  width: 25.6px;
  height: 3px;
  background: #4A3636;
  border-radius: 3px;
  -webkit-transition: width 0.3s, top 0.3s, -webkit-transform 0.3s linear;
  transition: width 0.3s, top 0.3s, -webkit-transform 0.3s linear;
  transition: width 0.3s, top 0.3s, transform 0.3s linear;
  transition: width 0.3s, top 0.3s, transform 0.3s linear, -webkit-transform 0.3s linear;
}

.drawer-icon__bar-short {
  position: absolute;
  top: 0.6px;
  right: 0;
  width: 4.8px;
  height: 3px;
  background: #4A3636;
  border-radius: 3px;
  -webkit-transition: display 0.3s linear;
  transition: display 0.3s linear;
}

.drawer-icon__bar {
  position: absolute;
  left: 0;
  width: 32px;
  height: 3px;
  background: #4A3636;
  border-radius: 3px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 12.6px;
  -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-icon__bar:nth-of-type(4) {
  bottom: 0.6px;
  -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 {
  padding-block: 82px;
  background: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -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;
  z-index: 100;
}
.drawer-content.is-checked {
  -webkit-transform: translateY(64px);
          transform: translateY(64px);
}

.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 39.7px;
  text-align: center;
  width: 144px;
  margin-inline: auto;
}

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

.fv {
  background: url(../img/sp/fv-bg-sp.jpg) no-repeat center center/cover;
  border-radius: 0px 0px 24px 24px;
  height: 554px;
  padding-top: 17px;
}
@media screen and (min-width: 600px) {
  .fv {
    background: url(../img/fv-bg.jpg) no-repeat bottom center/cover;
  }
}
@media screen and (min-width: 900px) {
  .fv {
    padding-top: 35px;
    height: 740px;
  }
}

.fv__inner {
  max-width: 335px;
  width: 100%;
  height: 710px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .fv__inner {
    max-width: 848px;
  }
}

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

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

.fv__title:nth-of-type(1) {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .fv__title:nth-of-type(1) {
    max-width: 520px;
  }
}
.fv__title:nth-of-type(1) img {
  width: 100%;
}
.fv__title:nth-of-type(2) {
  max-width: 240px;
}
@media screen and (min-width: 900px) {
  .fv__title:nth-of-type(2) {
    max-width: 356px;
  }
}
.fv__title:nth-of-type(2) img {
  width: 100%;
}

.sp-image {
  position: relative;
  height: 522px;
}
@media screen and (min-width: 900px) {
  .sp-image {
    height: 560px;
  }
}

.sp-image-comment {
  position: absolute;
  top: 17px;
  left: 0;
  width: 142px;
}
@media screen and (min-width: 900px) {
  .sp-image-comment {
    top: 0;
    left: 37px;
    width: 244px;
  }
}

.sp-image-comment__text {
  color: #CE2073;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18.361px;
  line-height: 1;
  text-align: right;
  text-shadow: 0px 0px 2.295px #fff;
  position: absolute;
  top: 8px;
  left: 22px;
}
@media screen and (min-width: 900px) {
  .sp-image-comment__text {
    font-size: 32px;
  }
}

.sp-image-circle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #CE2073;
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .sp-image-circle {
    width: 180px;
    height: 180px;
    top: 17px;
    right: 127px;
  }
}

.sp-image-circle__text {
  color: #fff;
  font-weight: 700;
}
.sp-image-circle__text:nth-of-type(1) {
  font-size: 10px;
  position: absolute;
  top: 18.94px;
}
@media screen and (min-width: 900px) {
  .sp-image-circle__text:nth-of-type(1) {
    font-size: 16px;
    top: 31px;
  }
}
.sp-image-circle__text:nth-of-type(2) {
  font-size: 9.778px;
  position: absolute;
  top: 39.11px;
}
@media screen and (min-width: 900px) {
  .sp-image-circle__text:nth-of-type(2) {
    font-size: 16px;
    top: 64px;
  }
}
.sp-image-circle__text:nth-of-type(2) .yellow-number {
  font-weight: 700;
  font-family: "Noto Sans Javanese";
  color: #FFEE56;
  font-size: 30.458px;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .sp-image-circle__text:nth-of-type(2) .yellow-number {
    font-size: 49.84px;
  }
}
.sp-image-circle__text:nth-of-type(2) .yellow-text {
  font-weight: 700;
  color: #FFEE56;
}
.sp-image-circle__text:nth-of-type(3) {
  position: absolute;
  font-size: 14.667px;
  top: 64.17px;
}
@media screen and (min-width: 900px) {
  .sp-image-circle__text:nth-of-type(3) {
    font-size: 24px;
    top: 105px;
  }
}

.sp-image-background {
  position: absolute;
  width: 200px;
  height: 408px;
  background: url(../img/fv-sp.webp) no-repeat center center/contain;
  z-index: 10;
  top: 113px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .sp-image-background {
    top: 33px;
    width: 250px;
    height: 510px;
  }
}

.sp-image-contents {
  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;
  background: #fff;
  border-radius: 12.8px;
  gap: 12.8px;
  width: 160px;
  padding-bottom: 19.2px;
  position: absolute;
  top: 122.6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .sp-image-contents {
    border-radius: 16px;
    gap: 16px;
    width: 200px;
    padding-bottom: 24px;
    top: 152.5px;
  }
}

.sp-image-title {
  color: #fff;
  font-size: 12.8px;
  font-weight: 700;
  padding-block: 7px;
  border-radius: 12.8px 12.8px 0 0;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  width: 100%;
}
@media screen and (min-width: 900px) {
  .sp-image-title {
    font-size: 16px;
    padding-block: 8px;
  }
}

.sp-image-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.4px;
}
@media screen and (min-width: 900px) {
  .sp-image-content {
    gap: 8px;
  }
}

.sp-image-title__sub {
  font-size: 12px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .sp-image-title__sub {
    gap: 8px;
    font-size: 14px;
  }
}
.sp-image-title__sub::after {
  content: "";
  width: 48px;
  height: 2.4px;
  background: #CE2073;
  bottom: -3.2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
@media screen and (min-width: 900px) {
  .sp-image-title__sub::after {
    width: 56px;
  }
}

.sp-image-text {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .sp-image-text {
    font-size: 16px;
  }
}

.sp-image-button {
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 2px;
}
@media screen and (min-width: 900px) {
  .sp-image-button {
    font-size: 16px;
    padding-bottom: 6px;
  }
}
.sp-image-button a {
  font-weight: 700;
}

.sp-image-food {
  position: absolute;
  width: 54.069px;
  height: 52.238px;
  bottom: -11px;
  left: 0;
  z-index: 50;
}
@media screen and (min-width: 900px) {
  .sp-image-food {
    width: 127px;
    height: 123px;
    bottom: 1px;
    left: 0;
  }
}
.sp-image-food img {
  width: 100%;
}

.sp-image-drink {
  position: absolute;
  width: 47.257px;
  height: 124.012px;
  bottom: 5.99px;
  left: 43px;
  z-index: 40;
}
@media screen and (min-width: 900px) {
  .sp-image-drink {
    width: 111px;
    height: 292px;
    left: 101px;
    bottom: 41px;
  }
}
.sp-image-drink img {
  width: 100%;
}

.sp-image-cat__brown {
  position: absolute;
  width: 98px;
  height: 72px;
  bottom: -11px;
  right: 9px;
  z-index: 30;
}
@media screen and (min-width: 900px) {
  .sp-image-cat__brown {
    width: 233px;
    height: 174px;
    right: 0;
    bottom: -43px;
  }
}
.sp-image-cat__brown img {
  width: 100%;
}

.sp-image-cat__black {
  position: absolute;
  width: 62px;
  height: 69px;
  bottom: 47px;
  right: 0;
  z-index: 20;
}
@media screen and (min-width: 900px) {
  .sp-image-cat__black {
    width: 170px;
    height: 190px;
    right: 63px;
    bottom: 61px;
  }
}
.sp-image-cat__black img {
  width: 100%;
}

.about {
  margin-top: 156px;
}
@media screen and (min-width: 900px) {
  .about {
    margin-top: 95px;
  }
}

.about__inner {
  padding-top: 32px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .about__inner {
    padding-top: 80px;
  }
}

.about__wrapper {
  width: 100%;
  height: 956px;
  position: relative;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .about__wrapper {
    height: 1218px;
    width: 1200px;
  }
}
@media screen and (min-width: 1200px) {
  .about__wrapper {
    width: 1512px;
  }
}

.about-bottom__photo-left {
  position: absolute;
  width: 138px;
  height: 215px;
  bottom: 32px;
  left: 0;
}
@media screen and (min-width: 600px) {
  .about-bottom__photo-left {
    width: 207px;
    height: 322.5px;
  }
}
@media screen and (min-width: 900px) {
  .about-bottom__photo-left {
    width: 427px;
    height: 817px;
    bottom: 60px;
    left: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .about-bottom__photo-left {
    bottom: 77px;
    left: -103px;
  }
}

.about__swiper-title {
  position: absolute;
  padding-inline: 10px;
  width: 100vw;
  z-index: 20;
  bottom: 68px;
}
.about__swiper-title img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .about__swiper-title {
    width: 890.604px;
    bottom: 121px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-inline: 0;
  }
}

.about__images {
  width: 655px;
  height: 735px;
  position: relative;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .about__images {
    width: 1650px;
  }
}
@media screen and (min-width: 1200px) {
  .about__images {
    width: 2134.2px;
  }
}

.about-back__image-pawpads {
  position: absolute;
  width: 54px;
  top: -10px;
  right: 140px;
}
@media screen and (min-width: 900px) {
  .about-back__image-pawpads {
    width: 100px;
    top: -80px;
    right: 475px;
  }
}
.about__button {
  padding-bottom: 4px;
}

.about-back__image-waves {
  display: none;
}
@media screen and (min-width: 900px) {
  .about-back__image-waves {
    position: absolute;
    display: block;
    top: 607.33px;
    right: -254px;
  }
}
.about-back__image-waves img {
  width: 873.922px;
  height: 45.021px;
}

.about-back__photo-right,
.about-back__photo-left {
  width: 200px;
}
@media screen and (min-width: 900px) {
  .about-back__photo-right,
  .about-back__photo-left {
    width: 480px;
    top: 74px;
  }
}
.about-back__photo-right img,
.about-back__photo-left img {
  width: 100%;
}

.about-back__stripe {
  display: none;
}
@media screen and (min-width: 900px) {
  .about-back__stripe {
    display: block;
    position: absolute;
    width: 250px;
    height: 250px;
    top: -20px;
    left: 290px;
  }
}

.about-back__photo-left {
  position: absolute;
  top: 395px;
  left: 0;
}
@media screen and (min-width: 900px) {
  .about-back__photo-left {
    top: 74px;
    left: -25px;
  }
}

.about-back__photo-right {
  position: absolute;
  top: 273px;
  right: 0;
}
@media screen and (min-width: 900px) {
  .about-back__photo-right {
    top: 74px;
    right: 25px;
  }
}

.about-bottom__photo-right {
  position: absolute;
  width: 48px;
  top: 720px;
  right: 161px;
}
@media screen and (min-width: 900px) {
  .about-bottom__photo-right {
    width: 101px;
    top: 601.32px;
    right: 460px;
  }
}
.about-bottom__photo-right img {
  width: 100%;
}

.about-bottom__photo-center {
  width: 133px;
  position: absolute;
  top: 762px;
  right: 197px;
}
@media screen and (min-width: 900px) {
  .about-bottom__photo-center {
    width: 308px;
    top: 850px;
    right: 358.2px;
  }
}
@media screen and (min-width: 1200px) {
  .about-bottom__photo-center {
    width: 308px;
    top: 758px;
    right: 387px;
  }
}
.about-bottom__photo-center img {
  width: 100%;
}

.about__content {
  max-width: 375px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (min-width: 600px) {
  .about__content {
    max-width: 460px;
  }
}
@media screen and (min-width: 900px) {
  .about__content {
    max-width: 580px;
  }
}
@media screen and (min-width: 1200px) {
  .about__content {
    max-width: 888px;
  }
}

.about__content-inner {
  border-radius: 24px;
  background: #fff;
  width: 100%;
  padding-block: 40px 36px;
  padding-inline: 12px;
  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: 24px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .about__content-inner {
    border-radius: 40px;
    padding-inline: 10px;
    gap: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .about__content-inner {
    border-radius: 40px;
    padding-inline: 114px;
    max-width: 848px;
  }
}
.about__content-inner::after {
  content: "";
  background: #CCE1E4;
  width: 100px;
  height: 36px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .about__content-inner::after {
    width: 140px;
    height: 50px;
    bottom: -50px;
  }
}

.about__content-photo {
  position: absolute;
  width: 88px;
}
@media screen and (min-width: 900px) {
  .about__content-photo {
    width: 150px;
  }
}
.about__content-photo:nth-of-type(1) {
  top: 32px;
  right: 64%;
}
@media screen and (min-width: 900px) {
  .about__content-photo:nth-of-type(1) {
    top: 40px;
    right: calc(50% + 190px);
  }
}
.about__content-photo:nth-of-type(2) {
  top: 30px;
  left: 68%;
}
@media screen and (min-width: 900px) {
  .about__content-photo:nth-of-type(2) {
    top: 47px;
    left: calc(50% + 190px);
  }
}
.about__sub-title {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .about__sub-title {
    font-size: 16px;
  }
}

.about__text:nth-child(n+2) {
  margin-top: 1.55em;
}
@media screen and (min-width: 900px) {
  .about__text:nth-child(n+2) {
    margin-top: 26px;
  }
}

.about__topic p {
  font-size: 14px;
  font-weight: 700;
  padding-block: 6px;
  border-bottom: 2px dashed #9ED0E0;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .about__topic p {
    font-size: 20px;
    padding-block: 10px;
  }
}

.about__swiper {
  width: 100vw;
  height: 100px;
  margin-top: 178px;
}
@media screen and (min-width: 900px) {
  .about__swiper {
    height: 200px;
    margin-top: 258px;
  }
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  width: 100vw;
}

.about__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
}
.about__slide img {
  border-radius: 12px;
  width: 100px;
}
@media screen and (min-width: 900px) {
  .about__slide img {
    border-radius: 24px;
    width: 200px;
  }
}

.how-to-enter {
  overflow: hidden;
  padding-top: 64.8px;
  padding-bottom: 37.67px;
}
@media screen and (min-width: 900px) {
  .how-to-enter {
    padding-top: 120px;
    padding-bottom: 0;
  }
}

.how-to-enter__inner {
  position: relative;
}
@media screen and (min-width: 900px) {
  .how-to-enter__inner {
    max-width: 1512px;
  }
}

.how-to-enter__wrapper {
  position: absolute;
  position: relative;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .how-to-enter__wrapper {
    max-width: 600px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-enter__wrapper {
    max-width: 1512px;
  }
}
.how-to-enter__wrapper :nth-child(1) {
  position: absolute;
  top: 74px;
  right: 0;
}
@media screen and (min-width: 900px) {
  .how-to-enter__wrapper :nth-child(1) {
    top: 148px;
    right: 16px;
  }
}
.how-to-enter__wrapper :nth-child(2) {
  position: absolute;
  top: 549.55px;
  left: 0;
}
@media screen and (min-width: 900px) {
  .how-to-enter__wrapper :nth-child(2) {
    top: 580px;
    left: 16px;
  }
}
.how-to-enter__wrapper :nth-child(3) {
  position: absolute;
  top: 879.88px;
  right: 0;
}
@media screen and (min-width: 900px) {
  .how-to-enter__wrapper :nth-child(3) {
    display: none;
  }
}
.how-to-enter__wrapper img {
  width: 55px;
  height: 120px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__wrapper img {
    width: 100px;
    height: 220px;
  }
}

.how-to-enter__images {
  position: absolute;
  width: 375px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .how-to-enter__images {
    width: 1440px;
  }
}

.how-to-enter__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 149px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__map {
    width: 460px;
    top: -60px;
    left: 0;
  }
}
.how-to-enter__brown-cat {
  position: absolute;
  width: 105px;
  height: 63px;
  top: 0;
  right: 24px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__brown-cat {
    width: 238px;
    height: 141px;
    right: 195px;
    top: -26px;
  }
}
.how-to-enter__black-cat {
  position: absolute;
  width: 94px;
  height: 80px;
  top: 5px;
  right: -31px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__black-cat {
    width: 214px;
    height: 181px;
    right: 69px;
    top: -16.03px;
  }
}

.how-to-enter__boxes {
  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;
  margin-top: 32px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .how-to-enter__boxes {
    -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: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1024px;
    gap: 5px;
    margin-inline: auto;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__boxes {
    gap: 32px;
  }
}

.how-to-enter__button {
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .how-to-enter__button {
    margin-top: 40px;
    padding-bottom: 4px;
  }
}

.how-to-enter-box {
  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;
  text-align: center;
  position: relative;
}
.how-to-enter-box:nth-of-type(1)::after, .how-to-enter-box:nth-of-type(2)::after {
  content: "";
  width: 7px;
  height: 34px;
  background: url(../img/sp/how-to-enter-step-line-sp.png) no-repeat center center/contain;
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .how-to-enter-box:nth-of-type(1)::after, .how-to-enter-box:nth-of-type(2)::after {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 900px) {
  .how-to-enter-box {
    width: 320px;
  }
  .how-to-enter-box:nth-of-type(1)::after, .how-to-enter-box:nth-of-type(2)::after {
    width: 113px;
    height: 24px;
    background: url(../img/how-to-enter-step-line-pc.png) no-repeat center center/contain;
    position: absolute;
    margin-top: 0;
  }
  .how-to-enter-box:nth-of-type(1):nth-of-type(1)::after, .how-to-enter-box:nth-of-type(2):nth-of-type(1)::after {
    top: 204px;
    right: -48px;
  }
  .how-to-enter-box:nth-of-type(1):nth-of-type(2), .how-to-enter-box:nth-of-type(2):nth-of-type(2) {
    margin-top: 69px;
  }
  .how-to-enter-box:nth-of-type(1):nth-of-type(2)::after, .how-to-enter-box:nth-of-type(2):nth-of-type(2)::after {
    top: 136px;
    right: -59px;
  }
}

.how-to-enter-box__image {
  width: 196px;
}
@media screen and (min-width: 900px) {
  .how-to-enter-box__image {
    width: 280px;
  }
}

.how-to-enter-box__contents {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 900px) {
  .how-to-enter-box__contents {
    height: 160px;
    margin-top: 24px;
  }
}

.how-to-enter-box__title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .how-to-enter-box__title {
    font-size: 20px;
  }
}

@media screen and (min-width: 600px) {
  .how-to-enter-box__text {
    font-size: 16px;
  }
}
.how-to-enter__link {
  margin-top: 16px;
  background: #fff;
  padding: 7px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  border: 1px solid #fff;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
}
@media screen and (min-width: 900px) {
  .how-to-enter__link {
    margin-top: 8px;
  }
  .how-to-enter__link:hover {
    border-color: #9ED0E0;
  }
}

.how-to-enter__link-icon img {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__link-icon img {
    width: 24px;
    height: 24px;
  }
}

.how-to-enter__link-text {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .how-to-enter__link-text {
    font-size: 16px;
  }
}

.prizes {
  padding-top: 83px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .prizes {
    padding-top: 269px;
  }
}

.prizes__inner {
  padding-top: 59.33px;
  padding-bottom: 34.67px;
  text-align: center;
  position: relative;
  border-radius: 24px;
  background: #fff;
}
@media screen and (min-width: 900px) {
  .prizes__inner {
    max-width: 1024px;
    padding-top: 65px;
    padding-bottom: 53px;
    padding-inline: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__inner {
    padding-inline: 56px;
  }
}
.prizes__inner::before {
  content: "";
  position: absolute;
  width: 237.6px;
  height: 83px;
  background: url(../img/sp/prizes-title-back-sp.png) no-repeat center center/contain;
  top: -83px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .prizes__inner::before {
    width: 365.624px;
    height: 148.967px;
    background-image: url(../img/prizes-title-back-pc.png);
    top: -148.967px;
  }
}

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

.prizes__decoration {
  display: none;
}
@media screen and (min-width: 900px) {
  .prizes__decoration {
    display: inline;
    position: absolute;
    width: 315px;
    height: 86px;
    top: -120.97px;
  }
  .prizes__decoration:nth-of-type(1) {
    left: 0;
  }
  .prizes__decoration:nth-of-type(2) {
    right: 0;
  }
}
.prizes__cards {
  margin-top: 23px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (min-width: 900px) {
  .prizes__cards {
    margin-top: 32px;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 40px;
  }
}
.prizes__button {
  margin-top: 18px;
}
@media screen and (min-width: 900px) {
  .prizes__button {
    margin-top: 40px;
  }
}

.prizes-card {
  position: relative;
  width: 100%;
}
.prizes-card:nth-child(5) {
  grid-column: 1/3;
  justify-self: center;
  width: calc(50% - 7.5px);
}
@media screen and (min-width: 900px) {
  .prizes-card {
    max-width: 280px;
  }
  .prizes-card:nth-child(1), .prizes-card:nth-child(2) {
    max-width: 440px;
  }
  .prizes-card:nth-child(1) .prizes-card__body, .prizes-card:nth-child(2) .prizes-card__body {
    border-radius: 24px;
    margin-top: 50px;
  }
  .prizes-card:nth-child(1) .prizes-card__title, .prizes-card:nth-child(2) .prizes-card__title {
    height: 120px;
    font-size: 20px;
  }
  .prizes-card:nth-child(1) .prizes-card__back-icon, .prizes-card:nth-child(2) .prizes-card__back-icon {
    width: 100px;
    height: 100px;
  }
  .prizes-card:nth-child(1) .prizes-card__icon, .prizes-card:nth-child(2) .prizes-card__icon {
    width: 32px;
    height: 32px;
    bottom: 10px;
    position: absolute;
    right: 12.5px;
    bottom: 14px;
  }
  .prizes-card:nth-child(1) .prizes-card__icon img, .prizes-card:nth-child(2) .prizes-card__icon img {
    width: 100%;
  }
  .prizes-card:nth-child(1) .prizes-card__number, .prizes-card:nth-child(2) .prizes-card__number {
    width: 100px;
    height: 100px;
  }
  .prizes-card:nth-child(1) {
    grid-column: 1/4;
  }
  .prizes-card:nth-child(2) {
    grid-column: 4/7;
    justify-self: end;
  }
  .prizes-card:nth-child(3) {
    grid-column: 1/3;
  }
  .prizes-card:nth-child(4) {
    grid-column: 3/5;
    justify-self: center;
  }
  .prizes-card:nth-child(5) {
    grid-column: 5/7;
    justify-self: end;
    width: 280px;
  }
}

.prizes-card__number {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
}
@media screen and (min-width: 900px) {
  .prizes-card__number {
    width: 80px;
    height: 80px;
  }
}

.prizes-card__body {
  margin-top: 24px;
  position: relative;
  border-radius: 8px;
  background: #F5F5F5;
  z-index: 10;
  overflow: hidden;
}
.prizes-card__body:hover .prizes-card__image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.prizes-card__body:hover .prizes-card__button {
  border: 4px solid #9ED0E0;
  border-radius: inherit;
}
.prizes-card__body:hover .prizes-card__back-icon-path {
  fill: #9ED0E0;
}
@media screen and (min-width: 900px) {
  .prizes-card__body {
    margin-top: 40px;
    border-radius: 16px;
  }
}

.prizes-card__image-wrapper {
  overflow: hidden;
}

.prizes-card__image img {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.prizes-card__title {
  font-weight: 700;
  height: 56px;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .prizes-card__title {
    height: 80px;
  }
}

.prizes-card__back-icon {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 900px) {
  .prizes-card__back-icon {
    width: 64px;
    height: 64px;
  }
}
.prizes-card__back-icon svg {
  width: 100%;
  height: 100%;
}

.prizes-card__back-icon-path {
  fill: #67B0C7;
}

.prizes-card__icon {
  width: 11.52px;
  height: 11.52px;
  position: absolute;
  right: 5.22px;
  bottom: 12.12px;
}
@media screen and (min-width: 900px) {
  .prizes-card__icon {
    width: 20.48px;
    height: 20.48px;
    right: 8px;
    bottom: 15px;
  }
}
.prizes-card__icon svg {
  width: 100%;
  height: 100%;
}

.prizes-card__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prizes__modal {
  padding-inline: 20px;
}
.prizes__modal::-ms-backdrop {
  opacity: 0.7;
  background: #000;
}
.prizes__modal::backdrop {
  opacity: 0.7;
  background: #000;
}

.modal-card {
  position: fixed;
  inset: 0;
  margin: auto;
  max-width: 336px;
  max-height: 480px;
  overflow: auto;
  overscroll-behavior-y: none;
  border-radius: 24px;
  background: #fff;
  border: none;
  z-index: 60;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .modal-card {
    max-width: 480px;
    max-height: 650px;
  }
}

.modal-card__body {
  margin-top: 39px;
  padding-inline: 20px;
}
@media screen and (min-width: 900px) {
  .modal-card__body {
    margin-top: 32px;
    padding-inline: 40px;
  }
}

.modal-card__title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .modal-card__title {
    font-size: 20px;
  }
}

.modal-card__text {
  margin-top: 12px;
  color: #000;
}

.modal-card__button {
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .modal-card__button {
    margin-top: 24px;
  }
}

.prizes__background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -44px;
}
.prizes__background img {
  min-width: 580px;
}
@media screen and (min-width: 900px) {
  .prizes__background {
    margin-top: 0;
  }
}

.spots {
  background: #67B0C7;
  padding-bottom: 19.84px;
  position: relative;
  margin-top: -5px;
  margin-bottom: 46px;
}
@media screen and (min-width: 900px) {
  .spots {
    margin-top: 0;
    margin-bottom: 120px;
    padding-bottom: 3px;
  }
}
.spots::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 46px;
  background: url(../img/sp/background-wave-sp.png) repeat-x left center/contain;
  top: -46px;
  left: 0;
}
@media screen and (min-width: 900px) {
  .spots::before {
    height: 120px;
    background-image: url(../img/background-wave.png);
    top: -119px;
  }
}
.spots::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 46px;
  background: url(../img/sp/background-wave-rotate-sp.png) repeat-x left center/contain;
  bottom: -44px;
  left: 0;
}
@media screen and (min-width: 900px) {
  .spots::after {
    height: 116px;
    background-image: url(../img/background-wave-rotate.png);
    bottom: -115px;
  }
}

.spots__inner {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spots__inner {
    padding-left: calc(50% - 512px - 25px);
  }
}

@media screen and (min-width: 900px) {
  .spots__views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 20px;
  }
}

.spots__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  vertical-align: top;
}
@media screen and (min-width: 900px) {
  .spots__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}

.spots__title-icon {
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 900px) {
  .spots__title-icon {
    width: 56px;
    height: 56px;
  }
}

.spots__title-text {
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .spots__title-text {
    letter-spacing: 10px;
    font-size: 40px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.spots__swiper {
  margin-top: 18px;
}
@media screen and (min-width: 900px) {
  .spots__swiper {
    margin-top: 0;
    padding-left: 30px;
    padding-bottom: 24px;
  }
}

.spots__prev,
.spots__next {
  display: none;
}
.spots__prev::after,
.spots__next::after {
  display: none;
}
@media screen and (min-width: 900px) {
  .spots__prev,
  .spots__next {
    display: inline;
    width: 80px;
    height: 80px;
    margin-top: 128px;
  }
}

@media screen and (min-width: 900px) {
  .spots__prev {
    margin-left: calc(50% - 350px);
    background: url(../img/prev-button.png) no-repeat center center/contain;
  }
}
@media screen and (min-width: 1200px) {
  .spots__prev {
    margin-left: calc(50% - 512px + 30px);
  }
}

@media screen and (min-width: 900px) {
  .spots__next {
    margin-right: calc(50% - 350px);
    background: url(../img/next-button.png) no-repeat center center/contain;
  }
}
@media screen and (min-width: 1200px) {
  .spots__next {
    margin-right: calc(50% - 512px + 30px);
  }
}

.spots__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1200px) {
  .spots__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 1049px;
    margin-top: 40px;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.spots__image {
  width: 255px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .spots__image {
    width: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__image {
    width: 495px;
    margin-inline: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .spots__contents {
    text-align: right;
  }
}

.spots__text {
  font-size: 11.444px;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .spots__text {
    font-size: 16px;
  }
}

.spots__button {
  margin-top: 24px;
}

.spots-slide {
  height: auto;
}

.spots-slide__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  background: #fff;
  padding-bottom: 31.16px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .spots-slide__wrapper {
    border-radius: 24px;
    gap: 25px;
    padding-bottom: 40px;
  }
}

.spots-slide__image img {
  width: 100%;
}

.spots-slide__title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .spots-slide__title {
    font-size: 20px;
  }
}

.spots-slide__text {
  padding-inline: 24px;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .spots-slide__text {
    padding-inline: 32px;
  }
}

.spots__decoration {
  position: absolute;
  display: none;
}
@media screen and (min-width: 900px) {
  .spots__decoration {
    left: 36px;
    bottom: 40px;
    display: block;
    width: 80px;
    height: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__decoration {
    right: calc(50% + 756px - 136px);
    bottom: 0;
    display: block;
    width: 100px;
    height: 220px;
  }
}
.qa {
  padding-top: 39px;
  padding-bottom: 28px;
}
@media screen and (min-width: 900px) {
  .qa {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

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

.qa__box {
  border-radius: 12px;
  border: 2px solid #4A3636;
  background: #fff;
  overflow: hidden;
}
.qa__box.is-open .qa-box__head-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
@media screen and (min-width: 900px) {
  .qa__box {
    border-radius: 16px;
  }
}

.qa-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 12.91px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .qa-box__head {
    gap: 0;
    padding: 20.5px 20px 20.5px 22px;
  }
}

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

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

.qa-box__head-icon {
  width: 26.182px;
  height: 26.182px;
  background: #9ED0E0;
  border-radius: 50%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .qa-box__head-icon {
    width: 48px;
    height: 48px;
  }
}
.qa-box__head-icon::before, .qa-box__head-icon::after {
  content: "";
  position: absolute;
  width: 10.182px;
  height: 1.455px;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1px;
}
@media screen and (min-width: 900px) {
  .qa-box__head-icon::before, .qa-box__head-icon::after {
    width: 18.667px;
    height: 2.667px;
  }
}
.qa-box__head-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -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;
}

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

.qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .qa-box__a {
    gap: 16px;
  }
}

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

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

.entry__card {
  border: 8px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  padding-block: 16px;
  padding-inline: 15.5px;
}
@media screen and (min-width: 900px) {
  .entry__card {
    padding-block: 32px;
    padding-inline: 48px;
  }
}

.entry__lists {
  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: 12px;
}
@media screen and (min-width: 900px) {
  .entry__lists {
    margin-top: 40px;
  }
}

.entry-info {
  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: 15px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .entry-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 12px;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.entry-info::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #CCCCCC;
}
.entry-info:last-child {
  padding-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .entry-info:last-child {
    padding-bottom: 12px;
  }
}
.entry-info:last-child::before {
  display: none;
}

.entry-info__title {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-left: 16px;
}
@media screen and (min-width: 900px) {
  .entry-info__title {
    font-size: 16px;
    padding-left: 32px;
    width: 240px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.entry-info__title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ED0E0;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (min-width: 900px) {
  .entry-info__title::before {
    top: 9px;
    left: 16px;
  }
}

@media screen and (min-width: 900px) {
  .entry-info__text {
    line-height: 26px;
  }
}

.entry-info-text__lists {
  margin-left: 12px;
}
@media screen and (min-width: 900px) {
  .entry-info-text__lists {
    margin-left: 14px;
  }
}

.entry-info-text__list {
  padding-left: 6px;
  line-height: 19px;
}
@media screen and (min-width: 900px) {
  .entry-info-text__list {
    padding-left: 10px;
    line-height: 26px;
  }
}
.entry-info-text__list::marker {
  content: "•";
  color: #4A3636;
  font-size: 12px;
}

.entry__background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
.entry__background img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .entry__background {
    margin-top: 120px;
  }
}

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

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

.contact__form {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .contact__form {
    margin-top: 40px;
    max-width: 848px;
    margin-inline: auto;
  }
}

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 900px) {
  .contact__field:nth-of-type(5) .form-field__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

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

.contact__button {
  margin-top: 26px;
  text-align: center;
  padding-bottom: 4px;
}
@media screen and (min-width: 900px) {
  .contact__button {
    margin-top: 40px;
  }
}
@media screen and (min-width: 900px) {
  .contact__button .button {
    width: 240px;
  }
}

.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: 900px) {
  .form-field {
    -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;
  }
}
.form-field.is-error .form-field__label {
  color: #CE2073;
}

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

@media screen and (min-width: 900px) {
  .form-field__item {
    width: 628px;
  }
}

.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;
}

.form-text {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  background: #F5F5F5;
  border: none;
  padding: 16px;
  font-size: 14px;
}
.form-text::-webkit-input-placeholder {
  color: #CCCCCC;
}
.form-text::-moz-placeholder {
  color: #CCCCCC;
}
.form-text:-ms-input-placeholder {
  color: #CCCCCC;
}
.form-text::-ms-input-placeholder {
  color: #CCCCCC;
}
.form-text::placeholder {
  color: #CCCCCC;
}
@media screen and (min-width: 900px) {
  .form-text::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-text::-moz-placeholder {
    font-size: 16px;
  }
  .form-text:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-text::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-text::placeholder {
    font-size: 16px;
  }
}
.form-text:focus {
  border: 1px solid #9ED0E0;
  outline: none;
  background: #E9F6F8;
}
.form-text.is-error {
  border: 1px solid #CE2073;
  background: #fff0f7;
}

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border-radius: 8px;
  border: none;
  padding: 16px;
  font-size: 14px;
  background-image: url(../img/contact-pulldown-icon.png), linear-gradient(to left, #9ED0E0 52px, #F5F5F5 52px);
  background-repeat: no-repeat, no-repeat;
  background-position: right 10.5px center, right center;
  background-size: 32px, auto;
}
@media screen and (min-width: 900px) {
  .form-select {
    font-size: 16px;
  }
  .form-select:hover {
    cursor: pointer;
  }
}
.form-select:focus {
  outline: none;
}
.form-select.is-error {
  border: 1px solid #CE2073;
  background-image: url(../img/contact-pulldown-icon.png), linear-gradient(to left, #CE2073 52px, #fff0f7 52px);
}

@media screen and (min-width: 900px) {
  .form-radio {
    height: 56px;
  }
  .form-radio:hover .form-radio__text::before {
    border: 1px solid #9ED0E0;
  }
}

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

.form-radio__text {
  font-size: 14px;
  position: relative;
  padding-left: 32px;
}
@media screen and (min-width: 900px) {
  .form-radio__text {
    font-size: 16px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 33px;
  }
  .form-radio__text:hover {
    cursor: pointer;
  }
}
.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;
  left: 0;
  background: #F5F5F5;
}
.form-radio__text::after {
  width: 12px;
  height: 12px;
  background: #9ED0E0;
  left: 6px;
  opacity: 0;
}

.form-textarea {
  border-radius: 8px;
  border: none;
  background: #F5F5F5;
  width: 100%;
  height: 160px;
  padding: 16px;
  resize: vertical;
}
.form-textarea::-webkit-input-placeholder {
  color: #CCCCCC;
  font-size: 14px;
}
.form-textarea::-moz-placeholder {
  color: #CCCCCC;
  font-size: 14px;
}
.form-textarea:-ms-input-placeholder {
  color: #CCCCCC;
  font-size: 14px;
}
.form-textarea::-ms-input-placeholder {
  color: #CCCCCC;
  font-size: 14px;
}
.form-textarea::placeholder {
  color: #CCCCCC;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .form-textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-textarea::-moz-placeholder {
    font-size: 16px;
  }
  .form-textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-textarea::placeholder {
    font-size: 16px;
  }
}
.form-textarea:focus {
  border: 1px solid #9ED0E0;
  outline: none;
  background: #E9F6F8;
}
.form-textarea.is-error {
  border: 1px solid #CE2073;
  background: #fff0f7;
}

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

.form-checkbox__text {
  position: relative;
  padding-left: 36px;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}
.form-checkbox__text::before, .form-checkbox__text::after {
  content: "";
  position: absolute;
}
.form-checkbox__text::before {
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  border-radius: 4px;
  border: none;
  background: #F5F5F5;
}
.form-checkbox__text::after {
  width: 14px;
  height: 9px;
  left: 6px;
  top: 8px;
  background: url(../img/contact-check.png) no-repeat center center/contain;
  opacity: 0;
}
@media screen and (min-width: 900px) {
  .form-checkbox__text::after {
    margin-top: 0.8px;
  }
}

.information {
  padding-top: 40px;
  padding-bottom: 69.71px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .information {
    padding-top: 120px;
    padding-bottom: 240px;
  }
}

.information__inner {
  position: relative;
}

.information__background {
  display: none;
}
@media screen and (min-width: 900px) {
  .information__background {
    display: block;
    position: absolute;
    width: 100px;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(576px);
            transform: translateX(576px);
  }
}
.information__title {
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .information__title {
    font-size: 24px;
  }
}

.information__nav-list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.information__nav {
  display: block;
  width: 32px;
}
@media screen and (min-width: 900px) {
  .information__nav {
    width: 40px;
  }
  .information__nav:hover {
    opacity: 0.6;
  }
}
.information__nav img {
  width: 100%;
}

.information__image {
  position: absolute;
  top: 96px;
  width: 100%;
  max-width: 328px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .information__image {
    top: 135px;
    max-width: 755px;
  }
}
.information__card {
  position: relative;
  margin-top: 48px;
  border-radius: 16px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .information__card {
    margin-top: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.information__link-icon {
  margin-top: 24px;
  display: block;
  width: 75px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .information__link-icon {
    display: none;
  }
}

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

.information-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 900px) {
  .information-card__wrapper {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.information-card__content {
  padding-inline: 24px;
  padding-bottom: 30px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 900px) {
  .information-card__content {
    padding-inline: 10px;
    padding-bottom: 0;
    max-width: 409px;
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.information-card__title {
  width: 153px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .information-card__title {
    margin-left: 0;
    width: 183px;
  }
}
.information-card__title img {
  display: block;
}

.information-card__lists {
  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: 900px) {
  .information-card__lists {
    gap: 12px;
  }
}

.information-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
}
.information-card__list-title {
  font-weight: 700;
  display: block;
  width: 80px;
  padding-left: 16px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .information-card__list-title {
    width: 120px;
    font-size: 16px;
  }
}
.information-card__list-title::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 5.5px;
  background: #9ED0E0;
}
@media screen and (min-width: 600px) {
  .information-card__list-title::before {
    top: 9px;
  }
}

@media screen and (min-width: 600px) {
  .information-card__list-text {
    font-size: 16px;
  }
}

.footer {
  padding-bottom: 24px;
  background: #67B0C7;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 46px;
  background: url(../img/sp/background-wave-sp.png) repeat-x left center/contain;
  top: -45px;
  left: 0;
}
@media screen and (min-width: 900px) {
  .footer::before {
    height: 120px;
    background-image: url(../img/background-wave.png);
    top: -100px;
  }
}
@media screen and (min-width: 900px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 32px;
  }
}

.footer__copyright {
  font-size: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .footer__copyright {
    font-size: 14px;
  }
}