@charset "UTF-8";
html {
  overflow-x: hidden;
}

body {
  font-size: 12px;
  color: #4a3636;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Noto Sans JP", serif;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

.heading__img {
  text-align: center;
}
.heading__img img {
  width: 37.333px;
}
@media screen and (min-width: 1024px) {
  .heading__img img {
    width: 48px;
  }
}
.heading__en {
  margin-top: 6px;
  text-align: center;
  font-family: "Courgette", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 1024px) {
  .heading__en {
    margin-top: 8px;
    font-size: 20px;
  }
}
.heading__ja {
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 6px;
  border-bottom: 6px solid var(--LP-Yellow, #ffee56);
}
@media screen and (min-width: 1024px) {
  .heading__ja {
    margin-top: 8px;
    font-size: 32px;
    padding-bottom: 8px;
    border-bottom: 8px solid var(--LP-Yellow, #ffee56);
  }
}

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

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

.header {
  padding-top: 17px;
  padding-bottom: 18px;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 200;
}
@media screen and (min-width: 1024px) {
  .header {
    padding-top: 14px;
    padding-bottom: 10px;
  }
}
.header__inner {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .header__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.header__logo a img {
  display: block;
  width: 210px;
}
@media screen and (min-width: 1024px) {
  .header__logo a img {
    width: 183px;
  }
}
@media screen and (min-width: 1024px) {
  .header__logo {
    margin-bottom: 3px;
  }
}
.drawer-icon {
  width: 32px;
  height: 28.5px;
  padding-top: 3.6px;
  padding-bottom: 0.4px;
  position: relative;
  z-index: 51;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-last-of-type(1) {
  width: 32px;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-last-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-last-of-type(3) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-last-of-type(4) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drawer-icon__bar {
  position: absolute;
  width: 32px;
  height: 0px;
  border: 1.5px solid #4a3636;
  border-radius: 100vh;
  -webkit-transition: width 0.3s linear, top 0.3s linear, display 0.3s linear, -webkit-transform 0.3s linear;
  transition: width 0.3s linear, top 0.3s linear, display 0.3s linear, -webkit-transform 0.3s linear;
  transition: width 0.3s linear, top 0.3s linear, transform 0.3s linear, display 0.3s linear;
  transition: width 0.3s linear, top 0.3s linear, transform 0.3s linear, display 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-last-of-type(1) {
  width: 25.6px;
  bottom: 24px;
  left: 0;
}
.drawer-icon__bar:nth-last-of-type(2) {
  width: 4.8px;
  bottom: 24px;
  right: 0;
}
.drawer-icon__bar:nth-last-of-type(3) {
  bottom: 12px;
  left: 0;
}
.drawer-icon__bar:nth-last-of-type(4) {
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .drawer-icon {
    display: none;
  }
}

.header-nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 12px;
    margin-bottom: 7px;
  }
  .header-nav__link {
    font-size: 12px;
    white-space: nowrap;
    text-decoration: underline;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header-nav__link:hover {
    color: #67b0c7;
    cursor: pointer;
  }
  .header-nav__btn {
    display: none;
  }
  .header-nav__btn a {
    display: flow-root;
    font-size: 14px;
    font-weight: 700;
    border-radius: 40px;
    padding: 4px 22px 6px;
    border: 2px solid currentColor;
    background: #fff;
    -webkit-box-shadow: 0px 4px 0px 0px currentColor;
            box-shadow: 0px 4px 0px 0px currentColor;
    margin-bottom: 4px;
    white-space: nowrap;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .header-nav__btn a:hover {
    background: #ffee56;
    cursor: pointer;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .header-nav__btn {
    display: block;
  }
}

.drawer-contents {
  display: none;
  width: 100%;
  height: 100%;
  padding: 82px 114px;
  background: #fff;
  position: fixed;
  z-index: 50;
  top: 61px;
}
.drawer-contents.is-checked {
  display: block;
}
.drawer-contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.drawer-contents__link {
  display: block;
  text-align: center;
  font-size: 14px;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.drawer-contents__link:hover {
  color: #67b0c7;
  cursor: pointer;
}
.drawer-contents__btn a {
  display: flow-root;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  padding: 4px 22px 6px;
  border: 2px solid currentColor;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px currentColor;
          box-shadow: 0px 4px 0px 0px currentColor;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.drawer-contents__btn a:hover {
  background: #ffee56;
  cursor: pointer;
}

.fv {
  padding-top: 63.5px;
  padding-bottom: 157px;
  background-color: #e9f6f8;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .fv {
    padding-bottom: 145px;
  }
}
.fv__background-pic img {
  height: 554px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .fv__background-pic img {
    height: 740px;
  }
}
.fv__inner {
  position: absolute;
  top: 63.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.fv__text {
  margin-top: 17px;
  font-size: 14px;
  line-height: 1.25;
  font-family: "Kiwi Maru", serif;
  text-shadow: 0px 0px 30px #fff;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .fv__text {
    margin-top: 35px;
    font-size: 24px;
    font-weight: 500;
  }
}
.fv__img-title1 {
  margin-top: 20px;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .fv__img-title1 {
    margin-top: 24px;
    max-width: 520px;
  }
}
.fv__img-title2 {
  margin-top: 12px;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .fv__img-title2 {
    margin-top: 16px;
    width: 356px;
  }
}
.fv__contents {
  margin-top: 113px;
}
@media screen and (min-width: 1024px) {
  .fv__contents {
    margin-top: 33px;
  }
}
.fv__img-speech-balloon {
  position: absolute;
  width: 139.672px;
  bottom: calc(100% + 16px);
  left: -68px;
}
@media screen and (min-width: 1024px) {
  .fv__img-speech-balloon {
    width: 244px;
    top: -33px;
    bottom: auto;
    left: auto;
    right: calc(100% + 18px);
  }
}
.fv__img-present {
  position: absolute;
  width: 110px;
  bottom: 401px;
  right: -42px;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .fv__img-present {
    width: 180px;
    top: -16px;
    bottom: auto;
    right: -172px;
  }
}
.fv__img-smartphone {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .fv__img-smartphone {
    width: 250px;
  }
}
.fv__img-food {
  position: absolute;
  width: 90.26px;
  bottom: -11px;
  left: -68px;
}
.fv__img-food img {
  aspect-ratio: 90.26/141;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .fv__img-food {
    width: 212px;
    bottom: -16px;
    left: auto;
    right: calc(100% + 85px);
  }
  .fv__img-food img {
    aspect-ratio: 212/332;
    width: 100%;
  }
}
.fv__img-black-cat {
  position: absolute;
  width: 62px;
  bottom: 47px;
  left: calc(100% + 5px);
}
@media screen and (min-width: 1024px) {
  .fv__img-black-cat {
    width: 170px;
    bottom: 44px;
    left: calc(100% + 66px);
  }
}
.fv__img-brown-cat {
  position: absolute;
  width: 98px;
  bottom: -11px;
  right: -58px;
}
@media screen and (min-width: 1024px) {
  .fv__img-brown-cat {
    width: 233px;
    bottom: -60px;
    left: calc(100% + 66px);
    right: auto;
  }
}

.smartphone__inner {
  position: relative;
}
.smartphone__contents {
  position: absolute;
  top: 124.6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160px;
  border-radius: 12.8px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .smartphone__contents {
    top: 152.5px;
    width: 200px;
  }
}
.smartphone__hashtag {
  padding: 6.4px 18.5px;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  font-size: 12.8px;
  font-weight: 700;
  border-radius: 12.8px 12.8px 0 0;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .smartphone__hashtag {
    padding: 8px 12px;
    font-size: 16px;
  }
}
.smartphone__item {
  margin-top: 12.8px;
  font-size: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2.4px solid var(--LP-Red, #ce2073);
}
@media screen and (min-width: 1024px) {
  .smartphone__item {
    margin-top: 16px;
    font-size: 14px;
    border-bottom: 3px solid var(--LP-Red, #ce2073);
  }
}
.smartphone__period {
  font-weight: 700;
  margin-top: 3px;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .smartphone__period {
    margin-top: 6px;
    font-size: 16px;
  }
}
.smartphone__btn {
  margin-top: 12.8px;
  margin-bottom: 19.2px;
}
.smartphone__btn a {
  display: flow-root;
  font-size: 14px;
  font-weight: 700;
  border-radius: 40px;
  padding: 3px 22px 3px;
  border: 2px solid currentColor;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px currentColor;
          box-shadow: 0px 4px 0px 0px currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.smartphone__btn a:hover {
  background: #ffee56;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .smartphone__btn {
    margin-top: 15.8px;
    margin-bottom: 23.2px;
  }
  .smartphone__btn a {
    font-size: 16px;
    padding: 3px 22px 7px;
  }
}

.about {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #e9f6f8;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .about {
    padding-bottom: 60px;
  }
}
.about__foot-print {
  position: absolute;
  width: 54px;
  top: 22px;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .about__foot-print {
    width: 100px;
    top: -48px;
    left: calc(50% + 424px + 66.12px);
    right: auto;
  }
}
.about__pic-diagonal {
  display: none;
}
@media screen and (min-width: 1024px) {
  .about__pic-diagonal {
    display: block;
    position: absolute;
    width: 250px;
    top: 12px;
    left: -23px;
  }
}
.about__pic-left {
  position: absolute;
  width: 200px;
  top: 426px;
  right: calc(50% + 127.5px);
}
@media screen and (min-width: 1024px) {
  .about__pic-left {
    width: 480px;
    top: 105px;
    left: -338px;
    right: auto;
  }
}
.about__pic-right {
  position: absolute;
  width: 200px;
  top: 304px;
  left: calc(50% + 127.5px);
}
@media screen and (min-width: 1024px) {
  .about__pic-right {
    width: 480px;
    top: 105px;
    right: -284px;
    left: auto;
  }
}
.about__pic-slope {
  position: absolute;
  width: 137px;
  bottom: 96px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .about__pic-slope {
    width: 427px;
    bottom: 183px;
    left: -103px;
  }
}
.about__pic-button {
  position: absolute;
  width: 48px;
  bottom: 250px;
  left: calc(50% + 167.5px - 49px);
}
@media screen and (min-width: 1024px) {
  .about__pic-button {
    width: 101px;
    bottom: 619px;
    left: calc(50% + 424px + 81px);
  }
}
.about__pic-wallet {
  position: absolute;
  width: 133px;
  bottom: 192px;
  left: calc(50% - 3px);
}
@media screen and (min-width: 1024px) {
  .about__pic-wallet {
    width: 308px;
    bottom: 413px;
    left: calc(50% + 374px);
  }
}
.about__inner {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .about__inner {
    width: 888px;
  }
}
.about-card {
  border-radius: 24px;
  background: #fff;
  padding: 40px 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 375px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .about-card {
    border-radius: 40px;
    max-width: 848px;
  }
}
.about-card__title {
  position: relative;
  width: 249px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .about-card__title {
    width: 360px;
  }
}
.about-card__pic-left {
  position: absolute;
  width: 88px;
  top: -8.13px;
  left: -9.5px;
}
@media screen and (min-width: 1024px) {
  .about-card__pic-left {
    width: 150px;
    top: -3.13px;
    left: -161.5px;
  }
}
.about-card__pic-right {
  position: absolute;
  width: 88px;
  top: -10px;
  right: -22.72px;
}
@media screen and (min-width: 1024px) {
  .about-card__pic-right {
    width: 147px;
    top: 6px;
    right: -159.72px;
  }
}
.about-card__sumarry {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .about-card__sumarry {
    margin-top: 32px;
    font-size: 16px;
  }
}
.about-card__textarea {
  margin-top: 23px;
}
@media screen and (min-width: 1024px) {
  .about-card__textarea {
    margin-top: 32px;
  }
}
.about-card__text + .about-card__text {
  margin-top: 18.5px;
}
@media screen and (min-width: 1024px) {
  .about-card__text + .about-card__text {
    margin-top: 27.5px;
  }
}
.about-card__text a {
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.about-card__text a:hover {
  color: #67b0c7;
  cursor: pointer;
}
.about-card__text span {
  font-weight: 700;
}
.about-card__present {
  margin-top: 24px;
  padding-top: 7px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px dashed var(--LP-Blue, #9ed0e0);
}
@media screen and (min-width: 1024px) {
  .about-card__present {
    margin-top: 32px;
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 11px;
  }
}
.about-card__btn {
  margin-top: 23px;
}
.about-card__btn a {
  display: flow-root;
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  padding: 4px 22px 7px;
  border: 2px solid currentColor;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px currentColor;
          box-shadow: 0px 4px 0px 0px currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.about-card__btn a:hover {
  background: #ffee56;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .about-card__btn a {
    margin-top: 31px;
    font-size: 20px;
    padding: 7px 37px 10px;
    border: 3px solid currentColor;
  }
}
.about-card::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 36px;
  background: url(../img/about/arrow.png) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .about-card::before {
    width: 140px;
    height: 50px;
  }
}

.about-bottom {
  text-align: center;
  padding-top: 138px;
}
@media screen and (min-width: 1024px) {
  .about-bottom {
    padding-top: 167px;
  }
}
.about-bottom__pic-onomichi img {
  width: 355px;
}
@media screen and (min-width: 1024px) {
  .about-bottom__pic-onomichi img {
    width: 891px;
  }
}
.about-slider {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .about-slider {
    margin-top: -5px;
  }
}

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

.about-swiper-slide {
  width: 100px;
}
@media screen and (min-width: 1024px) {
  .about-swiper-slide {
    width: 200px;
  }
}

.how-to-enter {
  padding-top: 32px;
  padding-bottom: 20px;
  background: #e9f6f8;
}
@media screen and (min-width: 1024px) {
  .how-to-enter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.how-to-enter__inner {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__inner {
    padding-left: 36px;
    padding-right: 36px;
    max-width: 1512px;
  }
}
.how-to-enter__img-map {
  position: absolute;
  width: 149px;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__img-map {
    width: 460px;
    top: -62px;
    left: 36px;
  }
}
.how-to-enter__img-brown-cat {
  position: absolute;
  width: 105px;
  top: 0;
  right: 24px;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__img-brown-cat {
    width: 238px;
    top: -28px;
    right: 231px;
  }
}
.how-to-enter__img-black-cat {
  position: absolute;
  width: 94px;
  top: 5px;
  right: -31px;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__img-black-cat {
    width: 214px;
    top: -18px;
    right: 105px;
  }
}
.how-to-enter__img-foot-print-right {
  position: absolute;
  width: 55px;
  top: 74px;
  right: 20px;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__img-foot-print-right {
    width: 100px;
    top: 148px;
    right: 36px;
    z-index: -1;
  }
}
.how-to-enter__img-foot-print-left {
  position: absolute;
  width: 55px;
  top: 550px;
  left: 20px;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__img-foot-print-left {
    width: 100px;
    top: auto;
    bottom: 35px;
    left: 36px;
  }
}
.how-to-enter__img-foot-print-under-right {
  position: absolute;
  width: 55px;
  bottom: 361px;
  right: 20px;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__img-foot-print-under-right {
    display: none;
  }
}
.how-to-enter__contents {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__contents {
    margin-top: 40px;
  }
}
.how-to-enter__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18.5px;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}
.how-to-enter__step {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__step {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-enter__step.step2 {
    margin-top: 69px;
    position: relative;
  }
  .how-to-enter__step.step2::before, .how-to-enter__step.step2::after {
    position: absolute;
    content: "";
    top: 136px;
    width: 113px;
    height: 24px;
    background: url(../img/how-to-enter/img-step-line-pc.png) no-repeat center center/contain;
  }
  .how-to-enter__step.step2::before {
    left: -97px;
  }
  .how-to-enter__step.step2::after {
    right: -57px;
  }
}
.how-to-enter__step-img {
  display: block;
  width: 196px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__step-img {
    width: 280px;
  }
}
.how-to-enter__step-heading {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__step-heading {
    margin-top: 24px;
    font-size: 20px;
  }
}
.how-to-enter__step-text {
  margin-top: 16px;
  white-space: nowrap;
}
.how-to-enter__step-text a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.how-to-enter__step-text a:hover {
  color: #67b0c7;
  cursor: pointer;
}
.how-to-enter__step-text span {
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__step-text {
    font-size: 16px;
  }
}
.how-to-enter__step-follow {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 12px 8px 40px;
  background: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.how-to-enter__step-follow::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
  width: 20px;
  height: 20px;
  background: url(../img/how-to-enter/instagram-icon-sp.png) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__step-follow {
    font-size: 16px;
  }
  .how-to-enter__step-follow::before {
    width: 24px;
    height: 24px;
  }
}
.how-to-enter__step-line {
  width: 7px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__step-line {
    display: none;
  }
}
.how-to-enter__btn {
  margin-top: 16px;
  margin-bottom: 20px;
}
.how-to-enter__btn a {
  text-align: center;
  display: flow-root;
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  padding: 4px 22px 6px;
  border: 2px solid currentColor;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px currentColor;
          box-shadow: 0px 4px 0px 0px currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.how-to-enter__btn a:hover {
  background: #ffee56;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .how-to-enter__btn {
    margin-top: 47px;
  }
  .how-to-enter__btn a {
    font-size: 20px;
    border: 3px solid currentColor;
    padding: 9px 37px 9px;
  }
}

.prizes {
  padding-top: 82px;
  background: #e9f6f8;
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 1024px) {
  .prizes {
    padding-top: 194px;
  }
  .prizes::before, .prizes::after {
    position: absolute;
    content: "";
    width: 315px;
    height: 86px;
    top: 73px;
    z-index: 1;
  }
  .prizes::before {
    right: calc(50% + 196px);
    background: url(../img/prizes/bg-left-icon.png) no-repeat center center/contain;
  }
  .prizes::after {
    left: calc(50% + 196px);
    background: url(../img/prizes/bg-right-icon.png) no-repeat center center/contain;
  }
}
.prizes__under-bg-pic img {
  margin-top: -43px;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow-y: hidden;
}
@media screen and (min-width: 1024px) {
  .prizes__under-bg-pic img {
    margin-top: 0;
    height: 640px;
  }
}
.prizes__inner {
  padding-top: 60px;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 24px;
  background: #fff;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.prizes__inner::before {
  position: absolute;
  content: "";
  top: -83px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 237.6px;
  height: 83px;
  background: url(../img/prizes/semicircle-sp.png) no-repeat center center/contain;
  z-index: 1;
}
@media screen and (min-width: 698px) and (max-width: 1024px) {
  .prizes__inner {
    padding-left: 5.46875%;
    padding-right: 5.46875%;
  }
}
@media screen and (min-width: 1024px) {
  .prizes__inner {
    padding-top: 64px;
    padding-left: 56px;
    padding-right: 56px;
    padding-bottom: 53px;
  }
  .prizes__inner::before {
    top: -147px;
    width: 366px;
    height: 149px;
    background: url(../img/prizes/semicircle-pc.png) no-repeat center center/contain;
  }
}
.prizes__title {
  position: absolute;
  top: -63px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .prizes__title {
    top: -120px;
  }
}
.prizes__text {
  text-align: center;
}
.prizes__cards {
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 698px) and (max-width: 1024px) {
  .prizes__cards {
    margin-top: 84px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes__cards {
    margin-top: 84px;
  }
}
.prizes__cards-over {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 1024px) {
  .prizes__cards-over {
    gap: 32px;
  }
}
.prizes__cards-under {
  margin-top: 38px;
  display: grid;
  grid-template-columns: auto auto; /* 2列 */
  grid-template-rows: auto auto; /* 2行 */
  gap: 38px 15px;
}
@media screen and (min-width: 698px) and (max-width: 1024px) {
  .prizes__cards-under {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .prizes__cards-under {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
  }
}
.prizes__btn {
  margin-top: 18px;
  text-align: center;
}
.prizes__btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  padding: 5px 22px 5px;
  border: 2px solid currentColor;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px currentColor;
          box-shadow: 0px 4px 0px 0px currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.prizes__btn a:hover {
  background: #ffee56;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .prizes__btn {
    margin-top: 40px;
  }
  .prizes__btn a {
    font-size: 20px;
    border: 3px solid currentColor;
    padding: 10px 37px 7px 37px;
  }
}

.prize-card {
  background: #f5f5f5;
  border-radius: 8px;
  display: inline-block;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: outline 0.3s;
  transition: outline 0.3s;
}
.prize-card:hover {
  outline: 4px solid #9ed0e0;
  cursor: pointer;
}
.prize-card:hover .prize-card__pic img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.prize-card:hover .prize-card__text::before {
  background-color: #9ed0e0;
}
@media screen and (min-width: 1024px) {
  .prize-card {
    border-radius: 24px;
  }
  .prize-card.is-type34 {
    border-radius: 16px;
  }
}
.prize-card.is-type5 {
  grid-column: span 2; /* 2列を占有 */
  width: calc((100% - 15px) / 2);
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
}
.prize-card__pic {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  display: block;
}
.prize-card__pic img {
  border-radius: 8px 8px 0 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 1024px) {
  .prize-card__pic {
    border-radius: 24px 24px 0 0;
  }
  .prize-card__pic img {
    border-radius: 24px 24px 0 0;
    width: 440px;
  }
  .prize-card__pic.is-type345 {
    border-radius: 16px 16px 0 0;
  }
  .prize-card__pic.is-type345 img {
    border-radius: 16px 16px 0 0;
    width: 280px;
    height: 240px;
  }
}
.prize-card__text {
  text-align: center;
  font-weight: 700;
  padding: 9px 0;
  position: relative;
}
.prize-card__text.is-type3 {
  padding: 18.5px 0;
}
.prize-card__text::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #67b0c7;
  border-radius: 0 0 8px 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.prize-card__text::after {
  position: absolute;
  content: "";
  bottom: 6.12px;
  right: 5.22px;
  width: 11.52px;
  height: 11.52px;
  background: url(../img/prizes/img_prizes_zoom_icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .prize-card__text {
    padding: 14px 0;
  }
  .prize-card__text::before {
    width: 60px;
    height: 60px;
    border-radius: 0 0 16px 0;
  }
  .prize-card__text::after {
    bottom: 8.96px;
    right: 8px;
    width: 20.48px;
    height: 20.48px;
  }
  .prize-card__text.is-type1 {
    font-size: 20px;
    padding: 28px 0;
  }
  .prize-card__text.is-type1::before {
    width: 100px;
    height: 100px;
    border-radius: 0 0 24px 0;
  }
  .prize-card__text.is-type1::after {
    bottom: 14px;
    right: 12.5px;
    width: 32px;
    height: 32px;
  }
  .prize-card__text.is-type2 {
    font-size: 20px;
    padding: 44px 0;
  }
  .prize-card__text.is-type2::before {
    width: 100px;
    height: 100px;
    border-radius: 0 0 24px 0;
  }
  .prize-card__text.is-type2::after {
    bottom: 14px;
    right: 12.5px;
    width: 32px;
    height: 32px;
  }
  .prize-card__text.is-type3 {
    padding: 27px 0;
  }
}
.prize-card__icon {
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 46px;
  height: 46px;
  background: url(../img/prizes/star-icon.png) no-repeat center center/contain;
  text-align: center;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
}
@media screen and (min-width: 698px) and (max-width: 1024px) {
  .prize-card__icon.is-type12 {
    top: -49px;
    width: 98px;
    height: 98px;
  }
  .prize-card__icon.is-type345 {
    top: -40px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .prize-card__icon.is-type12 {
    top: -49px;
    width: 98px;
    height: 98px;
  }
  .prize-card__icon.is-type345 {
    top: -40px;
    width: 80px;
    height: 80px;
  }
}
.prize-card__icon-text {
  margin-top: 1px;
  font-size: 7.68px;
}
@media screen and (min-width: 698px) and (max-width: 1024px) {
  .prize-card__icon-text.is-type12 {
    font-size: 16px;
  }
  .prize-card__icon-text.is-type345 {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 1024px) {
  .prize-card__icon-text.is-type12 {
    font-size: 16px;
  }
  .prize-card__icon-text.is-type345 {
    font-size: 12.8px;
  }
}
.prize-card__icon-num {
  font-family: "Josefin Sans", serif;
  font-size: 23.04px;
  line-height: 1;
}
@media screen and (min-width: 698px) and (max-width: 1024px) {
  .prize-card__icon-num.is-type12 {
    font-size: 48px;
  }
  .prize-card__icon-num.is-type345 {
    font-size: 38.4px;
  }
}
@media screen and (min-width: 1024px) {
  .prize-card__icon-num.is-type12 {
    font-size: 48px;
  }
  .prize-card__icon-num.is-type345 {
    font-size: 38.4px;
  }
}

.modal-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 24px;
  background: #fff;
  text-align: center;
  width: 336px;
  padding-bottom: 69px;
}
@media screen and (min-width: 1024px) {
  .modal {
    width: 480px;
    padding-bottom: 114px;
  }
}
.modal__img img {
  border-radius: 24px 24px 0 0;
}
.modal__title {
  margin-top: 39px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .modal__title {
    margin-top: 32px;
    font-size: 20px;
  }
}
.modal__text {
  margin-top: 12px;
}
.modal__close-btn {
  margin-top: 22px;
}
.modal__close-btn a {
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  padding: 5px 22px 9px;
  border: 2px solid currentColor;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px currentColor;
          box-shadow: 0px 4px 0px 0px currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.modal__close-btn a:hover {
  background: #ffee56;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .modal__close-btn {
    margin-top: 30px;
  }
}

.spots {
  padding-bottom: 20px;
  background: #67b0c7;
  position: relative;
}
.spots::before {
  position: absolute;
  content: "";
  top: -45.7px;
  left: 0;
  width: 100%;
  height: 45.7px;
  background: url(../img/spots/img-bg-wave-sp.png) repeat-x left -3px center/contain;
}
@media screen and (min-width: 1024px) {
  .spots {
    padding-bottom: 5px;
  }
  .spots::before {
    top: -120px;
    height: 120px;
    background: url(../img/spots/img-bg-wave-pc.png) repeat-x left -3px center/contain;
  }
}
@media screen and (min-width: 1024px) {
  .spots__inner {
    position: relative;
  }
  .spots__inner::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -208px;
    width: 100px;
    height: 220px;
    background: url(../img/spots/img-bg-pawpads.png) no-repeat center center/contain;
  }
}
.spots__over {
  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) {
  .spots__over {
    margin-left: calc(50% - 512px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    margin-bottom: 67px;
  }
}
.spots__title {
  color: #ffffff;
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  padding-left: 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.spots__title::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 28px;
  background: url(../img/spots/icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .spots__title {
    width: 56px;
    margin-left: 0;
    margin-right: 0;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 40px;
    padding-left: 0;
    padding-top: 72.6px;
    letter-spacing: 10px;
  }
  .spots__title::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 56px;
    height: 56px;
    background: url(../img/spots/icon.png) no-repeat center center/contain;
  }
}
.spots__swiper {
  position: relative;
}
.spots__swiper-button-prev, .spots__swiper-button-next {
  display: none;
}
@media screen and (min-width: 1024px) {
  .spots__swiper-button-prev, .spots__swiper-button-next {
    display: block !important;
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: -27px;
    z-index: 10;
    overflow: visible;
  }
  .spots__swiper-button-prev:hover, .spots__swiper-button-next:hover {
    cursor: pointer;
  }
}
.spots__swiper-button-prev {
  left: -48px;
  background: url(../img/spots/prev.png) no-repeat center center/contain;
}
.spots__swiper-button-next {
  left: 814px;
  background: url(../img/spots/next.png) no-repeat center center/contain;
}
.spots__under {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .spots__under {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.spots__logo {
  width: 255px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .spots__logo {
    width: 495px;
    margin-left: 0;
  }
}
.spots__text {
  color: #ffffff;
  font-size: 11.444px;
}
@media screen and (min-width: 1024px) {
  .spots__text {
    font-size: 16px;
  }
}
.spots__button {
  margin-top: 24px;
}
.spots__button a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  padding: 5px 22px 5px;
  border: 2px solid currentColor;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px currentColor;
          box-shadow: 0px 4px 0px 0px currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.spots__button a:hover {
  background: #ffee56;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .spots__button {
    margin-left: 7px;
  }
  .spots__button a {
    font-size: 20px;
    border: 3px solid currentColor;
    padding: 10px 37px 10px 37px;
  }
}

@media screen and (min-width: 1024px) {
  .spots-slider {
    width: calc(100% - 56px - 32px);
  }
}

figure {
  margin: 0;
}

.spots-card {
  height: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .spots-card {
    border-radius: 24px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 40px;
  }
}
.spots-card__img {
  display: block;
  width: calc(100% + 48px);
  margin-left: -24px;
}
@media screen and (min-width: 1024px) {
  .spots-card__img {
    width: calc(100% + 64px);
    margin-left: -32px;
  }
}
.spots-card__title {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .spots-card__title {
    margin-top: 24px;
    font-size: 20px;
  }
}
.spots-card__text {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .spots-card__text {
    margin-top: 24px;
  }
}

.qa {
  background: #e9f6f8;
  padding-top: 85px;
  padding-bottom: 20px;
  position: relative;
}
.qa::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 45.71px;
  background: url(../img/qa/img-bg-wave-sp.png) repeat-x left -3px center/contain;
}
@media screen and (min-width: 1024px) {
  .qa {
    padding-top: 240px;
  }
  .qa::before {
    height: 120px;
    background: url(../img/qa/img-bg-wave-pc.png) repeat-x left -3px center/contain;
  }
}
.qa__inner {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .qa__inner {
    max-width: 1064px;
  }
}
.qa__boxes {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .qa__boxes {
    margin-top: 38px;
  }
}
.qa__box {
  margin-bottom: 11px;
}
@media screen and (min-width: 1024px) {
  .qa__box {
    margin-bottom: 24px;
  }
}

.qa-box {
  border-radius: 12px;
  border: 2px solid var(--LP-Blown, #4a3636);
  overflow: hidden;
}
.qa-box:hover {
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .qa-box {
    border-radius: 16px;
  }
}
.qa-box__question {
  padding: 10px 14px;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .qa-box__question {
    padding: 24px;
  }
}
.qa-box__question-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 38.18px;
}
@media screen and (min-width: 1024px) {
  .qa-box__question-wrapper {
    gap: 16px;
    padding-right: 72px;
  }
}
.qa-box__question-icon {
  color: #9ed0e0;
  font-family: "Josefin Sans", serif;
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (min-width: 1024px) {
  .qa-box__question-icon {
    font-size: 32px;
  }
}
.qa-box__question-text {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .qa-box__question-text {
    font-size: 20px;
  }
}
.qa-box__question-button {
  position: absolute;
  width: 26.18px;
  height: 26.18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13px;
  border-radius: 50%;
  background: #9ed0e0;
}
.qa-box__question-button.is-checked .qa-box__question-button-bar:nth-of-type(1) {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .qa-box__question-button {
    width: 48px;
    height: 48px;
    right: 20px;
  }
}
.qa-box__question-button-inner {
  width: 26.18px;
  height: 26.18px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .qa-box__question-button-inner {
    width: 48px;
    height: 48px;
  }
}
.qa-box__question-button-bar {
  position: absolute;
  border: 0.73px solid #fff;
  border-radius: 100vh;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.qa-box__question-button-bar:nth-of-type(1) {
  width: 0;
  height: 10.182px;
  top: 8.6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}
.qa-box__question-button-bar:nth-of-type(2) {
  width: 10.182px;
  height: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .qa-box__question-button-bar {
    border: 1.3px solid #fff;
  }
  .qa-box__question-button-bar:nth-of-type(1) {
    top: 15.6px;
    height: 18.67px;
  }
  .qa-box__question-button-bar:nth-of-type(2) {
    width: 18.67px;
  }
}
.qa-box__answer {
  display: none;
}
.qa-box__answer.is-open {
  display: block;
}
.qa-box__answer-wrapper {
  background: #f5f5f5;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .qa-box__answer-wrapper {
    padding: 24px;
  }
}
.qa-box__answer-icon {
  color: #9ed0e0;
  font-family: "Josefin Sans", serif;
  font-size: 24px;
  line-height: 1.25;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .qa-box__answer-icon {
    font-size: 32px;
  }
}
.qa-box__answer-text {
  font-size: 14px;
}
.qa-box__answer-text span {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .qa-box__answer-text {
    font-size: 16px;
  }
}

.entry-requirements {
  background: #e9f6f8;
  padding-bottom: 31px;
}
@media screen and (min-width: 1024px) {
  .entry-requirements {
    padding-top: 76px;
    padding-bottom: 120px;
  }
}
.entry-requirements__outer {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .entry-requirements__outer {
    max-width: 1064px;
  }
}
.entry-requirements__inner {
  border: 8px solid var(--LP-White, #fff);
  background: rgba(255, 255, 255, 0.5);
  padding: 16px 15.5px;
}
@media screen and (min-width: 1024px) {
  .entry-requirements__inner {
    padding: 32px 48px;
  }
}
.entry-requirements__contents {
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .entry-requirements__contents {
    margin-top: 28px;
  }
}
.entry-requirements__list {
  padding-top: 11px;
  padding-bottom: 15px;
  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;
}
.entry-requirements__list:nth-child(n+2) {
  border-top: 1px solid var(--LP-Dark-Gray, #ccc);
}
@media screen and (min-width: 1024px) {
  .entry-requirements__list {
    padding: 12px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.entry-requirements__term {
  font-size: 14px;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
}
.entry-requirements__term::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/entry-requirements/dt-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .entry-requirements__term {
    font-size: 16px;
    width: 240px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 25.6px;
    padding-left: 32px;
  }
  .entry-requirements__term::before {
    left: 16px;
  }
}
.entry-requirements__description a {
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.entry-requirements__description a:hover {
  color: #67b0c7;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .entry-requirements__description {
    max-width: 672px;
    font-size: 16px;
  }
}
.entry-requirements__description-list {
  list-style: disc;
  padding-left: 19px;
}
@media screen and (min-width: 1024px) {
  .entry-requirements__description-list {
    padding-left: 25px;
  }
}
.entry-requirements__description-item {
  line-height: 1.59;
}
@media screen and (min-width: 1024px) {
  .entry-requirements__description-item {
    line-height: 1.62;
  }
}

.contact {
  padding-top: 39px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .contact {
    padding-top: 120px;
    padding-bottom: 113px;
  }
}
.contact__inner {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .contact__inner {
    max-width: 888px;
  }
}
.contact__contents {
  margin-top: 23px;
}
@media screen and (min-width: 1024px) {
  .contact__contents {
    margin-top: 32px;
  }
}
.contact__text {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .contact__form {
    padding-top: 16px;
  }
}
.contact__field {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .contact__field {
    margin-top: 23px;
  }
}
.contact__privacy {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .contact__privacy {
    margin-top: 40px;
  }
}
.contact__btn {
  margin-top: 25px;
  text-align: center;
}
.contact__btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  padding: 4px 22px 6px;
  border: 2px solid currentColor;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px currentColor;
          box-shadow: 0px 4px 0px 0px currentColor;
  margin-bottom: 4px;
  white-space: nowrap;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.contact__btn a:hover {
  background: #ffee56;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .contact__btn {
    margin-top: 40px;
  }
  .contact__btn a {
    padding: 4px 38px 6px;
  }
}

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .form-field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-field.message {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .form-field__head {
    width: 180px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 57.6px;
  }
  .form-field__head.message {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.form-field__label {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .form-field__label {
    font-size: 16px;
  }
}
.form-field__tag {
  color: #ffffff;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
  background: #ce2073;
}
@media screen and (min-width: 1024px) {
  .form-field__tag {
    font-size: 12px;
  }
}
.form-field__item.select {
  position: relative;
}
.form-field__item.select::before, .form-field__item.select::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-field__item.select::before {
  width: 52px;
  height: 54px;
  right: 0;
  background-color: #9ed0e0;
  border-radius: 0 8px 8px 0;
  z-index: 100;
}
.form-field__item.select.invalid::before {
  background-color: #ce2073;
}
.form-field__item.select::after {
  width: 32px;
  height: 32px;
  right: 10.5px;
  background: url(../img/contact/allow.png) no-repeat center center/contain;
  z-index: 101;
}
@media screen and (min-width: 1024px) {
  .form-field__item {
    width: 628px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .form-field__item.select::before {
    height: 57.5px;
  }
}
.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .form-field__radios {
    margin-left: 1px;
  }
}

.form-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: inherit;
  vertical-align: top;
  width: 100%;
  border-radius: 8px;
  border: none;
  background: #f5f5f5;
  padding: 16px;
}
.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 {
  outline: none;
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
}
.form-text:user-invalid {
  border: 1px solid #ce2073;
  background: #fff0f7;
}
@media screen and (min-width: 1024px) {
  .form-text {
    font-size: 16px;
  }
}

.form-select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: inherit;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border-radius: 8px;
  border: none;
  background: #f5f5f5;
  padding: 16px;
  position: relative;
}
.form-select:focus {
  outline: none;
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
}
.form-select:user-invalid {
  border: 1px solid #ce2073;
  background: #fff0f7;
}
@media screen and (min-width: 1024px) {
  .form-select {
    font-size: 16px;
  }
}

.form-radio {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio__input:hover + .form-radio__text::before {
  border: 1px solid #9ed0e0;
}
.form-radio__input:checked + .form-radio__text {
  font-weight: 700;
}
.form-radio__input:checked + .form-radio__text::after {
  opacity: 1;
}
.form-radio__text {
  font-size: 14px;
  padding-left: 32px;
  position: relative;
}
.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;
  left: 0;
  background: #f5f5f5;
}
.form-radio__text::after {
  width: 12px;
  height: 12px;
  background: #9ed0e0;
  left: 6px;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .form-radio__text {
    font-size: 16px;
  }
}

.form-textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: inherit;
  vertical-align: top;
  border-radius: 8px;
  border: none;
  background: #f5f5f5;
  width: 100%;
  height: 160px;
  padding: 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 {
  outline: none;
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
}
.form-textarea:user-invalid {
  border: 1px solid #ce2073;
  background: #fff0f7;
}
@media screen and (min-width: 1024px) {
  .form-textarea {
    font-size: 16px;
  }
}

.form-checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.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;
}
.form-checkbox__text a {
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form-checkbox__text a:hover {
  color: #67b0c7;
  cursor: pointer;
}
.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: #f5f5f5;
}
.form-checkbox__text::after {
  width: 14px;
  height: 9px;
  left: 5px;
  background: url(../img/contact/check-icon.png) no-repeat center center/contain;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}

.footer {
  background-color: #e9f6f8;
  padding-top: 41px;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding-top: 122px;
    position: relative;
  }
  .footer::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 220px;
    top: 80px;
    left: calc(50% + 576px);
    background: url(../img/footer/img-bg-pawpads.png) no-repeat center center/contain;
  }
}
.footer__inner {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 172px;
}
@media screen and (min-width: 1024px) {
  .footer__inner {
    padding-bottom: 238px;
    max-width: 1064px;
  }
}
.footer__title-text {
  text-align: center;
  font-family: "Josefin Sans", serif;
  font-size: 20px;
  line-height: 1.25;
}
@media screen and (min-width: 1024px) {
  .footer__title-text {
    font-size: 24px;
  }
}
.footer__title-icons {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.footer__title-icon {
  width: 32px;
}
@media screen and (min-width: 1024px) {
  .footer__title-icon {
    width: 40px;
  }
}
.footer__logo {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 328px;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    margin-top: 40px;
    width: 755px;
  }
}
.footer__info {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .footer__info {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1024px;
  }
}
.footer__info-map {
  aspect-ratio: 335/271;
}
@media screen and (min-width: 1024px) {
  .footer__info-map {
    width: 512px;
    height: 400px;
  }
}
.footer__copyright {
  background-color: #67b0c7;
  padding-bottom: 24px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  position: relative;
}
.footer__copyright::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 45.7px;
  top: -45.7px;
  left: 0;
  background: url(../img/footer/img_bg_wave-sp.png) repeat-x left -6px center/contain;
}
@media screen and (min-width: 1024px) {
  .footer__copyright {
    font-size: 14px;
  }
  .footer__copyright::before {
    top: -120px;
    height: 120px;
    background: url(../img/footer/img-bg-wave-pc.png) repeat-x left -4px center/contain;
  }
}

.text-infomation {
  padding: 21px 27.5px 23px 27.5px;
}
@media screen and (min-width: 1024px) {
  .text-infomation {
    padding: 102px 61.5px;
  }
}
.text-infomation__head {
  width: 153px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .text-infomation__head {
    width: 183px;
    margin-left: 0;
  }
}
.text-infomation__list {
  margin-top: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  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: 1024px) {
  .text-infomation__list {
    width: 389px;
    padding-top: 0;
    padding-bottom: 0;
    gap: 12px;
  }
}
.text-infomation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-infomation__term {
  font-weight: 700;
  padding-left: 16px;
  width: 64px;
  white-space: nowrap;
  position: relative;
}
.text-infomation__term::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #9ed0e0;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .text-infomation__term {
    width: 104px;
  }
}
.page-top-sp {
  position: absolute;
  width: 75px;
  height: 78px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 111px;
}
@media screen and (min-width: 1024px) {
  .page-top-sp {
    display: none;
  }
}

.page-top-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-top-pc {
    position: fixed;
    display: block;
    z-index: 1000;
    width: 100px;
    height: 104px;
    right: 40px;
    bottom: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .page-top-pc.is-showed {
    opacity: 1;
    visibility: visible;
  }
}