*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-weight: 400;
}

.is-drawer-open,
.is-modal-open {
  overflow: hidden;
}

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

.link-hover {
  -webkit-transition: opacity 0.2s, color 0.2s;
  transition: opacity 0.2s, color 0.2s;
}
@media (any-hover: hover) {
  .link-hover:hover {
    opacity: 0.7;
    color: #67b0c7;
  }
}

.is-inactive {
  opacity: 0.6;
}

.is-active {
  opacity: 1;
}

.font-bold {
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
}

.section__heading {
  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: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .section__heading {
    gap: 8px;
  }
}

.section__heading-img img {
  width: 37.333px;
}
@media screen and (min-width: 900px) {
  .section__heading-img img {
    width: 48px;
  }
}

.section__heading-en {
  font-family: "Courgette", cursive;
  font-size: 16px;
  line-height: 125%;
}
@media screen and (min-width: 900px) {
  .section__heading-en {
    font-size: 20px;
  }
}

.section__heading-jp {
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
}
.section__heading-jp::after {
  content: "";
  display: block;
  width: auto;
  height: 6px;
  background-color: #ffee56;
  margin-top: 6px;
}
@media screen and (min-width: 900px) {
  .section__heading-jp {
    font-size: 32px;
    -webkit-font-feature-settings: "pwid" on;
            font-feature-settings: "pwid" on;
  }
  .section__heading-jp::after {
    height: 8px;
    margin-top: 8px;
  }
}

.button {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  color: #4a3636;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  width: 144px;
  height: 40px;
  padding-top: 5px;
  -webkit-transition: opacity 0.2s, background-color 0.2s;
  transition: opacity 0.2s, background-color 0.2s;
}
@media (any-hover: hover) {
  .button:hover {
    background-color: #ffee56;
    opacity: 0.9;
  }
}
@media screen and (min-width: 900px) {
  .button {
    font-size: 14px;
    width: 132px;
    height: 36px;
    padding-top: 4px;
  }
}

.button-bg {
  height: auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 4px;
  padding-right: 22px;
  padding-bottom: 6px;
  padding-left: 22px;
}
@media screen and (min-width: 900px) {
  .button-bg {
    font-size: 20px;
    border: 3px solid #4a3636;
    padding-top: 9px;
    padding-left: 38px;
    padding-bottom: 9px;
    padding-right: 38px;
  }
}

.form__layout {
  width: 100%;
  height: 56px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  border-radius: 8px;
  background: #f5f5f5;
  border: none;
}
@media screen and (min-width: 900px) {
  .form__layout {
    padding-top: 16px;
  }
}

.is-error {
  background-color: #fff0f7;
  border: 1px solid #ce2073;
}

.form-field__item--select.is-error-select::before {
  background-color: #ce2073;
}

@media screen and (max-width: 330px) {
  .hidden-xs {
    display: none;
  }
}

.display-sm {
  display: inline-block;
}
@media screen and (min-width: 374px) {
  .display-sm {
    display: none;
  }
}

.hidden-sm {
  display: none;
}
@media screen and (min-width: 374px) {
  .hidden-sm {
    display: inline-block;
  }
}

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

.hidden-max-ml {
  display: none;
}
@media screen and (min-width: 900px) {
  .hidden-max-ml {
    display: inline-block;
  }
}

.hidden-max-lg {
  display: none;
}
@media screen and (min-width: 1000px) {
  .hidden-max-lg {
    display: inline-block;
  }
}

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

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

.display-xl {
  display: none;
}
@media screen and (min-width: 1100px) {
  .display-xl {
    display: block;
  }
}

.inline-block {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
  height: 64px;
}

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

