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

html {
  scroll-behavior: smooth;
}

main {
  background-color: #e9f6f8;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

.button {
  color: #4a3636;
  border: solid 2px #4a3636;
  border-radius: 40px;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 22px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (max-width: 373px) {
  .button {
    font-size: 14px;
    padding: 5px 12px;
  }
}
@media screen and (min-width: 900px) {
  .button {
    padding: 10px 38px 9px;
    font-size: 20px;
    -webkit-box-shadow: 0 5px 0 0 #4a3636;
            box-shadow: 0 5px 0 0 #4a3636;
  }
}
.button a {
  font-weight: 700;
}
.button:hover {
  background-color: #ffee56;
}

.hidden-xs {
  display: none;
}
@media (max-width: 350px) {
  .hidden-xs {
    display: block;
  }
}

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

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

.section__heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-heading__icon {
  width: 37px;
  height: 37px;
}
@media screen and (min-width: 900px) {
  .section-heading__icon {
    width: 48px;
    height: 48px;
  }
}

.section-heading__en {
  font-family: Courgette, cursive;
  font-size: 16px;
  line-height: 12.5px;
  margin-top: 10px;
}
@media screen and (min-width: 900px) {
  .section-heading__en {
    font-size: 20px;
    margin-top: 16px;
  }
}

.section-heading__ja {
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 12.5px;
  margin-top: 16px;
  position: relative;
}
.section-heading__ja::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -18px;
  content: "";
  height: 6px;
  background-color: #ffee56;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .section-heading__ja::after {
    height: 8px;
    bottom: -31px;
  }
}
@media screen and (min-width: 900px) {
  .section-heading__ja {
    font-size: 32px;
    margin-top: 26px;
  }
}

.link:hover {
  text-decoration: underline;
  color: #67b0c7;
}

/* -----------------------------
header
----------------------------- */
.header {
  padding-inline: 20px;
  padding-block: 16px;
  position: sticky;
  top: 0;
  width: 100%;
  height: 64px;
  z-index: 40;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    padding-block: 20px;
    padding-inline: 0;
  }
}

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

.header__image img {
  width: 210px;
}
@media screen and (min-width: 900px) {
  .header__image img {
    width: 183px;
  }
}

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

@media screen and (min-width: 900px) {
  .header__link {
    font-size: 12px;
  }
  .header__link:hover {
    text-decoration: underline;
    color: #67b0c7;
  }
}

@media screen and (min-width: 900px) {
  .header__button {
    margin-left: 6px;
  }
}

@media screen and (min-width: 900px) {
  .button--header {
    padding: 4px 22px 6px;
    font-size: 14px;
  }
}

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

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

.drawer-icon__ber {
  position: absolute;
  left: 0;
  width: 32px;
  height: 3px;
  border-radius: 1.5px;
  background: #4a3636;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__ber:nth-child(1) {
  top: 0;
  width: 25.6px;
}
.drawer-icon__ber:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% + 1.6px);
  width: 4.8px;
  height: 3px;
  background-color: #4a3636;
  border-radius: 1.5px;
}
.drawer-icon__ber:nth-child(2) {
  top: 12px;
}
.drawer-icon__ber:nth-child(3) {
  top: 24px;
}

.drawer {
  position: fixed;
  top: -100%;
  left: 0;
  padding-block: 82px;
  width: 100%;
  height: calc(100dvh - 64px);
  background-color: #fff;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
  z-index: 30;
}
.drawer.is-checked {
  top: 64px;
}

.drawer__menu {
  margin-left: auto;
  margin-right: 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: 40px;
}

.drawer__link {
  font-size: 14px;
  text-align: center;
}

.drawer__button {
  margin: 0 auto;
}

@media screen and (min-width: 900px) {
  .button--drawer {
    padding: 4px 22px 6px;
    font-size: 16px;
  }
}

/* -----------------------------
fv
----------------------------- */
.fv {
  min-height: 710px;
  background-color: #e9f6f8;
}
@media screen and (min-width: 900px) {
  .fv {
    min-height: 836px;
  }
}

.fv__inner {
  position: relative;
}

.fv__background img {
  width: 100%;
  height: 554px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .fv__background img {
    height: 740px;
  }
}

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

.fv-intro__top {
  position: absolute;
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 900px) {
  .fv-intro__top {
    top: 34px;
  }
}

.fv-intro__bottom {
  position: absolute;
  top: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 900px) {
  .fv-intro__bottom {
    top: 64px;
  }
}

.fv-title__image1 {
  width: 335px;
  text-align: center;
  position: absolute;
  top: 73px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .fv-title__image1 {
    width: 520px;
    top: 119px;
  }
}

.fv-title__image2 {
  width: 240px;
  text-align: center;
  position: absolute;
  top: 138px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .fv-title__image2 {
    width: 356px;
    top: 217px;
  }
}

.fv__phone-wrap {
  position: absolute;
  width: 200px;
  top: 291px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .fv__phone-wrap {
    width: 250px;
    top: 310px;
  }
}

.phone__image {
  width: 100%;
  position: absolute;
  z-index: 10;
}

.dec1 {
  width: 140px;
  position: absolute;
  top: -96px;
  left: -66px;
}
@media screen and (min-width: 900px) {
  .dec1 {
    width: 244px;
    top: -33px;
    left: -262px;
  }
}

.dec2 {
  width: 110px;
  position: absolute;
  top: -103px;
  left: 132px;
  z-index: 0;
}
@media screen and (min-width: 900px) {
  .dec2 {
    width: 180px;
    top: -17px;
    left: 242px;
  }
}

.dec3 {
  width: 90px;
  position: absolute;
  top: 278px;
  left: -67px;
  z-index: 20;
}
@media screen and (min-width: 900px) {
  .dec3 {
    width: 212px;
    top: 195px;
    left: -299px;
  }
}

.dec4 {
  width: 62px;
  position: absolute;
  top: 292px;
  left: 205px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .dec4 {
    width: 170px;
    top: 276px;
    left: 315px;
  }
}

.dec5 {
  width: 98px;
  position: absolute;
  top: 347px;
  left: 160px;
  z-index: 20;
}
@media screen and (min-width: 900px) {
  .dec5 {
    width: 233px;
    top: 396px;
    left: 315px;
  }
}

.phone-card {
  width: 160px;
  text-align: center;
  border-radius: 12.8px;
  background-color: #fff;
  padding-bottom: 19.2px;
  position: absolute;
  top: 122.6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
}
@media screen and (min-width: 900px) {
  .phone-card {
    width: 200px;
    top: 152.5px;
    padding-bottom: 24px;
  }
}

