@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #e9f6f8;
  line-height: 160%;
}
body.is-fixed {
  overflow: hidden;
  height: 100%;
}

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

.button {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 6px 24px 8px 24px;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button--small {
  padding: 4px 22px 6px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}
.button:hover {
  background-color: #ffee56;
}

.content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-title {
    gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .content-title {
    gap: 8px;
  }
}

.content-title-icon {
  width: 37.333px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-title-icon {
    width: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .content-title-icon {
    width: 48px;
  }
}

.content-title-en {
  color: #4a3636;
  font-family: "Courgette", cursive;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-title-en {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .content-title-en {
    font-size: 20px;
  }
}

.content-title-ja {
  color: #4a3636;
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 7px;
  border-bottom: 6px solid #ffee56;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-title-ja {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .content-title-ja {
    font-size: 32px;
  }
}

.nav-hover {
  font-weight: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.nav-hover:hover {
  color: #67b0c7;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.link-underline {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  font-weight: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.link-underline:hover {
  color: #67b0c7;
}

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hidden-tb {
    display: none;
  }
}

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

.header {
  height: 64px;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

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

.header__logo {
  width: 210px;
}
@media screen and (min-width: 1024px) {
  .header__logo {
    width: 183px;
  }
}

.drawer-icon {
  width: 32px;
  height: 28px;
  position: relative;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1), .drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  top: 14px;
  width: 32px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon__bar {
  position: absolute;
  width: 32px;
  height: 3px;
  border-radius: 2.5px;
  left: 0;
  background-color: #4a3636;
  -webkit-transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, transform 0.4s;
  transition: top 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.drawer-icon__bar:nth-child(1) {
  top: 0;
  width: 25px;
}
.drawer-icon__bar:nth-child(2) {
  top: 12px;
}
.drawer-icon__bar:nth-child(3) {
  top: 24px;
}

.drawer-icon__short {
  position: absolute;
  width: 4px;
  height: 3px;
  border-radius: 2.5px;
  left: 28px;
  background-color: #4a3636;
  -webkit-transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, transform 0.4s;
  transition: top 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

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

@media screen and (min-width: 1024px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 1024px) {
  .header__nav-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-right: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .header__nav-item {
    display: inline-block;
  }
}

@media screen and (min-width: 1024px) {
  .header__nav-link {
    color: #4a3636;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
  }
}

@media screen and (min-width: 1024px) {
  .header__nav-button {
    width: 132px;
    font-size: 13px;
    padding: 4px 24px;
    font-weight: 700;
  }
}

@media screen and (min-width: 1024px) {
  .drawer-contents {
    display: none;
  }
}

.drawer-content__menu {
  background-color: #fff;
  width: 100%;
  height: calc(100% - 64px);
  position: fixed;
  z-index: 999;
  top: 64px;
  padding-top: 82px;
  text-align: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  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: 40px;
}
.drawer-content__menu.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

.drawer-content__link {
  color: #4a3636;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.button-drawer {
  color: #4a3636;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  width: 148px;
}

.fv {
  padding-top: 64px;
  height: 710px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .fv {
    height: 800px;
    background-repeat: no-repeat;
  }
}

.fv__background-image {
  position: relative;
  width: 100%;
  height: 554px;
  background-image: url(../img/fv/fv-bgimage-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media screen and (min-width: 1024px) {
  .fv__background-image {
    height: 740px;
    background-image: url(../img/fv/fv-bgimage.png);
  }
}

.fv__inner {
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .fv__inner {
    width: 100%;
  }
}

.fv__text {
  color: #4a3636;
  text-align: center;
  text-shadow: 0px 0px 30px #fff;
  font-family: "Kiwi Maru";
  font-size: 14px;
  line-height: 125%;
  padding-top: 17px;
}
@media screen and (min-width: 1024px) {
  .fv__text {
    font-size: 24px;
    font-weight: 500;
    padding-top: 34px;
  }
}

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

.fv__image-title1 {
  width: 335px;
}
@media screen and (min-width: 1024px) {
  .fv__image-title1 {
    width: 520px;
  }
}

.fv__image-title2 {
  width: 240px;
}
@media screen and (min-width: 1024px) {
  .fv__image-title2 {
    width: 356px;
  }
}

.fv__image-wrapper {
  width: 100%;
  height: 522px;
  margin-top: 10px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .fv__image-wrapper {
    max-width: 848px;
    height: 603px;
    margin: 0 auto;
  }
}

.fv__image-fukidashi {
  position: absolute;
  top: 7px;
  left: 0;
  width: 142px;
}
@media screen and (min-width: 1024px) {
  .fv__image-fukidashi {
    width: 100%;
    max-width: 244px;
    top: 0;
    left: 35px;
  }
}

.fv__image-present {
  position: absolute;
  top: 0;
  right: 25px;
  width: 110px;
}
@media screen and (min-width: 1024px) {
  .fv__image-present {
    width: 100%;
    max-width: 180px;
    top: 17px;
    left: 541px;
  }
}

.fv__image-smartphone {
  position: absolute;
  top: 103px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  max-width: 90vw;
}
@media screen and (min-width: 1024px) {
  .fv__image-smartphone {
    width: 250px;
    height: 510px;
    top: 33px;
  }
}

.fv__image-food {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 140px;
}
@media screen and (min-width: 1024px) {
  .fv__image-food {
    width: 210px;
    height: 332px;
    bottom: 40px;
    left: 0;
  }
}

.fv__image-cat-black {
  position: absolute;
  bottom: 58px;
  right: 0;
  width: 62px;
  height: 69px;
}
@media screen and (min-width: 1024px) {
  .fv__image-cat-black {
    width: 170px;
    height: 190px;
    right: 63px;
    bottom: 104px;
  }
}

.fv__image-cat-brown {
  position: absolute;
  bottom: 0;
  right: 9px;
  width: 98px;
  height: 72px;
}
@media screen and (min-width: 1024px) {
  .fv__image-cat-brown {
    width: 233px;
    height: 174px;
    right: 0;
    bottom: 0;
  }
}

.fv-button {
  position: absolute;
  top: 325px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 4px 22px 6px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (min-width: 1024px) {
  .fv-button {
    top: 315px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 4px 24px 6px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
  }
}

.about {
  margin-top: 66px;
  padding-top: 31px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .about {
    margin-top: 100px;
    padding-top: 80px;
  }
}

.about__background-image {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}

.about-background__image-footprints {
  background-image: url(../img/img-footprints-1.png);
  width: 54px;
  height: 120px;
  top: 20px;
  right: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-background__image-footprints {
    width: 75px;
    height: 165px;
    top: 0px;
    right: calc(50% - 350px);
  }
}
@media screen and (min-width: 1024px) {
  .about-background__image-footprints {
    width: 100px;
    height: 220px;
    top: 0px;
    right: calc(50% - 590px);
  }
}

.about-background__image-photo-right {
  background-image: url(../img/about/about-photo-right.png);
  width: 200px;
  height: 200px;
  top: 305px;
  right: calc(50% - 325px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-background__image-photo-right {
    background-image: url(../img/about/about-photo-R-pc.png);
    width: 300px;
    height: 300px;
    top: 200px;
    right: calc(50% - 530px);
  }
}
@media screen and (min-width: 1024px) {
  .about-background__image-photo-right {
    background-image: url(../img/about/about-photo-R-pc.png);
    width: 480px;
    height: 480px;
    top: 150px;
    right: calc(50% - 1040px);
  }
}

.about-background__image-photo-left {
  background-image: url(../img/about/about-photo-left.png);
  width: 200px;
  height: 200px;
  top: 425px;
  left: calc(50% - 327px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-background__image-photo-left {
    background-image: url(../img/about/about-photo-L-pc.png);
    width: 300px;
    height: 300px;
    top: 300px;
    left: calc(50% - 520px);
  }
}
@media screen and (min-width: 1024px) {
  .about-background__image-photo-left {
    background-image: url(../img/about/about-photo-L-pc.png);
    width: 480px;
    height: 480px;
    top: 150px;
    left: calc(50% - 1095px);
  }
}

.about-background__image-goods-1 {
  background-image: url(../img/about/about-goods-1.png);
  width: 48px;
  height: 48px;
  top: 750px;
  right: calc(50% - 165px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-background__image-goods-1 {
    width: 70px;
    height: 70px;
    top: 685px;
    right: calc(50% - 350px);
  }
}
@media screen and (min-width: 1024px) {
  .about-background__image-goods-1 {
    width: 101px;
    height: 100px;
    top: 685px;
    right: calc(50% - 610px);
  }
}

.about-background__image-goods-2 {
  background-image: url(../img/about/about-goods-2.png);
  width: 133px;
  height: 65px;
  top: 795px;
  right: calc(50% - 130px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-background__image-goods-2 {
    width: 160px;
    height: 80px;
    top: 770px;
    right: calc(50% - 400px);
  }
}
@media screen and (min-width: 1024px) {
  .about-background__image-goods-2 {
    width: 308px;
    height: 151px;
    top: 840px;
    right: calc(50% - 680px);
  }
}

.about-background__image-photo-slope {
  background-image: url(../img/about/about-photo-slope.png);
  width: 128px;
  height: 218px;
  bottom: 60px;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-background__image-photo-slope {
    background-image: url(../img/about/about-photo-slope-pc.png);
    width: 350px;
    height: 550px;
    bottom: 150px;
    left: -90px;
  }
}
@media screen and (min-width: 1024px) {
  .about-background__image-photo-slope {
    background-image: url(../img/about/about-photo-slope-pc.png);
    width: 427px;
    height: 817px;
    bottom: 150px;
    left: -103px;
  }
}

@media screen and (min-width: 1024px) {
  .about-background__image-pattern {
    background-image: url(../img/about/about-bg-pattern.png);
    width: 250px;
    height: 250px;
    top: 60px;
    left: -20px;
    z-index: -10;
  }
}

@media screen and (min-width: 1024px) {
  .about-background__image-waveline1 {
    background-image: url(../img/about/about-bg-wavyline.png);
    width: 807px;
    height: 12px;
    bottom: 670px;
    right: -565px;
    z-index: -10;
  }
}

@media screen and (min-width: 1024px) {
  .about-background__image-waveline2 {
    background-image: url(../img/about/about-bg-wavyline.png);
    width: 807px;
    height: 12px;
    bottom: 640px;
    right: -500px;
    z-index: -10;
  }
}

.about__inner {
  text-align: center;
}

.about__contents {
  border-radius: 24px;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 500px;
  margin: 0 auto;
  background-image: url(../img/about/about-title-img-left.png), url(../img/about/about-title-img-right.png);
  background-repeat: no-repeat;
  background-size: 89px 70px;
  background-position: left 32px top 32px, right 19.78px top 30px;
}
@media screen and (min-width: 1024px) {
  .about__contents {
    max-width: 848px;
    margin: 0 auto;
    padding-inline: 114px;
  }
}
@media screen and (min-width: 1024px) {
  .about__contents {
    background-size: 150px 120px;
    background-position: left 85px top 40px, right 84px top 47px;
  }
}

.about__texts {
  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;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .about__texts {
    margin-top: 35px;
  }
}

.about__text-1 {
  color: #4a3636;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .about__text-1 {
    font-size: 16px;
  }
}

.about__text-2 {
  color: #4a3636;
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1024px) {
  .about__text-2 {
    font-size: 16px;
    margin-top: 37px;
  }
}

/*行間*/
.loose-line {
  display: block;
  line-height: 2;
}

.about__text-3 {
  color: #4a3636;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-bottom: 2px dashed #9ed0e0;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .about__text-3 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.button__about {
  color: #4a3636;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .button__about {
    font-size: 20px;
    padding: 11px 40px 11px 40px;
  }
}

.about__img-arrow {
  width: 100px;
  height: 36px;
}
@media screen and (min-width: 1024px) {
  .about__img-arrow {
    width: 140px;
    height: 50px;
  }
}

.about__image-onomichi {
  display: block;
  text-align: center;
  margin-top: 100px;
}
@media screen and (min-width: 1024px) {
  .about__image-onomichi {
    margin-top: 116px;
  }
}
.about__image-onomichi img {
  width: 355px;
}
@media screen and (min-width: 1024px) {
  .about__image-onomichi img {
    width: 890px;
    height: 97px;
  }
}

.swiper {
  width: 100%;
  overflow: hidden;
}

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

.swiper-slide {
  width: 100px !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .swiper-slide {
    width: 200px !important;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-slide {
    width: 200px !important;
  }
}
.swiper-slide img {
  width: 100px;
  height: 100px;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .swiper-slide img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-slide img {
    width: 200px;
    height: 200px;
  }
}

.how {
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how {
    padding-top: 57px;
    padding-bottom: 0;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .how {
    padding-top: 57px;
    padding-bottom: 0;
    margin-top: 60px;
  }
}
.how .how__background-image {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}
.how .how-background__image-1 {
  background-image: url(../img/how/how-map.png);
  width: 149px;
  height: 223px;
  top: 30px;
  left: calc(50% - 188px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how .how-background__image-1 {
    width: 300px;
    height: 500px;
    top: -1px;
    left: calc(50% - 500px);
  }
}
@media screen and (min-width: 1024px) {
  .how .how-background__image-1 {
    width: 460px;
    height: 689px;
    top: -1px;
    left: calc(50% - 720px);
  }
}
.how .how-background__image-2 {
  background-image: url(../img/how/how-cat-tabby.png);
  width: 105px;
  height: 63px;
  top: 30px;
  right: calc(50% - 162px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how .how-background__image-2 {
    width: 238px;
    height: 141px;
    top: 30px;
    right: calc(50% - 400px);
  }
}
@media screen and (min-width: 1024px) {
  .how .how-background__image-2 {
    width: 238px;
    height: 141px;
    top: 30px;
    right: calc(50% - 525px);
  }
}
.how .how-background__image-3 {
  background-image: url(../img/how/how-cat-gray.png);
  width: 94px;
  height: 80px;
  top: 35px;
  right: calc(50% - 218px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how .how-background__image-3 {
    width: 214px;
    height: 181px;
    top: 40px;
    right: calc(50% - 500px);
  }
}
@media screen and (min-width: 1024px) {
  .how .how-background__image-3 {
    width: 214px;
    height: 181px;
    top: 40px;
    right: calc(50% - 650px);
  }
}
.how .how-background__image-4 {
  background-image: url(../img/img-footprints-2.png);
  width: 55px;
  height: 120px;
  top: 105px;
  right: calc(50% - 168px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how .how-background__image-4 {
    width: 100px;
    height: 220px;
    top: 205px;
    right: calc(50% - 720px);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (min-width: 1024px) {
  .how .how-background__image-4 {
    width: 100px;
    height: 220px;
    top: 205px;
    right: calc(50% - 720px);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.how .how-background__image-5 {
  background-image: url(../img/img-footprints-2.png);
  width: 55px;
  height: 120px;
  top: 580px;
  left: calc(50% - 168px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how .how-background__image-5 {
    width: 100px;
    height: 220px;
    top: 635px;
    left: calc(50% - 720px);
  }
}
@media screen and (min-width: 1024px) {
  .how .how-background__image-5 {
    width: 100px;
    height: 220px;
    top: 635px;
    left: calc(50% - 720px);
  }
}
.how .how-background__image-6 {
  background-image: url(../img/img-footprints-1.png);
  width: 55px;
  height: 120px;
  top: 910px;
  right: calc(50% - 168px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how .how-background__image-6 {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .how .how-background__image-6 {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how .how-background__image-7 {
    background-image: url(../img/how/how-wave-pc.png);
    width: 80px;
    height: 20px;
    top: 400px;
    left: calc(50% - 190px);
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .how .how-background__image-7 {
    background-image: url(../img/how/how-wave-pc.png);
    width: 113px;
    height: 24px;
    top: 445px;
    left: calc(50% - 255px);
    z-index: 10;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how .how-background__image-8 {
    background-image: url(../img/how/how-wave-pc.png);
    width: 80px;
    height: 20px;
    top: 400px;
    right: calc(50% - 190px);
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .how .how-background__image-8 {
    background-image: url(../img/how/how-wave-pc.png);
    width: 113px;
    height: 24px;
    top: 445px;
    right: calc(50% - 216px);
    z-index: 10;
  }
}

.how__inner {
  text-align: center;
}

.how__cards {
  margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .how__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
    margin-top: 40px;
  }
}

.how__card {
  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: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how__card {
    width: 320px;
    gap: 0;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .how__card {
    width: 320px;
    gap: 0;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how__card--down {
    margin-top: 68px;
  }
}
@media screen and (min-width: 1024px) {
  .how__card--down {
    margin-top: 68px;
  }
}

.how__card-image img {
  width: 196px;
  height: 210px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how__card-image img {
    width: 280px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .how__card-image img {
    width: 280px;
    height: auto;
  }
}

.how__card-title {
  color: #4a3636;
  text-align: center;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how__card-title {
    font-size: 20px;
    margin-top: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .how__card-title {
    font-size: 20px;
    margin-top: 27px;
  }
}

.how__card-text {
  color: #4a3636;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how__card-text {
    font-size: 16px;
    margin-top: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .how__card-text {
    font-size: 16px;
    margin-top: 18px;
  }
}

.how__card-instagram {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 12px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how__card-instagram {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .how__card-instagram {
    margin-top: 16px;
  }
}
.how__card-instagram img {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how__card-instagram img {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .how__card-instagram img {
    width: 24px;
    height: 24px;
  }
}
.how__card-instagram p {
  color: #4a3636;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how__card-instagram p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .how__card-instagram p {
    font-size: 16px;
  }
}

.how__wave {
  display: block;
  text-align: center;
}
.how__wave img {
  width: 7px;
  height: 34px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how__wave {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .how__wave {
    display: none;
  }
}

.how__button {
  color: #4a3636;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how__button {
    font-size: 20px;
    margin-top: 40px;
    letter-spacing: 0.1px;
    padding: 10px 40px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .how__button {
    font-size: 20px;
    margin-top: 40px;
    letter-spacing: 0.1px;
    padding: 10px 40px;
    margin-bottom: 10px;
  }
}

.prizes {
  padding-top: 15px;
  text-align: center;
  position: relative;
  max-width: 375px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes {
    margin-top: 115px;
    padding-top: 65px;
    max-width: 1024px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes {
    margin-top: 115px;
    padding-top: 65px;
    max-width: 1024px;
  }
}

.prizes__background-image {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}

.prizes-background__image-center {
  background-image: url(../img/prizes/prizes-headdesign-sp.png);
  width: 237.6px;
  height: 83px;
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes-background__image-center {
    background-image: url(../img/prizes/prizes-headdesign-pc.png);
    width: 365.624px;
    height: 148.967px;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .prizes-background__image-center {
    background-image: url(../img/prizes/prizes-headdesign-pc.png);
    width: 365.624px;
    height: 148.967px;
    top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes-background__image-left {
    background-image: url(../img/prizes/prizes-headpattern-left.png);
    width: 315px;
    height: 86px;
    top: 30px;
    left: 0;
    z-index: -10;
  }
}
@media screen and (min-width: 1024px) {
  .prizes-background__image-left {
    background-image: url(../img/prizes/prizes-headpattern-left.png);
    width: 315px;
    height: 86px;
    top: 30px;
    left: 0;
    z-index: -10;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes-background__image-right {
    background-image: url(../img/prizes/prizes-headpattern-right.png);
    width: 315px;
    height: 86px;
    top: 30px;
    right: 0;
    z-index: -10;
  }
}
@media screen and (min-width: 1024px) {
  .prizes-background__image-right {
    background-image: url(../img/prizes/prizes-headpattern-right.png);
    width: 315px;
    height: 86px;
    top: 30px;
    right: 0;
    z-index: -10;
  }
}
.prizes__inner {
  padding-bottom: 35px;
  background-color: #fff;
  border-radius: 24px;
  margin-top: 83px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes__inner {
    padding-left: 56px;
    padding-right: 56px;
    padding-bottom: 53px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes__inner {
    padding-left: 56px;
    padding-right: 56px;
    padding-bottom: 53px;
  }
}

.prizes__title {
  position: absolute;
  top: 38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes__title {
    top: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes__title {
    top: 28px;
  }
}

.prizes__text {
  padding-top: 60px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes__text {
    padding-top: 65px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes__text {
    padding-top: 65px;
  }
}
.prizes__text p {
  color: #4a3636;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes__text p {
    font-size: 16px;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes__text p {
    font-size: 16px;
    padding-bottom: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes__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: 58px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes__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: 58px;
  }
}

.prizes__box {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prizes__box--center {
  grid-column: 1/-1;
  justify-self: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes__box--center {
    grid-column: auto;
    justify-self: auto;
  }
}
@media screen and (min-width: 1024px) {
  .prizes__box--center {
    grid-column: auto;
    justify-self: auto;
  }
}
.prizes__box:hover .prizes-box-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.prizes__box-row1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes__box-row1 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes__box-row1 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}

.prizes__box-row2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 15px;
  place-items: center;
  margin-top: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes__box-row2 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .prizes__box-row2 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    margin-top: 0;
  }
}

.prizes__box-head {
  display: block;
  text-align: center;
  top: 20px;
  position: absolute;
  z-index: 1;
  top: 0;
}
.prizes__box-head img {
  width: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes__box-head--big {
    top: -20px;
  }
  .prizes__box-head--big img {
    width: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes__box-head--big {
    top: -20px;
  }
  .prizes__box-head--big img {
    width: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes__box-head--small {
    top: -20px;
  }
  .prizes__box-head--small img {
    width: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes__box-head--small {
    top: -20px;
  }
  .prizes__box-head--small img {
    width: 80px;
  }
}

.prizes-box__body {
  margin-top: 24px;
  width: 160px;
  border-radius: 8px;
  background-color: #f5f5f5;
  position: relative;
  border: none;
  border-radius: 8px;
  -webkit-transition: outline 0.2s;
  transition: outline 0.2s;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes-box__body {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .prizes-box__body {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes-box__body--big {
    margin-top: 30px;
    border-radius: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes-box__body--big {
    margin-top: 30px;
    border-radius: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes-box__body--small {
    margin-top: 20px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes-box__body--small {
    margin-top: 20px;
    border-radius: 16px;
  }
}
.prizes-box__body:hover {
  outline: 3px solid #9ed0e0;
  outline-offset: 0px;
  cursor: pointer;
}
.prizes-box__body:hover .prizes-zoom-bg {
  background-color: #9ed0e0;
}

.prizes-box-image {
  display: block;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes-box-image--big {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes-box-image--big {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes-box-image--small {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes-box-image--small {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}
.prizes-box-image img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.prizes-box-text {
  height: 56px;
  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;
}
.prizes-box-text p {
  color: #4a3636;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes-box-text--big {
    height: 120px;
  }
  .prizes-box-text--big p {
    color: #4a3636;
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes-box-text--big {
    height: 120px;
  }
  .prizes-box-text--big p {
    color: #4a3636;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes-box-text--small {
    height: 81px;
  }
  .prizes-box-text--small p {
    color: #4a3636;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes-box-text--small {
    height: 81px;
  }
  .prizes-box-text--small p {
    color: #4a3636;
    font-size: 16px;
  }
}

.prizes-zoom-bg {
  position: absolute;
  width: 36px;
  height: 36px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #67b0c7;
  border-bottom-right-radius: 8px;
  bottom: 0;
  right: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes-zoom-bg--big {
    width: 100px;
    height: 100px;
    border-bottom-right-radius: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes-zoom-bg--big {
    width: 100px;
    height: 100px;
    border-bottom-right-radius: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes-zoom-bg--small {
    width: 67px;
    height: 67px;
    border-bottom-right-radius: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes-zoom-bg--small {
    width: 67px;
    height: 67px;
    border-bottom-right-radius: 16px;
  }
}

.prizes-zoom-icon {
  position: absolute;
  bottom: 0px;
  right: 5.22px;
}
.prizes-zoom-icon img {
  width: 11.52px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes-zoom-icon--big {
    right: 12px;
    bottom: 15px;
  }
  .prizes-zoom-icon--big img {
    width: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes-zoom-icon--big {
    right: 12px;
    bottom: 15px;
  }
  .prizes-zoom-icon--big img {
    width: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes-zoom-icon--small {
    right: 7px;
    bottom: 10px;
  }
  .prizes-zoom-icon--small img {
    width: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes-zoom-icon--small {
    right: 7px;
    bottom: 10px;
  }
  .prizes-zoom-icon--small img {
    width: 22px;
  }
}

.prizes__button {
  margin-top: 16px;
  color: #4a3636;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  padding: 6px 24px 5px 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes__button {
    margin-top: 35px;
    font-size: 20px;
    padding: 11px 40px 11px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes__button {
    margin-top: 35px;
    font-size: 20px;
    padding: 11px 40px 11px 40px;
  }
}

.prizes__background-picture {
  width: 100%;
  height: 216px;
  position: relative;
  z-index: -10;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes__background-picture {
    height: 620px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes__background-picture {
    height: 620px;
  }
}

.prizes-background__picture-1 {
  position: absolute;
  background-image: url(../img/bg-pic-1.jpg);
  width: 100%;
  height: 260px;
  top: -44px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes-background__picture-1 {
    width: 100%;
    height: 640px;
    top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes-background__picture-1 {
    width: 100%;
    height: 640px;
    top: 0px;
  }
}

.prizes-background__wave-up {
  position: absolute;
  background-image: url(../img/wave-up-sp.png);
  width: 100%;
  height: 45.714px;
  bottom: -1px;
  left: 0;
  background-repeat: repeat-x;
  background-size: 96px 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes-background__wave-up {
    background-image: url(../img/wave-up-pc.png);
    width: 100%;
    height: 120px;
    bottom: -20px;
    left: 0;
    background-repeat: repeat-x;
    background-size: 252px 100%;
  }
}
@media screen and (min-width: 1024px) {
  .prizes-background__wave-up {
    background-image: url(../img/wave-up-pc.png);
    width: 100%;
    height: 120px;
    bottom: -20px;
    left: 0;
    background-repeat: repeat-x;
    background-size: 252px 100%;
  }
}

.spots {
  background-color: #67b0c7;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spots {
    padding-bottom: 0;
    padding-top: 20px;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .spots {
    padding-bottom: 0;
    padding-top: 20px;
    position: relative;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spots__bg-image {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
  }
}
@media screen and (min-width: 1024px) {
  .spots__bg-image {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spots__bg-image {
    background-image: url(../img/img-footprints-1.png);
    width: 100px;
    height: 220px;
    bottom: 0px;
    left: calc(50% - 720px);
  }
}
@media screen and (min-width: 1024px) {
  .spots__bg-image {
    background-image: url(../img/img-footprints-1.png);
    width: 100px;
    height: 220px;
    bottom: 0px;
    left: calc(50% - 720px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spots__inner {
    padding-left: calc(50% - 532px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .spots__inner {
    padding-left: calc(50% - 532px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}

.spots__title {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spots__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .spots__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 16px;
  }
}

.spots__title-icon img {
  width: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spots__title-icon img {
    width: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .spots__title-icon img {
    width: 56px;
  }
}

.spots__title-text {
  color: #fff;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spots__title-text {
    font-size: 40px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; /* 右→左に縦書き */
    text-orientation: upright; /* 縦組みで文字を直立させる */
    letter-spacing: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .spots__title-text {
    font-size: 40px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; /* 右→左に縦書き */
    text-orientation: upright; /* 縦組みで文字を直立させる */
    letter-spacing: 10px;
  }
}

.Swiper-spots {
  width: 100%;
  padding-left: 100px;
}

.spots__inner {
  position: relative;
}

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

.swiper-slide-spots {
  width: 240px !important;
  height: 402.2px !important;
  border-radius: 12px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .swiper-slide-spots {
    width: 344px !important;
    height: 542px !important;
    border-radius: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-slide-spots {
    width: 344px !important;
    height: 542px !important;
    border-radius: 24px;
  }
}
.swiper-slide-spots img {
  width: 100%;
  height: 180px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .swiper-slide-spots img {
    height: 240px;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-slide-spots img {
    height: 240px;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
  }
}

.spots-card__about {
  margin-right: 24px;
  margin-left: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spots-card__about {
    margin-right: 32px;
    margin-left: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .spots-card__about {
    margin-right: 32px;
    margin-left: 32px;
  }
}

.spots-card__title {
  color: #4a3636;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spots-card__title {
    font-size: 20px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .spots-card__title {
    font-size: 20px;
    margin-top: 24px;
  }
}

.spots-card__text {
  color: #4a3636;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spots-card__text {
    font-size: 16px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .spots-card__text {
    font-size: 16px;
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spots__prev,
  .spots__next {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .spots__prev,
  .spots__next {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    z-index: 10;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spots__prev {
    background-image: url(../img/spots/spots-icon-prev.png);
    top: 486px;
    left: calc(50% - 320px);
  }
}
@media screen and (min-width: 1024px) {
  .spots__prev {
    background-image: url(../img/spots/spots-icon-prev.png);
    top: 486px;
    left: calc(50% - 470px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spots__next {
    background-image: url(../img/spots/spots-icon-next.png);
    top: 486px;
    right: calc(50% - 320px);
  }
}
@media screen and (min-width: 1024px) {
  .spots__next {
    background-image: url(../img/spots/spots-icon-next.png);
    top: 486px;
    right: calc(50% - 470px);
  }
}

@media screen and (min-width: 1024px) {
  .spots__inner-down {
    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: 81px;
    margin-top: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.spots__logo {
  text-align: center;
}
.spots__logo img {
  width: 255px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spots__logo img {
    margin-top: 20px;
    width: 390px;
  }
}
@media screen and (min-width: 1024px) {
  .spots__logo img {
    width: 495px;
  }
}

.spots__text {
  color: #fff;
  text-align: center;
  font-size: 11.444px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spots__text {
    font-size: 16px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .spots__text {
    font-size: 16px;
    margin-top: 0;
  }
}

.spots__button {
  color: #4a3636;
  font-size: 15px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.7px;
  margin-top: 23px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spots__button {
    font-size: 20px;
    padding: 10px 40px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .spots__button {
    font-size: 20px;
    padding: 10px 40px;
    letter-spacing: 0px;
  }
}

.spots__backgrounds {
  width: 100%;
  height: 45.714px;
  position: relative;
  z-index: -10;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spots__backgrounds {
    height: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .spots__backgrounds {
    height: 120px;
  }
}

.spots-background__wave-down {
  position: absolute;
  background-image: url(../img/wave-down-sp-trimmed.png);
  width: 100%;
  height: 45px;
  top: -0.5px;
  left: -1px;
  background-repeat: repeat-x;
  background-size: 96px 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spots-background__wave-down {
    background-image: url(../img/wave-down-pc.png);
    width: 100%;
    height: 120px;
    top: -0.5px;
    left: -1px;
    background-repeat: repeat-x;
    background-size: 252px 100%;
  }
}
@media screen and (min-width: 1024px) {
  .spots-background__wave-down {
    background-image: url(../img/wave-down-pc.png);
    width: 100%;
    height: 120px;
    top: -0.5px;
    left: -1px;
    background-repeat: repeat-x;
    background-size: 252px 100%;
  }
}

.qa {
  padding-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .qa {
    padding-top: 125px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .qa {
    padding-top: 125px;
    padding-bottom: 0;
  }
}

.qa__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qa__contents {
  width: 335px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .qa__contents {
    width: 1024px;
  }
}
@media screen and (min-width: 1024px) {
  .qa__contents {
    width: 1024px;
  }
}

.qa__boxes {
  margin-top: 25px;
  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: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .qa__boxes {
    margin-top: 43px;
    width: 100%;
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .qa__boxes {
    margin-top: 43px;
    width: 100%;
    gap: 24px;
  }
}

.qa__box {
  width: 100%;
}

.qa-box {
  border-radius: 12px;
  border: 2px solid #4a3636;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .qa-box {
    border-radius: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .qa-box {
    border-radius: 16px;
  }
}
.qa-box.is-open .qa-box__head-open {
  background-image: url(../img/Q&A/qa-icon-close.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .qa-box.is-open .qa-box__head-open {
    width: 48px;
    height: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .qa-box.is-open .qa-box__head-open {
    width: 48px;
    height: 48px;
  }
}

.qa-box__head {
  background-color: #fff;
  padding: 10px 16px;
  border-radius: 12px;
  width: 100%;
  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;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .qa-box__head {
    padding: 24px;
    border-radius: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 16px;
    height: 88px;
  }
}
@media screen and (min-width: 1024px) {
  .qa-box__head {
    padding: 24px;
    border-radius: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 16px;
    height: 88px;
  }
}

.qa-box__head-icon {
  color: #9ed0e0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .qa-box__head-icon {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .qa-box__head-icon {
    font-size: 32px;
  }
}

.qa-box__head-text {
  color: #4a3636;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  line-height: 160%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .qa-box__head-text {
    font-size: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .qa-box__head-text {
    font-size: 20px;
    width: 100%;
  }
}

.qa-box__head-open {
  background-image: url(../img/Q&A/qa-icon-open.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .qa-box__head-open {
    width: 48px;
    height: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .qa-box__head-open {
    width: 48px;
    height: 48px;
  }
}

.qa-box__body {
  background-color: #f5f5f5;
  padding: 14px 16px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .qa-box__body {
    padding: 24px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .qa-box__body {
    padding: 24px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
}

.qa-box__a {
  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: 768px) and (max-width: 1023px) {
  .qa-box__a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (min-width: 1024px) {
  .qa-box__a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

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

.qa-box__a-text {
  color: #4a3636;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-left: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .qa-box__a-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .qa-box__a-text {
    font-size: 16px;
  }
}

.entry {
  padding-top: 31px;
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .entry {
    padding-top: 120px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .entry {
    padding-top: 120px;
    padding-bottom: 0;
  }
}

.entry__contents {
  border: 8px solid #fff;
  background: #f5fbfb;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .entry__contents {
    padding-top: 32px;
    padding-bottom: 20px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .entry__contents {
    padding-top: 32px;
    padding-bottom: 20px;
    padding-left: 48px;
    padding-right: 48px;
  }
}

.entry__title {
  margin-top: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .entry__title {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .entry__title {
    margin-top: 0;
  }
}

.entry__wrapper {
  padding-inline: 15.5px;
  margin-top: 10px;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .entry__wrapper {
    padding: 0;
    margin-top: 31px;
  }
}
@media screen and (min-width: 1024px) {
  .entry__wrapper {
    padding: 0;
    margin-top: 31px;
  }
}

.entry__box {
  padding-top: 12px;
  padding-bottom: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .entry__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .entry__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 0;
  }
}
.entry__box + .entry__box {
  border-top: 1px solid #ccc;
}

.entry__requirements-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .entry__requirements-title {
    width: 230px;
    padding-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .entry__requirements-title {
    width: 230px;
    padding-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.entry__requirements-title img {
  width: 8px;
  height: 8px;
}
.entry__requirements-title p {
  color: #4a3636;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .entry__requirements-title p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .entry__requirements-title p {
    font-size: 16px;
  }
}

.entry__requirements-text p {
  color: #4a3636;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .entry__requirements-text p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .entry__requirements-text p {
    font-size: 16px;
  }
}

.entry__requirements-list {
  color: #4a3636;
  font-size: 12px;
  font-weight: 400;
  line-height: 159%;
  padding-left: 23px;
  position: relative;
  padding-left: 9px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .entry__requirements-list {
    font-size: 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: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .entry__requirements-list {
    font-size: 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: 1px;
  }
}

.entry__requirements-list-text {
  position: relative;
  padding-left: 9px;
  line-height: 158%;
}
.entry__requirements-list-text::before {
  content: "•"; /* 小さな黒丸を手動で出す */
  font-size: 10px; /* 小ささを調整（ここがサイズ） */
  color: #000; /* 色の指定 */
  position: absolute;
  left: -2px;
  top: 1px; /* テキストの位置に合わせて調整 */
}

.entry__bottom-image img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .entry__bottom-image img {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .entry__bottom-image img {
    margin-top: 120px;
  }
}

.contact {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact__box {
    max-width: 848px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .contact__box {
    max-width: 848px;
    margin: 0 auto;
  }
}

.contact__title-text {
  color: #4a3636;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 22px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact__title-text {
    font-size: 16px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .contact__title-text {
    font-size: 16px;
    margin-top: 32px;
  }
}

.contact__form {
  margin-top: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact__form {
    max-width: 848px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .contact__form {
    max-width: 848px;
    margin-top: 40px;
  }
}

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact__fields {
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .contact__fields {
    gap: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-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: 1024px) {
  .contact__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-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) and (max-width: 1023px) {
  .contact__field--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (min-width: 1024px) {
  .contact__field--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  height: 27px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-field__head {
    width: 220px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .form-field__head {
    width: 220px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.form-field__label {
  color: #4a3636;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-field__label {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .form-field__label {
    font-size: 16px;
  }
}
.form-field__label.is-error {
  color: #ce2073;
}

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

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

.form-text {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 8px;
  background: #f5f5f5;
  color: #4a3636;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .form-text {
    font-size: 16px;
  }
}
.form-text::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.form-text::-moz-placeholder {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.form-text:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.form-text::-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.form-text::placeholder {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.form-text:focus {
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
}
.form-text.is-error {
  border: 2px solid #ce2073 !important;
  background: #fff0f7 !important;
}

.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 100%;
  background-color: #9ed0e0;
  pointer-events: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url(../img/contact/select-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 5;
  pointer-events: none;
}

.form-select {
  width: 100%;
  height: 56px;
  padding: 16px;
  padding-right: 60px;
  border: none;
  border-radius: 8px;
  background: #f5f5f5;
  color: #4a3636;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-select {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .form-select {
    font-size: 16px;
  }
}
.form-select.is-error {
  border: 2px solid #ce2073 !important;
  background: #fff0f7 !important;
}

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

.form-radio__input {
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio__input:checked + .form-radio__text::after {
  opacity: 1;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-radio__input:focus + .form-radio__text::before {
    border: 1px solid #9ed0e0;
  }
  .form-radio__input + .form-radio__text:hover::before {
    border: 1px solid #9ed0e0;
  }
}
@media screen and (min-width: 1024px) {
  .form-radio__input:focus + .form-radio__text::before {
    border: 1px solid #9ed0e0;
  }
  .form-radio__input + .form-radio__text:hover::before {
    border: 1px solid #9ed0e0;
  }
}

.form-radio__text {
  color: #4a3636;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  position: relative;
  padding-left: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-radio__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .form-radio__text {
    font-size: 16px;
  }
}
.form-radio__text::before, .form-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.form-radio__text::before {
  width: 24px;
  height: 24px;
  background-color: #f5f5f5;
  border: none;
  left: 0;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-radio__text::after {
  width: 12px;
  height: 12px;
  background: #9ed0e0;
  left: 7px;
  opacity: 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-field__head--message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (min-width: 1024px) {
  .form-field__head--message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.form-textarea {
  width: 100%;
  height: 160px;
  padding: 16px;
  border: none;
  border-radius: 8px;
  background: #f5f5f5;
  color: #4a3636;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-textarea {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .form-textarea {
    font-size: 16px;
  }
}
.form-textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.form-textarea::-moz-placeholder {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.form-textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.form-textarea::-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.form-textarea::placeholder {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.form-textarea:focus {
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
}
.form-textarea.is-error {
  border: 2px solid #ce2073 !important;
  background: #fff0f7 !important;
}

.contact__privacy {
  margin-top: 17px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact__privacy {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .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;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-checkbox__input:focus + .form-checkbox__text::before {
    border: 1px solid #9ed0e0;
  }
  .form-checkbox__input + .form-checkbox__text:hover::before {
    border: 1px solid #9ed0e0;
  }
}
@media screen and (min-width: 1024px) {
  .form-checkbox__input:focus + .form-checkbox__text::before {
    border: 1px solid #9ed0e0;
  }
  .form-checkbox__input + .form-checkbox__text:hover::before {
    border: 1px solid #9ed0e0;
  }
}

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

.contact__button {
  margin-top: 24px;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact__button {
    font-size: 16px;
    margin-top: 40px;
    padding: 5px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .contact__button {
    font-size: 16px;
    margin-top: 40px;
    padding: 5px 40px;
  }
}

.footer {
  padding-top: 42px;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding-top: 120px;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (min-width: 1024px) {
  .footer__bg-image {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
  }
}
@media screen and (min-width: 1024px) {
  .footer__bg-image {
    background-image: url(../img/img-footprints-1.png);
    width: 100px;
    height: 220px;
    top: 80px;
    right: calc(50% - 680px);
  }
}

.footer__text {
  color: #4a3636;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__text {
    font-size: 24px;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 25px;
}

.footer__sns-icon__youtube img {
  width: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__sns-icon__youtube img {
    width: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__sns-icon__youtube img {
    width: 40px;
  }
}

.footer__sns-icon__instagram img {
  width: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__sns-icon__instagram img {
    width: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__sns-icon__instagram img {
    width: 40px;
  }
}

.footer__sns-icon__twitter img {
  width: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__sns-icon__twitter img {
    width: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__sns-icon__twitter img {
    width: 40px;
  }
}

.footer__logo {
  text-align: center;
  margin-top: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__logo {
    margin-top: 41px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    margin-top: 41px;
  }
}
.footer__logo img {
  width: 328px;
  height: 34px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__logo img {
    width: 755px;
    height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__logo img {
    width: 755px;
    height: 80px;
  }
}

.footer__address {
  border-radius: 16px;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__address {
    width: 700px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .footer__address {
    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;
    height: 400px;
  }
}

.footer__google-map {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  width: 100%;
  height: 271px;
}
@media screen and (min-width: 1024px) {
  .footer__google-map {
    width: 512px;
    height: 400px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .footer__address-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.footer__address-logo {
  text-align: center;
  margin-top: 11px;
}
@media screen and (min-width: 1024px) {
  .footer__address-logo {
    margin-top: 25px;
  }
}
.footer__address-logo img {
  width: 153px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__address-logo img {
    width: 183px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__address-logo img {
    width: 183px;
  }
}

.footer__address-list {
  padding-top: 29px;
  padding-bottom: 28px;
  padding-left: 26px;
  padding-right: 25px;
  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;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .footer__address-list {
    padding-left: 0;
    gap: 13px;
    padding-right: 70px;
    padding-top: 25px;
  }
}

.footer__address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__address-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__address-list-title {
    width: 111px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__address-list-title {
    width: 111px;
  }
}
.footer__address-list-title img {
  width: 8px;
  height: 8px;
}
.footer__address-list-title p {
  color: #4a3636;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__address-list-title p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__address-list-title p {
    font-size: 16px;
  }
}

.footer__address-list-text {
  color: #4a3636;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__address-list-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__address-list-text {
    font-size: 16px;
  }
}

.footer__background {
  width: 100%;
  height: 45.714px;
  position: relative;
  z-index: -10;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__background {
    margin-top: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__background {
    margin-top: 120px;
    height: 120px;
  }
}

.footer-background__wave-up {
  position: absolute;
  background-image: url(../img/wave-up-sp.png);
  width: calc(100% + 5px);
  height: 45.714px;
  bottom: -0.5px;
  left: -5px;
  background-repeat: repeat-x;
  background-size: 96px 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-background__wave-up {
    background-image: url(../img/wave-up-pc.png);
    background-size: 252px 100%;
    background-position: -5px 0;
    height: 120px;
    bottom: -0.5px;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-background__wave-up {
    background-image: url(../img/wave-up-pc.png);
    background-size: 252px 100%;
    background-position: -5px 0;
    height: 120px;
    bottom: -0.5px;
    left: 0;
  }
}

.footer__copyright {
  background-color: #67b0c7;
  padding-bottom: 25px;
  text-align: center;
  display: block;
}
.footer__copyright small {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__copyright small {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__copyright small {
    font-size: 14px;
  }
}

.pagetop {
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}
.pagetop img {
  width: 76px;
  height: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pagetop {
    position: fixed;
    bottom: 100px;
    right: 40px;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .pagetop.is-show {
    opacity: 1;
    visibility: visible;
  }
  .pagetop.is-show img {
    width: 100px;
    height: 104px;
  }
}
@media screen and (min-width: 1024px) {
  .pagetop {
    position: fixed;
    bottom: 100px;
    right: 40px;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .pagetop.is-show {
    opacity: 1;
    visibility: visible;
  }
  .pagetop.is-show img {
    width: 100px;
    height: 104px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
}

.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.modal__card {
  width: 100%;
  max-width: 336px;
  height: 480px;
  border-radius: 24px;
  background: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal__card {
    max-width: 480px;
    height: 650px;
  }
}
@media screen and (min-width: 1024px) {
  .modal__card {
    max-width: 480px;
    height: 650px;
  }
}

.modal__image {
  height: 210px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal__image {
    height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .modal__image {
    height: 300px;
  }
}
.modal__image img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.modal__content {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 39px;
  padding-bottom: 56px;
}

.modal__title {
  color: #4a3636;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.modal-text {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 12px;
}

.modal__close-button {
  margin-top: 19px;
}