.header__logo {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .header__logo:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.header__logo img {
  display: block;
  width: 210px;
}
@media screen and (min-width: 1000px) {
  .header__logo img {
    width: 183px;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1000px) {
  .header__nav {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

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

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

@media screen and (min-width: 1000px) {
  .header__nav-link {
    font-size: 12px;
    -webkit-transition: opacity 0.2s, color 0.2s, -webkit-text-decoration 0.2s;
    transition: opacity 0.2s, color 0.2s, -webkit-text-decoration 0.2s;
    transition: opacity 0.2s, color 0.2s, text-decoration 0.2s;
    transition: opacity 0.2s, color 0.2s, text-decoration 0.2s, -webkit-text-decoration 0.2s;
  }
}
@media screen and (min-width: 1000px) and (any-hover: hover) {
  .header__nav-link:hover {
    opacity: 0.7;
    color: #67b0c7;
    text-decoration: underline;
  }
}

@media screen and (min-width: 1000px) {
  .header__nav-button {
    margin-left: 4px;
  }
}

.drawer-menu {
  position: fixed;
  top: 64px;
  left: 0;
  height: calc(100vh - 64px);
  width: 100%;
  padding-top: 80px;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 99;
  background: #ffffff;
  overflow-y: scroll;
}
.drawer-menu.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 1000px) {
  .drawer-menu {
    display: none;
  }
}

.drawer-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.drawer-menu-item {
  height: 22px;
}

.drawer-menu-link {
  font-size: 14px;
}

.drawer-menu-button {
  margin-top: 42px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
}

.drawer-icon {
  display: block;
  width: 32px;
  height: 27.6px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-open .drawer-menu__icon__bar:nth-child(1) {
  width: 32px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 14px;
}
.drawer-icon.is-open .drawer-menu__icon__bar:nth-child(1)::after {
  display: none;
}
.drawer-icon.is-open .drawer-menu__icon__bar:nth-child(2) {
  display: none;
}
.drawer-icon.is-open .drawer-menu__icon__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 14px;
}

.drawer-menu__icon__bar {
  position: absolute;
  display: block;
  width: 32px;
  height: 3px;
  border-radius: 3px;
  background: #4a3636;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.drawer-menu__icon__bar:nth-child(1) {
  width: 25.6px;
  top: 1px;
}
.drawer-menu__icon__bar:nth-child(1)::after {
  position: absolute;
  display: block;
  content: "";
  width: 4.8px;
  height: 3px;
  border-radius: 3px;
  background: #4a3636;
  right: -6.4px;
}
.drawer-menu__icon__bar:nth-child(2) {
  top: 13px;
}
.drawer-menu__icon__bar:nth-child(3) {
  bottom: 0;
}

.fv {
  padding-bottom: 156px;
  background: #e9f6f8;
}
@media screen and (min-width: 900px) {
  .fv {
    padding-bottom: 97px;
  }
}

.fv__inner {
  padding-top: 18px;
  padding-right: 0;
  padding-left: 0;
  background: url(../img/sp/fv_bg-img-sp.png) no-repeat center center/cover;
  height: 554px;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .fv__inner {
    padding-top: 34px;
    height: 739px;
    background: url(../img/fv/fv_bg-img.png) no-repeat center center/cover;
  }
}

.fv__container {
  position: relative;
  max-width: 375px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 537px;
}
@media screen and (min-width: 900px) {
  .fv__container {
    max-width: 848px;
    height: 705px;
  }
}

.fv__info {
  text-align: center;
  font-size: 14px;
  line-height: 125%;
  font-family: "Kiwi Maru", serif;
}
@media screen and (min-width: 900px) {
  .fv__info {
    font-size: 24px;
    font-weight: 500;
  }
}

.fv__title {
  text-align: center;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  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: 900px) {
  .fv__title {
    margin-top: 24px;
    gap: 16px;
  }
}

.fv__title-main {
  width: 335px;
}
@media screen and (min-width: 900px) {
  .fv__title-main {
    width: 520px;
  }
}

.fv__title-sub {
  width: 71.6417910448%;
  max-width: 240px;
}
@media screen and (min-width: 900px) {
  .fv__title-sub {
    width: 356px;
    max-width: 100%;
  }
}

.fv__content {
  padding-bottom: 19.2px;
  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;
  width: 160px;
  border-radius: 12.8px;
  background: #ffffff;
  position: absolute;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .fv__content {
    width: 200px;
    bottom: 83px;
    padding-bottom: 24px;
    border-radius: 16px;
  }
}

.fv__content-title {
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  border-radius: 12.8px 12.8px 0px 0px;
  font-size: 12.8px;
  color: #ffffff;
  font-weight: 700;
  padding-top: 6.4px;
  padding-bottom: 6.4px;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
}
@media screen and (min-width: 900px) {
  .fv__content-title {
    border-radius: 16px 16px 0px 0px;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.fv__content-text {
  margin-top: 11.8px;
  font-size: 12px;
}
.fv__content-text::after {
  display: block;
  content: "";
  width: 48px;
  height: 2.4px;
  background-color: #ce2073;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0.8px;
}
@media screen and (min-width: 900px) {
  .fv__content-text {
    margin-top: 16px;
    font-size: 14px;
  }
  .fv__content-text::after {
    margin-top: 1px;
    width: 56px;
    height: 3px;
  }
}

.fv__content-time {
  margin-top: 3.2px;
  font-size: 12px;
  font-weight: 700;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
}
@media screen and (min-width: 900px) {
  .fv__content-time {
    font-size: 16px;
    margin-top: 4px;
  }
}

.fv__content-button {
  margin-top: 12.8px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
  width: 132px;
  height: 32px;
  padding-top: 2px;
}
@media screen and (min-width: 900px) {
  .fv__content-button {
    margin-top: 16px;
    -webkit-font-feature-settings: "pref" on;
            font-feature-settings: "pref" on;
    font-size: 16px;
    width: 144px;
    height: 40px;
    padding-top: 4px;
  }
}

.fv__img-main {
  position: absolute;
  bottom: -144px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.fv__img-main img {
  width: 200px;
  max-width: none;
}
@media screen and (min-width: 900px) {
  .fv__img-main {
    bottom: -80px;
  }
  .fv__img-main img {
    width: 250px;
  }
}

.fv__img-hukidashi-text {
  position: absolute;
  left: 41px;
  bottom: 298px;
}
.fv__img-hukidashi-text img {
  width: 86px;
}
@media screen and (min-width: 900px) {
  .fv__img-hukidashi-text {
    left: 72px;
    bottom: 356px;
  }
  .fv__img-hukidashi-text img {
    aspect-ratio: 1/1;
    width: 150px;
    height: 103px;
  }
}

.fv__img-hukidashi-ribon {
  position: absolute;
  left: 21px;
  bottom: 281px;
}
.fv__img-hukidashi-ribon img {
  width: 139.672px;
  height: 77.519px;
}
@media screen and (min-width: 900px) {
  .fv__img-hukidashi-ribon {
    left: 40px;
    bottom: 334px;
  }
  .fv__img-hukidashi-ribon img {
    width: 240px;
    height: 127px;
  }
}

.fv__img-present {
  position: absolute;
  right: 45px;
  bottom: 257px;
}
.fv__img-present img {
  width: 110px;
  height: 110px;
}
@media screen and (max-width: 330px) {
  .fv__img-present {
    right: 20px;
  }
}
@media screen and (min-width: 900px) {
  .fv__img-present {
    bottom: 266px;
    right: 127px;
  }
  .fv__img-present img {
    width: 180px;
    height: 180px;
  }
}

.fv__img-coffee {
  position: absolute;
  z-index: 2;
  bottom: -138px;
  left: 63px;
}
.fv__img-coffee img {
  width: 47.257px;
  height: 124.012px;
}
@media screen and (max-width: 330px) {
  .fv__img-coffee {
    left: 53px;
  }
}
@media screen and (min-width: 900px) {
  .fv__img-coffee {
    bottom: -56px;
    left: 101px;
  }
  .fv__img-coffee img {
    width: 111px;
    height: 292px;
  }
}

.fv__img-sweets {
  position: absolute;
  z-index: 3;
  bottom: -155px;
  left: 20px;
}
.fv__img-sweets img {
  width: 54.069px;
  height: 52.238px;
}
@media screen and (max-width: 330px) {
  .fv__img-sweets {
    left: 10px;
  }
}
@media screen and (min-width: 900px) {
  .fv__img-sweets {
    bottom: -96px;
    left: 0;
  }
  .fv__img-sweets img {
    width: 127px;
    height: 123px;
  }
}

.fv__img-cat-black {
  position: absolute;
  right: 20px;
  bottom: -97px;
  z-index: 1;
}
.fv__img-cat-black img {
  width: 62px;
}
@media screen and (max-width: 330px) {
  .fv__img-cat-black {
    right: 11px;
  }
}
@media screen and (min-width: 900px) {
  .fv__img-cat-black {
    right: 63px;
    bottom: -36px;
  }
  .fv__img-cat-black img {
    width: 170px;
    height: 190px;
  }
}

.fv__img-cat-brown {
  position: absolute;
  right: 29px;
  bottom: -155px;
  z-index: 2;
}
.fv__img-cat-brown img {
  width: 98px;
}
@media screen and (max-width: 330px) {
  .fv__img-cat-brown {
    right: 20px;
  }
}
@media screen and (min-width: 900px) {
  .fv__img-cat-brown {
    bottom: -139px;
    right: 0;
  }
  .fv__img-cat-brown img {
    width: 233px;
  }
}

.about__Section {
  padding-top: 32px;
  background: #e9f6f8;
  padding-bottom: 210px;
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 900px) {
  .about__Section {
    padding-top: 80px;
    padding-bottom: 258px;
  }
}

.about__inner {
  position: relative;
}

.about__bg-img-1 {
  position: absolute;
  top: 273px;
  right: -140px;
  z-index: 2;
}
.about__bg-img-1 img {
  width: 200px;
}
@media screen and (min-width: 900px) {
  .about__bg-img-1 {
    top: 73px;
    right: -428px;
  }
  .about__bg-img-1 img {
    width: 480px;
  }
}
@media screen and (min-width: 1300px) {
  .about__bg-img-1 {
    right: -498px;
  }
}

.about__bg-img-2 {
  position: absolute;
  left: -140px;
  top: 395px;
  z-index: 2;
}
.about__bg-img-2 img {
  width: 200px;
}
@media screen and (min-width: 900px) {
  .about__bg-img-2 {
    top: 74px;
    left: -462px;
  }
  .about__bg-img-2 img {
    width: 480px;
  }
}
@media screen and (min-width: 1300px) {
  .about__bg-img-2 {
    left: -552px;
  }
}

.about__bg-img-3 {
  position: absolute;
  z-index: 1;
  bottom: -277px;
  left: -55px;
}
.about__bg-img-3 img {
  width: 216px;
  height: 433px;
}
@media screen and (min-width: 900px) {
  .about__bg-img-3 {
    bottom: -309px;
    left: -177px;
  }
  .about__bg-img-3 img {
    width: 427px;
    height: 817px;
  }
}
@media screen and (min-width: 1300px) {
  .about__bg-img-3 {
    left: -317px;
  }
}

.about__bg-img-4 {
  position: absolute;
  z-index: 2;
  bottom: -119px;
  right: 57px;
}
.about__bg-img-4 img {
  width: 133px;
}
@media screen and (min-width: 900px) {
  .about__bg-img-4 {
    bottom: -79px;
    right: -90px;
  }
  .about__bg-img-4 img {
    width: 308px;
  }
}
@media screen and (min-width: 1300px) {
  .about__bg-img-4 {
    right: -140px;
  }
}

.about__bg-img-5 {
  position: absolute;
  z-index: 2;
  bottom: -60px;
  right: 21px;
}
.about__bg-img-5 img {
  width: 48px;
}
@media screen and (min-width: 900px) {
  .about__bg-img-5 {
    bottom: 128px;
    right: -14px;
  }
  .about__bg-img-5 img {
    width: 101px;
  }
}
@media screen and (min-width: 1300px) {
  .about__bg-img-5 {
    right: -64px;
  }
}

.about__bg-img-6 {
  position: absolute;
  z-index: 2;
  top: -10px;
  right: 0;
}
.about__bg-img-6 img {
  width: 54px;
}
@media screen and (min-width: 900px) {
  .about__bg-img-6 {
    top: -80px;
    right: 0;
  }
  .about__bg-img-6 img {
    width: 100px;
  }
}
@media screen and (min-width: 1300px) {
  .about__bg-img-6 {
    right: -48px;
  }
}

.about__bg-img-7 {
  display: none;
}
@media screen and (min-width: 900px) {
  .about__bg-img-7 {
    display: block;
    position: absolute;
    top: -20px;
    left: -165px;
  }
  .about__bg-img-7 img {
    width: 250px;
  }
}
@media screen and (min-width: 1300px) {
  .about__bg-img-7 {
    left: -235px;
  }
}

.about__bg-img-8 {
  position: absolute;
  bottom: -178px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.about__bg-img-8 img {
  max-width: 355px;
}
@media screen and (min-width: 900px) {
  .about__bg-img-8 {
    bottom: -264px;
  }
  .about__bg-img-8 img {
    max-width: 891px;
  }
}

.about__bg-img-9 {
  display: none;
}
@media screen and (min-width: 900px) {
  .about__bg-img-9 {
    display: block;
    position: absolute;
    bottom: 205px;
    right: -780px;
    z-index: 1;
  }
  .about__bg-img-9 img {
    width: 806.851px;
  }
}

.about__bg-img-10 {
  display: none;
}
@media screen and (min-width: 900px) {
  .about__bg-img-10 {
    display: block;
    position: absolute;
    bottom: 172px;
    right: -711px;
    z-index: 1;
  }
  .about__bg-img-10 img {
    width: 806.851px;
  }
}

.about__section__heading {
  position: relative;
}

.about__heading-img-R {
  position: absolute;
  top: -10px;
  right: -48px;
}
.about__heading-img-R img {
  width: 88px;
}
@media screen and (min-width: 900px) {
  .about__heading-img-R {
    top: 7px;
    right: -180px;
  }
  .about__heading-img-R img {
    width: 147px;
  }
}

.about__heading-img-L {
  position: absolute;
  top: -9px;
  left: -35px;
}
.about__heading-img-L img {
  width: 88px;
}
@media screen and (min-width: 900px) {
  .about__heading-img-L {
    top: 0px;
    left: -179px;
  }
  .about__heading-img-L img {
    width: 147px;
  }
}

.about__container {
  position: relative;
  border-radius: 24px;
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 5;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .about__container {
    max-width: 848px;
    border-radius: 40px;
  }
}

.about__content {
  text-align: center;
}

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

.about__content-lead {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
}
@media screen and (min-width: 900px) {
  .about__content-lead {
    margin-top: 33px;
    gap: 27px;
  }
}

.about__content-text {
  font-size: 12px;
  line-height: 159%;
}
@media screen and (min-width: 900px) {
  .about__content-text {
    font-size: 16px;
  }
}

.about__content-link {
  text-decoration: underline;
}

.about__content-message {
  margin-top: 32px;
  font-size: 14px;
  font-weight: 700;
  background-image: linear-gradient(to right, #9ed0e0 4px, transparent 4px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: 49.3% bottom;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 7px;
}
@media screen and (min-width: 900px) {
  .about__content-message {
    margin-top: 45px;
    font-size: 20px;
    padding-bottom: 12px;
    padding-left: 2px;
    padding-right: 2px;
    background-position: 52% bottom;
  }
}

.about__button {
  margin-top: 24px;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  width: 192px;
}
@media screen and (min-width: 900px) {
  .about__button {
    margin-top: 32px;
    padding-top: 4px;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
    border: 3px solid #4a3636;
    width: 260px;
    height: 56px;
    font-size: 20px;
    padding-top: 10px;
  }
}

.about__arrow-icon {
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about__arrow-icon img {
  width: 100px;
}
@media screen and (min-width: 900px) {
  .about__arrow-icon {
    bottom: -50px;
  }
  .about__arrow-icon img {
    width: 140px;
  }
}

.about__swiper-container {
  position: relative;
  z-index: 10;
  overflow: hidden;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  top: 178px;
}
@media screen and (min-width: 900px) {
  .about__swiper-container {
    max-width: 1512px;
    top: 258px;
  }
}

.about__swiper {
  overflow: visible;
}

.about__swiper-wrapper {
  -webkit-transition: -webkit-transform 0s linear;
  transition: -webkit-transform 0s linear;
  transition: transform 0s linear;
  transition: transform 0s linear, -webkit-transform 0s linear;
}

.about__swiper-slide {
  width: 100px;
}
@media screen and (min-width: 900px) {
  .about__swiper-slide {
    width: 200px;
  }
}

.step__section {
  background: #e9f6f8;
  padding-top: 32px;
}
@media screen and (min-width: 900px) {
  .step__section {
    padding-top: 50px;
  }
}

.step__inner {
  overflow-x: hidden;
}
@media screen and (min-width: 1000px) {
  .step__inner {
    max-width: 1440px;
    padding-top: 70px;
  }
}

.step__section-container {
  position: relative;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 17px;
}
@media screen and (min-width: 1000px) {
  .step__section-container {
    max-width: 100%;
  }
}

.step__section__bg-1,
.step__section__bg-2,
.step__section__bg-3,
.step__section__bg-4,
.step__section__bg-5,
.step__section__bg-6 {
  position: absolute;
  z-index: 1;
}

.step__section__bg-1 {
  left: -20px;
  top: 0;
}
.step__section__bg-1 img {
  width: 136px;
}
@media screen and (min-width: 1000px) {
  .step__section__bg-1 {
    left: -31px;
    top: -59px;
  }
  .step__section__bg-1 img {
    width: 420px;
    height: 628.496px;
  }
}

.step__section__bg-2 {
  top: 0px;
  right: 4px;
}
.step__section__bg-2 img {
  width: 105px;
}
@media screen and (min-width: 1000px) {
  .step__section__bg-2 {
    top: -27px;
    right: 165px;
  }
  .step__section__bg-2 img {
    width: 200px;
  }
}
@media screen and (min-width: 1100px) {
  .step__section__bg-2 img {
    width: 238px;
  }
}

.step__section__bg-3 {
  top: 5px;
  right: -51px;
  z-index: 2;
}
.step__section__bg-3 img {
  width: 94px;
}
@media screen and (min-width: 1000px) {
  .step__section__bg-3 {
    top: -16px;
    right: 39px;
  }
  .step__section__bg-3 img {
    width: 176px;
  }
}
@media screen and (min-width: 1100px) {
  .step__section__bg-3 img {
    width: 214px;
  }
}

.step__section__bg-4 {
  top: 74px;
  right: 0;
}
.step__section__bg-4 img {
  width: 55px;
}
@media screen and (min-width: 1000px) {
  .step__section__bg-4 {
    top: 149px;
    right: -30px;
  }
  .step__section__bg-4 img {
    width: 100px;
  }
}

.step__section__bg-5 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
  top: 550px;
}
.step__section__bg-5 img {
  width: 55px;
}
@media screen and (min-width: 1000px) {
  .step__section__bg-5 {
    left: -30px;
    top: 581px;
  }
  .step__section__bg-5 img {
    width: 100px;
  }
}

.step__section__bg-6 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
  bottom: 378px;
}
.step__section__bg-6 img {
  width: 55px;
}
@media screen and (min-width: 1000px) {
  .step__section__bg-6 {
    display: none;
  }
}

.step__section__heading {
  position: relative;
  z-index: 3;
}

.step__cards {
  position: relative;
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  z-index: 3;
}
@media screen and (min-width: 1000px) {
  .step__cards {
    margin-top: 40px;
    -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;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    gap: 3px;
  }
}
@media screen and (min-width: 1100px) {
  .step__cards {
    gap: 32px;
  }
}

.step__card {
  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: 15px;
  padding-bottom: 16px;
}
@media screen and (min-width: 1000px) {
  .step__card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 0;
    padding-bottom: 0;
  }
}

.step__card-img {
  text-align: center;
}
.step__card-img img {
  width: 196px;
  height: 210.519px;
}
@media screen and (min-width: 1000px) {
  .step__card-img img {
    width: 280px;
    height: 300px;
  }
}

.step__card--2 {
  position: relative;
}
.step__card--2::before, .step__card--2::after {
  content: "";
  position: absolute;
  background: url(../img/sp/step_step-line-sp.png) no-repeat center center/contain;
  width: 7px;
  height: 34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1000px) {
  .step__card--2::before, .step__card--2::after {
    background: url(../img/step/step_step_line-pc.png) no-repeat center center/contain;
    width: 100px;
    height: 24px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 1100px) {
  .step__card--2::before, .step__card--2::after {
    width: 113px;
  }
}
.step__card--2::before {
  top: -35px;
}
@media screen and (min-width: 1000px) {
  .step__card--2::before {
    top: 136px;
    left: -70px;
  }
}
@media screen and (min-width: 1100px) {
  .step__card--2::before {
    left: -96px;
  }
}
.step__card--2::after {
  bottom: -35px;
}
@media screen and (min-width: 1000px) {
  .step__card--2::after {
    top: 136px;
    right: -35px;
    left: auto;
  }
}
@media screen and (min-width: 1100px) {
  .step__card--2::after {
    right: -57px;
  }
}
@media screen and (min-width: 1000px) {
  .step__card--2 {
    margin-top: 69px;
  }
}

.step__card-title {
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .step__card-title {
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
    margin-top: 25px;
    font-size: 20px;
  }
}

.step__card-text {
  font-size: 12px;
}
@media screen and (min-width: 1000px) {
  .step__card-text {
    margin-top: 16px;
    font-size: 15px;
    line-height: 162%;
  }
}
@media screen and (min-width: 1100px) {
  .step__card-text {
    font-size: 16px;
  }
}

.step__card-text-link {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 1000px) {
  .step__card-text-link {
    text-underline-offset: 3px;
  }
}

.step__card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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-right: auto;
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
  background: #ffffff;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .step__card-link:hover {
    opacity: 0.7;
  }
}
.step__card-link img {
  width: 20px;
}
@media screen and (min-width: 1000px) {
  .step__card-link {
    margin-top: 16px;
    font-size: 16px;
    -webkit-font-feature-settings: "pref" on;
            font-feature-settings: "pref" on;
  }
  .step__card-link img {
    width: 24px;
  }
}

.step__card-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 4px;
  padding-right: 22px;
  padding-bottom: 6px;
  padding-left: 22px;
}
.step__card-button span {
  font-size: inherit;
  font-weight: inherit;
}
@media screen and (min-width: 1000px) {
  .step__card-button {
    margin-top: 47px;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
    font-size: 20px;
    border: 3px solid #4a3636;
    padding-top: 9px;
    padding-right: 37px;
    padding-bottom: 9px;
    padding-left: 37px;
  }
}

.prizes__section {
  padding-top: 103px;
  background: #e9f6f8;
  position: relative;
}
@media screen and (min-width: 900px) {
  .prizes__section {
    padding-top: 258px;
  }
}

.prizes__inner {
  padding-right: 0;
  padding-left: 0;
}

.prizes__bg-img1 {
  position: absolute;
  left: 0;
  top: -122px;
  display: none;
}
@media screen and (min-width: 900px) {
  .prizes__bg-img1 {
    display: block;
  }
  .prizes__bg-img1 img {
    width: 250px;
  }
}
@media screen and (min-width: 1000px) {
  .prizes__bg-img1 img {
    width: 315px;
  }
}

.prizes__bg-img2 {
  position: absolute;
  right: 0;
  top: -122px;
  display: none;
}
@media screen and (min-width: 900px) {
  .prizes__bg-img2 {
    display: block;
  }
  .prizes__bg-img2 img {
    width: 250px;
  }
}
@media screen and (min-width: 1000px) {
  .prizes__bg-img2 img {
    width: 315px;
  }
}

.prizes__container {
  border-radius: 24px;
  background: #ffffff;
  position: relative;
  max-width: 600px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 35px;
  margin-right: auto;
  margin-left: auto;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .prizes__container {
    max-width: 800px;
  }
}
@media screen and (min-width: 1000px) {
  .prizes__container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1100px) {
  .prizes__container {
    max-width: 1024px;
    padding-bottom: 53px;
  }
}

.prizes__section__heading {
  position: absolute;
  background: url(../img/sp/prize_title-SP.png) no-repeat top center/237.6px 83px;
  top: -82px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 19px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .prizes__section__heading {
    background: url(../img/prize/Prizes_title_bg.png) no-repeat top center/374.624px 148.967px;
    padding-top: 28px;
    top: -149px;
  }
}

.prizes__section__heading-jp {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.prizes__section-info {
  text-align: center;
  padding-top: 60px;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .prizes__section-info {
    font-size: 14px;
    padding-top: 64px;
  }
}
@media screen and (min-width: 1000px) {
  .prizes__section-info {
    font-size: 16px;
  }
}

.prizes__cards {
  position: relative;
  margin-top: 47px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: grid;
  gap: 39px 15px;
  z-index: 2;
  grid-template-areas: " item1 " " item2 " " item3 " " item4 " " item5 ";
}
@media screen and (min-width: 374px) {
  .prizes__cards {
    grid-template-areas: " item1 item1 item2 item2" " item3 item3 item4 item4" " .  item5 item5 .";
  }
}
@media screen and (min-width: 900px) {
  .prizes__cards {
    margin-top: 82px;
    gap: 80px 34px;
  }
}
@media screen and (min-width: 1000px) {
  .prizes__cards {
    grid-template-areas: " item1 item1 item1 item2 item2 item2" " item3 item3 item4 item4 item5 item5";
  }
}

.prizes__card {
  position: relative;
  text-align: center;
  border-radius: 8px;
  background: #f5f5f5;
  width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: outline 0.1s;
  transition: outline 0.1s;
}
.prizes__card:nth-of-type(1) {
  grid-area: item1;
}
.prizes__card:nth-of-type(2) {
  grid-area: item2;
}
.prizes__card:nth-of-type(3) {
  grid-area: item3;
}
.prizes__card:nth-of-type(4) {
  grid-area: item4;
}
.prizes__card:nth-of-type(5) {
  grid-area: item5;
}
@media screen and (min-width: 900px) {
  .prizes__card {
    border-radius: 24px;
    width: 260px;
  }
}
@media screen and (min-width: 1000px) {
  .prizes__card {
    width: 400px;
  }
}
@media screen and (min-width: 1100px) {
  .prizes__card {
    width: 440px;
  }
}
@media (any-hover: hover) {
  .prizes__card:hover {
    cursor: pointer;
    outline: 4px solid #9ed0e0;
    outline-offset: -1px;
  }
  .prizes__card:hover .prizes__card-img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .prizes__card:hover .prizes__card-zoom-icon {
    background-color: #9ed0e0;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
}

@media screen and (min-width: 900px) {
  .prizes__card--sm {
    border-radius: 16px;
  }
}
@media screen and (min-width: 1000px) {
  .prizes__card--sm {
    width: 260px;
  }
}
@media screen and (min-width: 1100px) {
  .prizes__card--sm {
    width: 280px;
  }
}

.prizes__card-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -24px;
  z-index: 3;
}
.prizes__card-icon img {
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 1000px) {
  .prizes__card-icon {
    top: -35px;
  }
  .prizes__card-icon img {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1100px) {
  .prizes__card-icon {
    top: -50px;
  }
  .prizes__card-icon img {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 1000px) {
  .prizes__card-icon--sm {
    top: -30px;
  }
  .prizes__card-icon--sm img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .prizes__card-icon--sm {
    top: -40px;
  }
  .prizes__card-icon--sm img {
    width: 80px;
    height: 80px;
  }
}

.prizes__card-img-wrapper {
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
}
@media screen and (min-width: 1000px) {
  .prizes__card-img-wrapper {
    border-radius: 24px 24px 0px 0px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__card-img-wrapper--sm {
    border-radius: 16px 16px 0px 0px;
  }
}

.prizes__card-img {
  text-align: center;
}
.prizes__card-img img {
  max-width: 160px;
}
@media screen and (min-width: 900px) {
  .prizes__card-img img {
    max-width: 100%;
  }
}

.prizes__card-title {
  display: grid;
  place-content: center;
  margin-top: 9px;
  font-size: 12px;
  font-weight: 700;
  height: 38.38px;
}
@media screen and (min-width: 900px) {
  .prizes__card-title {
    margin-top: 22px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  .prizes__card-title {
    margin-top: 41px;
    font-size: 20px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__card-title-sm {
    margin-top: 22px;
    font-size: 16px;
  }
}

.prizes__card-zoom-icon {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -27px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #67b0c7;
  border-radius: 0px 0px 8px 0px;
  height: 36px;
  width: 36px;
  padding-right: 5px;
  padding-bottom: 6.8px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.prizes__card-zoom-icon img {
  width: 11.52px;
  height: 11.52px;
}
@media screen and (min-width: 900px) {
  .prizes__card-zoom-icon {
    margin-top: -30px;
    width: 50px;
    height: 50px;
    padding-right: 8px;
    padding-bottom: 8px;
    border-radius: 0px 0px 24px 0px;
  }
  .prizes__card-zoom-icon img {
    width: 17px;
    height: 17px;
  }
}
@media screen and (min-width: 1000px) {
  .prizes__card-zoom-icon {
    margin-top: -40px;
    width: 80px;
    height: 80px;
    padding-right: 10px;
    padding-bottom: 12px;
  }
  .prizes__card-zoom-icon img {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .prizes__card-zoom-icon {
    margin-top: -59px;
    width: 100px;
    height: 100px;
  }
  .prizes__card-zoom-icon img {
    width: 36px;
    height: 36px;
  }
}

@media screen and (min-width: 1000px) {
  .prizes__card-zoom-icon--sm {
    margin-top: -44px;
    border-radius: 0px 0px 16px 0px;
    width: 64px;
    height: 64px;
    padding-right: 6px;
    padding-bottom: 8px;
  }
  .prizes__card-zoom-icon--sm img {
    width: 23px;
    height: 23px;
  }
}

.prizes__button {
  margin-top: 17px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
@media screen and (min-width: 900px) {
  .prizes__button {
    margin-top: 40px;
  }
}

.prizes__bg-wrapper {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  background: #e9f6f8;
  margin-top: -44px;
}
@media screen and (min-width: 900px) {
  .prizes__bg-wrapper {
    margin-top: 0;
  }
}
.prizes__bg-wrapper .prizes__bg__inner {
  width: clamp(580px, 154.6666666667%, 900px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .prizes__bg-wrapper .prizes__bg__inner {
    width: clamp(900px, 100%, 3024px);
  }
}

.prizes__modal {
  position: fixed;
  inset: 0;
  padding: 2px;
  z-index: 80;
  border: none;
  background-color: rgba(204, 204, 204, 0);
}
.prizes__modal::-ms-backdrop {
  background-color: rgba(204, 204, 204, 0.8);
}
.prizes__modal::backdrop {
  background-color: rgba(204, 204, 204, 0.8);
}

.prizes__modal-body {
  border-radius: 24px;
  text-align: center;
  max-width: 336px;
  padding-bottom: 10px;
  aspect-ratio: 336/480;
  background: #ffffff;
}
@media screen and (min-width: 374px) {
  .prizes__modal-body {
    height: 480px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  .prizes__modal-body {
    width: 480px;
    max-width: 100%;
    height: 650px;
  }
}

.prizes__modal-img img {
  border-radius: 24px 24px 0 0;
  max-width: 100%;
}
@media screen and (min-width: 1000px) {
  .prizes__modal-img img {
    height: 300px;
  }
}

.prizes__modal-title {
  color: #4a3636;
  margin-top: 39px;
  font-size: 16px;
  font-weight: 700;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
}
@media screen and (min-width: 900px) {
  .prizes__modal-title {
    margin-top: 33px;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
    font-size: 20px;
  }
}

.prizes__modal-text {
  margin-top: 12px;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .prizes__modal-text {
    margin-top: 12px;
    font-size: 16px;
    color: #000;
  }
}

.prizes__modal-button {
  margin-top: 16px;
  font-size: 16px;
  color: #4a3636;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-weight: 700;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  padding-top: 5px;
  padding-right: 23px;
  padding-bottom: 6px;
  padding-left: 23px;
  -webkit-transition: opacity 0.2s, background-color 0.2s;
  transition: opacity 0.2s, background-color 0.2s;
}
@media (any-hover: hover) {
  .prizes__modal-button:hover {
    background-color: #ffee56;
    opacity: 0.9;
  }
}
@media screen and (min-width: 900px) {
  .prizes__modal-button {
    margin-top: 25px;
  }
}

.spots__section {
  background: #67b0c7;
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .spots__section {
    padding-bottom: 4px;
  }
}
.spots__section::before, .spots__section::after {
  content: "";
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 45.714px;
}
@media screen and (min-width: 900px) {
  .spots__section::before, .spots__section::after {
    height: 120px;
  }
}
.spots__section::before {
  background: url(../img/spots/spots_bg_wave.png) repeat-x 67.5% 40%/96px;
  left: 0;
  top: -46px;
}
@media screen and (min-width: 900px) {
  .spots__section::before {
    background-size: 252px;
    background-position: 60%;
    top: -119px;
  }
}
.spots__section::after {
  background: url(../img/spots/spots_bg_wave-revers.png) repeat-x 67.3% 40%/96px;
  height: 46.714px;
  left: 0;
  bottom: -46px;
}
@media screen and (min-width: 900px) {
  .spots__section::after {
    background-size: 252px;
    height: 120px;
    bottom: -119px;
    background-position: 59.5%;
  }
}

.spots__inner {
  padding: 0;
}
@media screen and (min-width: 900px) {
  .spots__inner {
    max-width: 100%;
  }
}
.spots__section-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
}
@media screen and (min-width: 900px) {
  .spots__section-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: max(30px, 50% - 512px);
    gap: 32px;
  }
}

.spots__section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1px;
}
@media screen and (min-width: 900px) {
  .spots__section-heading {
    margin-top: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 14px;
  }
}

.spots__section-icon {
  margin-top: 0;
  margin-top: -3px;
}
.spots__section-icon img {
  width: 28px;
}
@media screen and (min-width: 900px) {
  .spots__section-icon {
    width: 56px;
  }
  .spots__section-icon img {
    width: 56px;
  }
}

.spots__section-heading-jp {
  color: #ffffff;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
}
@media screen and (min-width: 900px) {
  .spots__section-heading-jp {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 40px;
    padding-left: 3px;
    letter-spacing: 0.25em;
  }
}

.spots__section-foot {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1100px) {
  .spots__section-foot {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 40px;
    display: grid;
    grid-template-areas: " item1 item2" " item1 item3";
    grid-template-columns: 1fr 1fr;
    max-width: 980px;
  }
}
@media screen and (min-width: 1300px) {
  .spots__section-foot {
    max-width: 1044px;
  }
}

.spots__logo {
  text-align: center;
}
.spots__logo img {
  width: 255px;
}
@media screen and (min-width: 900px) {
  .spots__logo img {
    width: 370px;
  }
}
@media screen and (min-width: 1100px) {
  .spots__logo {
    grid-area: item1;
    justify-self: flex-start;
  }
  .spots__logo img {
    max-width: 495px;
    width: 100%;
  }
}

.spots__section-text {
  margin-top: 16px;
  color: #ffffff;
  text-align: center;
  font-size: 11.444px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .spots__section-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .spots__section-text {
    margin-top: 0;
    grid-area: item2;
    justify-self: flex-end;
    font-size: 15px;
  }
}
@media screen and (min-width: 1100px) {
  .spots__section-text {
    font-size: 16px;
  }
}

.spots__section-button {
  margin-top: 24px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
}
.spots__section-button span {
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
}
@media screen and (min-width: 1100px) {
  .spots__section-button {
    grid-area: item3;
    justify-self: flex-end;
    align-self: flex-end;
    margin: 0;
    padding: 0;
    font-size: 18px;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
  }
  .spots__section-button span {
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
  }
}
@media screen and (min-width: 1100px) {
  .spots__section-button {
    font-size: 20px;
    padding-top: 9px;
    padding-left: 38px;
    padding-bottom: 9px;
    padding-right: 38px;
  }
}

.spots__section-bg {
  display: none;
}
@media screen and (min-width: 900px) {
  .spots__section-bg {
    display: block;
    position: absolute;
    bottom: 1px;
    width: 100%;
    max-width: 1512px;
    padding-left: 10px;
    padding-right: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 900px) and (min-width: 1300px) {
  .spots__section-bg {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media screen and (min-width: 900px) {
  .spots__section-bg-img img {
    width: 75px;
  }
}
@media screen and (min-width: 1100px) {
  .spots__section-bg-img img {
    width: 80px;
  }
}
@media screen and (min-width: 1300px) {
  .spots__section-bg-img img {
    width: 100px;
  }
}

.spots__swiper-container {
  overflow: hidden;
}

.spots__swiper-slide {
  width: 240px;
  height: 401.2px;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .spots__swiper-slide {
    width: 344px;
    height: 542px;
    border-radius: 24px;
  }
}

.spots__swiper-slide-img {
  text-align: center;
}
.spots__swiper-slide-img img {
  width: 240px;
  height: 180px;
  border-radius: 12px 12px 0 0;
}
@media screen and (min-width: 900px) {
  .spots__swiper-slide-img img {
    width: 344px;
    height: 240px;
    border-radius: 24px 24px 0 0;
  }
}

.spots__swiper-slide-img--2,
.spots__swiper-slide-img--3,
.spots__swiper-slide-img--4,
.spots__swiper-slide-img--5,
.spots__swiper-slide-img--7 {
  width: 258px;
  -webkit-transform: translateX(-9px);
          transform: translateX(-9px);
}
.spots__swiper-slide-img--2 img,
.spots__swiper-slide-img--3 img,
.spots__swiper-slide-img--4 img,
.spots__swiper-slide-img--5 img,
.spots__swiper-slide-img--7 img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .spots__swiper-slide-img--2,
  .spots__swiper-slide-img--3,
  .spots__swiper-slide-img--4,
  .spots__swiper-slide-img--5,
  .spots__swiper-slide-img--7 {
    width: 100%;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.spots__swiper-slide-title {
  text-align: center;
  margin-top: 17px;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .spots__swiper-slide-title {
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
    margin-top: 23px;
    font-size: 20px;
  }
}

.spots__swiper-slide-text {
  line-height: 159%;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 400;
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (min-width: 900px) {
  .spots__swiper-slide-text {
    line-height: 162%;
    margin-top: 24px;
    font-size: 16px;
    padding-right: 32px;
    padding-left: 32px;
  }
}

.spots__swiper__button {
  display: none;
}
@media screen and (min-width: 900px) {
  .spots__swiper__button {
    max-width: 964px;
    padding-right: 10px;
    padding-left: 10px;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -56px;
  }
}

@media screen and (min-width: 900px) {
  .spots__swiper__button-prev,
  .spots__swiper__button-next {
    display: block;
    width: 80px;
    height: 80px;
    background: #ffee56;
    border-radius: 50%;
    position: relative;
    z-index: 3;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
@media screen and (min-width: 900px) and (any-hover: hover) {
  .spots__swiper__button-prev:hover,
  .spots__swiper__button-next:hover {
    cursor: pointer;
    opacity: 0.9;
  }
}
@media screen and (min-width: 900px) {
  .spots__swiper__button-prev::after,
  .spots__swiper__button-next::after {
    position: absolute;
    content: "";
    background: url(../img/spots/spots_Vector.svg) center center/contain;
    width: 15.638px;
    height: 26.539px;
    z-index: 3;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.spots__swiper__button-next::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: 26px;
  left: 34px;
}

.qa__section {
  padding-top: 86px;
  background-color: #e9f6f8;
  padding-bottom: 15px;
}
@media screen and (min-width: 900px) {
  .qa__section {
    padding-top: 238px;
  }
}

.qa__section-contents {
  margin-top: 24px;
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .qa__section-contents {
    max-width: 100%;
    margin-top: 40px;
  }
}

.qa__section-content {
  border-radius: 12px;
  border: 2px solid #4a3636;
  overflow: hidden;
}
.qa__section-content:nth-child(n+2) {
  margin-top: 12px;
}
@media screen and (min-width: 900px) {
  .qa__section-content {
    border-radius: 16px;
  }
  .qa__section-content:nth-child(n+2) {
    margin-top: 21px;
  }
}
.qa__section-content[open] .qa__section-q-button::after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

.qa__section-q-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background-color: #ffffff;
  padding-top: 10px;
  padding-right: 14px;
  padding-bottom: 10px;
  padding-left: 15px;
}
@media screen and (min-width: 900px) {
  .qa__section-q-body {
    gap: 16px;
    padding-top: 22px;
    padding-right: 19px;
    padding-bottom: 21px;
    padding-left: 22px;
  }
}
@media (any-hover: hover) {
  .qa__section-q-body {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .qa__section-q-body:hover {
    cursor: pointer;
    opacity: 0.9;
  }
}

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

.qa__section-q-text {
  color: #4a3636;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .qa__section-q-text {
    font-size: 20px;
  }
}

.qa__section-q-button {
  width: 26.182px;
  height: 26.182px;
  background-color: #9ed0e0;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
.qa__section-q-button::before, .qa__section-q-button::after {
  content: "";
  width: 10.182px;
  height: 1.455px;
  background-color: #ffffff;
  border-radius: 1.455px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.qa__section-q-button::after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (min-width: 900px) {
  .qa__section-q-button {
    width: 48px;
    height: 48px;
  }
  .qa__section-q-button::before, .qa__section-q-button::after {
    width: 18.667px;
    height: 2.667px;
  }
}

.qa__section-a-body {
  overflow: hidden;
}

.qa__section-a-inner {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding-top: 17px;
  padding-right: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
}
@media screen and (min-width: 900px) {
  .qa__section-a-inner {
    padding-top: 25px;
    padding-right: 24px;
    padding-bottom: 22px;
    padding-left: 23px;
  }
}

.qa__section-a-text {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .qa__section-a-text {
    font-size: 16px;
  }
}

.qa__section-A-link {
  text-decoration-line: underline;
}

.info__section {
  padding-top: 15px;
  background: #e9f6f8;
  padding-bottom: 32px;
}
@media screen and (min-width: 900px) {
  .info__section {
    padding-top: 104px;
    padding-bottom: 120px;
  }
}

.info__section-heading {
  width: auto;
}

.info__section-heading-jp {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.info__section-container {
  border: 8px solid #ffffff;
  background: rgba(255, 255, 255, 0.5);
  padding-top: 15px;
  padding-right: 15.5px;
  padding-bottom: 18px;
  padding-left: 15.5px;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .info__section-container {
    max-width: 100%;
    padding-top: 32px;
    padding-right: 48px;
    padding-bottom: 34px;
    padding-left: 48px;
  }
}

.info__section-contents {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .info__section-contents {
    margin-top: 40px;
  }
}

.info__section-content {
  padding-bottom: 15px;
}
.info__section-content:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.info__section-content:nth-child(n+2) {
  margin-top: 12px;
}
@media screen and (min-width: 900px) {
  .info__section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 12px;
  }
}

.info__section-content-title {
  font-size: 14px;
  font-weight: 700;
}
.info__section-content-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #9ed0e0;
  margin-right: 8px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (min-width: 900px) {
  .info__section-content-title {
    width: 240px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 16px;
    padding-left: 16px;
  }
  .info__section-content-title::before {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.info__section-content-text {
  line-height: 158%;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .info__section-content-text {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 16px;
  }
}

.info__section-content-text-link {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.info__section-content-list {
  margin-top: 7px;
}
@media screen and (min-width: 900px) {
  .info__section-content-list {
    margin-top: 0;
  }
}

.info__section-content-item-text {
  line-height: 158%;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  padding-left: 18px;
}
.info__section-content-item-text::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #4a3636;
  border-radius: 1.5px;
  left: 8px;
  top: 10px;
}
@media screen and (min-width: 900px) {
  .info__section-content-item-text {
    font-size: 16px;
    line-height: 162%;
    padding-left: 24px;
  }
  .info__section-content-item-text::before {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 10px;
    top: 13px;
  }
}

.info__bg-wrapper {
  background: #e9f6f8;
}

.info__bg-img {
  text-align: center;
}

.contact__section {
  padding-top: 40px;
  padding-bottom: 45px;
}
@media screen and (min-width: 900px) {
  .contact__section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

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

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

.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: 7px;
}
.form-field:nth-child(3) {
  margin-top: 2px;
}
.form-field:nth-child(4) {
  margin-top: -2px;
}
.form-field:nth-child(5) {
  margin-top: 1px;
}
@media screen and (min-width: 900px) {
  .form-field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form-field:nth-child(3) {
    margin-top: 0px;
  }
  .form-field:nth-child(4) {
    margin-top: 0px;
  }
  .form-field:nth-child(5) {
    margin-top: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-field:nth-child(5) .form-field__head {
    -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;
  height: 27px;
}
@media screen and (min-width: 900px) {
  .form-field__head {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 56px;
  }
}

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

.form-field__tag {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  background-color: #ce2073;
  border-radius: 4px;
}

@media screen and (min-width: 900px) {
  .form-field__item {
    width: 628px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.form-text {
  font-size: 14px;
}
.form-text::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.form-text::-moz-placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.form-text:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.form-text::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.form-text::placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@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 {
  outline: 1px solid #9ed0e0;
  background-color: #e9f6f8;
}
@media screen and (min-width: 900px) {
  .form-text {
    font-size: 16px;
  }
}

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-select:focus {
  outline: 1px solid #9ed0e0;
}
@media (any-hover: hover) {
  .form-select:hover {
    cursor: pointer;
  }
}

.form-field__item--select {
  position: relative;
  font-size: 14px;
}
.form-field__item--select::before, .form-field__item--select::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.form-field__item--select::before {
  background-color: #9ed0e0;
  border-radius: 0px 8px 8px 0px;
  width: 52px;
  height: 55px;
  right: 0;
}
.form-field__item--select::after {
  background: url(../img/contact/contact_arrow-bottom.svg) no-repeat center center/contain;
  width: 40.779px;
  height: 11.899px;
  right: 6px;
}
@media screen and (min-width: 900px) {
  .form-field__item--select {
    font-size: 16px;
  }
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 22px;
}

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

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

.form-text-area {
  height: 160px;
  font-size: 14px;
}
.form-text-area::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.form-text-area::-moz-placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.form-text-area:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.form-text-area::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.form-text-area::placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.form-text-area:focus {
  outline: 1px solid #9ed0e0;
  background-color: #e9f6f8;
}
@media screen and (min-width: 900px) {
  .form-text-area {
    font-size: 16px;
  }
  .form-text-area::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-text-area::-moz-placeholder {
    font-size: 16px;
  }
  .form-text-area:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-text-area::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-text-area::placeholder {
    font-size: 16px;
  }
}

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

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

.form-checkbox__text {
  position: relative;
  padding-left: 36px;
  font-size: 14px;
}
.form-checkbox__text a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form-checkbox__text a:focus {
  outline: 1px solid #9ed0e0;
}
.form-checkbox__text::before, .form-checkbox__text::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-checkbox__text::before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #f5f5f5;
  left: 0;
}
.form-checkbox__text::after {
  width: 16px;
  height: 11px;
  background: url(../img/contact/contact_check-box-vector.png) no-repeat center center/contain;
  left: 3px;
  opacity: 0;
}
@media (any-hover: hover) {
  .form-checkbox__text:hover {
    cursor: pointer;
  }
}
@media screen and (min-width: 900px) {
  .form-checkbox__text {
    font-size: 16px;
  }
  .form-checkbox__text::after {
    width: 16px;
    height: 12px;
    left: 4px;
  }
}

.contact__section-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 5px;
  padding-right: 22px;
  padding-bottom: 8px;
  padding-left: 22px;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
}
@media screen and (min-width: 900px) {
  .contact__section-button {
    margin-top: 40px;
    font-size: 16px;
    padding-bottom: 6px;
    padding-right: 37px;
    padding-left: 37px;
    height: auto;
  }
}

.footer {
  padding-top: 40px;
  background: #e9f6f8;
  position: relative;
}
.footer::after {
  bottom: 42px;
  left: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 45.714px;
  background: url(../img/footer/footer_gb_wave.png) repeat-x 66.7% 50%/96px 45.714px;
}
@media screen and (min-width: 900px) {
  .footer {
    padding-top: 119px;
  }
  .footer::after {
    height: 120px;
    background-size: 252px 120px;
    background-position: 59.6% 50%;
    bottom: 55px;
  }
}

.footer__inner {
  padding-bottom: 61px;
  max-width: 1512px;
}
@media screen and (min-width: 900px) {
  .footer__inner {
    position: relative;
    padding-bottom: 232px;
  }
}

.footer__bg {
  display: none;
}
@media screen and (min-width: 900px) {
  .footer__bg {
    position: absolute;
    display: block;
    right: 5px;
    top: -40px;
  }
  .footer__bg img {
    width: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .footer__bg img {
    width: 90px;
  }
}
@media screen and (min-width: 1100px) {
  .footer__bg {
    right: 30px;
  }
  .footer__bg img {
    width: 100px;
  }
}
@media screen and (min-width: 1300px) {
  .footer__bg {
    right: 80px;
  }
}

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

.footer__sns-list {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .footer__sns-list {
    margin-top: 24px;
  }
}

.footer__sns-img {
  width: 32px;
}
@media screen and (min-width: 900px) {
  .footer__sns-img {
    width: 40px;
  }
}
@media (any-hover: hover) {
  .footer__sns-img:hover {
    -webkit-transform: scale(1.1) rotate(5deg);
            transform: scale(1.1) rotate(5deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}

.footer__logo {
  margin-top: 14px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.footer__logo img {
  max-width: clamp(200px, 100%, 330px);
}
@media screen and (min-width: 380px) {
  .footer__logo img {
    max-width: clamp(330px, 100%, 550px);
  }
}
@media screen and (min-width: 900px) {
  .footer__logo {
    margin-top: 41px;
  }
  .footer__logo img {
    max-width: 755px;
  }
}

.footer__content {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
  padding-bottom: 26px;
}
@media screen and (min-width: 900px) {
  .footer__content {
    max-width: 1024px;
    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;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
    margin-top: -3px;
  }
}

.footer__content-map-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer__content-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 80%;
}
.footer__content-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .footer__content-map {
    padding-top: 78%;
  }
}

.footer__content-logo {
  margin-top: 20px;
  text-align: center;
}
.footer__content-logo img {
  width: 153px;
}
@media screen and (min-width: 900px) {
  .footer__content-logo {
    margin-top: 103px;
    text-align: left;
    padding-left: max(10px, 50% - 194.5px);
  }
  .footer__content-logo img {
    width: 183px;
  }
}

.footer__content-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer__content-info {
  margin-top: 27px;
  font-size: 12px;
  vertical-align: middle;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3px;
  padding-left: 3px;
}
.footer__content-info tbody {
  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;
}
.footer__content-info tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
  padding-left: 17px;
}
.footer__content-info tr::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9ed0e0;
  left: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer__content-info th {
  text-align: left;
  font-weight: 700;
  width: 48px;
}
.footer__content-info td {
  font-weight: 400;
}
@media screen and (max-width: 330px) {
  .footer__content-info {
    font-size: 11px;
  }
}
@media screen and (min-width: 900px) {
  .footer__content-info {
    margin-top: 23px;
    font-size: 16px;
  }
  .footer__content-info tbody {
    gap: 12.4px;
  }
  .footer__content-info tr {
    gap: 40px;
  }
  .footer__content-info th {
    width: 64px;
  }
}

.footer__copyright {
  text-align: center;
  padding-top: 2px;
  padding-bottom: 24px;
  background-color: #67b0c7;
}
.footer__copyright small {
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .footer__copyright {
    padding-bottom: 31px;
    padding-top: 7px;
  }
  .footer__copyright small {
    font-size: 14px;
  }
}

.top-scroll {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 24px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.top-scroll img {
  width: 76px;
  height: 79px;
}
@media (any-hover: hover) {
  .top-scroll:hover {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    opacity: 0.8;
  }
}
@media screen and (min-width: 900px) {
  .top-scroll {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 70;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .top-scroll.is-show {
    visibility: visible;
    opacity: 1;
  }
  .top-scroll img {
    width: 100px;
    height: 104px;
  }
}