.phone-card__tagline {
  padding: 6.4px 18.5px;
  border-top-left-radius: 12.8px;
  border-top-right-radius: 12.8px;
  font-size: 12.8px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
}
@media screen and (min-width: 900px) {
  .phone-card__tagline {
    font-size: 16px;
    padding-block: 8px;
  }
}

.phone-card__heading {
  font-size: 12px;
  position: relative;
  margin-top: 12px;
}
@media screen and (min-width: 900px) {
  .phone-card__heading {
    font-size: 14px;
    margin-top: 16px;
  }
}
.phone-card__heading::after {
  position: absolute;
  top: 19.8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 48px;
  height: 2.4px;
  background-color: #ce2073;
}
@media screen and (min-width: 900px) {
  .phone-card__heading::after {
    width: 56px;
    height: 4px;
    top: 23px;
  }
}

.phone-card__date {
  font-size: 12px;
  font-weight: 700;
  margin-top: 6px;
}
@media screen and (min-width: 900px) {
  .phone-card__date {
    font-size: 16px;
    margin-top: 8px;
  }
}

.smartphone-card__button {
  margin: 0 auto;
  margin-top: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .smartphone-card__button {
    margin-top: 16px;
  }
}

.button--smartphone-card {
  font-size: 14px;
  font-weight: 700;
  padding: 2px 22px 4px;
}
@media screen and (min-width: 900px) {
  .button--smartphone-card {
    padding: 4px 22px 6px;
    height: 40px;
    font-size: 16px;
  }
}

/* -----------------------------
about
----------------------------- */
.mv-about__wrap::after {
  display: none;
}
@media screen and (min-width: 1200px) {
  .mv-about__wrap::after {
    display: block;
    content: "";
    position: absolute;
    top: 900px; /* 上のセクションにまたぐ、見切れない */
    right: 50%;
    -webkit-transform: translateX(calc(-50% + 640px));
            transform: translateX(calc(-50% + 640px));
    width: 100px;
    height: 220px;
    background: url(../img/about_nikukyu.png) no-repeat center/contain;
  }
}
.mv-about__wrap::before {
  display: none;
}
@media screen and (min-width: 900px) {
  .mv-about__wrap::before {
    display: block;
    content: "";
    position: absolute;
    top: 960px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 652px));
            transform: translateX(calc(-50% - 652px));
    width: 250px;
    height: 250px;
    background: url(../img/about_diagonalline.png) no-repeat center/contain;
  }
}

.about {
  padding-top: 32px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 1050px;
}
@media screen and (min-width: 768px) {
  .about {
    height: 1126px;
  }
}
@media screen and (min-width: 900px) {
  .about {
    margin-top: 80px;
    padding-top: 0;
    height: 1286px;
  }
}

.about__inner {
  background-color: #fff;
  padding-block: 40px;
  border-radius: 24px;
  text-align: center;
  position: relative;
  width: 89.3333333333%;
  margin: 0 auto;
}
@media (max-width: 385px) {
  .about__inner {
    padding-inline: 10px;
  }
}
@media (min-width: 400px) {
  .about__inner {
    width: 72.8862973761%;
  }
}
@media screen and (min-width: 600px) {
  .about__inner {
    width: 62.8571428571%;
  }
}
@media screen and (min-width: 900px) {
  .about__inner {
    width: 848px;
    padding-inline: 114px;
    border-radius: 40px;
  }
}

.about__heading {
  position: relative;
}

.about__photo {
  position: absolute;
  width: 88px;
}
@media screen and (min-width: 900px) {
  .about__photo {
    width: 148px;
  }
}

.about__photo--left {
  top: -8px;
  left: -34px;
}
@media screen and (min-width: 900px) {
  .about__photo--left {
    top: 0px;
    left: -178px;
  }
}

.about__photo--right {
  top: -10px;
  right: -48px;
}
@media screen and (min-width: 900px) {
  .about__photo--right {
    top: 7px;
    right: -180px;
  }
}

.about__intro-wrap {
  margin-top: 42px;
}
@media screen and (min-width: 900px) {
  .about__intro-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 63px;
  }
}

.about__intro {
  display: block;
  font-weight: 700;
}

.about__intro-center,
.about__intro-slash-pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .about__intro-center,
  .about__intro-slash-pc {
    display: block;
  }
}

.about__intro-slash-sp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (min-width: 900px) {
  .about__intro-slash-sp {
    display: none;
  }
}

.about__body {
  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: 18px;
}
@media screen and (min-width: 900px) {
  .about__body {
    margin-top: 32px;
    gap: 27px;
  }
}

.about__text {
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .about__text {
    font-size: 16px;
  }
}

.about__present {
  position: relative;
  font-weight: 700;
  margin-bottom: 13px;
  margin-top: 15px;
}
@media screen and (min-width: 900px) {
  .about__present {
    font-size: 20px;
    margin-top: 19px;
  }
}
.about__present::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 249px;
  border-bottom: 2px dashed #9ed0e0;
}
@media screen and (min-width: 900px) {
  .about__present::after {
    width: 356px;
    bottom: -8px;
  }
}

.about__button {
  width: 192px;
  margin: 0 auto;
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .about__button {
    width: 260px;
    margin: 0 auto;
    font-size: 20px;
    margin-top: 2px;
  }
}

.about__dec-layer {
  position: absolute;
  inset: 0; /* aboutの範囲に固定 */
  overflow: hidden; /* ←ここで切る */
  pointer-events: none;
}

.about__bg-dec {
  position: absolute;
}

.about__bg-dec1 {
  width: 54px;
  top: 22px;
  right: calc(8.5333333333% - 32px);
}
@media screen and (min-width: 900px) {
  .about__bg-dec1 {
    display: none;
  }
}

.about__bg-dec2 {
  width: 200px;
  top: 306px;
  right: calc(8.5333333333% - 172px);
}
@media screen and (min-width: 900px) {
  .about__bg-dec2 {
    width: 480px;
    top: 73px;
    right: 50%;
    -webkit-transform: translateX(calc(50% + 800px));
            transform: translateX(calc(50% + 800px));
  }
}

.about__bg-dec3 {
  width: 200px;
  top: 427px;
  left: calc(8.5333333333% - 172px);
}
@media screen and (min-width: 900px) {
  .about__bg-dec3 {
    width: 480px;
    top: 73px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 854px));
            transform: translateX(calc(-50% - 854px));
  }
}

.about__bg-dec4 {
  width: 100px;
  top: 740px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .about__bg-dec4 {
    top: 750px;
  }
}
@media screen and (min-width: 900px) {
  .about__bg-dec4 {
    width: 140px;
    top: 828px;
  }
}

