@charset "UTF-8";
body {
  font-family: "Josefin Sans", "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 400;
  color: #4a3636;
  background: #e9f6f8;
}

img {
  width: 100%;
  height: 100%;
}

.wrapper {
  overflow: hidden;
}

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

.heading {
  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;
  text-align: center;
}

.heading__image {
  width: 37.333px;
  height: 37.333px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .heading__image {
    width: 48px;
    height: 48px;
  }
}

.heading__title {
  font-family: "Courgette", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
@media screen and (min-width: 900px) {
  .heading__title {
    font-size: 20px;
  }
}

.heading__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 6px;
  border-bottom: 6px solid #ffee56;
}
@media screen and (min-width: 900px) {
  .heading__text {
    margin-top: 2px;
    font-size: 32px;
    padding-bottom: 8px;
    border-bottom: 8px solid #ffee56;
  }
}

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

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

.find-retro {
  font-weight: 700;
}

.sns__text {
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: underline;
}
.sns__text:hover {
  color: #9ed0e0;
  cursor: pointer;
}

.button {
  display: inline-block;
  font-size: 16px;
  width: 208px;
  height: 40px;
  border-radius: 40px;
  padding: 6px 22px 8px 22px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  font-weight: 700;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (min-width: 900px) {
  .button {
    width: 240px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}
.button:hover {
  background-color: #ffee56;
}

.button-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 132px;
  height: 32px;
  font-size: 14px;
  border-radius: 40px;
  padding: 6px 22px 8px 22px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  font-weight: 700;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (min-width: 900px) {
  .button-small {
    width: 144px;
    height: 40px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}
.button-small:hover {
  background-color: #ffee56;
}

.button__large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 192px;
  height: 40px;
  font-size: 16px;
  border-radius: 40px;
  padding: 6px 22px 8px 22px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  font-weight: 700;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (min-width: 900px) {
  .button__large {
    width: 260px;
    height: 56px;
    font-size: 20px;
    padding: 10px 40px 12px 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.button__large:hover {
  background-color: #ffee56;
}

.button-x-large {
  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;
  width: 334px;
  height: 40px;
  font-size: 16px;
  border-radius: 40px;
  padding: 6px 21px 8px 21px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  font-weight: 700;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (min-width: 900px) {
  .button-x-large {
    width: 437px;
    height: 56px;
    font-size: 20px;
    padding: 10px 37px 12px 37px;
    margin-left: auto;
    margin-right: auto;
  }
}
.button-x-large:hover {
  background-color: #ffee56;
}

.drawer__button {
  display: inline-block;
  font-size: 16px;
  width: 144px;
  height: 40px;
  border-radius: 40px;
  padding: 4px 22px 6px 22px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  font-weight: 700;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (min-width: 900px) {
  .drawer__button {
    width: 240px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}
.drawer__button:hover {
  background-color: #ffee56;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}

.header__inner {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media screen and (min-width: 1200px) {
  .header__inner {
    padding-top: 11px;
    padding-bottom: 12px;
  }
}

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

.header__nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__nav {
    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: 1200px) {
  .header__link {
    font-size: 12px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
.header__link:hover {
  color: #9ed0e0;
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {
  .header__button {
    width: 132px;
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    padding: 6px 20px 8px 20px;
    margin-left: 4px;
    text-align: center;
  }
}

.header__open {
  display: block;
  padding-top: 41px;
}
@media screen and (min-width: 1200px) {
  .header__open {
    display: none;
  }
}

.drawer-icon {
  width: 32px;
  height: 64px;
  position: relative;
  z-index: 51;
  margin-top: 38px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  width: 32px;
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 3px;
  border-radius: 6px;
  background: #4a3636;
  -webkit-transition: top 0.1s linear, -webkit-transform 0.1s linear;
  transition: top 0.1s linear, -webkit-transform 0.1s linear;
  transition: transform 0.1s linear, top 0.1s linear;
  transition: transform 0.1s linear, top 0.1s linear, -webkit-transform 0.1s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 12px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 24px;
}

.drawer-icon__bar__first-line {
  width: 25.6px;
  gap: 1.6px;
  display: inline-block;
  position: absolute;
}

.drawer-icon__dot {
  position: relative;
  display: block;
  top: 0;
  left: 27.2px;
  width: 4.8px;
  height: 3px;
  border-radius: 6px;
  background: #4a3636;
}
.drawer-icon__dot.is-checked {
  display: none;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 50;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.7s linear;
  transition: -webkit-transform 0.7s linear;
  transition: transform 0.7s linear;
  transition: transform 0.7s linear, -webkit-transform 0.7s linear;
  color: #4a3636;
}
.drawer-content.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 1200px) {
  .drawer-content {
    display: none;
  }
}

.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding-top: 148px;
}
.drawer-content__menu:last-child {
  gap: 39px;
}

.drawer-content__link {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.drawer-content__button {
  text-align: center;
}

.fv {
  background: url(../img/sp/fv-bg_sp.png) no-repeat center center/cover;
  height: 554px;
  border-radius: 0 0 24px 24px;
  margin-top: 64px;
}
@media screen and (min-width: 900px) {
  .fv {
    background: url(../img/fv-bg.jpg) no-repeat center center/cover;
    height: 740px;
    border-radius: 0 0 40px 40px;
  }
}

.fv__inner {
  padding-top: 18px;
}
@media screen and (min-width: 900px) {
  .fv__inner {
    padding-top: 35px;
  }
}

.fv__content {
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .fv__content {
    max-width: none;
    width: 100%;
  }
}

.fv__lead {
  text-align: center;
}

.fv__lead__text {
  text-shadow: 0px 0px 30px #fff;
  font-family: "Kiwi Maru";
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
}
@media screen and (min-width: 900px) {
  .fv__lead__text {
    font-size: 24px;
    font-weight: 500;
  }
}

.fv_campaign__image {
  height: 105px;
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .fv_campaign__image {
    width: 520px;
    height: 158px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}

.fv-image__box {
  margin-top: 10px;
  height: 366px;
  max-width: 335px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .fv-image__box {
    margin-top: 0;
    max-width: none;
    width: 848px;
    height: 463px;
  }
}

.fv-image__fukidashi {
  width: 142px;
  height: 80px;
  position: absolute;
  top: 6px;
}
@media screen and (min-width: 900px) {
  .fv-image__fukidashi {
    width: 244px;
    height: 130px;
    top: 0;
    left: 37px;
  }
}

.fv-image__present {
  width: 110px;
  height: 110px;
  position: absolute;
  top: -1px;
  right: 25px;
}
@media screen and (min-width: 900px) {
  .fv-image__present {
    width: 180px;
    height: 180px;
    top: 17px;
    right: 127px;
  }
}

.fv-image__smartphone {
  width: 200px;
  height: 408px;
  position: absolute;
  top: 102px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}
@media screen and (min-width: 900px) {
  .fv-image__smartphone {
    width: 250px;
    height: 510px;
    top: 33px;
  }
}

.fv-image__food {
  width: 86px;
  height: 141px;
  position: absolute;
  left: 1px;
  bottom: -156px;
}
@media screen and (min-width: 900px) {
  .fv-image__food {
    width: 202px;
    height: 332px;
    left: 2px;
    bottom: -96px;
  }
}

.fv-image__cat {
  width: 107px;
  height: 127px;
  position: absolute;
  bottom: -156px;
  right: 0;
}
@media screen and (min-width: 900px) {
  .fv-image__cat {
    width: 233px;
    height: 294px;
    bottom: -139px;
  }
}

.fv-smartphone__card {
  width: 160px;
  height: 154px;
  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;
  text-align: center;
  position: absolute;
  z-index: 20;
  top: 225px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 12.8px;
  padding-top: 0;
}
@media screen and (min-width: 900px) {
  .fv-smartphone__card {
    width: 200px;
    height: 194px;
    top: 185.5px;
  }
}

.fv-smartphone__title {
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  color: #fff;
  width: 100%;
  height: 33px;
  border-radius: 12.8px 12.8px 0 0;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 12.8px;
  font-weight: 700;
  padding-top: 6.4px;
  padding-bottom: 6.4px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .fv-smartphone__title {
    font-size: 16px;
    height: 42px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.fv-smartphone__content {
  width: 100%;
  height: 100%;
  padding-inline: 12px;
  font-size: 12px;
  background-color: #fff;
  padding-top: 15px;
  border-radius: 0 0 12.8px 12.8px;
}
@media screen and (min-width: 900px) {
  .fv-smartphone__content {
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding-top: 20px;
  }
}

.fv-smartphone__apply {
  display: inline-block;
  font-weight: 400;
  border-bottom: 2.4px solid #ce2073;
  margin-bottom: 3.2px;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .fv-smartphone__apply {
    border-bottom: 3px solid #ce2073;
  }
}

.fv-smartphone__period {
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .fv-smartphone__period {
    font-size: 16px;
  }
}

.fv-smartphone__button {
  font-size: 14px;
  margin-top: 14px;
  margin-bottom: 19.2px;
}
@media screen and (min-width: 900px) {
  .fv-smartphone__button {
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 900px) {
  .fv-smartphone__button .button-small {
    font-size: 16px;
  }
}

.about {
  margin-top: 156px;
  padding-top: 32px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 276.67px;
  height: auto;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .about {
    margin-top: 97px;
    padding-top: 80px;
    padding-bottom: 458px;
    height: auto;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .about {
    padding-bottom: 458px;
  }
}

.about__inner {
  max-width: 335px;
  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: 24px;
  background-color: #fff;
  border-radius: 24px;
  padding: 40px 12px;
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .about__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 460px;
  }
}
@media screen and (min-width: 900px) {
  .about__inner {
    gap: 32px;
    max-width: 580px;
    border-radius: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .about__inner {
    max-width: 848px;
  }
}
.about__inner:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 36px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  border-radius: 0 0 12px 12px;
  background-color: #cce1e4;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -36px;
}
@media screen and (min-width: 900px) {
  .about__inner:before {
    width: 140px;
    height: 50px;
    bottom: -50px;
  }
}

.about__lead {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}

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

.about__text {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 600px) {
  .about__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .about__text {
    font-size: 16px;
    margin-top: 6px;
  }
}

.about__lead__bottom {
  padding-bottom: 6px;
  border-bottom: 2px dashed #9ED0E0;
}
@media screen and (min-width: 900px) {
  .about__lead__bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }
}

@media screen and (min-width: 900px) {
  .about-button {
    padding: 10px 38px 12px 38px;
  }
}

.about-deco_left-top_image {
  width: 80px;
  height: 60px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  position: absolute;
  top: 36.87px;
  right: calc(50% + 51px);
}
@media screen and (min-width: 900px) {
  .about-deco_left-top_image {
    width: 134px;
    height: 100px;
    top: 47.87px;
    right: calc(50% + 220px);
  }
}

.about-deco_right-top_image {
  width: 80px;
  height: 60px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  position: absolute;
  top: 35px;
  left: calc(50% + 64px);
}
@media screen and (min-width: 900px) {
  .about-deco_right-top_image {
    width: 134px;
    height: 100px;
    top: 55px;
    left: calc(50% + 199px);
  }
}
.about-deco_right-top_image img {
  width: 100%;
  height: 100%;
}

.about-deco_top_pawpads_image {
  width: 54px;
  height: 120px;
  position: absolute;
  left: calc(50% + 134px);
  top: 22px;
}
@media screen and (min-width: 600px) {
  .about-deco_top_pawpads_image {
    left: calc(50% + 224px);
  }
}
@media screen and (min-width: 900px) {
  .about-deco_top_pawpads_image {
    width: 70px;
    height: 154px;
    left: calc(50% + 292px);
    top: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .about-deco_top_pawpads_image {
    width: 100px;
    height: 220px;
    left: calc(50% + 491px);
    top: -4px;
  }
}

.about-deco_right-bottom_budge_image {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 720px;
  left: calc(50% + 118px);
}
@media screen and (min-width: 600px) {
  .about-deco_right-bottom_budge_image {
    width: 80px;
    height: 80px;
    top: 728px;
    left: calc(50% + 280px);
  }
}
@media screen and (min-width: 900px) {
  .about-deco_right-bottom_budge_image {
    width: 101px;
    height: 100.047px;
    top: 600px;
    left: calc(50% + 330px);
  }
}
@media screen and (min-width: 1200px) {
  .about-deco_right-bottom_budge_image {
    width: 101px;
    height: 100.047px;
    top: 600px;
    left: calc(50% + 505px);
  }
}

.about-deco_right-bottom_bag_image {
  width: 133px;
  height: 65.003px;
  position: absolute;
  top: 794px;
  left: calc(50% - 3px);
}
@media screen and (min-width: 600px) {
  .about-deco_right-bottom_bag_image {
    width: 200px;
    height: 100px;
    top: 817px;
    left: calc(50% + 100px);
  }
}
@media screen and (min-width: 900px) {
  .about-deco_right-bottom_bag_image {
    width: 308px;
    height: 150.604px;
    top: 915px;
    left: calc(50% + 105px);
    z-index: -10;
  }
}
@media screen and (min-width: 1200px) {
  .about-deco_right-bottom_bag_image {
    width: 308px;
    height: 150.604px;
    top: 836px;
    left: calc(50% + 374px);
    z-index: -10;
  }
}

.about-deco_right-bottom_wave_image {
  display: none;
}
@media screen and (min-width: 900px) {
  .about-deco_right-bottom_wave_image {
    display: block;
    width: 873.922px;
    height: 45.021px;
    position: absolute;
    left: calc(50% + 237px);
    top: 686px;
  }
}
@media screen and (min-width: 1200px) {
  .about-deco_right-bottom_wave_image {
    left: calc(50% + 446px);
    top: 686px;
  }
}

.about__logo {
  width: 356px;
  height: 38px;
  position: absolute;
  bottom: -178px;
}
@media screen and (min-width: 600px) {
  .about__logo {
    display: block;
    bottom: -177px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 900px) {
  .about__logo {
    width: 770px;
    height: 84px;
    bottom: -262px;
  }
}
@media screen and (min-width: 1200px) {
  .about__logo {
    width: 890.604px;
    height: 97px;
    bottom: -263px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.about-deco__left-bottom {
  width: 138px;
  height: 215px;
  position: absolute;
  top: 741px;
  left: 0px;
}
@media screen and (min-width: 600px) {
  .about-deco__left-bottom {
    width: 200px;
    height: 312px;
    left: 0;
    top: 703px;
  }
}
@media screen and (min-width: 900px) {
  .about-deco__left-bottom {
    width: 427px;
    height: 817px;
    left: calc(50% - 585px);
    top: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .about-deco__left-bottom {
    width: 427px;
    height: 817px;
    left: -123px;
    left: calc(50% - 860px);
    top: 400px;
  }
}

.about-deco_left-middle_diagonal__image {
  display: none;
}
@media screen and (min-width: 900px) {
  .about-deco_left-middle_diagonal__image {
    display: block;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 59px;
    left: calc(50% - 527px);
  }
}
@media screen and (min-width: 1200px) {
  .about-deco_left-middle_diagonal__image {
    left: calc(50% - 778px);
  }
}
.about-deco_left-middle_diagonal__image img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.about-deco_left-middle_view {
  display: block;
  position: absolute;
  top: 428px;
  right: calc(50% + 128px);
  width: 200px;
  height: 200px;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .about-deco_left-middle_view {
    right: calc(50% + 179px);
  }
}
@media screen and (min-width: 900px) {
  .about-deco_left-middle_view {
    width: 480px;
    height: 480px;
    top: 153px;
    left: calc(50% - 850px);
  }
}
@media screen and (min-width: 1200px) {
  .about-deco_left-middle_view {
    left: calc(50% - 1094px);
  }
}
.about-deco_left-middle_view img {
  border-radius: 24px;
}
@media screen and (min-width: 900px) {
  .about-deco_left-middle_view img {
    border-radius: 40px;
  }
}

.about-deco_right-middle_view {
  display: block;
  position: absolute;
  top: 305px;
  left: calc(50% + 127px);
  width: 200px;
  height: 200px;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .about-deco_right-middle_view {
    left: calc(50% + 178px);
  }
}
@media screen and (min-width: 900px) {
  .about-deco_right-middle_view {
    top: 152px;
    left: calc(50% + 360px);
    width: 480px;
    height: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .about-deco_right-middle_view {
    top: 152px;
    left: calc(50% + 560px);
    width: 480px;
    height: 480px;
  }
}
.about-deco_right-middle_view img {
  border-radius: 24px;
}
@media screen and (min-width: 900px) {
  .about-deco_right-middle_view img {
    border-radius: 40px;
  }
}

.about__slide {
  position: absolute;
  top: 918px;
  left: 0;
  width: 100%;
  z-index: 20;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .about__slide {
    top: 968px;
  }
}
@media screen and (min-width: 900px) {
  .about__slide {
    top: 1167px;
  }
}

.about__swiper {
  overflow: visible;
}

.about__swiper__wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.about__slide__image {
  width: 100px !important;
  height: 100px !important;
}
@media screen and (min-width: 900px) {
  .about__slide__image {
    width: 200px !important;
    height: 200px !important;
    border-radius: 24px;
  }
}
.about__slide__image img {
  border-radius: 12px;
}

.step {
  position: relative;
  overflow-x: hidden;
}

.step__inner {
  padding-top: 64.8px;
  padding-bottom: 4px;
}
@media screen and (min-width: 900px) {
  .step__inner {
    padding-top: 120px;
  }
}

.step__container {
  margin-top: 32px;
}
@media screen and (min-width: 900px) {
  .step__container {
    margin-top: 41px;
    position: relative;
    z-index: 10;
  }
}

.step__items {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .step__items {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7px;
  }
}
@media screen and (min-width: 1200px) {
  .step__items {
    gap: 39px;
  }
}

.step__item {
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  position: relative;
  padding-bottom: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .step__item {
    max-width: 320px;
  }
}

.step__item__center {
  position: relative;
}
@media screen and (min-width: 900px) {
  .step__item__center {
    margin-top: 69px;
  }
}
.step__item__center:before {
  content: "";
  display: block;
  width: 34px;
  height: 7px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url(../img/sp/step-deco_step-line_sp.png);
  background-size: cover;
  position: absolute;
  top: -19px;
}
@media screen and (min-width: 900px) {
  .step__item__center:before {
    width: 70px;
    height: 16px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background-image: url(../img/step-deco_line.svg);
    top: 90px;
    right: calc(50% + 120px);
  }
}
@media screen and (min-width: 1200px) {
  .step__item__center:before {
    width: 113px;
    height: 24px;
    top: 137px;
    right: calc(50% + 143px);
  }
}
.step__item__center::after {
  content: "";
  display: block;
  width: 34px;
  height: 7px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url(../img/sp/step-deco_step-line_sp.png);
  background-size: cover;
  position: absolute;
  top: calc(100% + 16px);
}
@media screen and (min-width: 900px) {
  .step__item__center::after {
    width: 70px;
    height: 16px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background-image: url(../img/step-deco_line.svg);
    top: 90px;
    left: calc(50% + 76px);
  }
}
@media screen and (min-width: 1200px) {
  .step__item__center::after {
    width: 113px;
    height: 24px;
    top: 137px;
    left: calc(50% + 104px);
  }
}

.step__item__image {
  width: 196px;
  height: 210px;
}
@media screen and (min-width: 900px) {
  .step__item__image {
    width: 246px;
    height: 266px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .step__item__image {
    width: 100%;
    height: 300px;
    padding-inline: 20px;
    margin-bottom: 10px;
  }
}

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

.step__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .step__text {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .step__text {
    font-size: 16px;
  }
}

.step__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.step__sns__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .step__sns__text {
    font-size: 16px;
  }
}

.step__sns__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 900px) {
  .step__sns__icon {
    width: 24px;
    height: 24px;
  }
}

.step__button {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .step__button {
    margin-top: 31px;
  }
}

.step-deco_left_map__image {
  position: absolute;
  width: 149px;
  height: 223px;
  top: 66px;
  right: calc(50% + 38px);
}
@media screen and (min-width: 600px) {
  .step-deco_left_map__image {
    width: 180px;
    right: calc(50% + 80px);
  }
}
@media screen and (min-width: 900px) {
  .step-deco_left_map__image {
    width: 460px;
    height: 681px;
    right: calc(50% + 127px);
  }
}
@media screen and (min-width: 1200px) {
  .step-deco_left_map__image {
    right: calc(50% + 260px);
  }
}

.step-deco_right_cat-all__image {
  display: block;
  width: 160px;
  height: 194px;
  position: absolute;
  top: 66px;
  left: calc(50% + 58px);
}
@media screen and (min-width: 900px) {
  .step-deco_right_cat-all__image {
    width: 331px;
    height: 300px;
    top: 95px;
    left: calc(50% + 200px);
  }
}
@media screen and (min-width: 1200px) {
  .step-deco_right_cat-all__image {
    width: 433px;
    height: 394px;
    top: 95px;
    left: calc(50% + 287px);
  }
}
@media screen and (min-width: 1200px) {
  .step-deco_right_cat-all__image {
    width: 433px;
    height: 394px;
    top: 95px;
    left: calc(50% + 287px);
  }
}

.step-deco_left_pawpads__image {
  display: block;
  width: 55px;
  height: 120.12px;
  position: absolute;
  top: 616px;
  right: calc(50% + 113px);
}
@media screen and (min-width: 900px) {
  .step-deco_left_pawpads__image {
    width: 100px;
    height: 220px;
    top: 700px;
    right: calc(50% + 621px);
  }
}

.step-deco_right_pawpads__image {
  display: block;
  width: 55px;
  height: 120.12px;
  position: absolute;
  top: 944px;
  left: calc(50% + 111px);
}
@media screen and (min-width: 900px) {
  .step-deco_right_pawpads__image {
    display: none;
  }
}

.prizes {
  margin-top: 33.67px;
  padding-bottom: 216px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .prizes {
    margin-top: 0;
    padding-top: 120px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 640px;
  }
}

.prizes__inner {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 34.67px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
@media screen and (min-width: 900px) {
  .prizes__inner {
    padding-left: 56px;
    padding-right: 56px;
    padding-bottom: 53px;
    max-width: 1024px;
  }
}

.prizes__wrapper {
  padding-top: 18px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .prizes__wrapper {
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }
}
.prizes__wrapper:before {
  content: "";
  display: block;
  width: 237.6px;
  height: 83px;
  background-image: url(../img/sp/prizes-deco_heading_sp.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .prizes__wrapper:before {
    width: 366px;
    height: 149px;
    background-image: url(../img/prizes-deco_heading.svg);
    top: 0px;
  }
}

.prizes-deco_left_triangle {
  display: none;
}
@media screen and (min-width: 900px) {
  .prizes-deco_left_triangle {
    display: block;
    position: absolute;
    width: 260px;
    height: 86px;
    top: 30px;
    right: calc(50% + 160px);
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-deco_left_triangle {
    width: 315px;
    right: calc(50% + 198px);
  }
}
.prizes-deco_right_triangle {
  display: none;
}
@media screen and (min-width: 900px) {
  .prizes-deco_right_triangle {
    display: block;
    position: absolute;
    width: 260px;
    height: 86px;
    top: 30px;
    left: calc(50% + 160px);
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-deco_right_triangle {
    width: 315px;
    left: calc(50% + 198px);
  }
}
.prizes__lead__text {
  margin-top: 16px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .prizes__lead__text {
    margin-top: 40px;
    font-size: 16px;
  }
}

.prizes__card__area {
  margin-top: 48px;
  margin-bottom: 18px;
}
@media screen and (min-width: 900px) {
  .prizes__card__area {
    margin-top: 82px;
    margin-bottom: 40px;
  }
}

.prizes__card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 39px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .prizes__card-container {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 80px;
  }
}

.prizes__card {
  width: calc(50% - 7.5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .prizes__card:hover {
    outline: 4px solid #9ed0e0;
    border-radius: 24px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__card:nth-of-type(2) {
    margin-left: 32px;
  }
  .prizes__card:nth-of-type(4), .prizes__card:nth-of-type(5) {
    margin-left: 36px;
  }
  .prizes__card:nth-of-type(1), .prizes__card:nth-of-type(2) {
    width: calc(50% - 16px);
  }
  .prizes__card:nth-of-type(3), .prizes__card:nth-of-type(4), .prizes__card:nth-of-type(5) {
    width: calc(33.3333333333% - 24px);
  }
}

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

@media screen and (min-width: 900px) {
  .prizes-card__small:hover {
    outline: 4px solid #9ed0e0;
    border-radius: 16px;
  }
}

.prizes__card__wrapper {
  background-color: #f5f5f5;
  border-radius: 8px;
}
.prizes__card__wrapper:hover .prizes__card__image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.prizes__card__wrapper:hover .card-text__large:after {
  opacity: 0.8;
}
.prizes__card__wrapper:hover .card-text__small:after {
  opacity: 0.8;
}
@media screen and (min-width: 900px) {
  .prizes__card__wrapper:nth-of-type(1), .prizes__card__wrapper:nth-of-type(2) {
    border-radius: 24px;
  }
  .prizes__card__wrapper:nth-of-type(3), .prizes__card__wrapper:nth-of-type(4), .prizes__card__wrapper:nth-of-type(5) {
    border-radius: 16px;
  }
}

.prizes__card__button {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card1 {
  position: relative;
}
.card1:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../img/prizes-img_gift1.svg);
  background-size: cover;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .card1:before {
    width: 100px;
    height: 100px;
    top: -50px;
  }
}

.card2 {
  position: relative;
}
.card2:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../img/prizes-img_gift2.svg);
  background-size: cover;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .card2:before {
    width: 100px;
    height: 100px;
    top: -50px;
  }
}

.card3 {
  position: relative;
}
.card3:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../img/prizes-img_gift3.svg);
  background-size: cover;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .card3:before {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}

.card4 {
  position: relative;
}
.card4:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../img/prizes-img_gift4.svg);
  background-size: cover;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .card4:before {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}

.card5 {
  position: relative;
}
.card5:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../img/prizes-img_gift5.svg);
  background-size: cover;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .card5:before {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}

@media screen and (min-width: 900px) {
  .card-image__large {
    display: block;
    width: 100%;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
  }
}
.card-image__large img {
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 900px) {
  .card-image__large img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    border-radius: 24px 24px 0 0;
    width: 100%;
    height: auto;
    display: block;
  }
}

.card-image__small {
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 900px) {
  .card-image__small {
    display: block;
    width: 100%;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
  }
}
.card-image__small img {
  border-radius: 16px 16px 0 0;
}
@media screen and (min-width: 900px) {
  .card-image__small img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}

.prizes__card__text {
  width: 100%;
  height: 56px;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding-block: 9px;
  display: block;
}
@media screen and (min-width: 900px) {
  .prizes__card__text {
    font-size: 20px;
  }
}

.prizes__text-middle {
  padding-block: 0;
  line-height: 56px;
}

.card-text__large {
  position: relative;
}
@media screen and (min-width: 900px) {
  .card-text__large {
    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;
    height: 120px;
  }
}
.card-text__large:after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../img/prizes-img_zoom.svg);
  background-size: cover;
  position: absolute;
  border-radius: 0 0 8px 0;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 900px) {
  .card-text__large:after {
    width: 100px;
    height: 100px;
    border-radius: 0 0 24px 0;
  }
}

.card-text__small {
  position: relative;
}
@media screen and (min-width: 900px) {
  .card-text__small {
    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;
    height: 80px;
    font-size: 16px;
  }
}
.card-text__small:after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../img/prizes-img_zoom.svg);
  background-size: cover;
  position: absolute;
  border-radius: 0 0 8px 0;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 900px) {
  .card-text__small:after {
    width: 64px;
    height: 64px;
    border-radius: 0 0 16px 0;
  }
}

.prizes__button {
  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__button:after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: calc(100% - 83px);
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 24px;
}
@media screen and (min-width: 900px) {
  .prizes__button:after {
    height: calc(100% - 148.967px);
  }
}

.prizes-deco_bottom_bg__image {
  position: absolute;
  z-index: -10;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
  .prizes-deco_bottom_bg__image {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .prizes-deco_bottom_bg__image {
    width: 100%;
    bottom: -2px;
  }
}
.prizes-deco_bottom_bg__image img {
  min-width: 580px;
}
@media screen and (min-width: 900px) {
  .prizes-deco_bottom_bg__image img {
    min-width: initial;
    min-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.prizes-modal {
  position: fixed;
  inset: 0;
  padding: 0;
  z-index: 70;
  border: none;
  background-color: transparent;
  overscroll-behavior-y: none;
}
.prizes-modal::-ms-backdrop {
  opacity: 0.2;
  background-color: #000;
}
.prizes-modal::backdrop {
  opacity: 0.2;
  background-color: #000;
}

.prizes-modal__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;
  width: 336px;
  height: 480px;
  background-color: #fff;
  border-radius: 24px;
  padding-bottom: 56px;
}
@media screen and (min-width: 900px) {
  .prizes-modal__card {
    width: 480px;
    height: 650px;
    padding-bottom: 106px;
  }
}

.prizes-modal__card__image {
  height: 100%;
}
.prizes-modal__card__image img {
  border-radius: 24px 24px 0 0;
  height: 100%;
}

.prizes-modal__card__head {
  margin-top: 39px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .prizes-modal__card__head {
    margin-top: 32px;
    font-size: 20px;
  }
}

.prizes-modal__card__text {
  margin-top: 12px;
  padding-inline: 20px;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .prizes-modal__card__text {
    font-size: 16px;
  }
}

.prize-modal__close-button {
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .prize-modal__close-button {
    margin-top: 24px;
  }
}

.prizes-modal__card__button {
  width: 96px;
  height: 40px;
  font-size: 16px;
}

.spots {
  background-color: #67b0c7;
  position: relative;
}
.spots::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 45.7px;
  background-image: url(../img/sp/spot-deco_bg-top-wave_sp.png);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 100%;
  top: -44.7px;
  left: 0;
}
@media screen and (min-width: 900px) {
  .spots::before {
    height: 120px;
    background-image: url(../img/spots-deco_bg-top-wave.png);
    background-position: left center;
    top: -120px;
  }
}
.spots::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 45.7px;
  background-image: url(../img/sp/spot-deco_bg-top-wave_sp.png);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 100%;
  bottom: -44.7px;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 600px) {
  .spots::after {
    bottom: -45px;
  }
}
@media screen and (min-width: 900px) {
  .spots::after {
    display: block;
    height: 120px;
    background-image: url(../img/spots-deco_bg-top-wave.png);
    background-position: left center;
    bottom: -120px;
  }
}

.spots__inner {
  position: relative;
}

@media screen and (min-width: 900px) {
  .spots__top__contents {
    padding-left: calc(50% - 512px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}

.spots__heading {
  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;
  gap: 3.5px;
}
@media screen and (min-width: 900px) {
  .spots__heading {
    margin-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__heading {
    margin-left: 0;
  }
}

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

.spots__heading__text {
  text-align: center;
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}
@media screen and (min-width: 900px) {
  .spots__heading__text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.25em;
  }
}

.spots__swiper__area {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .spots__swiper__area {
    width: 100%;
    margin-top: 0;
  }
}

.spots__bottom__contents {
  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;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .spots__bottom__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 81px;
    margin-top: 64px;
  }
}

.spots__title__image {
  display: block;
  width: 255px;
  height: 55px;
}
@media screen and (min-width: 900px) {
  .spots__title__image {
    width: 360px;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .spots__title__image {
    width: 495px;
    height: 107px;
  }
}
.spots__text {
  text-align: center;
  color: #fff;
  font-size: 11.444px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 17px;
  margin-bottom: 24px;
}
@media screen and (min-width: 600px) {
  .spots__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .spots__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__text {
    margin-top: 5px;
  }
}

.spots__button__area {
  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: 900px) {
  .spots__button__area {
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .spots__button__area {
    padding-left: 10px;
  }
}

.spots-button {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .spots-button {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .spots-button {
    margin-bottom: 4px;
  }
}

.spots__deco__image {
  display: none;
}
@media screen and (min-width: 900px) {
  .spots__deco__image {
    display: block;
    position: absolute;
    width: 100px;
    height: 220px;
    left: -209px;
    bottom: -4px;
  }
}
.spots__slide {
  width: auto;
}

.spots__slide {
  width: auto;
}

.spots__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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  height: 402px;
  padding-bottom: 31.159px;
  gap: 16px;
  border-radius: 12px;
}
@media screen and (min-width: 600px) {
  .spots__card {
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__card {
    width: 344px;
    height: 542px;
    padding-bottom: 40px;
    gap: 30px;
    border-radius: 24px;
  }
}

.spot__card__image {
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 600px) {
  .spot__card__image {
    height: 210px;
  }
}
@media screen and (min-width: 900px) {
  .spot__card__image {
    height: 240px;
  }
}
.spot__card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.spots__card__text-area {
  padding-inline: 24px;
}
@media screen and (min-width: 600px) {
  .spots__card__text-area {
    padding-inline: 28px;
  }
}
@media screen and (min-width: 900px) {
  .spots__card__text-area {
    padding-inline: 32px;
  }
}

.spots__card__heading {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 600px) {
  .spots__card__heading {
    font-size: 18px;
  }
}
@media screen and (min-width: 900px) {
  .spots__card__heading {
    font-size: 20px;
  }
}

.spots__card__text {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 600px) {
  .spots__card__text {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .spots__card__text {
    margin-top: 24px;
    font-size: 16px;
  }
}

.spots__swiper-button__area {
  display: none;
}
@media screen and (min-width: 900px) {
  .spots__swiper-button__area {
    display: block;
    position: relative;
    max-width: 590px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__swiper-button__area {
    max-width: 844px;
  }
}

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

@media screen and (min-width: 900px) {
  .spots__prev {
    position: absolute;
    background: url(../img/spots-deco_prev-icon.png) no-repeat center center/contain;
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .spots__prev {
    position: absolute;
    left: -48px;
    top: -55px;
  }
}

@media screen and (min-width: 900px) {
  .spots__next {
    position: absolute;
    right: -96px;
    background: url(../img/spots-deco_next-icon.png) no-repeat center center/contain;
  }
}
@media screen and (min-width: 1200px) {
  .spots__next {
    position: absolute;
    right: -53px;
    top: -55px;
  }
}

.qa {
  margin-top: 45.7px;
  padding-top: 40px;
  padding-bottom: 32px;
}
@media screen and (min-width: 600px) {
  .qa {
    margin-top: 62px;
  }
}
@media screen and (min-width: 900px) {
  .qa {
    margin-top: 122px;
    padding-top: 120px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 600px) {
  .qa__inner {
    max-width: 640px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 900px) {
  .qa__inner {
    max-width: 1064px;
  }
}

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

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

.qa-box__head,
.qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 900px) {
  .qa-box__head,
  .qa-box__a {
    gap: 16px;
  }
}

.qa-box__head {
  width: 100%;
  padding: 10px 14px;
}
@media screen and (min-width: 900px) {
  .qa-box__head {
    padding: 20.5px 20px 19.5px 22px;
  }
}

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

.qa-box__head-text {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .qa-box__head-text {
    font-size: 20px;
  }
}

.qa-box__head-button {
  display: block;
  width: 26.182px;
  height: 26.182px;
  border-radius: 50%;
  background-color: #9ed0e0;
  position: relative;
}
@media screen and (min-width: 900px) {
  .qa-box__head-button {
    width: 48px;
    height: 48px;
  }
}
.qa-box__head-button::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .qa-box__head-button::before {
    width: 18.67px;
    height: 2.67px;
    border-radius: 1px;
  }
}
.qa-box__head-button::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%) rotate(90deg);
          transform: translate(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
@media screen and (min-width: 900px) and (min-width: 900px) {
  .qa-box__head-button::after {
    width: 18.67px;
    height: 2.67px;
    border-radius: 1px;
  }
}

.qa-box__body {
  display: none;
  padding: 14px 15px;
  background: #f5f5f5;
  border-radius: 0 0 12px 12px;
}
@media screen and (min-width: 900px) {
  .qa-box__body {
    padding: 24px;
    border-radius: 0 0 16px 16px;
  }
}

.qa-box__a-text {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .qa-box__a-text {
    font-size: 16px;
  }
}
.qa-box__a-text a {
  text-decoration: underline;
}
.qa-box__a-text a:hover {
  color: #9ed0e0;
}

@media screen and (min-width: 900px) {
  .info {
    padding-top: 120px;
  }
}

.info-wrapper {
  max-width: 640px;
  border: 8px solid #fff;
  padding-top: 14px;
  padding-right: 15.5px;
  padding-bottom: 16px;
  padding-left: 15.5px;
  background: rgba(255, 255, 255, 0.5);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .info-wrapper {
    max-width: 1024px;
    padding-top: 32px;
    padding-right: 48px;
    padding-bottom: 32px;
    padding-left: 48px;
  }
}

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

.info__table__container {
  border-collapse: collapse;
}

.info__table__body {
  width: 100%;
}

.info__table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  padding-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .info__table__row:last-child {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 900px) {
  .info__table__row {
    gap: 0;
    -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: flex-start;
    padding-bottom: 12px;
  }
}

.info__table__head,
.info__table__data {
  font-family: "Noto Sans JP";
  display: block; /* セルをブロック要素に指定 */
  width: 100%; /* セルを親要素いっぱいの幅に指定 */
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.info__table__head {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  padding-left: 16px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .info__table__head {
    font-size: 15px;
  }
}
@media screen and (min-width: 900px) {
  .info__table__head {
    max-width: 240px;
    font-size: 16px;
    padding-left: 32px;
  }
}
.info__table__head::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #9ed0e0;
  border-radius: 50%;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .info__table__head::before {
    left: 16px;
  }
}

.table__head__icon {
  display: block;
  position: relative;
}

.info__table__data {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}
@media screen and (min-width: 600px) {
  .info__table__data {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (min-width: 900px) {
  .info__table__data {
    font-size: 16px;
    line-height: 26px;
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}

.info__list {
  width: 100%;
}

.info__list li {
  padding-left: 1.5em;
  position: relative;
}
@media screen and (min-width: 900px) {
  .info__list li {
    line-height: 26px;
  }
}
.info__list li:before {
  content: "・";
  position: absolute;
  top: 0.1em;
  left: 0.2em;
}

.info__table__row + .info__table__row {
  border-top: 1px solid #ccc;
  padding-top: 12px;
}

.info__bottom__image {
  margin-top: 32px;
}
@media screen and (min-width: 900px) {
  .info__bottom__image {
    margin-top: 120px;
  }
}

.info__br {
  display: none;
}
@media screen and (min-width: 600px) {
  .info__br {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .info__br {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .info__br {
    display: block;
  }
}

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

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

.contact__lead {
  margin-top: 24px;
  text-align: center;
  font-size: 12px;
  height: 38px;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .contact__lead {
    margin-top: 36px;
    height: auto;
    font-size: 16px;
  }
}

.contact__fields {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 900px) {
  .contact__fields {
    margin-top: 40px;
  }
}

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

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

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

.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: 900px) {
  .form-field__head {
    width: 180px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

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

.form-field__tag {
  display: inline-block;
  border-radius: 4px;
  background: #ce2073;
  padding: 4px 8px;
  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: 900px) {
  .form-field__item {
    margin-top: 0;
  }
}

.form-text {
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 8px;
  border: 1px solid transparent;
  background-color: #f5f5f5;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.form-text:focus {
  border-color: #9ed0e0;
  background-color: #e9f6f8;
  outline: none;
}
@media screen and (min-width: 900px) {
  .form-text {
    font-size: 16px;
  }
}
.form-text::-webkit-input-placeholder {
  color: #ccc;
}
.form-text::-moz-placeholder {
  color: #ccc;
}
.form-text:-ms-input-placeholder {
  color: #ccc;
}
.form-text::-ms-input-placeholder {
  color: #ccc;
}
.form-text::placeholder {
  color: #ccc;
}

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 56px;
  border: none;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: #f5f5f5;
  padding: 16px 52px 16px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.form-select:hover {
  cursor: pointer;
}
.form-select:focus {
  border-color: #9ed0e0;
  outline: none;
}
@media screen and (min-width: 900px) {
  .form-select {
    font-size: 16px;
  }
}

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

@media screen and (min-width: 900px) {
  .form-radio:hover .form-radio-text::before {
    border-color: #9ed0e0;
    outline: none;
  }
  .form-radio:hover {
    cursor: pointer;
  }
}

.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-text {
  display: block;
  font-size: 14px;
  padding-left: 32px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .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: 23px;
  height: 23px;
  border: 1px solid transparent;
  background: #f5f5f5;
  left: 0;
}
.form-radio-text::after {
  width: 12px;
  height: 12px;
  background: #9ed0e0;
  left: 6px;
  opacity: 0;
}

.select-item {
  position: relative;
}
.select-item::before {
  position: absolute;
  content: "";
  width: 52px;
  height: 100%;
  border-radius: 0 8px 8px 0;
  background-color: #9ed0e0;
  top: 0;
  right: 0;
  pointer-events: none;
}
.select-item::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/contact-img_select-icon.svg) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10.5px;
  pointer-events: none;
}

.form-textarea {
  border: none;
  width: 100%;
  height: 160px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #f5f5f5;
  padding: 16px;
  font-size: 14px;
}
.form-textarea:focus {
  border-color: #9ed0e0;
  background-color: #e9f6f8;
  outline: none;
}
@media screen and (min-width: 900px) {
  .form-textarea {
    font-size: 16px;
  }
}
.form-textarea::-webkit-input-placeholder {
  color: #ccc;
  line-height: 160%;
}
.form-textarea::-moz-placeholder {
  color: #ccc;
  line-height: 160%;
}
.form-textarea:-ms-input-placeholder {
  color: #ccc;
  line-height: 160%;
}
.form-textarea::-ms-input-placeholder {
  color: #ccc;
  line-height: 160%;
}
.form-textarea::placeholder {
  color: #ccc;
  line-height: 160%;
}

.message__field__top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .form-checkbox:hover {
    cursor: pointer;
  }
}

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

.form-checkbox__text {
  position: relative;
  padding-left: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .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;
  background: #f5f5f5;
}
.form-checkbox__text::after {
  width: 14px;
  height: 9px;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/contact-img_check-icon.svg) no-repeat center center/contain;
  opacity: 0;
}
.form-checkbox__text a {
  text-decoration-line: underline;
}
.form-checkbox__text a:hover {
  color: #9ed0e0;
}

.js-form-input.is-error {
  border-radius: 8px;
  border: 1px solid #ce2073;
  background: #fff0f7;
}

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

.footer {
  padding-top: 43px;
}
@media screen and (min-width: 900px) {
  .footer {
    padding-top: 120px;
  }
}

.footer__inner {
  position: relative;
}

@media screen and (min-width: 900px) {
  .footer_top_pawpads_image {
    position: absolute;
    width: 80px;
    height: 176px;
    left: calc(50% + 362px);
    top: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .footer_top_pawpads_image {
    width: 100px;
    height: 220px;
    left: calc(50% + 576px);
    top: -38px;
  }
}

.footer__lead {
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 25px */
  text-align: center;
}
@media screen and (min-width: 900px) {
  .footer__lead {
    font-size: 24px;
  }
}

.footer__sns__box {
  margin-top: 26px;
  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__sns__item {
  width: 32px;
  height: 32px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 900px) {
  .footer__sns__item {
    width: 40px;
    height: 40px;
  }
}
.footer__sns__item:hover {
  opacity: 0.8;
}

.footer__logo {
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 900px) {
  .footer__logo {
    margin-top: 41px;
  }
}

.footer__logo__image {
  width: 328px;
  height: 34.405px;
}
@media screen and (min-width: 900px) {
  .footer__logo__image {
    width: 755px;
    height: 82.2px;
  }
}
@media screen and (min-width: 900px) {
  .footer__content {
    max-width: 1024px;
    height: 400px;
    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;
    margin: 0 auto;
    margin-top: -3px;
  }
}

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

.footer__map {
  width: 100%;
  position: relative;
  aspect-ratio: 335/271;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .footer__map {
    height: 100%;
  }
}
.footer__map iframe {
  border-radius: 16px 16px 0 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .footer__map iframe {
    border-radius: 0 16px 16px 0;
  }
}
.footer__information {
  background-color: #fff;
  padding-top: 24px;
  padding-right: 27.5px;
  padding-bottom: 30px;
  padding-left: 27.5px;
  border-radius: 0 0 16px 16px;
}
@media screen and (min-width: 900px) {
  .footer__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    border-radius: 16px 0 0 16px;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

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

.footer__title__logo {
  width: 153px;
  height: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .footer__title__logo {
    width: 183px;
    height: 24px;
    margin: 0;
  }
}
.footer__information__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 27px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .footer__information__body {
    margin-top: 24px;
  }
}

.footer__information__definition {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .footer__information__definition {
    gap: 12px;
  }
}

.footer__information__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
@media screen and (min-width: 900px) {
  .footer__information__row {
    gap: 40px;
  }
}

.footer__information__term {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  min-width: 64px;
  padding-left: 16px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .footer__information__term {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__information__term {
    font-size: 16px;
    width: 80px;
  }
}
.footer__information__term::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #9ed0e0;
  border-radius: 50%;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer__information__description {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .footer__information__description {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__information__description {
    font-size: 16px;
  }
}

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

.pagetop__button__image {
  width: 75px;
  height: 78px;
}
@media screen and (min-width: 900px) {
  .pagetop__button__image {
    width: 85px;
    height: 90px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .pagetop__button__image.is-show {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1200px) {
  .pagetop__button__image {
    width: 100px;
    height: 104px;
  }
}
.footer__bottom {
  background-color: #67b0c7;
  text-align: center;
  margin-top: 69.7px;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .footer__bottom {
    margin-top: 240px;
    padding-bottom: 32px;
  }
}
.footer__bottom:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 45.7px;
  background-image: url(../img/sp/spot-deco_bg-top-wave_sp.png);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 100%;
  top: -44.7px;
  left: 0;
}
@media screen and (min-width: 900px) {
  .footer__bottom:before {
    height: 120px;
    background-image: url(../img/spots-deco_bg-top-wave.png);
    background-position: left center;
    top: -120px;
  }
}

.footer__copyright {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-weight: 400;
  line-height: 160%; /* 16px */
}
@media screen and (min-width: 900px) {
  .footer__copyright {
    font-size: 14px;
  }
}