html {
  min-width: 375px;
  margin-left: auto;
  margin-right: auto;
}

body {
  font-size: 12px;
  line-height: 1.6;
  background-color: #E9F6F8;
  color: #4a3636;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

.inner {
  padding-left: 20px;
  padding-right: 20px;
}

.heading {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .heading {
    margin-top: 8px;
  }
}

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

.heading__en {
  font-family: "Courgette", "Josefin Sans", sans-serif;
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (min-width: 1024px) {
  .heading__en {
    font-size: 20px;
  }
}

.heading__ja {
  margin-top: 6px;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  border-bottom: 6px solid #FFEE56;
  padding-bottom: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .heading__ja {
    margin-top: 8px;
    font-size: 32px;
    border-bottom: 8px solid #FFEE56;
    padding-bottom: 8px;
  }
}

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

.button {
  width: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 6px 19px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: var(--LP-White, #fff);
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  color: #4a3636;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.button:hover {
  background: #FFEE56;
}
@media screen and (min-width: 1024px) {
  .button {
    font-size: 14px;
    padding: 6px 24px 8px;
  }
}

.text__border-bottom {
  border-bottom: 1px solid #4a3636;
  display: inline;
}
.text__border-bottom:hover {
  color: #9ED0E0;
  border-bottom: 1px solid #9ED0E0;
}

.text__bold {
  font-weight: 700;
}

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

@media screen and (min-width: 1024px) {
  .hidden-lg {
    display: none;
    margin-left: 0.5px;
  }
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header {
  height: 64px;
  padding-block: 18px;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 100;
}
@media screen and (min-width: 1200px) {
  .header {
    padding-block: 14px;
    height: 64px;
  }
}

@media screen and (min-width: 1200px) {
  .header__inner {
    padding-left: 24px;
    padding-right: 25px;
  }
}

.header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

.drawer-icon {
  width: 32px;
  height: 24px;
  position: relative;
}
.drawer-icon:hover {
  opacity: 0.7;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3), .drawer-icon.is-checked .drawer-icon__bar:nth-child(4) {
  top: 9px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(4) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-icon__bar {
  position: absolute;
  width: 32px;
  height: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #4a3636;
  border-radius: 3px;
  -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;
  left: 0;
  width: 25.6px;
}
.drawer-icon__bar:nth-child(2) {
  top: 0px;
  right: 0;
  width: 4.8px;
}
.drawer-icon__bar:nth-child(3) {
  top: 12px;
}
.drawer-icon__bar:nth-child(4) {
  top: 24px;
}

.header__nav {
  width: 100%;
  height: calc(100% - 64px);
  position: fixed;
  text-align: center;
  top: -40px;
  left: 0;
  -webkit-transform: translateY(-125%);
          transform: translateY(-125%);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  background-color: #ffffff;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .header__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: auto;
    height: auto;
  }
}
.header__nav.is-checked {
  padding-block: 59px;
  padding-inline: 20px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  overflow: scroll;
  margin-top: 104px;
}
@media screen and (min-width: 1200px) {
  .header__nav.is-checked {
    padding: 0;
  }
}

.header__nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  list-style-type: none;
  padding-left: 0;
}
@media screen and (min-width: 1200px) {
  .header__nav-lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 13px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -5px;
  }
}

.header__nav-list {
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .header__nav-list {
    font-size: 12px;
  }
}

@media screen and (min-width: 1200px) {
  .header__nav-list {
    display: block;
  }
}

.header__nav-link {
  display: inline-block;
}

.header__nav-link-sp {
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .header__nav-link-sp {
    display: none;
  }
}

.header__nav-link-pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__nav-link-pc {
    display: block;
  }
}

.header__nav-link:hover,
.header__nav-link-sp:hover,
.header__nav-link-pc:hover {
  color: #9ED0E0;
  border-bottom: 1px solid #9ED0E0;
}

.header__button-wrap {
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .header__button-wrap {
    margin-top: -3px;
  }
}

@media screen and (min-width: 1200px) {
  .header__button {
    width: 132px;
    padding: 6px 20px 8px;
  }
}

.main {
  padding-top: 64px;
}

.fv {
  padding-bottom: 156px;
}
@media screen and (min-width: 1024px) {
  .fv {
    padding-bottom: 100px;
  }
}

.fv__image {
  text-align: center;
  background: url(../image/fv-sp.png) no-repeat center center/cover;
  width: 100%;
  height: 553px;
}
@media screen and (min-width: 1024px) {
  .fv__image {
    background: url(../image/fv-pc.png) no-repeat center center/cover;
    height: 736px;
  }
}

.fv__inner {
  position: relative;
  max-width: 336px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .fv__inner {
    max-width: 848px;
  }
}

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

.fv__main-title {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .fv__main-title {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__main-title img {
    width: 520px;
    height: 82px;
    padding-bottom: 0.885px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.fv__sub-title {
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .fv__sub-title {
    margin-top: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__sub-title img {
    width: 356px;
    height: 60px;
    padding: 0.908px 0.156px 0.767px 0.036px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.fv__message {
  position: absolute;
  top: 110%;
  left: 0%;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .fv__message {
    top: 100%;
    right: 63%;
  }
}
@media screen and (min-width: 1024px) {
  .fv__message img {
    width: 244px;
    height: 130px;
  }
}

.fv__present {
  position: absolute;
  top: 106%;
  right: 8%;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .fv__present {
    top: 106%;
    right: 15%;
  }
}
@media screen and (min-width: 1024px) {
  .fv__present img {
    width: 180px;
    height: 180px;
  }
}

.fv__smartphone {
  position: absolute;
  left: 50%;
  top: 164.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .fv__smartphone {
    top: 112%;
  }
}
.fv__smartphone img {
  max-width: none;
}
@media screen and (min-width: 1024px) {
  .fv__smartphone img {
    width: 250px;
    height: 510px;
  }
}

.fv__smartphone-apply {
  background: #ffffff;
  position: absolute;
  z-index: 5;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 160px;
  border-radius: 12.8px;
}
@media screen and (min-width: 1024px) {
  .fv__smartphone-apply {
    width: 200px;
  }
}

.fv__smartphone-apply-title {
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 12.8px;
  font-weight: 700;
  border-radius: 12.8px 12.8px 0 0;
}
@media screen and (min-width: 1024px) {
  .fv__smartphone-apply-title {
    padding: 7px 12px;
    margin-top: -1px;
    font-size: 16px;
  }
}

.fv__smartphone-apply-period {
  margin-top: 12.8px;
  border-bottom: 2.4px solid #CE2073;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .fv__smartphone-apply-period {
    font-size: 14px;
    border-bottom: 3px solid #CE2073;
    margin-top: 16px;
  }
}

.fv__smartphone-apply-date {
  margin-top: 3.2px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .fv__smartphone-apply-date {
    font-size: 16px;
    margin-top: 4px;
  }
}

.fv__smartphone-apply-button-wrap {
  margin-top: 12.8px;
}
@media screen and (min-width: 1024px) {
  .fv__smartphone-apply-button-wrap {
    margin-top: 17px;
  }
}

.fv__smartphone-apply-button {
  margin-bottom: 19.2px;
  font-size: 14px;
  width: 132px;
  height: 32px;
}
@media screen and (min-width: 1024px) {
  .fv__smartphone-apply-button {
    font-size: 16px;
    width: 144px;
    height: 40px;
    padding: 6px 22px 8px;
    margin-bottom: 24px;
  }
}

.fv__food {
  position: absolute;
  bottom: -300%;
  left: 0%;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .fv__food {
    bottom: -200%;
    left: 1%;
  }
}
.fv__food img {
  width: 86px;
  height: 141px;
}
@media screen and (min-width: 1024px) {
  .fv__food img {
    width: 202px;
    height: 332px;
  }
}

.fv__above-cat {
  position: absolute;
  bottom: -267%;
  right: 0%;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .fv__above-cat {
    bottom: -179%;
    right: 7.5%;
  }
}
.fv__above-cat img {
  width: 62px;
  height: 69px;
}
@media screen and (min-width: 1024px) {
  .fv__above-cat img {
    width: 170px;
    height: 190px;
  }
}

.fv__below-cat {
  position: absolute;
  bottom: -301%;
  right: 2.5%;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .fv__below-cat {
    bottom: -217%;
    right: 0%;
  }
}
.fv__below-cat img {
  width: 98px;
  height: 72px;
}
@media screen and (min-width: 1024px) {
  .fv__below-cat img {
    width: 233px;
    height: 174px;
  }
}

.about {
  padding-top: 24px;
  padding-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .about {
    padding-top: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .about {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

#about::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
}

.about__inner {
  position: relative;
  overflow-x: clip;
}
.about__card {
  background: #fff;
  padding: 40px 12px;
  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;
  border-radius: 24px;
  text-align: center;
  z-index: 1;
  position: relative;
  max-width: 335px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about__card {
    max-width: 460px;
  }
}
@media screen and (min-width: 1024px) {
  .about__card {
    max-width: 580px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about__card {
    max-width: 848px;
    margin-top: 80px;
    padding-bottom: 40px;
  }
}

.about__inner-left-image {
  display: none;
}
@media screen and (min-width: 1024px) {
  .about__inner-left-image {
    display: block;
    position: absolute;
    right: calc(50% + 280px);
    top: -20px;
    width: 250px;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .about__inner-left-image {
    display: block;
    position: absolute;
    right: calc(50% + 527px);
    top: -20px;
    width: 250px;
    z-index: -1;
  }
}

.about__inner-right-image {
  position: absolute;
  right: auto;
  left: calc(50% + 134px);
  top: -10px;
  width: 54px;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about__inner-right-image {
    left: calc(50% + 205px);
    top: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .about__inner-right-image {
    right: auto;
    left: calc(50% + 300px);
    top: -65px;
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .about__inner-right-image {
    left: calc(50% + 490px);
    top: -80px;
    width: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .about__inner-right-image img {
    width: 70px;
    height: 154px;
  }
}
@media screen and (min-width: 1200px) {
  .about__inner-right-image img {
    width: 100px;
    height: 220px;
  }
}

.about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
@media screen and (min-width: 1024px) {
  .about__contents {
    gap: 170px;
  }
}

.about__card-left-image {
  position: absolute;
  left: calc(50% - 164px);
  top: 32px;
  width: 146px;
}
@media screen and (min-width: 1024px) {
  .about__card-left-image {
    left: calc(50% - 338px);
    top: 44px;
    width: 146px;
  }
}
@media screen and (min-width: 1200px) {
  .about__card-left-image {
    left: calc(50% - 338px);
    top: 44px;
    width: 146px;
  }
}
.about__card-left-image img {
  width: 88px;
  height: 68px;
}
@media screen and (min-width: 1024px) {
  .about__card-left-image img {
    width: 146px;
    height: 112px;
  }
}

@media screen and (min-width: 1024px) {
  .about__heading {
    margin-top: 0;
  }
}

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

.about__card-right-image {
  position: absolute;
  right: calc(50% - 148px);
  top: 30px;
  width: 87.5px;
}
@media screen and (min-width: 1024px) {
  .about__card-right-image {
    right: calc(50% - 339px);
    top: 47px;
    width: 146px;
  }
}
@media screen and (min-width: 1200px) {
  .about__card-right-image {
    right: calc(50% - 339px);
    top: 50px;
    width: 146px;
  }
}
.about__card-right-image img {
  width: 88px;
  height: 68px;
}
@media screen and (min-width: 1024px) {
  .about__card-right-image img {
    width: 146px;
    height: 112px;
  }
}

@media screen and (min-width: 1024px) {
  .about__heading-en {
    margin-top: 8px;
  }
}

.about__qa {
  margin-top: 23px;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .about__qa {
    margin-top: 32px;
    -webkit-font-feature-settings: "pref" on;
            font-feature-settings: "pref" on;
    font-size: 16px;
  }
}

.about__qa-sp {
  display: inline;
}
@media screen and (min-width: 1024px) {
  .about__qa-sp {
    display: none;
  }
}

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

.about__texts {
  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: 1024px) {
  .about__texts {
    margin-top: 33px;
    gap: 27px;
  }
}

.about__present-text {
  margin-top: 26px;
  padding-block: 6px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px dashed #9ED0E0;
}
@media screen and (min-width: 1024px) {
  .about__present-text {
    margin-top: 32px;
    padding-block: 12px;
    font-size: 20px;
  }
}

.about__button-wrap {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .about__button-wrap {
    margin-top: 30px;
  }
}

.about__button {
  width: 192px;
}
@media screen and (min-width: 1024px) {
  .about__button {
    width: 260px;
    height: 56px;
    font-size: 20px;
    padding: 10px 38px 12px;
  }
}

.about__middle-left-image {
  position: absolute;
  right: calc(50% + 128px);
  top: 394px;
  width: 200px;
  z-index: -1;
  border-radius: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about__middle-left-image {
    right: calc(50% + 179px);
    top: 345px;
    width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .about__middle-left-image {
    right: calc(50% + 350px);
    top: 70px;
    width: 480px;
    border-radius: 40px;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .about__middle-left-image {
    right: calc(50% + 615px);
    top: 74px;
  }
}
.about__middle-left-image img {
  width: 200px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .about__middle-left-image img {
    width: 480px;
  }
}

.about__middle-right-image {
  position: absolute;
  left: calc(50% + 127px);
  top: 271px;
  width: 200px;
  z-index: -1;
  border-radius: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about__middle-right-image {
    left: calc(50% + 180px);
    top: 271px;
  }
}
@media screen and (min-width: 1024px) {
  .about__middle-right-image {
    left: calc(50% + 360px);
    top: 60px;
    width: 480px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about__middle-right-image {
    left: calc(50% + 560px);
    top: 73px;
  }
}
.about__middle-right-image img {
  width: 200px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .about__middle-right-image img {
    width: 480px;
  }
}

.about__wave {
  display: none;
}
@media screen and (min-width: 1024px) {
  .about__wave {
    display: block;
    position: absolute;
    left: calc(50% + 200px);
    bottom: 252px;
    width: 873px;
  }
}
@media screen and (min-width: 1500px) {
  .about__wave {
    left: calc(50% + 449px);
    bottom: 227px;
  }
}
@media screen and (min-width: 1024px) {
  .about__wave img {
    width: 873px;
    height: auto;
  }
}

.about__arrow {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .about__arrow img {
    width: 140px;
    height: 50px;
  }
}

.about__bottom {
  padding-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .about__bottom {
    padding-bottom: 0;
  }
}

.about__bottom-inner {
  position: relative;
}

.about__bottom-left-image {
  position: absolute;
  top: 708px;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about__bottom-left-image {
    top: 515px;
    left: -50px;
  }
}
@media screen and (min-width: 1024px) {
  .about__bottom-left-image {
    left: auto;
    right: calc(50% + 150px);
    top: 300px;
    width: 427px;
  }
}
@media screen and (min-width: 1200px) {
  .about__bottom-left-image {
    right: calc(50% + 432px);
    top: 320px;
  }
}
@media screen and (min-width: 1800px) {
  .about__bottom-left-image {
    width: 550px;
  }
}
.about__bottom-left-image img {
  width: 138px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about__bottom-left-image img {
    width: 200px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .about__bottom-left-image img {
    width: 100%;
  }
}

.about__bottom-center-image {
  position: absolute;
  left: calc(50% - 3px);
  top: 761px;
  width: 133px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about__bottom-center-image {
    left: calc(50% + 90px);
    top: 730px;
    width: 308px;
  }
}
@media screen and (min-width: 1024px) {
  .about__bottom-center-image {
    left: calc(50% + 115px);
    top: 815px;
    width: 308px;
  }
}
@media screen and (min-width: 1200px) {
  .about__bottom-center-image {
    left: calc(50% + 374px);
    top: 757px;
  }
}
.about__bottom-center-image img {
  width: 133px;
  height: 65.003px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about__bottom-center-image img {
    width: 200px;
    height: 98px;
  }
}
@media screen and (min-width: 1024px) {
  .about__bottom-center-image img {
    width: 308px;
    height: 150.604px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.about__bottom-right-image {
  position: absolute;
  right: calc(50% - 166px);
  top: 719px;
  width: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about__bottom-right-image {
    right: calc(50% - 385px);
    top: 690px;
    width: 101px;
  }
}
@media screen and (min-width: 1024px) {
  .about__bottom-right-image {
    right: calc(50% - 405px);
    top: 575px;
    width: 101px;
  }
}
@media screen and (min-width: 1200px) {
  .about__bottom-right-image {
    right: calc(50% - 605px);
    top: 601px;
    width: 101px;
  }
}
.about__bottom-right-image img {
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about__bottom-right-image img {
    width: 80px;
    height: 79.59px;
  }
}
@media screen and (min-width: 1024px) {
  .about__bottom-right-image img {
    width: 101px;
    height: 100.047px;
  }
}

.about__bottom-logo {
  position: absolute;
  top: 71px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  .about__bottom-logo {
    top: 75px;
  }
}
.about__bottom-logo img {
  height: 37.2px;
  max-width: none;
  min-width: 355px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about__bottom-logo img {
    width: 730px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .about__bottom-logo img {
    width: 890px;
    height: auto;
  }
}

.swiper-horizontal {
  padding-top: 108px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .swiper-horizontal {
    padding-top: 165px;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-horizontal {
    padding-top: 166px;
  }
}

.about__slide-image {
  display: block;
  width: 100%;
}

.how-to-enter {
  padding-top: 33px;
  padding-bottom: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .how-to-enter {
    padding-top: 114px;
  }
}

.how-to-enter__inner {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__inner {
    max-width: 1512px;
    margin-left: auto;
    margin-right: auto;
  }
}

.how-to-enter__left-top-map {
  position: absolute;
  left: calc(50% - 188px);
  top: 0px;
  width: 149px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how-to-enter__left-top-map {
    left: calc(50% - 260px);
    top: 6px;
    width: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-enter__left-top-map {
    left: calc(50% - 600px);
    top: -100px;
    width: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__left-top-map {
    left: calc(50% - 720px);
    top: -55px;
    width: 460px;
  }
}
.how-to-enter__left-top-map img {
  width: 149px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how-to-enter__left-top-map img {
    width: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-enter__left-top-map img {
    width: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__left-top-map img {
    width: 460px;
  }
}

.how-to-enter__right-top-cat1 {
  position: absolute;
  right: calc(50% - 163px);
  top: 0px;
  width: 105px;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__right-top-cat1 {
    right: calc(50% - 450px);
    top: -27px;
    width: 238px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__right-top-cat1 {
    right: calc(50% - 523px);
  }
}
@media screen and (min-width: 1024px) {
  .how-to-enter__right-top-cat1 img {
    width: 238px;
    height: 141px;
  }
}

.how-to-enter__right-top-cat2 {
  position: absolute;
  right: calc(50% - 218px);
  top: 5px;
  width: 94px;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__right-top-cat2 {
    right: calc(50% - 580px);
    top: -16px;
    width: 214px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__right-top-cat2 {
    right: calc(50% - 650px);
  }
}
@media screen and (min-width: 1024px) {
  .how-to-enter__right-top-cat2 img {
    width: 214px;
    height: 182px;
  }
}

.how-to-enter__right-top-pawpads {
  position: absolute;
  right: calc(50% - 166px);
  top: 73px;
  width: 55px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how-to-enter__right-top-pawpads {
    right: calc(50% - 230px);
    top: 80px;
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-enter__right-top-pawpads {
    right: -10px;
    top: 150px;
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__right-top-pawpads {
    right: 35px;
    top: 150px;
    width: 101px;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-enter__right-top-pawpads img {
    width: 70px;
    height: 154px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__right-top-pawpads img {
    width: 101px;
    height: 220px;
  }
}

.how-to-enter__left-middle-image {
  position: absolute;
  left: calc(50% - 167px);
  top: 550px;
  width: 55px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how-to-enter__left-middle-image {
    left: calc(50% - 270px);
    top: 520px;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-enter__left-middle-image {
    left: 0px;
    top: 600px;
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__left-middle-image {
    left: 32px;
    top: 582px;
    width: 108px;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-enter__left-middle-image img {
    width: 70px;
    height: 207px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__left-middle-image img {
    width: 108px;
    height: 215px;
  }
}

.how-to-enter__right-middle-image {
  position: absolute;
  right: calc(50% - 167px);
  top: 880px;
  width: 55px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how-to-enter__right-middle-image {
    right: calc(50% - 250px);
    top: 910px;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-enter__right-middle-image {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .how-to-enter__icon {
    width: 40px;
    height: 36px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1024px) {
  .how-to-enter__heading-en {
    margin-top: 20px;
  }
}

.how-to-enter__heading-ja {
  margin-bottom: 31px;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__heading-ja {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .how-to-enter__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.how-to-enter__card {
  text-align: center;
  position: static;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__card.is-type-middle {
    margin-top: 69px;
    margin-left: -17px;
  }
}
.how-to-enter__card.is-type-last {
  margin-top: -3px;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__card.is-type-last {
    margin-top: 0;
    margin-left: -24px;
  }
}

.how-to-enter__card-image {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__card-image img {
    width: 257px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-enter__card-image img {
    width: 280px;
    height: auto;
  }
}

.how-to-enter__card-contents {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__card-contents {
    margin-top: 25px;
  }
}

.how-to-enter__card-title {
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__card-title {
    font-size: 20px;
  }
}

.how-to-enter__card-text {
  font-size: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .how-to-enter__card-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-enter__card-text {
    font-size: 16px;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__card-text {
    width: 320px;
  }
}
.how-to-enter__card-text .text__border-bottom::after {
  left: 0px;
  width: 100%;
}

.how-to-enter__card-link {
  background-color: #fff;
  padding: 8px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.how-to-enter__card-link:hover {
  border: 1px solid #67B0C7;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__card-link {
    padding: 10px 12px;
    gap: 9px;
  }
}

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

.how-to-enter__step-line-first {
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__step-line-first {
    margin-top: 204px;
    margin-left: -66px;
    z-index: 4;
  }
}
.how-to-enter__step-line-first img {
  width: 7px;
  height: 34px;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__step-line-first img {
    width: 113px;
    height: 24px;
  }
}

.how-to-enter__step-line-second {
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__step-line-second {
    margin-top: 204px;
    margin-left: -57px;
    z-index: 4;
  }
}
.how-to-enter__step-line-second img {
  width: 7px;
  height: 34px;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__step-line-second img {
    width: 113px;
    height: 24px;
  }
}

.how-to-enter__button-wrap {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__button-wrap {
    margin-top: 48px;
  }
}

.how-to-enter__card-button {
  width: 334px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__card-button {
    font-size: 20px;
    width: 437px;
    height: 56px;
    padding: 10px 34px 12px;
  }
}

.prizes {
  position: relative;
  margin-top: 100px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .prizes {
    margin-top: 255px;
  }
}

.prizes__deco {
  position: absolute;
  top: -83px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .prizes__deco {
    top: -149px;
  }
}
.prizes__deco img {
  width: 237.6px;
  height: 83px;
  max-width: none;
}
@media screen and (min-width: 1024px) {
  .prizes__deco img {
    width: 389.624px;
    height: 150.967px;
  }
}

.prizes__top-left-bg {
  display: none;
}
@media screen and (min-width: 1200px) {
  .prizes__top-left-bg {
    display: block;
    position: absolute;
    top: -120px;
    left: calc(50% - 510px);
  }
}
@media screen and (min-width: 1200px) {
  .prizes__top-left-bg img {
    width: 315px;
    height: 86px;
  }
}

.prizes__top-right-bg {
  display: none;
}
@media screen and (min-width: 1200px) {
  .prizes__top-right-bg {
    display: block;
    position: absolute;
    top: -120px;
    right: calc(50% - 510px);
  }
}
@media screen and (min-width: 1200px) {
  .prizes__top-right-bg img {
    width: 315px;
    height: 86px;
  }
}

.prizes__inner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 24px;
}
@media screen and (min-width: 1024px) {
  .prizes__inner {
    max-width: 1024px;
    padding-inline: 56px;
  }
}

.prizes__heading {
  position: absolute;
  left: 50%;
  top: -63px;
  -webkit-transform: translate(-50%, 70px);
          transform: translate(-50%, 70px);
}
@media screen and (min-width: 1024px) {
  .prizes__heading {
    top: -126px;
  }
}
.prizes__heading.is-in-view {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.prizes__card-number,
.prizes__card-photo,
.prizes__card-title,
.prizes__card-title-text,
.prizes__card-icon-bg,
.prizes__card-icon {
  display: block;
}

.prizes__text {
  font-size: 12px;
  padding-top: 60px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .prizes__text {
    padding-top: 67px;
    font-size: 16px;
  }
}

.prizes__cards {
  margin-top: 23px;
}
@media screen and (min-width: 1024px) {
  .prizes__cards {
    margin-top: 57px;
  }
}

.prizes__cards-top,
.prizes__cards-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 1024px) {
  .prizes__cards-top,
  .prizes__cards-bottom {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.prizes__cards-bottom {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .prizes__cards-bottom {
    margin-top: 56px;
  }
}

.prizes__card {
  position: relative;
  background-color: #F5F5F5;
  border-radius: 8px;
  margin-top: 24px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: calc(50% - 7.5px);
}
@media screen and (min-width: 1024px) {
  .prizes__card {
    max-width: 440px;
    border-radius: 24px;
  }
  .prizes__card.card-bottom {
    max-width: 280px;
  }
}
.prizes__card:hover {
  outline: 4px solid #9ED0E0;
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  .prizes__card:hover {
    border-radius: 24px;
  }
}
.prizes__card:hover .prizes__card-photo img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
}
.prizes__card:hover .prizes__card-icon-bg path {
  fill: #9ed0e0;
}

.prizes__card-number {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .prizes__card-number.card-bottom img {
    width: 80px;
    height: 80px;
  }
}
.prizes__card-number img {
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 1024px) {
  .prizes__card-number img {
    width: 100px;
    height: 100px;
  }
}

.prizes__card-photo {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 1024px) {
  .prizes__card-photo {
    border-radius: 24px 24px 0 0;
  }
  .prizes__card-photo.card-bottom img {
    height: 240px;
  }
}
.prizes__card-photo img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .prizes__card-photo img {
    height: 340px;
  }
}

.prizes__card-title {
  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;
}
@media screen and (min-width: 1024px) {
  .prizes__card-title {
    height: 120px;
  }
  .prizes__card-title.card-bottom {
    height: 80px;
  }
}

.prizes__card-title-text {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .prizes__card-title-text {
    font-size: 20px;
  }
  .prizes__card-title-text.card-bottom {
    font-size: 16px;
  }
}

.prizes__card-icon-bg {
  position: absolute;
  right: 0px;
  bottom: 1px;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
@media screen and (min-width: 1024px) {
  .prizes__card-icon-bg {
    right: -0.5px;
    bottom: -1px;
  }
}
.prizes__card-icon-bg .prizes__card-icon-bg-size {
  width: 36px;
  height: 36px;
  border-bottom-right-radius: 8px;
}
@media screen and (min-width: 1024px) {
  .prizes__card-icon-bg .prizes__card-icon-bg-size {
    border-bottom-right-radius: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes__card-icon-bg .prizes__card-icon-bg-size {
    width: 100px;
    height: 100px;
  }
  .prizes__card-icon-bg .prizes__card-icon-bg-size.card-bottom {
    width: 64px;
    height: 64px;
    border-bottom-right-radius: 8px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .prizes__card-icon-bg .prizes__card-icon-bg-size.card-bottom {
    border-bottom-right-radius: 24px;
  }
}
.prizes__card-icon-bg path {
  fill: #67b0c7;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.prizes__card-icon {
  position: absolute;
  bottom: 4px;
  right: 5px;
}
@media screen and (min-width: 1024px) {
  .prizes__card-icon {
    bottom: 14px;
    right: 11px;
  }
  .prizes__card-icon.card-bottom {
    bottom: 10px;
    right: 8px;
  }
  .prizes__card-icon.card-bottom img {
    width: 20.48px;
    height: auto;
  }
}
.prizes__card-icon img {
  width: 11.52px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .prizes__card-icon img {
    width: 32px;
  }
}

.prizes__button-wrap {
  margin-top: 18px;
  padding-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  .prizes__button-wrap {
    margin-top: 40px;
    padding-bottom: 53px;
  }
}

.prizes__card-button {
  width: 334px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .prizes__card-button {
    font-size: 20px;
    width: 437px;
    height: 56px;
    padding: 10px 34px 12px;
  }
}

.prizes-modal {
  position: fixed;
  inset: 0;
  width: 336px;
  height: 480px;
  border: none;
  z-index: 11;
  padding: 0;
  padding-bottom: 56px;
  border-radius: 24px;
  overscroll-behavior-y: none;
  overflow: hidden;
}
.prizes-modal::-ms-backdrop {
  background: #000;
  opacity: 0.7;
}
.prizes-modal::backdrop {
  background: #000;
  opacity: 0.7;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prizes-modal {
    width: 400px;
    height: 540px;
    padding-bottom: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes-modal {
    width: 480px;
    height: 650px;
    padding-bottom: 23px;
  }
}

.prizes-modal__body {
  text-align: center;
}
.prizes-modal__body img {
  border-radius: 24px 24px 0 0;
}
@media screen and (min-width: 1024px) {
  .prizes-modal__body img {
    width: 480px;
    height: 300px;
  }
}

.prizes-modal__title {
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 16px;
  font-weight: 700;
  margin-top: 39px;
  padding-inline: 20px;
  color: #4a3636;
}
@media screen and (min-width: 1024px) {
  .prizes-modal__title {
    font-size: 20px;
    padding-inline: 40px;
  }
}

.prizes-modal__text {
  margin-top: 12px;
  padding-inline: 20px;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .prizes-modal__text {
    padding-inline: 40px;
    font-size: 16px;
  }
}

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

@media screen and (min-width: 1024px) {
  .prizes-modal__button {
    font-size: 20px;
  }
}

.prizes__bottom-contents {
  position: relative;
}

.prizes__bottom-photo {
  margin-top: -45px;
  margin-left: -102px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .prizes__bottom-photo {
    margin-left: 0;
    margin-top: -20px;
  }
}
.prizes__bottom-photo img {
  min-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .prizes__bottom-photo img {
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}

.prizes__bottom-wave {
  background-image: url(../image/prizes__bottom-wave-sp.svg);
  background-repeat: repeat-x;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: -35px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .prizes__bottom-wave {
    background: url(../image/prizes__bottom-wave-pc.svg);
    background-repeat: repeat-x;
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 16px;
    left: 0;
  }
}

.spots {
  background: #67B0C7;
  padding-bottom: 50px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .spots__top-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    padding-left: max(50% - 512px);
    margin-top: -20px;
  }
}

.spots__title {
  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: 8px;
  margin-bottom: -13px;
}
@media screen and (min-width: 1024px) {
  .spots__title {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    padding-bottom: 0px;
    gap: 13px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

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

.spots__title-ja {
  color: #ffffff;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
}
@media screen and (min-width: 1024px) {
  .spots__title-ja {
    font-size: 40px;
    letter-spacing: 10px;
  }
}

.swiper {
  width: auto;
}
.swiper .spots-wrapper {
  margin-top: -70px;
}
@media screen and (min-width: 1024px) {
  .swiper .spots-wrapper {
    margin-top: -165px;
  }
}

.swiper-slide .spots-slide {
  aspect-ratio: 5/7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .swiper-slide .spots-slide {
    aspect-ratio: 6/7.2;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-slide .spots-slide {
    aspect-ratio: 6/11.9;
  }
}

.swiper .spots__swiper .swiper-initialized .swiper-horizontal .swiper-backface-hidden {
  margin-top: -36px;
}
@media screen and (min-width: 1024px) {
  .swiper .spots__swiper .swiper-initialized .swiper-horizontal .swiper-backface-hidden {
    margin-bottom: -113px;
  }
}

@media screen and (min-width: 1024px) {
  .swiper-backface-hidden .swiper-slide {
    margin-right: 30px !important;
  }
}

.spots__card {
  background: #ffffff;
  border-radius: 12px;
  height: 100%;
  min-height: 402px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spots__card {
    min-height: 508px;
  }
}
@media screen and (min-width: 1024px) {
  .spots__card {
    border-radius: 24px;
    min-height: 542px;
  }
}

.spots__card-photo img {
  aspect-ratio: 8/5.9;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  width: 100%;
  max-height: 230px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spots__card-photo img {
    aspect-ratio: 11/8;
    width: 100%;
    max-width: 480px;
    max-height: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .spots__card-photo img {
    aspect-ratio: 8.5/5.9;
    border-radius: 24px 24px 0 0;
    max-height: 242px;
  }
}

.spots__card-title {
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
  padding-inline: 24px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .spots__card-title {
    font-size: 20px;
    margin-top: 23px;
  }
}

.spots__card-text {
  margin-top: 17px;
  padding-left: 27px;
  padding-right: 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 1024px) {
  .spots__card-text {
    font-size: 16px;
    margin-top: 25px;
    padding-inline: 31px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  z-index: 10;
}

@media screen and (min-width: 1024px) {
  .swiper-button-prev svg {
    position: absolute;
    top: 0px;
    left: 0;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
  }
  .swiper-button-prev svg:hover {
    left: -10px;
  }
}

.swiper-button-next svg {
  position: absolute;
  top: 0px;
  right: 0;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
.swiper-button-next svg:hover {
  right: -10px;
}

.spots-prev,
.spots-next {
  width: 80px;
  height: 80px;
}
.spots-prev::after,
.spots-next::after {
  display: none;
  z-index: 20;
  position: absolute;
}

.spots-prev {
  display: none;
}
@media screen and (min-width: 1024px) {
  .spots-prev {
    position: absolute;
    display: block;
    top: 67%;
    left: calc(50% - 472px);
  }
}

.spots-next {
  display: none;
}
@media screen and (min-width: 1024px) {
  .spots-next {
    position: absolute;
    display: block;
    top: 67%;
    right: calc(50% - 472px);
  }
}

.spots__pawpads {
  display: none;
}
@media screen and (min-width: 1024px) {
  .spots__pawpads {
    display: block;
    position: absolute;
    top: 497px;
    left: calc(50% - 720px);
  }
}
@media screen and (min-width: 1024px) {
  .spots__pawpads img {
    width: 100px;
    height: 220px;
  }
}

@media screen and (min-width: 1024px) {
  .spots__bottom-contents {
    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: 50px;
    margin-top: 62px;
    max-width: 1024px;
    width: 100%;
    padding-inline: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .spots__bottom-contents {
    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: 80px;
    margin-top: 62px;
    padding-inline: 0px;
  }
}

.spots__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
}
@media screen and (min-width: 1024px) {
  .spots__logo {
    height: 107px;
  }
}
.spots__logo img {
  width: 254.439px;
  height: 55px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .spots__logo img {
    width: 495px;
    height: 107px;
  }
}

.spots__bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .spots__bottom-wrap {
    margin-top: 3px;
  }
}

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

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

.spots__button {
  width: 334px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .spots__button {
    width: 437px;
    height: 56px;
    font-size: 20px;
    font-weight: 700;
  }
}

.spots__bottom-wave {
  background-image: url(../image/prizes__bottom-wave-sp.svg);
  background-repeat: repeat-x;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: -15px;
  left: 0px;
}
@media screen and (min-width: 1024px) {
  .spots__bottom-wave {
    background: url(../image/prizes__bottom-wave-pc.svg);
    background-repeat: repeat-x;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: -75px;
    left: 0px;
  }
}

.qa {
  padding-top: 56px;
  padding-bottom: 31px;
}
@media screen and (min-width: 1024px) {
  .qa {
    padding-top: 188px;
    padding-bottom: 120px;
  }
}

.qa__boxes {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
@media screen and (min-width: 1024px) {
  .qa__boxes {
    margin-top: 38px;
    gap: 23px;
  }
}

.qa-box {
  border-radius: 12px;
  border: 2px solid #4a3636;
  background: #ffffff;
  overflow: hidden;
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.qa-box.is-open .qa-box__head::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.qa-box.is-open .qa-box__head-icon-bar:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.qa-box.is-open .qa-box__head-icon-bar:nth-child(3) {
  display: none;
}
@media screen and (min-width: 1024px) {
  .qa-box {
    max-width: 1024px;
    border-radius: 16px;
  }
}

.qa-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 11px 14px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .qa-box__head {
    padding: 21px;
    gap: 16px;
  }
}

.qa-box__head-icon {
  font-family: "Josefin Sans";
  color: #9ED0E0;
  font-size: 24px;
  line-height: 125%;
}
@media screen and (min-width: 1024px) {
  .qa-box__head-icon {
    font-size: 32px;
  }
}

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

.qa-box__head-text-icon {
  position: relative;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.qa-box__head-text-icon:hover {
  opacity: 0.7;
}
.qa-box__head-text-icon img {
  width: 26.182px;
  height: 26.182px;
}
@media screen and (min-width: 1024px) {
  .qa-box__head-text-icon img {
    width: 48px;
    height: 48px;
  }
}

.qa-box__head-icon-bar {
  position: absolute;
  width: 10.182px;
  height: 1.455px;
  background: #ffffff;
  -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;
}
.qa-box__head-icon-bar:nth-child(2), .qa-box__head-icon-bar:nth-child(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.qa-box__head-icon-bar:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (min-width: 1024px) {
  .qa-box__head-icon-bar {
    width: 18.667px;
    height: 2.667px;
  }
}

.qa-box__body {
  display: none;
}

.qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 14px 14px 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: #F5F5F5;
}
@media screen and (min-width: 1024px) {
  .qa-box__a {
    padding: 24px 22px 23px 22px;
  }
}

.qa-box__a-icon {
  font-family: "Josefin Sans";
  color: #9ED0E0;
  font-size: 24px;
  line-height: 125%;
}
@media screen and (min-width: 1024px) {
  .qa-box__a-icon {
    font-size: 32px;
  }
}

.qa-box__a-text {
  display: block;
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 1024px) {
  .qa-box__a-text {
    font-size: 16px;
  }
}

.information {
  padding-inline: 20px;
}

.information__inner {
  border: 8px solid #ffffff;
  background: rgba(255, 255, 255, 0.5);
  padding-inline: 15px;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .information__inner {
    max-width: 1024px;
    padding-inline: 56px;
  }
}

.information__heading {
  padding-top: 16px;
}
@media screen and (min-width: 1024px) {
  .information__heading {
    padding-top: 24px;
  }
}

.information__lists {
  margin-top: 23px;
  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: 12px;
}
@media screen and (min-width: 1024px) {
  .information__lists {
    margin-top: 40px;
    margin-bottom: 33px;
  }
}

.information__list {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 14px;
}
.information__list:nth-child(5) {
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  .information__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 12px;
  }
}

.information__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .information__list-wrap {
    gap: 8px;
  }
}

.information__list-title-icon img {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 1024px) {
  .information__list-title-icon {
    margin-left: 7px;
    margin-top: -3px;
  }
}

.information__title {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .information__title {
    font-size: 16px;
    width: 210px;
  }
}

.information__text {
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .information__text {
    font-size: 16px;
    margin-top: 0;
    width: calc(100% - 210px);
    margin-left: 5px;
  }
}

ul {
  list-style-type: disc;
  padding-left: 20px;
}
@media screen and (min-width: 1024px) {
  ul {
    margin-top: -3px;
    padding-left: 25px;
  }
}
ul li {
  margin-top: -0.5px;
}
@media screen and (min-width: 1024px) {
  ul li {
    margin-top: 1px;
  }
}

.information__photo {
  margin-top: 32px;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (min-width: 1024px) {
  .information__photo {
    margin-top: 122px;
  }
}
.information__photo img {
  width: 100%;
}

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

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

.contact__form {
  margin-top: 23px;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .contact__form {
    margin-top: 41px;
    max-width: 848px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .contact__field.is-type3 {
    height: 160px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .form-field__head {
    width: 188px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.form-field__head.is-type3 {
  margin-top: -28px;
}
@media screen and (min-width: 1024px) {
  .form-field__head.is-type3 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0px;
  }
}

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

.form-field__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  background: #CE2073;
  padding: 4px 8px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.form-field__item {
  margin-top: 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 56px;
}
@media screen and (min-width: 1024px) {
  .form-field__item {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-field__item.is-type2 {
  margin-top: 3px;
}
@media screen and (min-width: 1024px) {
  .form-field__item.is-type2 {
    margin-top: 0;
  }
}
.form-field__item.is-type3 {
  height: 100%;
  max-height: 175px;
  overflow: hidden;
}

.form-text {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  border: none;
  background: #F5F5F5;
  padding: 16px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  color: #4a3636;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .form-text {
    font-size: 16px;
    max-width: 628px;
  }
}
.form-text::-webkit-input-placeholder {
  color: #CCCCCC;
}
.form-text::-moz-placeholder {
  color: #CCCCCC;
}
.form-text:-ms-input-placeholder {
  color: #CCCCCC;
}
.form-text::-ms-input-placeholder {
  color: #CCCCCC;
}
.form-text::placeholder {
  color: #CCCCCC;
}
.form-text:hover, .form-text:focus {
  border: 1px solid #9ED0E0;
  outline: none;
  -webkit-transition: 0s;
  transition: 0s;
}

.form-error {
  display: none;
  color: #CE2073;
  font-size: 12px;
}

.form-item.is-error .form-error {
  display: block;
}

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

.form-radio {
  line-height: 1.4375;
}
.form-radio:hover .form-radio__text::before {
  border: 1px solid #9ED0E0;
  -webkit-transition: border-color 0s;
  transition: border-color 0s;
}

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

.form-radio__text {
  padding-left: 32px;
  position: relative;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .form-radio__text {
    font-size: 16px;
    padding-left: 33px;
  }
}
.form-radio__text::before, .form-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.form-radio__text::before {
  width: 24px;
  height: 24px;
  border: none;
  background-color: #F5F5F5;
  left: 0;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-radio__text::before:hover, .form-radio__text::before:focus {
  border: 1px solid #9ED0E0;
}
.form-radio__text::after {
  width: 10px;
  height: 10px;
  background: #9ED0E0;
  left: 7px;
  opacity: 0;
}

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
  font-size: 14px;
  border: none;
  padding: 16px;
  width: 100%;
  height: 56px;
  background: url(../image/contact__select-arrow.png) no-repeat center right 0%/52.53px 56.53px, #F5F5F5;
  -webkit-transition: border-color 0s;
  transition: border-color 0s;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .form-select {
    max-width: 628px;
    font-size: 16px;
  }
}
.form-select.is-selected {
  background: url(../image/contact__select-arrow.png) no-repeat center right 0%/52.53px 56.53px, #F5F5F5;
}
.form-select.is-error {
  border: 1px solid #CE2073;
  background: url(../image/contact__select-arrow-error.png) no-repeat center right 0%/52.53px 56.53px, #fff0f7;
}
.form-select.is-error:hover {
  border: 1px solid #CE2073;
}
.form-select:focus {
  outline: none;
  -webkit-transition: outline 0s;
  transition: outline 0s;
}
.form-select:hover {
  border: 1px solid #9ED0E0;
}

.form-textarea {
  border-radius: 8px;
  font-size: 14px;
  border: none;
  background: #F5F5F5;
  width: 100%;
  max-height: 160px;
  padding: 16px;
  -webkit-transition: border-color 0s;
  transition: border-color 0s;
  color: #4a3636;
  overflow: auto;
  resize: none;
}
@media screen and (min-width: 1024px) {
  .form-textarea {
    max-width: 628px;
    font-size: 16px;
  }
}
.form-textarea::-webkit-input-placeholder {
  color: #CCCCCC;
}
.form-textarea::-moz-placeholder {
  color: #CCCCCC;
}
.form-textarea:-ms-input-placeholder {
  color: #CCCCCC;
}
.form-textarea::-ms-input-placeholder {
  color: #CCCCCC;
}
.form-textarea::placeholder {
  color: #CCCCCC;
}
.form-textarea:hover, .form-textarea:focus {
  border: 1px solid #9ED0E0;
  outline: none;
}

.form-text.is-error,
.form-textarea.is-error {
  background-color: #fff0f7;
  border: 1px solid #CE2073;
}

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

.form-checkbox:hover .form-checkbox__text::before {
  border: 1px solid #9ED0E0;
  -webkit-transition: 0s;
  transition: 0s;
}

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

.form-checkbox__text {
  position: relative;
  padding-left: 36px;
  font-size: 14px;
}
@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;
  border-radius: 4px;
  border: none;
  background-color: #F5F5F5;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (min-width: 1024px) {
  .form-checkbox__text::before {
    margin-top: 2px;
  }
}
.form-checkbox__text::after {
  width: 14px;
  height: 9px;
  left: 5px;
  margin-top: 0px;
  background: url(../image/form-checkbox__text-icon.png) no-repeat center center/contain;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .form-checkbox__text::after {
    margin-top: 0.8px;
  }
}
.form-checkbox__text a {
  text-decoration-line: underline;
  font-weight: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form-checkbox__text a:hover {
  color: #9ED0E0;
}

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

.contact__button {
  width: 208px;
  padding: 6px 22px 8px 22px;
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .contact__button {
    width: 240px;
    margin-top: 40px;
    font-size: 16px;
  }
}

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

.footer__title {
  font-family: "Josefin Sans";
  font-size: 20px;
  line-height: 125%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__title {
    font-size: 24px;
  }
}

.footer__icon-contents {
  margin-top: 24px;
  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: 40px;
}

.footer__icon:hover {
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .footer__icon svg {
    width: 40px;
    height: 40px;
  }
}

.footer__logo {
  margin-top: 9px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    margin-top: 35px;
  }
}
.footer__logo img {
  min-width: 328px;
  width: 100%;
  max-width: 470px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__logo img {
    max-width: 650px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__logo img {
    max-width: 755px;
  }
}

.footer__pawpads {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer__pawpads {
    display: block;
    position: absolute;
    right: calc(50% - 674px);
    top: 80px;
    width: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__pawpads img {
    width: 100px;
    height: 220px;
  }
}

.footer__contents {
  margin-top: -2px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__contents {
    margin-top: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .footer__contents {
    max-width: 1024px;
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: -4px;
  }
}

.footer_map {
  width: 100%;
  height: 269px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.footer_map:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1024px) {
  .footer_map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 400px;
    border-radius: 0 16px 16px 0;
  }
}

.footer__card {
  margin-top: -2px;
  background-color: #ffffff;
  padding: 21px 22px 29px 22px;
  border-radius: 0 0 16px 16px;
}
@media screen and (min-width: 1024px) {
  .footer__card {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    padding: 100px 32px 100px 55px;
    border-radius: 16px 0 0 16px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__card {
    padding: 101px 60px;
  }
}

.footer__card-logo {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__card-logo {
    text-align: left;
  }
}
.footer__card-logo img {
  width: 153px;
  height: 20px;
}
@media screen and (min-width: 1024px) {
  .footer__card-logo img {
    width: 183px;
    height: 24px;
  }
}

.footer__card-contents {
  margin-top: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: calc(50% - 145px);
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .footer__card-contents {
    margin-top: 24px;
    padding-left: calc(50% - 220px);
    gap: 13px;
  }
}

.footer__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.title-icon {
  margin-left: 5px;
  margin-top: -2px;
}
.title-icon img {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 1024px) {
  .title-icon {
    margin-left: 0px;
    margin-top: -3px;
  }
}

.footer__card-title {
  width: 56px;
}
@media screen and (min-width: 1024px) {
  .footer__card-title {
    width: 98px;
  }
}

.footer__bottom-wave {
  background-image: url(../image/prizes__bottom-wave-sp.svg);
  background-repeat: repeat-x;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 21px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .footer__bottom-wave {
    background: url(../image/prizes__bottom-wave-pc.svg);
    background-repeat: repeat-x;
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 62px;
    left: 0;
  }
}

.footer__copyright {
  color: #ffffff;
  background-color: #67B0C7;
  margin-top: 65px;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__copyright {
    margin-top: 213px;
    font-size: 14px;
  }
}

.footer__copyright-text {
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  .footer__copyright-text {
    font-size: 14px;
  }
}

.pagetop__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 26px;
}

.pagetop {
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .pagetop {
    position: fixed;
    right: 40px;
    bottom: 40px;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.pagetop img {
  width: 75px;
  height: 77.5px;
}
@media screen and (min-width: 1024px) {
  .pagetop img {
    width: 100px;
    height: 104px;
    max-width: none;
  }
}