.about__bg-dec5 {
  width: 138px;
  top: 741px;
  left: 0;
}
@media screen and (min-width: 900px) {
  .about__bg-dec5 {
    width: 427px;
    top: 320px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 646px));
            transform: translateX(calc(-50% - 646px));
  }
}

.about__bg-dec6 {
  width: 133px;
  top: 794px;
  right: 50%;
  -webkit-transform: translateX(calc(50% + 63px));
          transform: translateX(calc(50% + 63px));
}
@media screen and (min-width: 768px) {
  .about__bg-dec6 {
    top: 784px;
    right: 50%;
    -webkit-transform: translateX(calc(50% + 264px));
            transform: translateX(calc(50% + 264px));
  }
}
@media screen and (min-width: 900px) {
  .about__bg-dec6 {
    width: 308px;
    top: 756px;
    right: 50%;
    -webkit-transform: translateX(calc(50% + 528px));
            transform: translateX(calc(50% + 528px));
  }
}

.about__bg-dec7 {
  width: 48px;
  top: 752px;
  right: 50%;
  -webkit-transform: translateX(calc(50% + 142px));
          transform: translateX(calc(50% + 142px));
}
@media screen and (min-width: 768px) {
  .about__bg-dec7 {
    top: 734px;
    right: 50%;
    -webkit-transform: translateX(calc(50% + 330px));
            transform: translateX(calc(50% + 330px));
  }
}
@media screen and (min-width: 900px) {
  .about__bg-dec7 {
    width: 101px;
    top: 601px;
    right: 50%;
    -webkit-transform: translateX(calc(50% + 556px));
            transform: translateX(calc(50% + 556px));
  }
}

.about__bg-dec8 {
  width: 355px;
  top: 879px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .about__bg-dec8 {
    width: 623px;
    top: 850px;
  }
}
@media screen and (min-width: 900px) {
  .about__bg-dec8 {
    width: 891px;
    top: 996px;
  }
}

.about__bg-dec11 {
  display: none;
}
@media screen and (min-width: 900px) {
  .about__bg-dec11 {
    display: block;
    width: 807px;
    top: 606px;
    right: 50%;
    -webkit-transform: translate(calc(-50% + 1726px));
            transform: translate(calc(-50% + 1726px));
  }
}

.about__bg-dec12 {
  display: none;
}
@media screen and (min-width: 900px) {
  .about__bg-dec12 {
    display: block;
    width: 807px;
    top: 640px;
    right: 50%;
    -webkit-transform: translate(calc(-50% + 1660px));
            transform: translate(calc(-50% + 1660px));
  }
}

/* swiper */
.about__swiper {
  margin-top: 176px;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about__swiper {
    margin-top: 166px;
  }
}
@media screen and (min-width: 900px) {
  .about__swiper {
    margin-top: 258px;
  }
}

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

.about__swiper .about-slide {
  width: auto;
}

.about__swiper img {
  width: 100px;
  border-radius: 12px;
  display: block;
}
@media screen and (min-width: 768px) {
  .about__swiper img {
    width: 160px;
    border-radius: 18px;
  }
}
@media screen and (min-width: 900px) {
  .about__swiper img {
    width: 200px;
    border-radius: 24px;
  }
}

/* -----------------------------
how-to-enter
----------------------------- */
.how-to-enter {
  padding-top: 32px;
  padding-bottom: 4px;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .how-to-enter {
    padding-top: 120px;
    padding-bottom: 5px;
  }
}

.how-to-enter__dec-layer {
  position: relative;
}

.how-to-enter__bg-dec {
  position: absolute;
}

.how-to-enter__bg-dec1 {
  width: 136px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 120px));
          transform: translateX(calc(-50% - 120px));
}
@media screen and (min-width: 900px) {
  .how-to-enter__bg-dec1 {
    width: 294px;
    top: -42px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 357px));
            transform: translateX(calc(-50% - 357px));
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__bg-dec1 {
    width: 420px;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 510px));
            transform: translateX(calc(-50% - 510px));
  }
}

.how-to-enter__bg-dec2 {
  width: 105px;
  right: 50%;
  -webkit-transform: translateX(calc(50% + 111px));
          transform: translateX(calc(50% + 111px));
}
@media screen and (min-width: 900px) {
  .how-to-enter__bg-dec2 {
    width: 167px;
    top: -18px;
    right: 50%;
    -webkit-transform: translateX(calc(50% + 284px));
            transform: translateX(calc(50% + 284px));
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__bg-dec2 {
    width: 238px;
    top: -26px;
    right: 50%;
    -webkit-transform: translateX(calc(50% + 406px));
            transform: translateX(calc(50% + 406px));
  }
}

.how-to-enter__bg-dec3 {
  width: 94px;
  top: 5px;
  right: 50%;
  -webkit-transform: translateX(calc(50% + 171px));
          transform: translateX(calc(50% + 171px));
}
@media screen and (min-width: 900px) {
  .how-to-enter__bg-dec3 {
    width: 150px;
    top: -8px;
    right: 50%;
    -webkit-transform: translateX(calc(50% + 380px));
            transform: translateX(calc(50% + 380px));
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__bg-dec3 {
    width: 214px;
    top: -15px;
    right: 50%;
    -webkit-transform: translateX(calc(50% + 544px));
            transform: translateX(calc(50% + 544px));
  }
}

.how-to-enter__bg-dec4 {
  width: 55px;
  top: 74px;
  right: 50%;
  -webkit-transform: translateX(calc(50% + 140px));
          transform: translateX(calc(50% + 140px));
}
@media screen and (min-width: 900px) {
  .how-to-enter__bg-dec4 {
    width: 70px;
    top: 105px;
    right: 50%;
    -webkit-transform: translateX(calc(50% + 469px));
            transform: translateX(calc(50% + 469px));
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__bg-dec4 {
    width: 100px;
    top: 150px;
    right: 50%;
    -webkit-transform: translateX(calc(50% + 670px));
            transform: translateX(calc(50% + 670px));
  }
}

.how-to-enter__bg-dec5 {
  width: 55px;
  top: 550px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 140px));
          transform: translateX(calc(-50% - 140px));
}
@media screen and (min-width: 900px) {
  .how-to-enter__bg-dec5 {
    width: 70px;
    top: 406px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 469px));
            transform: translateX(calc(-50% - 469px));
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__bg-dec5 {
    width: 100px;
    top: 580px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 670px));
            transform: translateX(calc(-50% - 670px));
  }
}

.how-to-enter__bg-dec6 {
  width: 55px;
  top: 880px;
  right: 50%;
  -webkit-transform: translateX(calc(50% + 140px));
          transform: translateX(calc(50% + 140px));
}
@media screen and (min-width: 900px) {
  .how-to-enter__bg-dec6 {
    display: none;
  }
}

.how-to-enter__inner {
  padding-inline: 20px;
}

.step-cards {
  margin-top: 50px;
  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;
}
@media screen and (min-width: 900px) {
  .step-cards {
    margin-top: 67px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .step-cards {
    margin-top: 71px;
    gap: 32px;
  }
}

@media screen and (min-width: 900px) {
  .step-card--step2 {
    margin-top: 49px;
  }
}
@media screen and (min-width: 1200px) {
  .step-card--step2 {
    margin-top: 69px;
  }
}

.step-card__bg {
  margin: 0 auto;
  width: 196px;
  height: 210px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .step-card__bg {
    width: 238px;
    height: 255px;
  }
}
@media screen and (min-width: 1200px) {
  .step-card__bg {
    width: 280px;
    height: 300px;
  }
}

.step-card__bg--step1 {
  background: url(../img/how-to-enter_bg-step1.png) no-repeat center center/contain;
}

.step-card__bg--step2 {
  background: url(../img/how-to-enter_bg-step2.png) no-repeat center center/contain;
}

.step-card__bg--step3 {
  background: url(../img/how-to-enter_bg-step3.png) no-repeat center center/contain;
}

.step-card__step-number-wrap {
  position: absolute;
  top: 31px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .step-card__step-number-wrap {
    top: 44px;
  }
}

.step__card__step {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 1.12px;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .step__card__step {
    font-size: 16px;
    letter-spacing: 1.4px;
  }
}
@media screen and (min-width: 1200px) {
  .step__card__step {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}

.step__card__number {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 0.9;
  color: #fff;
  font-style: italic;
  margin-top: 3px;
}
@media screen and (min-width: 900px) {
  .step__card__number {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .step__card__number {
    font-size: 56px;
  }
}

.step-card__img {
  width: 112px;
  position: absolute;
  top: 88px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .step-card__img {
    width: 136px;
    top: 106px;
  }
}
@media screen and (min-width: 1200px) {
  .step-card__img {
    width: 160px;
    top: 123px;
  }
}

.step-card__title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .step-card__title {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .step-card__title {
    font-size: 20px;
    margin-top: 24px;
  }
}

.step-card__text {
  margin-top: 17px;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .step-card__text {
    width: 280px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .step-card__text {
    font-size: 16px;
    width: 320px;
  }
}

.step-card__text-link {
  text-decoration-line: underline;
}

.step-card__follow {
  margin-top: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  padding: 8px 12px;
  background-color: #fff;
}
@media screen and (min-width: 900px) {
  .step-card__follow {
    margin-top: 19px;
  }
}
.step-card__follow img {
  width: 20px;
}
.step-card__follow p {
  font-weight: 700;
}

@media screen and (min-width: 900px) {
  .step-card {
    position: relative;
  }
}

.step-card__dec {
  margin-top: 16px;
  margin-bottom: 14px;
}
.step-card__dec img {
  margin: 0 auto;
  width: 7px;
  height: 34px;
}
@media screen and (min-width: 900px) {
  .step-card__dec img {
    width: 79px;
    height: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .step-card__dec img {
    width: 113px;
    height: 24px;
  }
}

@media screen and (min-width: 900px) {
  .step-card__dec--first {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 136px;
    left: -60px;
  }
}
@media screen and (min-width: 1200px) {
  .step-card__dec--first {
    position: absolute;
    top: 136;
    left: -98px;
  }
}

@media screen and (min-width: 900px) {
  .step-card__dec--second {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 185px;
    left: -60px;
  }
}
@media screen and (min-width: 1200px) {
  .step-card__dec--second {
    position: absolute;
    top: 205px;
    left: -88px;
  }
}

.step-card-text__accent {
  font-weight: 700;
}

.how-to-enter__button {
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__button {
    margin-top: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__button {
    margin-top: 49px;
  }
}

/* -----------------------------
prizes
----------------------------- */
.prizes {
  padding-top: 33px;
  position: relative;
  overflow: hidden;
  padding-bottom: 216px;
}
@media screen and (min-width: 600px) {
  .prizes {
    padding-top: 54px;
    padding-bottom: 240px;
  }
}
@media screen and (min-width: 768px) {
  .prizes {
    padding-bottom: 310px;
  }
}
@media screen and (min-width: 900px) {
  .prizes {
    padding-top: 120px;
    padding-bottom: 480px;
  }
}
@media (min-width: 1380px) {
  .prizes {
    padding-bottom: 550px;
  }
}
@media (min-width: 1512px) {
  .prizes {
    padding-bottom: 605px;
  }
}
@media (min-width: 1513px) {
  .prizes {
    padding-bottom: 665px;
    padding-top: 100;
  }
}
@media (min-width: 1560px) {
  .prizes {
    padding-bottom: 650px;
  }
}
@media (min-width: 1590px) {
  .prizes {
    padding-bottom: 640px;
  }
}
@media (min-width: 1660px) {
  .prizes {
    padding-bottom: 660px;
  }
}
@media (min-width: 1720px) {
  .prizes {
    padding-bottom: 700px;
  }
}

.prizes_bg {
  position: absolute;
  top: 976px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 1px));
          transform: translateX(calc(-50% + 1px));
  min-width: 580px;
  height: 260px;
  overflow: hidden;
}
@media (max-width: 374px) {
  .prizes_bg {
    top: 986px;
  }
}
@media screen and (min-width: 600px) {
  .prizes_bg {
    top: 1420px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .prizes_bg {
    top: 1398px;
    height: 324px;
  }
}
@media screen and (min-width: 900px) {
  .prizes_bg {
    top: 1375px;
    height: 640px;
  }
}
@media (min-width: 970px) {
  .prizes_bg {
    top: 1346px;
  }
}
@media (min-width: 1380px) {
  .prizes_bg {
    top: 1400px;
  }
}
@media (min-width: 1512px) {
  .prizes_bg {
    top: 1452px;
  }
}
@media (min-width: 1513px) {
  .prizes_bg {
    top: 1470px;
  }
}
@media (min-width: 1530px) {
  .prizes_bg {
    top: 1485px;
  }
}
@media (min-width: 1560px) {
  .prizes_bg {
    top: 1460px;
  }
}
@media (min-width: 1570px) {
  .prizes_bg {
    top: 1473px;
  }
}
@media (min-width: 1590px) {
  .prizes_bg {
    top: 1460px;
  }
}
@media (min-width: 1660px) {
  .prizes_bg {
    top: 1460px;
  }
}

.prizes__bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.prizes__heading-dec {
  width: 315px;
  height: 86px;
  position: absolute;
  top: 151px;
}

.prizes__heading-dec-left {
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 355px));
          transform: translateX(calc(-50% - 355px));
}

.prizes__heading-dec-right {
  right: 50%;
  -webkit-transform: translateX(calc(50% + 355px));
          transform: translateX(calc(50% + 355px));
}

.prizes__heading {
  position: relative;
}

.prizes__heading-image img {
  width: 238px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .prizes__heading-image img {
    width: 357px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__heading-image img {
    width: 366px;
  }
}

.section__heading--prizes {
  position: absolute;
  top: -62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
  .section__heading--prizes {
    top: -102px;
  }
}
@media screen and (min-width: 900px) {
  .section__heading--prizes {
    top: -117px;
  }
}

.prizes__inner {
  max-width: 375px;
  border-radius: 24px;
  background-color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 35px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .prizes__inner {
    max-width: 566px;
    padding-bottom: 47px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__inner {
    max-width: 820px;
    padding-inline: 56px;
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__inner {
    max-width: 1024px;
  }
}

.prizes__text {
  padding-top: 59px;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .prizes__text {
    padding-top: 30px;
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__text {
    padding-top: 68px;
    font-size: 16px;
  }
}

.prizes__boxes {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 39px 15px;
}
@media screen and (min-width: 600px) {
  .prizes__boxes {
    margin-top: 54px;
    gap: 48px 23px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__boxes {
    margin-top: 82px;
    grid-template-columns: repeat(6, 1fr);
    gap: 79px 34px;
  }
}

.prizes__box {
  position: relative;
  max-width: 160px;
  width: 100%;
}
.prizes__box:last-child {
  grid-column: 1/-1;
  justify-self: center;
}
@media screen and (min-width: 600px) {
  .prizes__box {
    max-width: 251.5px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__box {
    max-width: 280px;
  }
  .prizes__box:nth-child(1), .prizes__box:nth-child(2) {
    grid-column: span 3;
  }
  .prizes__box:nth-child(n+3) {
    grid-column: span 2;
  }
}

.prizes__box--pc {
  max-width: 440px;
}

.prizes-box__number-bg {
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  margin: 0 auto;
  background: url(../img/prizes_star.png.png) no-repeat center center/contain;
  background-size: 45px;
  width: 45px;
  height: 45px;
  z-index: 20;
}
@media screen and (min-width: 600px) {
  .prizes-box__number-bg {
    width: 64px;
    height: 64px;
    background-size: 64px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-box__number-bg--pc-bottom {
    width: 76px;
    height: 76px;
    background-size: 76px;
    top: -38px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-box__number-bg--pc {
    width: 96px;
    height: 96px;
    background-size: 96px;
    top: -48px;
  }
}

.prizes-box__number-text {
  font-size: 7px;
  font-weight: 700;
  color: #fff;
  padding-top: 5px;
}
@media screen and (min-width: 600px) {
  .prizes-box__number-text {
    font-size: 10px;
    padding-top: 7px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-box__number-text {
    font-size: 12.8px;
    padding-top: 9.6px;
  }
}

@media screen and (min-width: 900px) {
  .prizes-box__number-text--pc {
    font-size: 16px;
  }
}

.prizes-box__number-number {
  font-family: "Josefin Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-top: 2px;
}
@media screen and (min-width: 600px) {
  .prizes-box__number-number {
    font-size: 30px;
    margin-top: 3px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-box__number-number {
    font-size: 38.4px;
  }
}

@media screen and (min-width: 900px) {
  .prizes-box__number-number--pc {
    font-size: 48px;
  }
}

.prizes-box {
  overflow: hidden;
  border: 4px solid transparent;
}
.prizes-box:hover {
  border-color: 4px solid #9ed0e0;
  border-radius: 8px;
}
@media screen and (min-width: 600px) {
  .prizes-box:hover {
    border-radius: 12px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-box:hover {
    border-radius: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .prizes-box--pc {
    border-radius: 24px;
  }
  .prizes-box--pc:hover {
    border: 4px solid #9ed0e0;
    border-radius: 24px;
  }
}

.prizes-card:hover .prizes-card__image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.prizes-card__image {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  display: block;
}
.prizes-card__image img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (min-width: 600px) {
  .prizes-card__image img {
    border-radius: 12px 12px 0 0;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card__image img {
    border-radius: 16px 16px 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .prizes-card__image--pc {
    border-radius: 24px 24px 0 0;
  }
}

.prizes-card__text {
  border-radius: 0 0 8px 8px;
  background-color: #f5f5f5;
  height: 56px;
  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: 600px) {
  .prizes-card__text {
    height: 84px;
    border-radius: 0 0 12px 12px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card__text {
    height: 80px;
    border-radius: 0 0 16px 16px;
  }
}
.prizes-card__text p {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .prizes-card__text p {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card__text p {
    font-size: 16px;
  }
}

.prizes-card__icon {
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.prizes-card__icon svg {
  width: 36px;
  height: auto;
  border-radius: 0 0 8px 0;
  display: block;
}
@media screen and (min-width: 600px) {
  .prizes-card__icon svg {
    width: 54px;
    border-radius: 0 0 12px 0;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card__icon svg {
    width: 64px;
    border-radius: 0 0 16px 0;
  }
}

@media screen and (min-width: 900px) {
  .prizes-card__text--pc {
    height: 120px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card__text--pc p {
    font-size: 20px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card__text--pc svg {
    width: 100px;
    border-radius: 0 0 24px 0;
  }
}

.prizes__button {
  margin-top: 18px;
}
@media screen and (min-width: 600px) {
  .prizes__button {
    margin-top: 30px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__button {
    margin-top: 40px;
  }
}

.prizes-card__icon-bg {
  fill: #67b0c7;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.prizes-card:hover .prizes-card__icon-bg {
  fill: #9ed0e0;
}

/*--------- prizes modal ----------*/
.prizes-modal {
  width: 336px;
  border: none;
  outline: none;
  padding: 0;
  border-radius: 24px;
}
@media screen and (min-width: 900px) {
  .prizes-modal {
    width: 480px;
  }
}
.prizes-modal::-ms-backdrop {
  background: rgba(0, 0, 0, 0.7);
}
.prizes-modal::backdrop {
  background: rgba(0, 0, 0, 0.7);
}

.prizes-modal__img {
  overflow: hidden;
  height: 210px;
  width: 336px;
}
@media screen and (min-width: 900px) {
  .prizes-modal__img {
    height: 300px;
    width: 480px;
  }
}
.prizes-modal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 24px 24px 0 0;
  display: block;
}

.prizes-modal__body {
  padding-top: 39px;
  padding-bottom: 56px;
  text-align: center;
  padding-inline: 20px;
  color: #4a3636;
}
@media screen and (min-width: 900px) {
  .prizes-modal__body {
    padding-top: 32px;
    padding-bottom: 106px;
    padding-inline: 40px;
  }
}

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

.prizes-modal__text {
  margin-top: 12px;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .prizes-modal__text {
    font-size: 16px;
  }
}

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

.button-prizes-modal {
  font-size: 16px;
  padding: 6px 24px 8px;
}

/* -----------------------------
spots
----------------------------- */
.spots {
  position: relative;
  margin-top: -2px;
}
@media screen and (min-width: 600px) {
  .spots {
    margin-top: 32px;
  }
}
@media (min-width: 730px) {
  .spots {
    margin-top: 32px;
  }
}

.spots__wave-top {
  position: absolute;
  top: -44px;
  left: 0;
  width: 100%;
  height: 45px;
  background: url(../img/spots_wabe-top.png) repeat-x center/96px 46px;
  background-position: -5px top;
}
@media screen and (min-width: 900px) {
  .spots__wave-top {
    top: -118px;
    background-size: 252px 120px;
    height: 120px;
    background-position: 0px top;
  }
}

.spots__wave-bottom {
  position: absolute;
  top: 635px;
  left: 0;
  width: 100%;
  height: 46px;
  background: url(../img/spots_wabe-bottom.png) repeat-x center/96px 46px;
  background-position: -5px top;
}
@media (max-width: 350px) {
  .spots__wave-bottom {
    top: 658px;
  }
}
@media (max-width: 373px) {
  .spots__wave-bottom {
    top: 620px;
  }
}
@media screen and (min-width: 600px) {
  .spots__wave-bottom {
    top: 668px;
  }
}
@media screen and (min-width: 900px) {
  .spots__wave-bottom {
    background-size: 252px 120px;
    height: 120px;
    top: 740px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__wave-bottom {
    top: 718px;
  }
}

.spots__dec-spots {
  position: absolute;
  top: 462px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 55px;
  background: url(../img/spots_spots.png) no-repeat center/254px 55px;
}
@media screen and (min-width: 600px) {
  .spots__dec-spots {
    top: 502px;
  }
}
@media screen and (min-width: 900px) {
  .spots__dec-spots {
    background-size: 346px 75px;
    height: 75px;
    top: 547px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__dec-spots {
    background-size: 495px 107px;
    height: 107px;
    top: 608px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 264px));
            transform: translateX(calc(-50% - 264px));
  }
}

.spots__dec-nikukyu {
  position: absolute;
  top: 496px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 670px));
          transform: translateX(calc(-50% - 670px));
  width: 100%;
  height: 220px;
  background: url(../img/spots_nikukyu.png) no-repeat center/100px 220px;
}

.spots__inner {
  text-align: center;
  background-color: #67b0c7;
  padding-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .spots__inner {
    padding-left: max(30px, 50% - 512px);
  }
}

@media screen and (min-width: 900px) {
  .spots__flex-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
  }
}

.spots-heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
}
@media screen and (min-width: 900px) {
  .spots-heading {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    gap: 13px;
  }
}

.spots-heading__image {
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 900px) {
  .spots-heading__image {
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 900px) {
  .spots-heading__image {
    width: 56px;
    height: 56px;
  }
}

.spots-heading__text {
  font-family: "Kiwi Maru", serif;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (min-width: 600px) {
  .spots-heading__text {
    font-size: 34px;
  }
}
@media screen and (min-width: 900px) {
  .spots-heading__text {
    font-size: 40px;
    letter-spacing: 0.25em;
  }
}

/* swiper */
.spots__slider {
  margin-top: 20px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .spots__slider {
    position: relative;
    margin-top: 0;
    width: 100%;
  }
}

@media screen and (min-width: 900px) {
  .spots-wrapper {
    margin-top: 2px;
  }
}

.spots__slide {
  width: 240px !important;
  margin-inline: 8px;
}
@media screen and (min-width: 600px) {
  .spots__slide {
    width: 275px !important;
    margin-inline: 12px;
  }
}
@media screen and (min-width: 900px) {
  .spots__slide {
    width: 344px !important;
    margin-inline: 16px;
  }
}

.spots-card {
  width: 100%;
}

.spots-card__image img {
  width: 240px;
  height: 180px;
  border-radius: 12px 12px 0 0;
}
@media screen and (min-width: 600px) {
  .spots-card__image img {
    width: 275px;
    height: 192px;
    border-radius: 19px 19px 0 0;
  }
}
@media screen and (min-width: 900px) {
  .spots-card__image img {
    width: 344px;
    height: 240px;
    border-radius: 24px 24px 0 0;
  }
}

.spots-card__body {
  width: 240px;
  height: 222px;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  padding-inline: 24px;
}
@media screen and (min-width: 600px) {
  .spots-card__body {
    width: 275px;
    height: 242px;
    border-radius: 0 0 19px 19px;
    padding-inline: 25px;
  }
}
@media screen and (min-width: 900px) {
  .spots-card__body {
    width: 344px;
    height: 302px;
    border-radius: 0 0 24px 24px;
    padding-inline: 32px;
  }
}

.spots-card__title {
  padding-top: 16px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .spots-card__title {
    padding-top: 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 900px) {
  .spots-card__title {
    padding-top: 24px;
    font-size: 20px;
  }
}

.spots-card--text {
  margin-top: 17px;
  font-size: 12px;
  text-align: start;
}
@media screen and (min-width: 600px) {
  .spots-card--text {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 900px) {
  .spots-card--text {
    font-size: 16px;
    margin-top: 24px;
    line-height: 1.63;
  }
}

.spots__prev svg,
.spots__next svg {
  display: none;
}

@media screen and (min-width: 900px) {
  .spots__prev,
  .spots__next {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 510px !important;
  }
}

.spots__prev {
  background: url(../img/spots_arrow-left.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .spots__prev {
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 330px));
            transform: translateX(calc(-50% - 330px));
  }
}
@media screen and (min-width: 1200px) {
  .spots__prev {
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 430px));
            transform: translateX(calc(-50% - 430px));
  }
}

.spots__next {
  background: url(../img/spots_arrow-right.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .spots__next {
    right: 50%;
    -webkit-transform: translateX(calc(50% + 330px));
            transform: translateX(calc(50% + 330px));
  }
}
@media screen and (min-width: 1200px) {
  .spots__next {
    right: 50%;
    -webkit-transform: translateX(calc(50% + 432px));
            transform: translateX(calc(50% + 432px));
  }
}

@media screen and (min-width: 1200px) {
  .spots__text-button {
    display: inline-block;
    margin-left: 334px;
  }
}

.spots__text {
  margin-top: 71px;
  font-size: 11.4px;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .spots__text {
    font-size: 12px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 900px) {
  .spots__text {
    font-size: 14px;
    margin-top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__text {
    font-size: 16px;
    margin-top: 66px;
  }
}

.spots__button {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .spots__button {
    margin-left: 6px;
  }
}

.button--spots {
  cursor: pointer;
}

/* -----------------------------
qa
----------------------------- */
.qa {
  padding-top: 86px;
  padding-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .qa {
    padding-top: 224px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 900px) {
  .qa__inner {
    padding-inline: 30px;
  }
}

.section__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qa__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  max-width: 566px;
  margin: 42px auto 0;
}
@media screen and (min-width: 900px) {
  .qa__boxes {
    gap: 24px;
    width: 100%;
    max-width: 1020px;
    margin: 72px auto 0;
    margin-top: 68px;
  }
}

.qa-box {
  border: 2px solid #4a3636;
  border-radius: 12px;
  background-color: #fff;
}
.qa-box.is-open .qa-box__head::after {
  background: url(../img/qa_icon_-.png) no-repeat center center/contain;
}
.qa-box.is-open .qa-box__body {
  display: block;
}
@media screen and (min-width: 900px) {
  .qa-box {
    border-radius: 16px;
  }
}

.qa-box__head {
  padding: 10px 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 46px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .qa-box__head {
    padding: 24px 22px;
    padding-right: 72px;
    gap: 16px;
  }
}
.qa-box__head::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  width: 26px;
  height: 26px;
  background: url(../img/qa_icon_+.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .qa-box__head::after {
    right: 18px;
    width: 48px;
    height: 48px;
  }
}

.qa-box__head-icon {
  display: block;
  font-size: 24px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.25;
  color: #9ed0e0;
  letter-spacing: 0;
}
@media screen and (min-width: 900px) {
  .qa-box__head-icon {
    font-size: 32px;
  }
}

.qa-box__head-text {
  display: block;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #4a3636;
}
@media screen and (min-width: 900px) {
  .qa-box__head-text {
    font-size: 20px;
  }
}

.qa-box__body {
  background-color: #f5f5f5;
  border-radius: 0 0 12px 12px;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media screen and (min-width: 900px) {
  .qa-box__body {
    border-radius: 0 0 16px 16px;
  }
}

.qa-box__a {
  padding: 18px 14px 14px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 900px) {
  .qa-box__a {
    gap: 16px;
    padding: 24px 22px;
  }
}

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

.qa-box__a-text {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4a3636;
}

/* -----------------------------
requirements
----------------------------- */
.requirements {
  padding-bottom: 32px;
}
@media screen and (min-width: 900px) {
  .requirements {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 900px) {
  .requirements__inner {
    padding-inline: 30px;
  }
}

.requirements__bg {
  margin: 0 auto;
  padding-top: 17px;
  padding-inline: 16px;
  border: 8px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 600px) {
  .requirements__bg {
    max-width: 562px;
  }
}
@media screen and (min-width: 900px) {
  .requirements__bg {
    padding-top: 32px;
    max-width: 1024px;
    margin-top: 40px;
    padding-inline: 56px;
  }
}

.requirements__body {
  margin-top: 42px;
  margin-bottom: 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: 10px;
}
@media screen and (min-width: 900px) {
  .requirements__body {
    padding-top: 29px;
    margin-bottom: 32px;
    gap: 11px;
  }
}

.requirements__list {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .requirements__list {
    padding-bottom: 12px;
  }
}

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

.requirements__term {
  font-weight: 700;
  padding-left: 16px;
  position: relative;
  margin-bottom: 8px;
}
@media screen and (min-width: 900px) {
  .requirements__term {
    width: 224px;
    margin-bottom: 0;
    padding-left: 23px;
  }
}
.requirements__term::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: url(../img/requirements_marker.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .requirements__term::before {
    top: 13px;
    left: 7px;
  }
}

.requirements__desc {
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .requirements__desc {
    font-size: 16px;
    margin-left: 7px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.requirements__notes {
  margin-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .requirements__notes {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.requirements__sub-title {
  font-weight: 700;
  padding-left: 16px;
  position: relative;
  margin-bottom: 8px;
}
@media screen and (min-width: 900px) {
  .requirements__sub-title {
    min-width: 240px;
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 9px;
    margin-top: 4px;
  }
}
.requirements__sub-title::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: url(../img/requirements_marker.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .requirements__sub-title::before {
    top: 12px;
  }
}

.requirements__note-lists {
  line-height: 1.59;
}
@media screen and (min-width: 900px) {
  .requirements__note-lists {
    line-height: 1.63;
  }
}

.requirements__note-list {
  font-size: 12px;
  position: relative;
  padding-left: 17px;
}
.requirements__note-list::before {
  content: "";
  width: 2.5px;
  height: 2.5px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  left: 7px;
  top: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .requirements__note-list::before {
    width: 4.5px;
    height: 4.5px;
    left: -7px;
    top: 16px;
  }
}
@media screen and (min-width: 900px) {
  .requirements__note-list {
    font-size: 16px;
    padding-left: 7px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.requirements__link {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.space {
  margin-right: 1px;
}

/* -----------------------------
section-divider
----------------------------- */
.section-divider img {
  width: 100%;
  height: auto;
}

/* -----------------------------
contact
----------------------------- */
.contact {
  padding-top: 38px;
  padding-bottom: 45px;
  background-color: #fff;
}
@media screen and (min-width: 900px) {
  .contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 900px) {
  .contact__inner {
    padding-inline: 30px;
  }
}

.contact__lead {
  margin-top: 41px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact__lead {
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact__lead-text {
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .contact__lead-text {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

.contact__form {
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .contact__form {
    max-width: 562px;
  }
}
@media screen and (min-width: 900px) {
  .contact__form {
    max-width: 848px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact__fields {
  margin-top: 24px;
  margin-bottom: 26px;
  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__fields {
    gap: 24px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 900px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    height: 56px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.form-field--message {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.form-field__head {
  width: 202px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.form-field__label {
  font-weight: 700;
  margin-right: 9px;
}

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

.form-filed__item {
  margin-top: 8px;
  background: #f5f5f5;
  border-radius: 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 900px) {
  .form-filed__item {
    margin-top: 0;
  }
}
.form-filed__item--radio {
  background-color: #fff;
}
.form-filed__item input,
.form-filed__item textarea {
  color: #4a3636;
}
.form-filed__item input::-webkit-input-placeholder, .form-filed__item textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.form-filed__item input::-moz-placeholder, .form-filed__item textarea::-moz-placeholder {
  color: #cccccc;
}
.form-filed__item input:-ms-input-placeholder, .form-filed__item textarea:-ms-input-placeholder {
  color: #cccccc;
}
.form-filed__item input::-ms-input-placeholder, .form-filed__item textarea::-ms-input-placeholder {
  color: #cccccc;
}
.form-filed__item input::placeholder,
.form-filed__item textarea::placeholder {
  color: #cccccc;
}
.form-filed__item input:focus,
.form-filed__item textarea:focus {
  background-color: #e9f6f8;
  border: 1px solid #9ed0e0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-filed__item input,
.form-filed__item textarea,
.form-filed__item select {
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-filed__item.is-error input,
.form-filed__item.is-error textarea,
.form-filed__item.is-error select {
  background-color: #fff0f7;
  border: 1px solid #ce2073;
}
.form-filed__item [type=text],
.form-filed__item [type=email] {
  width: 100%;
  height: 56px;
  padding: 16px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 8px;
}
.form-filed__item [type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-filed__item [type=radio]:checked + .form-field__radio-text:after {
  opacity: 1;
}
.form-filed__item select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 70px 16px 16px;
  border-radius: 8px;
  background-color: #f5f5f5;
  width: 100%;
  height: 56px;
  border: none;
  background: url(../img/contact_select-arrow.png) no-repeat center right 0/52px 100%;
}
.form-filed__item textarea {
  width: 100%;
  height: 160px;
  border: none;
  background-color: #f5f5f5;
  padding: 16px;
}

.contact__privacy {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .contact__privacy {
    margin-top: 144px;
  }
}

.contact__button {
  margin-top: 24px;
  text-align: center;
}

@media screen and (min-width: 900px) {
  .button--contact {
    margin-top: 14px;
    width: 240px;
    padding: 6px 24px 6px;
    font-size: 16px;
  }
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.form-field__radio input:focus + .form-field__radio-text::before {
  border: 1px solid #9ed0e0;
}

.form-field__radio input:checked + .form-field__radio-text::before {
  border: none;
}

.form-field__radio-text {
  position: relative;
  padding-left: 32px;
}
.form-field__radio-text::before, .form-field__radio-text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.form-field__radio-text::before {
  width: 24px;
  height: 24px;
  background-color: #f5f5f5;
  left: 0;
}
.form-field__radio-text::after {
  width: 10px;
  height: 10px;
  left: 7px;
  background-color: #9ed0e0;
  opacity: 0;
}

.contact__privacy {
  text-align: center;
}

.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__text {
  position: relative;
  padding-left: 36px;
}
.form-checkbox__text a {
  text-decoration: underline;
}
.form-checkbox__text::before, .form-checkbox__text::after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-checkbox__text::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #f5f5f5;
}
.form-checkbox__text::after {
  content: "";
  width: 14px;
  height: 9px;
  left: 5px;
  background: url(../img/contact_check-icon.png) no-repeat center center/contain;
  opacity: 0;
}

/* -----------------------------
follow
----------------------------- */
.follow {
  overflow: hidden;
  padding-top: 42px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .follow {
    padding-top: 120px;
    padding-bottom: 236px;
  }
}

.follow__dec1 {
  position: absolute;
  width: 328px;
  height: 34.4px;
  top: 136px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .follow__dec1 {
    width: 755px;
    height: 82.2px;
    top: 255px;
  }
}

.follow__dec2 {
  display: none;
}
@media screen and (min-width: 900px) {
  .follow__dec2 {
    display: block;
    position: absolute;
    top: 80px;
    right: 50%;
    -webkit-transform: translateX(calc(50% + 626px));
            transform: translateX(calc(50% + 626px));
    width: 100px;
    height: 220px;
  }
}

.follow__heading {
  text-align: center;
}

.follow__heading-main {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .follow__heading-main {
    font-size: 24px;
  }
}

.follow__sns-list {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding-bottom: 48px;
}
@media screen and (min-width: 900px) {
  .follow__sns-list {
    padding-bottom: 120px;
  }
}

.follow__sns-img {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 900px) {
  .follow__sns-img {
    width: 40px;
    height: 40px;
  }
}

.follow__card {
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .follow__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 1024px;
    height: 400px;
  }
}

@media screen and (min-width: 900px) {
  .follow__map {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.follow__map iframe {
  width: 100%;
  aspect-ratio: 335/271;
  display: block;
  border: 0;
  border-radius: 16px 0 0 0;
}
@media screen and (min-width: 900px) {
  .follow__map iframe {
    height: 100%;
    border-radius: 0 16px 16px 0;
  }
}

.follow__body {
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  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;
}
@media screen and (min-width: 900px) {
  .follow__body {
    border-radius: 16px 0 0 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}

.follow__body-inner {
  padding: 22px 28px 28px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .follow__body-inner {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .follow__body-inner {
    padding: 0 61.5px;
  }
}

@media screen and (min-width: 900px) {
  .follow__body-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.follow__title img {
  width: 153px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .follow__title img {
    width: 165px;
  }
}
@media screen and (min-width: 900px) {
  .follow__title img {
    width: 183px;
    margin: 0;
  }
}

.follow__info {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 8px 0;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .follow__info {
    grid-template-columns: 100px 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .follow__info {
    grid-template-columns: 120px 1fr;
    gap: 13px 0;
    margin-top: 24px;
  }
}
.follow__info dt {
  padding-left: 16px;
  font-weight: 700;
  font-size: 12px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .follow__info dt {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .follow__info dt {
    font-size: 16px;
  }
}
.follow__info dt::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: url(../img/requirements_marker.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .follow__info dt::before {
    top: 12px;
  }
}
.follow__info dd {
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .follow__info dd {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .follow__info dd {
    font-size: 16px;
  }
}

.follow__page-top {
  padding-top: 23px;
  margin-bottom: 66px;
}
@media screen and (min-width: 900px) {
  .follow__page-top {
    display: none;
  }
}

.page-top-img {
  width: 79px;
  height: 82px;
  margin: 0 auto;
}

/* -----------------------------
footer / page-top
----------------------------- */
.footer {
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .footer {
    line-height: normal;
  }
}

.spots__wave-top--footer {
  position: absolute;
  top: -44px;
  left: 0;
  width: 100%;
  height: 45px;
  background: url(../img/spots_wabe-top.png) repeat-x center/96px 46px;
  background-position: -5px top;
}
@media screen and (min-width: 900px) {
  .spots__wave-top--footer {
    top: -118px;
    background-size: 252px 120px;
    height: 120px;
    background-position: 0px top;
  }
}

.footer__copyright {
  background-color: #67b0c7;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .footer__copyright {
    padding-bottom: 42px;
  }
}
.footer__copyright small {
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .footer__copyright small {
    font-size: 14px;
  }
}

.page-top {
  display: none;
}
@media screen and (min-width: 900px) {
  .page-top {
    display: block;
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 100px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.page-top.is-show {
  opacity: 1;
  visibility: visible;
}