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

.wrapper {
  overflow: hidden;
}

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

.title-img {
  text-align: center;
  margin-bottom: 6px;
}
.title-img img {
  width: 37.333px;
}
@media screen and (min-width: 900px) {
  .title-img img {
    width: 48px;
  }
}
@media screen and (min-width: 900px) {
  .title-img {
    margin-bottom: 8px;
  }
}

.title-en {
  text-align: center;
  font-family: "Courgette", cursive;
  line-height: 1.25;
  margin-bottom: 6px;
}
@media screen and (min-width: 900px) {
  .title-en {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

.title-jp {
  display: inline-block;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 6px;
  margin-bottom: 24px;
  border-bottom: 6px solid #ffee56;
}
@media screen and (min-width: 900px) {
  .title-jp {
    font-size: 32px;
    padding-bottom: 8px;
    margin-bottom: 33px;
    border-bottom: 8px solid #ffee56;
  }
}

.text-underline {
  text-decoration-line: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
.text-underline:hover {
  color: var(--LP-Dark-Blue, #67b0c7);
}

.text-hash {
  font-weight: 700;
}

.button {
  display: inline-block;
  padding-inline: 22px;
  padding-block: 4px 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #4a3636;
          box-shadow: 0px 2px 0px 0px #4a3636;
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button:hover {
  background-color: #ffee56;
}
.button-normal {
  font-size: 16px;
}

.wrapper {
  overflow: hidden;
}

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

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding-top: 17px;
  padding-bottom: 18px;
  z-index: 30;
}
@media screen and (min-width: 1200px) {
  .header {
    padding-top: 15px;
    padding-bottom: 13px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .header__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

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

.drawer-icon {
  width: 32px;
  height: 24px;
  position: relative;
  z-index: 51;
}
@media screen and (min-width: 1200px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked .drawer-icon-bar:nth-of-type(1) {
  width: 32px;
  top: 10.5px;
  -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: 10.5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drawer-icon.is-checked .drawer-icon-bar .drawer-icon-dot {
  display: none;
}

.drawer-icon-bar {
  width: 32px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
  background: #4a3636;
  -webkit-transition: rotate 0.3s linear, top 0.3s linear;
  transition: rotate 0.3s linear, top 0.3s linear;
}
.drawer-icon-bar:nth-of-type(1) {
  width: 25.6px;
  top: 1px;
}
.drawer-icon-bar:nth-of-type(2) {
  top: 13px;
}
.drawer-icon-bar:nth-of-type(3) {
  top: 25px;
}
.drawer-icon-bar .drawer-icon-dot {
  width: 4.8px;
  height: 3px;
  position: absolute;
  background: #4a3636;
  border-radius: 6px;
  top: 0px;
  left: 26.6px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 64px;
  right: 0;
  background: #ffffff;
  z-index: 29;
  padding: 82px 114px;
  -webkit-transform: translateY(calc(-100% - 64px));
          transform: translateY(calc(-100% - 64px));
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}
.drawer-content.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

.drawer-content__link {
  font-size: 14px;
  margin-bottom: 40px;
  display: block;
}

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

.header__link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 1200px) {
  .header__link {
    margin-left: 12px;
    font-size: 12px;
  }
  .header__link:hover {
    color: #67b0c7;
    text-decoration-line: underline;
  }
}

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

.fv {
  margin-top: 65px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .fv {
    margin-top: 64px;
  }
}

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

.fv__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 166px);
  overflow: hidden;
  border-radius: 0px 0px 24px 24px;
}
@media screen and (min-width: 900px) {
  .fv__background {
    height: calc(100% - 97px);
  }
}
.fv__background img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 100%;
  width: 100%;
}
.fv__discription {
  color: #4a3636;
  text-align: center;
  text-shadow: 0px 0px 30px #fff;
  font-family: "Kiwi Maru", serif;
  font-size: 14px;
  line-height: 125%;
  padding-top: 17px;
}
@media screen and (min-width: 900px) {
  .fv__discription {
    font-size: 24px;
    font-weight: 500;
    line-height: 125%;
    padding-top: 35px;
  }
}

.fv__heading {
  text-align: center;
  margin-top: 20px;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.fv__heading img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .fv__heading {
    margin-top: 24px;
  }
}

.fv__decoretion-wrap {
  margin-top: 10px;
  position: relative;
  height: 532px;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 900px) {
  .fv__decoretion-wrap {
    margin-top: 0;
    height: 560px;
  }
}

.fv__fukidashi-img {
  width: 142px;
  position: absolute;
  top: 7px;
  right: calc(50% + 25.5px);
}
@media screen and (min-width: 900px) {
  .fv__fukidashi-img {
    width: 244px;
    top: 0;
    right: calc(50% + 125px + 18px);
    left: auto;
  }
}

.fv__present-img {
  width: 110px;
  position: absolute;
  top: 0;
  left: calc(50% + 31.5px);
}
@media screen and (min-width: 900px) {
  .fv__present-img {
    width: 180px;
    top: 17px;
    left: calc(50% + 125px - 8px);
    right: auto;
  }
}

.fv-smartphone__area {
  position: absolute;
  bottom: 21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .fv-smartphone__area {
    bottom: 17px;
  }
}

.fv__smartphone-img {
  position: relative;
  width: 200px;
}
@media screen and (min-width: 900px) {
  .fv__smartphone-img {
    width: 250px;
  }
}

.fv__box {
  width: 160px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .fv__box {
    width: 200px;
  }
}

.fv-box {
  border-radius: 12.8px;
  position: absolute;
  top: 122.6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .fv-box {
    border-radius: 16px;
    top: 152.5px;
  }
}

.fv-box__head {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 6.4px;
  padding-bottom: 6.4px;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  color: #ffffff;
  text-align: center;
  font-size: 12.8px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .fv-box__head {
    font-size: 16px;
    padding-left: 16.5px;
    padding-right: 16.5px;
    padding-top: 9px;
    padding-bottom: 8px;
  }
}

.fv-box__body {
  text-align: center;
  padding-top: 8.8px;
  padding-bottom: 19.2px;
  background: #ffffff;
}
@media screen and (min-width: 900px) {
  .fv-box__body {
    padding-top: 14px;
    padding-bottom: 23px;
  }
}

.fv-box__title {
  display: inline-block;
  color: #4a3636;
  text-align: center;
  font-size: 12px;
  border-bottom: 2.4px solid var(--LP-Red, #ce2073);
}
@media screen and (min-width: 900px) {
  .fv-box__title {
    font-size: 14px;
    border-bottom: 3px solid var(--LP-Red, #ce2073);
  }
}

.fv-box__date {
  color: #4a3636;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin-top: 3.2px;
}
@media screen and (min-width: 900px) {
  .fv-box__date {
    font-size: 16px;
    margin-top: 4px;
  }
}

.fv-box__button {
  color: #4a3636;
  margin-top: 10.8px;
}
.fv-box__button a {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .fv-box__button {
    margin-top: 16px;
    border-radius: 40px;
    padding-bottom: 8px;
    line-height: 1.6;
  }
  .fv-box__button a {
    font-size: 16px;
  }
}

.fv__drink-cookie-container {
  position: absolute;
  bottom: 10px;
  right: calc(50% + 81px);
  left: auto;
}
@media screen and (min-width: 900px) {
  .fv__drink-cookie-container {
    right: calc(50% + 125px + 88px);
    bottom: 2px;
  }
}

.fv__drink-cookie {
  position: relative;
  width: 86px;
  height: 141px;
}
@media screen and (min-width: 900px) and (min-width: 900px) {
  .fv__drink-cookie {
    width: 202px;
    height: 332px;
  }
}

.fv_drink-img {
  position: absolute;
  top: 0;
  right: -4.74px;
}
.fv_drink-img img {
  width: 47.3px;
}
@media screen and (min-width: 900px) {
  .fv_drink-img {
    bottom: 42px;
    right: 0;
  }
  .fv_drink-img img {
    width: 111px;
  }
}

.fv__cookie-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.fv__cookie-img img {
  width: 54px;
}
@media screen and (min-width: 900px) {
  .fv__cookie-img {
    left: -7px;
  }
  .fv__cookie-img img {
    width: 127px;
  }
}

.fv__cat-container {
  position: absolute;
  bottom: 8px;
  left: calc(50% + 59.3px);
}
@media screen and (min-width: 900px) {
  .fv__cat-container {
    bottom: -43px;
    left: calc(50% + 125px + 66px);
  }
}

.fv__cats {
  position: relative;
  width: 107px;
  height: 130px;
}
@media screen and (min-width: 900px) {
  .fv__cats {
    width: 233px;
    height: 294px;
  }
}

.fv__blackcat {
  position: absolute;
  top: 0;
  right: 0;
}
.fv__blackcat img {
  width: 62px;
}
@media screen and (min-width: 900px) {
  .fv__blackcat {
    top: 0;
    right: 63px;
  }
  .fv__blackcat img {
    width: 170px;
  }
}

.fv__beigecat {
  position: absolute;
  bottom: 1px;
  left: 1px;
}
.fv__beigecat img {
  width: 98px;
}
@media screen and (min-width: 900px) {
  .fv__beigecat img {
    width: 233px;
  }
}

.about {
  overflow: hidden;
}

.about__wrapper {
  margin-top: 22px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 900px) {
  .about__wrapper {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}

.about__inner {
  max-width: 359px;
  padding-top: 40px;
  padding-bottom: 38px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
}
@media screen and (min-width: 600px) {
  .about__inner {
    max-width: 500px;
  }
}
@media screen and (min-width: 900px) {
  .about__inner {
    padding-top: 40px;
    padding-bottom: 38px;
    max-width: 720px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about__inner {
    max-width: 848px;
    padding-left: 114px;
    padding-right: 114px;
  }
}

.about__contents {
  text-align: center;
}

.about__title {
  text-align: center;
  position: relative;
}

.about__title-leftpic {
  position: absolute;
  width: 87px;
  height: auto;
  top: -8.13px;
  right: calc(50% + 18.7px + 28.3px);
}
@media screen and (min-width: 900px) {
  .about__title-leftpic {
    width: 146px;
    top: 0;
    right: calc(50% + 179px + 12.4px);
  }
}

.about__title-rightpic {
  position: absolute;
  width: 88px;
  height: auto;
  top: -10px;
  left: calc(50% + 18.7px + 41.5px);
}
@media screen and (min-width: 900px) {
  .about__title-rightpic {
    width: 146px;
    top: 7px;
    left: calc(50% + 179px + 13.1px);
  }
}

.about__body-discription {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .about__body-discription {
    font-size: 16px;
    margin-bottom: 33px;
  }
}

.about-texts {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .about-texts {
    margin-bottom: 32px;
  }
}

.about__text {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 19px;
}
@media screen and (min-width: 900px) {
  .about__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) {
  .about__text {
    margin-bottom: 27px;
  }
}
.about__text:nth-child(n+3) {
  margin-bottom: 18px;
}
@media screen and (min-width: 900px) {
  .about__text:nth-child(n+3) {
    margin-bottom: 24px;
  }
}
.about__text:nth-child(n+4) {
  margin-bottom: 27px;
}
@media screen and (min-width: 900px) {
  .about__text:nth-child(n+4) {
    margin-bottom: 44px;
  }
}

.about__present {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px dashed #9ed0e0;
  margin-bottom: 24px;
  padding-bottom: 6px;
}
@media screen and (min-width: 900px) {
  .about__present {
    font-size: 20px;
    margin-bottom: 32px;
    padding-bottom: 10px;
  }
}

.about__button {
  text-align: center;
}
.about__button a {
  font-size: 16px;
  padding: 5px 22px 6.5px 22px;
}
@media screen and (min-width: 900px) {
  .about__button {
    font-size: 20px;
    border-radius: 40px;
  }
  .about__button a {
    padding: 10px 40px 13px 40px;
    font-size: 20px;
  }
}

.about__decoration-wrap {
  position: relative;
}

.about__pawpads-pic {
  position: absolute;
  width: 54px;
  height: 120px;
  top: -50px;
  left: calc(50% + 115px + 18.5px);
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .about__pawpads-pic {
    width: 100px;
    height: 220px;
    top: -120px;
    left: calc(50% + 424px + 66.12px);
    z-index: -1;
  }
}

.about__left-stripe {
  display: none;
}
@media screen and (min-width: 900px) {
  .about__left-stripe {
    display: block;
    position: absolute;
    top: -60.4px;
    right: calc(50% + 424px + 103px);
    width: 250px;
  }
  .about__left-stripe img {
    width: 250px;
    height: 250px;
  }
}

.about__leftpic {
  position: absolute;
  top: 354.7px;
  right: calc(50% + 115px + 12.5px);
  width: 200px;
  height: 200px;
  z-index: -1;
}
.about__leftpic img {
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 900px) {
  .about__leftpic {
    top: 34px;
    right: calc(50% + 353px + 190px);
  }
  .about__leftpic img {
    width: 480px;
    height: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .about__leftpic {
    width: 100%;
  }
}

.about__rightpic {
  position: absolute;
  top: 232px;
  left: calc(50% + 115px + 12.5px);
  width: 200px;
  height: 200px;
  z-index: -1;
}
.about__rightpic img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .about__rightpic {
    top: 30.1px;
    left: calc(50% + 423px + 136.2px);
    width: 480px;
    height: 480px;
  }
  .about__rightpic img {
    width: 100%;
    height: 100%;
  }
}
.about__waves {
  display: none;
}
@media screen and (min-width: 1200px) {
  .about__waves {
    display: block;
    position: absolute;
    top: 557.3px;
    left: calc(50% + 180px + 268.1px);
  }
}

.about__wave-container {
  display: none;
}
@media screen and (min-width: 1200px) {
  .about__wave-container {
    display: block;
    position: relative;
    width: 873.9px;
    height: 45px;
  }
}

.about__wave1 {
  display: none;
}
@media screen and (min-width: 1200px) {
  .about__wave1 {
    display: block;
    position: absolute;
    width: 807px;
    height: 12px;
    top: 0;
    left: 67.1px;
  }
}

.about__wave2 {
  display: none;
}
@media screen and (min-width: 1200px) {
  .about__wave2 {
    display: block;
    position: absolute;
    width: 807px;
    height: 12px;
    bottom: 0;
    left: 0;
  }
}

.about__under-contents {
  height: 176.87px;
}
@media screen and (min-width: 900px) {
  .about__under-contents {
    height: 258px;
  }
}

.about__under-decoration {
  position: relative;
}

.about__arrow {
  position: absolute;
  width: 100px;
  height: 36px;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (min-width: 900px) {
  .about__arrow {
    width: 140px;
    height: 50px;
  }
}

.about__sakamichi-pic {
  position: absolute;
  width: 138px;
  height: auto;
  top: 1px;
  right: calc(50% + 48.5px);
}
@media screen and (min-width: 600px) {
  .about__sakamichi-pic {
    width: 200px;
    height: auto;
    top: 1px;
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 900px) {
  .about__sakamichi-pic {
    width: 427px;
    height: auto;
    top: -508px;
    left: auto;
    right: calc(50% + 424px + 8px);
  }
}

.about__onomichi-shape {
  position: absolute;
  top: 139.7px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 355px;
  height: 41.2px;
}
.about__onomichi-shape img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .about__onomichi-shape {
    top: 167px;
    width: 891px;
    height: 100px;
  }
  .about__onomichi-shape img {
    width: 100%;
  }
}

.about__goods-pic {
  position: absolute;
  top: 11.7px;
  left: calc(50% - 10.5px);
}
@media screen and (min-width: 600px) {
  .about__goods-pic {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 900px) {
  .about__goods-pic {
    top: -228.03px;
    left: calc(50% + 374px);
    right: auto;
  }
}

.about__goods-container {
  position: relative;
  width: 177px;
  height: 109px;
}
@media screen and (min-width: 900px) {
  .about__goods-container {
    width: 308px;
    height: 307px;
  }
}

.about__goods1 {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
}
@media screen and (min-width: 900px) {
  .about__goods1 {
    width: 101px;
    height: 100px;
    top: 0;
    right: 76px;
  }
}

.about__goods2 {
  position: absolute;
  width: 133px;
  height: 65.003px;
  bottom: 1px;
  left: 8px;
}
@media screen and (min-width: 900px) {
  .about__goods2 {
    width: 308px;
    height: 150.6px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
  }
}

.about__slider {
  height: 100px;
  margin-bottom: 32.8px;
}
.about__slider img {
  height: 100%;
}
@media screen and (min-width: 900px) {
  .about__slider {
    height: 200px;
    margin-bottom: 0;
  }
}

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

.about__slide {
  width: 100px;
  height: 100px;
}
.about__slide img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .about__slide {
    width: 200px;
    height: 200px;
  }
}

.howto {
  text-align: center;
  padding-top: 34px;
  padding-bottom: 37.67px;
}
@media screen and (min-width: 900px) {
  .howto {
    padding-top: 0;
    margin-top: 121px;
    margin-bottom: 0;
  }
}

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

.howto__decoration-wrap {
  position: relative;
}

.howto__mappic {
  position: absolute;
  width: 135px;
  height: auto;
  top: 1px;
  right: calc(50% + 52.5px);
}
@media screen and (min-width: 900px) {
  .howto__mappic {
    width: 420px;
    top: -60px;
    right: calc(50% + 299px);
  }
}

.howto__cats {
  position: absolute;
  width: 160px;
  height: 85px;
  top: 0;
  left: calc(50% + 58.5px);
}
@media screen and (min-width: 900px) {
  .howto__cats {
    width: 364px;
    height: 191px;
    top: -26px;
    left: calc(50% + 288px);
  }
}

.howto__cats-container {
  position: relative;
  width: 160px;
  height: 85px;
}
@media screen and (min-width: 900px) {
  .howto__cats-container {
    width: 364px;
    height: 191px;
  }
}

.howto__cat1 {
  position: absolute;
  width: 94px;
  height: 80px;
  bottom: 0;
  left: 66px;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .howto__cat1 {
    width: 214px;
    height: 181px;
    bottom: 0;
    left: 150px;
  }
}

.howto__cat2 {
  position: absolute;
  width: 105px;
  height: 63px;
  top: 0;
  left: 0;
}
@media screen and (min-width: 900px) {
  .howto__cat2 {
    width: 238px;
    height: 141px;
  }
}

.howto__pawpads-1 {
  position: absolute;
  width: 55px;
  height: 120px;
  top: 74px;
  left: calc(50% + 112.5px);
}
@media screen and (min-width: 900px) {
  .howto__pawpads-1 {
    width: 100px;
    height: 220px;
    top: 148px;
    left: calc(50% + 620px);
  }
}

.howto__pawpads-2 {
  position: absolute;
  width: 55px;
  height: 120px;
  top: 549.2px;
  right: calc(50% + 112.5px);
}
@media screen and (min-width: 900px) {
  .howto__pawpads-2 {
    width: 100px;
    height: 220px;
    top: 580px;
    right: calc(50% + 620px);
  }
}

.howto__pawpads-3 {
  position: absolute;
  width: 55px;
  height: 120px;
  top: 879.55px;
  left: calc(50% + 112.5px);
}
@media screen and (min-width: 900px) {
  .howto__pawpads-3 {
    display: none;
  }
}

.howto__title-jp {
  margin-bottom: 31px;
}
@media screen and (min-width: 900px) {
  .howto__title-jp {
    margin-bottom: 40px;
  }
}

.howto__steps-container {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .howto__steps-container {
    overflow: hidden;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .howto__steps-container {
    max-width: 1064px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.howto__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: 34px;
}
@media screen and (min-width: 900px) {
  .howto__steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 860px;
    gap: 7px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .howto__steps {
    max-width: 1024px;
    gap: 32px;
  }
}

.howto__step {
  position: relative;
}
@media screen and (min-width: 900px) {
  .howto__step {
    max-width: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .howto__step {
    max-width: 320px;
  }
}
.howto__step:nth-of-type(1)::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 34px;
  top: calc(100% + 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/howto-sp-wave.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .howto__step:nth-of-type(1)::after {
    width: 113px;
    height: 24px;
    top: 206px;
    left: calc(50% + 151px);
    background: url(../img/howto-pc-wave.png) no-repeat center center/contain;
  }
}
@media screen and (min-width: 900px) {
  .howto__step:nth-of-type(2) {
    margin-top: 69px;
  }
}
.howto__step:nth-of-type(2)::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 34px;
  top: calc(100% + 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/howto-sp-wave.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .howto__step:nth-of-type(2)::after {
    width: 113px;
    height: 24px;
    top: 138px;
    left: calc(50% + 160px);
    background: url(../img/howto-pc-wave.png) no-repeat center center/contain;
  }
}

.howto-step__img {
  width: 196px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .howto-step__img {
    margin-bottom: 24px;
    width: 87.5%;
  }
}
.howto-step__img img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .howto-step__img {
    width: 280px;
  }
}

.howto-step__head {
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (min-width: 1200px) {
  .howto-step__head {
    font-size: 20px;
  }
}

.howto-step__text {
  font-size: 12px;
  margin-bottom: 15px;
}
@media screen and (min-width: 900px) {
  .howto-step__text {
    width: 280px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .howto-step__text {
    width: 320px;
    font-size: 16px;
  }
}

.howto-step__follow-button {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .howto-step__follow-button {
    font-size: 16px;
  }
}

.howto-step__follow {
  position: relative;
  text-align: center;
  background: #ffffff;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-right: 12px;
  padding-left: 40px;
  display: inline-block;
  margin-bottom: 16px;
  border: 1px solid #ffffff;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.howto-step__follow:hover {
  border-color: #67b0c7;
}
@media screen and (min-width: 900px) {
  .howto-step__follow {
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 44px;
    padding-right: 12px;
    margin-bottom: 18px;
  }
}
.howto-step__follow::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 14px;
  background: url(../img/howto-insta.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .howto-step__follow::before {
    width: 22px;
    height: 22px;
  }
}

.howto__button {
  text-align: center;
}
.howto__button a {
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  font-size: 16px;
  padding: 3px 22px 7px 22px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .howto__button a {
    padding: 7px 37px 9px 37px;
    font-size: 20px;
  }
}

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

.prize__inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .prize__inner {
    max-width: 1084px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.prize__triangle-left {
  display: none;
  position: absolute;
  width: 315px;
  height: 86px;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .prize__triangle-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 35px;
    left: 0px;
  }
}

.prize__triangle-right {
  display: none;
  position: absolute;
  width: 315px;
  height: 86px;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1200px) {
  .prize__triangle-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 35px;
    right: 0;
  }
}

.prize__contents {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 34.67px;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .prize__contents {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 900px) {
  .prize__contents {
    max-width: 1024px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 46px;
    padding-bottom: 53px;
  }
}
@media screen and (min-width: 1200px) {
  .prize__contents {
    max-width: 1024px;
    padding-left: 56px;
    padding-right: 56px;
  }
}
.prize__contents::before {
  position: absolute;
  content: "";
  background: url(../img/prize-sp-deco.png) no-repeat center center/contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 237.6px;
  height: 83px;
  top: 0px;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .prize__contents::before {
    background: url(../img/prize-pc-deco.png) no-repeat center center/contain;
    width: 365.624px;
    height: 148.967px;
    top: 8px;
  }
}
.prize__contents::after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  border-radius: 24px;
  width: 100%;
  height: calc(100% - 83px);
  top: 83px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .prize__contents::after {
    max-width: 1024px;
    height: calc(100% - 197px);
    top: 155px;
  }
}

.prize__title {
  text-align: center;
  margin-top: 43.33px;
}

.prize__title-img {
  position: absolute;
  content: "";
  background: url(../img/prize-icon.png) no-repeat center center/contain;
  width: 37.333px;
  height: 37.333px;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .prize__title-img {
    width: 48px;
    height: 48px;
    top: 34px;
  }
}

.prize__title-jp {
  margin-bottom: 15px;
}
@media screen and (min-width: 900px) {
  .prize__title-jp {
    margin-bottom: 40px;
  }
}

.prize__text {
  text-align: center;
  font-size: 12px;
  margin-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .prize__text {
    font-size: 16px;
    margin-bottom: 82px;
  }
}

.prize__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 15px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .prize__cards {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 0fr);
    row-gap: 80px;
    margin-bottom: 39px;
  }
}

.prize__card {
  position: relative;
}

.prize-card {
  width: 160px;
  height: 196px;
  margin-top: 24px;
  background: var(--LP-Gray, #f5f5f5);
  border: 1px solid transparent;
  border-radius: 8px;
}
.prize-card:hover {
  cursor: pointer;
  border: 4px solid #9ed0e0;
}
.prize-card:hover .prize-card__under-triangle {
  background: #9ed0e0;
  bottom: -4px;
  right: -4px;
}
.prize-card:hover .prize-card__img1 {
  overflow: hidden;
  height: 136px;
}
.prize-card:hover .prize-card__img1 img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (min-width: 900px) {
  .prize-card:hover .prize-card__img1 {
    height: 336px;
  }
  .prize-card:hover .prize-card__img1 img {
    width: 100%;
    height: 336px;
  }
}
.prize-card:hover .prize-card__img2 {
  overflow: hidden;
  height: 136px;
}
.prize-card:hover .prize-card__img2 img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (min-width: 900px) {
  .prize-card:hover .prize-card__img2 {
    height: 336px;
  }
  .prize-card:hover .prize-card__img2 img {
    width: 100%;
    height: 336px;
  }
}
.prize-card:hover .prize-card__img3 {
  overflow: hidden;
  height: 136px;
}
.prize-card:hover .prize-card__img3 img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (min-width: 900px) {
  .prize-card:hover .prize-card__img3 {
    height: 236px;
  }
  .prize-card:hover .prize-card__img3 img {
    width: 100%;
    height: 236px;
  }
}
.prize-card:hover .prize-card__img4 {
  overflow: hidden;
  height: 136px;
}
.prize-card:hover .prize-card__img4 img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (min-width: 900px) {
  .prize-card:hover .prize-card__img4 {
    height: 236px;
  }
  .prize-card:hover .prize-card__img4 img {
    width: 100%;
    height: 236px;
  }
}
.prize-card:hover .prize-card__img5 {
  overflow: hidden;
  height: 136px;
}
.prize-card:hover .prize-card__img5 img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (min-width: 900px) {
  .prize-card:hover .prize-card__img5 {
    height: 236px;
  }
  .prize-card:hover .prize-card__img5 img {
    width: 100%;
    height: 236px;
  }
}
.prize-card:hover .prize-card__number {
  top: -27px;
}
@media screen and (min-width: 900px) {
  .prize-card:hover .prize-card__number {
    top: -43px;
  }
}
@media screen and (min-width: 900px) {
  .prize-card:hover .is-large {
    top: -53px;
  }
}
@media screen and (min-width: 900px) {
  .prize-card {
    margin-top: 0;
  }
  .prize-card:nth-of-type(1) {
    grid-row: 1;
    grid-column: 1/4;
    width: auto;
    height: 460px;
    border-radius: 24px;
    margin-left: 4px;
  }
  .prize-card:nth-of-type(2) {
    grid-row: 1;
    grid-column: 4/7;
    width: auto;
    height: 460px;
    border-radius: 24px;
    margin-left: 12px;
  }
  .prize-card:nth-of-type(3) {
    grid-row: 2;
    grid-column: 1/3;
    width: auto;
    height: 321px;
    border-radius: 16px;
    margin-left: 3px;
  }
  .prize-card:nth-of-type(4) {
    grid-row: 2;
    grid-column: 3/5;
    width: auto;
    height: 321px;
    border-radius: 16px;
    margin-left: 13px;
  }
  .prize-card:nth-of-type(5) {
    grid-row: 2;
    grid-column: 5/7;
    width: auto;
    height: 321px;
    border-radius: 16px;
    margin-left: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .prize-card:nth-of-type(1) {
    width: 440px;
  }
  .prize-card:nth-of-type(2) {
    width: 440px;
  }
  .prize-card:nth-of-type(3) {
    width: 280px;
  }
  .prize-card:nth-of-type(4) {
    width: 280px;
  }
  .prize-card:nth-of-type(5) {
    width: 280px;
  }
}

.prize-card__number {
  position: absolute;
  width: 48px;
  height: 48px;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .prize-card__number {
    width: 80px;
    height: 80px;
    top: -40px;
  }
  .is-large .prize-card__number {
    width: 100px;
    height: 100px;
    top: -50px;
  }
  .is-large .prize-card__number img {
    width: 100%;
  }
}

.prize-card__img1 {
  width: 100%;
  height: 140px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.prize-card__img1 img {
  -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: 900px) {
  .prize-card__img1 {
    width: 100%;
    height: 340px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  .prize-card__img1 img {
    width: 100%;
    height: 340px;
  }
}
@media screen and (min-width: 1200px) {
  .prize-card__img1 {
    width: 100%;
    height: 340px;
  }
}

.prize-card__img2 {
  width: 100%;
  height: 140px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.prize-card__img2 img {
  -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: 900px) {
  .prize-card__img2 {
    width: 100%;
    height: 340px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  .prize-card__img2 img {
    width: 100%;
    height: 340px;
  }
}
@media screen and (min-width: 900px) and (min-width: 1200px) {
  .prize-card__img2 {
    width: 100%;
    height: 340px;
  }
}

.prize-card__img3 {
  width: 100%;
  height: 140px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.prize-card__img3 img {
  -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: 900px) {
  .prize-card__img3 {
    width: 100%;
    height: 240px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .prize-card__img3 img {
    width: 100%;
    height: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .prize-card__img3 {
    width: 100%;
    height: 240px;
  }
}

.prize-card__img4 {
  width: 100%;
  height: 140px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.prize-card__img4 img {
  -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: 900px) {
  .prize-card__img4 {
    width: 100%;
    height: 240px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .prize-card__img4 img {
    width: 100%;
    height: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .prize-card__img4 {
    width: 100%;
    height: 240px;
  }
}

.prize-card__img5 {
  width: 100%;
  height: 140px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.prize-card__img5 img {
  -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: 900px) {
  .prize-card__img5 {
    width: 100%;
    height: 240px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .prize-card__img5 img {
    width: 100%;
    height: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .prize-card__img5 {
    width: 100%;
    height: 240px;
  }
}

.prize-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -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) {
  .prize-card__body {
    height: 81px;
    padding-top: 1px;
  }
  .is-large .prize-card__body {
    height: 120px;
  }
}

.prize-card__text {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .prize-card__text {
    font-size: 16px;
  }
  .prize-card__text:nth-child(1) {
    padding-right: 4px;
  }
  .is-large .prize-card__text {
    font-size: 20px;
  }
}

.prize-card__under-triangle {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  bottom: 0;
  right: 0;
  background: #67b0c7;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .prize-card__under-triangle {
    width: 64px;
    height: 64px;
    border-bottom-right-radius: 16px;
  }
  .is-large .prize-card__under-triangle {
    width: 100px;
    height: 100px;
    border-bottom-right-radius: 24px;
  }
  .is-large .prize-card__under-triangle img {
    width: 100%;
  }
}

.prize-card__under-triangle--icon {
  position: absolute;
  bottom: 17.12px;
  right: 5.22px;
  width: 11.52px;
  height: 11.52px;
}
@media screen and (min-width: 900px) {
  .prize-card__under-triangle--icon {
    width: 20.48px;
    height: 20.48px;
    bottom: 11.96px;
    right: 9px;
  }
  .is-large .prize-card__under-triangle--icon {
    width: 32px;
    height: 32px;
    bottom: 12px;
    right: 13.5px;
  }
}

.prize__button {
  text-align: center;
  margin-top: 18px;
}
.prize__button a {
  font-size: 16px;
  padding: 4px 22px 7px 22px;
}
@media screen and (min-width: 900px) {
  .prize__button {
    margin-bottom: 40px;
    font-size: 20px;
    border-radius: 40px;
  }
  .prize__button a {
    padding: 10px 40px 13px 40px;
    font-size: 20px;
  }
}

.prize__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.prize__bg img {
  min-width: 580px;
}
dialog {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
dialog::-ms-backdrop {
  opacity: 0.7;
  background: #000;
}
dialog::backdrop {
  opacity: 0.7;
  background: #000;
}

.prize-modal {
  position: fixed;
  inset: 0;
  margin: auto;
  border: none;
  border-radius: 24px;
}

.prize-modal__card {
  border-radius: 24px;
  background: #ffffff;
  width: 336px;
  height: 480px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .prize-modal__card {
    width: 480px;
    height: 650px;
  }
}

.prize-modal__img {
  width: 336px;
  height: 210px;
  margin-bottom: 39px;
}
.prize-modal__img img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .prize-modal__img {
    width: 480px;
    height: 300px;
    margin-bottom: 32px;
  }
}

.prize-modal__title {
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (min-width: 900px) {
  .prize-modal__title {
    font-size: 20px;
  }
}

.prize-modal__text {
  color: #000;
  text-align: center;
  font-size: 12px;
  margin-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .prize-modal__text {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.button--modal {
  font-size: 16px;
  border-radius: 40px;
  padding: 4px 22px 6px 22px;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
}

.spots {
  position: relative;
  background: var(--LP-Dark-Blue, #67b0c7);
}
.spots::before {
  position: absolute;
  content: "";
  background-image: url(../img/prize_wave.png);
  background-repeat: repeat-x;
  background-size: contain;
  left: -4px;
  top: -44.714px;
  width: 100%;
  height: 45.714px;
}
@media screen and (min-width: 900px) {
  .spots::before {
    background-image: url(../img/spots-wave.png);
    left: -4px;
    top: -119px;
    width: 100%;
    height: 120px;
  }
}
.spots::after {
  position: absolute;
  content: "";
  background-image: url(../img/spots-bg-underwave.png);
  background-repeat: repeat-x;
  background-size: contain;
  left: -1px;
  bottom: -45px;
  width: 100%;
  height: 45.714px;
}
@media screen and (min-width: 900px) {
  .spots::after {
    background-image: url(../img/spots-pc-bg-underwave.png);
    left: 0px;
    bottom: -84px;
    width: 100%;
    height: 120px;
  }
}

.spots__left-pawpads {
  position: absolute;
  display: none;
}
@media screen and (min-width: 1200px) {
  .spots__left-pawpads {
    display: block;
    top: 499px;
    left: 38px;
    width: 100px;
    height: 220px;
  }
}

.spots__heading {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .spots__heading {
    width: 56px;
    margin-bottom: 0;
    margin-right: 38px;
  }
}

@media screen and (min-width: 900px) {
  .spots__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: max(30px, 50% - 511px);
  }
}

.spots__title {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  padding-left: 36px;
}
@media screen and (min-width: 900px) {
  .spots__title {
    font-size: 40px;
    padding-left: 0;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    padding-top: 74px;
    letter-spacing: 10.6px;
  }
}
.spots__title::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/spots-icon-star.png) no-repeat center center/contain;
  top: 3px;
  left: 0px;
}
@media screen and (min-width: 900px) {
  .spots__title::before {
    width: 56px;
    height: 56px;
  }
}

@media screen and (min-width: 900px) {
  .spots__slider {
    width: calc(100% - 50px - 38px);
  }
}
@media screen and (min-width: 1200px) {
  .spots__slider {
    width: calc(100% - 56px - 32px);
  }
}

.spots__swiper {
  height: 402.16px;
}
@media screen and (min-width: 900px) {
  .spots__swiper {
    width: 100%;
    height: 547px;
  }
}

@media screen and (min-width: 900px) {
  .spots__button-container {
    max-width: 1229px;
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .spots__buttons {
    margin-top: -99px;
    margin-left: 103px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .spots__buttons {
    margin-top: -98px;
    margin-left: 285px;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 900px) {
  .spots-swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 98%);
    left: var(--swiper-navigation-sides-offset, -21px);
    right: auto;
  }
}

@media screen and (min-width: 900px) {
  .spots-swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 80%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    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;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    top: var(--swiper-navigation-top-offset, 98%);
    right: var(--swiper-navigation-sides-offset, 313px);
    left: auto;
  }
}

.spots-swiper-button-next,
.spots-swiper-button-prev {
  display: none;
}
.spots-swiper-button-next::after,
.spots-swiper-button-prev::after {
  display: none;
}
@media screen and (min-width: 900px) {
  .spots-swiper-button-next,
  .spots-swiper-button-prev {
    display: block;
    width: 80px;
    height: 80px;
    position: static;
    background-color: #ffee56;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 27px;
    border-radius: 50%;
  }
  .spots-swiper-button-next::after,
  .spots-swiper-button-prev::after {
    display: none;
  }
}

.spots-swiper-button-prev {
  background: url(../img/spots-swipericon-left.png) no-repeat center center/contain;
}

.spots-swiper-button-next {
  background: url(../img/spots-swipericon-right.png) no-repeat center center/contain;
}

.gallery__prev {
  left: 9px;
  margin-top: -56px;
}

.gallery__next {
  right: 9px;
  margin-top: -56px;
  background: url(../img/next-icon.png) no-repeat center center/contain;
}

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

.spots-slide {
  height: 402.2px;
  border-radius: 12px;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .spots-slide {
    height: 547px;
    border-radius: 24px;
  }
}

.spots-slide__img {
  width: 100%;
  height: 180px;
}
.spots-slide__img img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .spots-slide__img {
    height: 243px;
  }
  .spots-slide__img img {
    width: 100%;
    height: 100%;
  }
}

.slide__body {
  padding: 16px 23px 31.16px 23px;
}
@media screen and (min-width: 900px) {
  .slide__body {
    padding: 25px 32px 40px 32px;
  }
}

.slide__body-heading {
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .slide__body-heading {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

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

@media screen and (min-width: 900px) {
  .spots__undercontent {
    margin-top: 66px;
  }
}

.spots__under {
  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;
  margin-top: -1px;
}
@media screen and (min-width: 900px) {
  .spots__under {
    padding-right: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 81px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 37px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__under {
    padding-right: 0;
  }
}

.spots__under-englishlogo {
  width: 255px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .spots__under-englishlogo {
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__under-englishlogo {
    width: 495px;
    height: 107px;
    margin: 0;
  }
}

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

.spots__under-text {
  color: #ffffff;
  text-align: center;
  font-size: 11.444px;
  margin-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .spots__under-text {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.spots__under-button {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 19.84px;
}
.spots__under-button a {
  font-size: 16px;
  padding: 4px 22px 7px 22px;
  -webkit-box-shadow: 0px 3px 0px 0px #4a3636;
          box-shadow: 0px 3px 0px 0px #4a3636;
}
@media screen and (min-width: 900px) {
  .spots__under-button {
    margin-left: 11px;
    margin-bottom: 40px;
    font-size: 20px;
    border-radius: 40px;
  }
  .spots__under-button a {
    padding: 10px 40px 11px 40px;
    font-size: 20px;
  }
}

.qa {
  margin-top: 86.004px;
}
@media screen and (min-width: 900px) {
  .qa {
    margin-top: 202px;
  }
}

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

.qa__title {
  text-align: center;
}
.qa__title-img {
  display: inline-block;
  width: 37.333px;
  height: 37.333px;
}
@media screen and (min-width: 900px) {
  .qa__title-img {
    width: 48px;
    height: 48px;
  }
}

.qa__title-jp {
  margin-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .qa__title-jp {
    margin-bottom: 40px;
  }
}

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

.qa-box {
  border-radius: 12px;
  border: 2px solid #4a3636;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .qa-box {
    border-radius: 16px;
  }
}
.qa-box.is-open .qa-box__head::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.qa-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: #ffffff;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .is-open .qa-box__head {
    padding-bottom: 23.5px;
  }
}
@media screen and (min-width: 900px) {
  .qa-box__head {
    padding: 21.5px 22px 21.5px 22px;
    gap: 16px;
  }
}

.qa-box__head-icon {
  color: var(--LP-Blue, #9ed0e0);
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 1.25;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .qa-box__head-icon {
    font-size: 32px;
  }
}

.qa-box__head-text {
  color: #4a3636;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 900px) {
  .qa-box__head-text {
    font-size: 20px;
  }
}

.qa-box__toggle-icon {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: block;
  background: #9ed0e0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .qa-box__toggle-icon {
    width: 48px;
    height: 48px;
  }
}
.qa-box__toggle-icon::before {
  position: absolute;
  content: "";
  width: 10.182px;
  height: 1.455px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -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: 900px) {
  .qa-box__toggle-icon::before {
    width: 18.667px;
    height: 2.667px;
  }
}
.qa-box__toggle-icon::after {
  position: absolute;
  content: "";
  width: 10.182px;
  height: 1.455px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (min-width: 900px) {
  .qa-box__toggle-icon::after {
    width: 18.667px;
    height: 2.667px;
  }
}
.is-open .qa-box__toggle-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}

.qa-box__body {
  padding: 16px 14px 14px 14px;
  width: 100%;
  background: #f5f5f5;
  display: none;
}
@media screen and (min-width: 900px) {
  .qa-box__body {
    padding: 22px 22px 22px 22px;
  }
}

.qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qa-box__a-icon {
  color: var(--LP-Blue, #9ed0e0);
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .qa-box__a-icon {
    font-size: 32px;
  }
}

.qa-box__a-text {
  color: #4a3636;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .qa-box__a-text {
    font-size: 16px;
  }
}

.info {
  margin-top: 30.67px;
}
@media screen and (min-width: 900px) {
  .info {
    margin-top: 119px;
  }
}

.info__wrapper {
  max-width: 600px;
  padding-left: 15.5px;
  padding-right: 16.5px;
  margin-left: auto;
  margin-right: auto;
  border: 8px solid var(--LP-White, #fff);
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 900px) {
  .info__wrapper {
    max-width: 1024px;
    padding-left: 56px;
    padding-right: 56px;
  }
}

@media screen and (min-width: 900px) {
  .info__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.info__title {
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .info__title {
    margin-top: 33px;
  }
}

@media screen and (min-width: 900px) {
  .info__title-img {
    margin-bottom: 7px;
  }
}

@media screen and (min-width: 900px) {
  .info__title-jp {
    margin-bottom: 39px;
  }
}

.info__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}
@media screen and (min-width: 900px) {
  .info__contents {
    margin-bottom: 14px;
  }
}

.info__content {
  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) {
  .info__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 97px;
    border-bottom: 1px solid var(--LP-Dark-Gray, #ccc);
  }
  .info__content:nth-child(2) {
    gap: 144px;
  }
  .info__content:nth-child(3) {
    gap: 176px;
  }
  .info__content:nth-child(4) {
    gap: 112px;
  }
  .info__content:nth-child(5) {
    gap: 149px;
    border-bottom: none;
  }
}

.info__heading {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  padding-left: 16px;
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  .info__heading {
    font-size: 16px;
    padding-left: 24px;
  }
}
.info__heading::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/info-dot.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .info__heading::before {
    left: 8px;
    top: 12px;
  }
}

.info__text {
  font-size: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--LP-Dark-Gray, #ccc);
}
@media screen and (min-width: 900px) {
  .info__text {
    font-size: 16px;
    padding-bottom: 12.5px;
    border: none;
  }
}

.info__attention-texts {
  margin-bottom: 32px;
}

.info__attention-text {
  position: relative;
  font-size: 12px;
  padding-left: 18.5px;
}
.info__attention-text:nth-child(2) {
  margin-bottom: -1px;
}
.info__attention-text:nth-child(3) {
  margin-bottom: -1px;
}
.info__attention-text:nth-child(4) {
  margin-bottom: -1px;
}
.info__attention-text:nth-child(5) {
  margin-bottom: -1px;
}
.info__attention-text:nth-child(8) {
  margin-bottom: -1px;
}
@media screen and (min-width: 900px) {
  .info__attention-text {
    font-size: 16px;
  }
  .info__attention-text:nth-child(1) {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .info__attention-text:nth-child(2) {
    margin-bottom: 1px;
  }
  .info__attention-text:nth-child(3) {
    margin-bottom: 1px;
  }
  .info__attention-text:nth-child(4) {
    margin-bottom: 1px;
  }
  .info__attention-text:nth-child(5) {
    margin-bottom: 1px;
  }
  .info__attention-text:nth-child(8) {
    margin-bottom: 2px;
  }
}
.info__attention-text::before {
  position: absolute;
  content: "・";
  top: 1px;
  left: 3px;
}
@media screen and (min-width: 900px) {
  .info__attention-text::before {
    top: 3px;
    left: -1px;
  }
}

.info__img {
  margin-top: 30px;
}
.info__img img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .info__img {
    margin-top: 120px;
  }
}

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

@media screen and (min-width: 900px) {
  .contact__inner {
    max-width: 908px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact__title {
  text-align: center;
}

.contact__attention {
  text-align: center;
  font-size: 12px;
  margin-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .contact__attention {
    margin-bottom: 39px;
    font-size: 16px;
  }
}

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
  text-align: left;
  margin-bottom: 23px;
}
@media screen and (min-width: 900px) {
  .contact__fields {
    gap: 23px;
    margin-bottom: 41px;
  }
}

.contact__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: 7px;
}
.contact__field:nth-child(4) {
  margin-bottom: -3px;
}
@media screen and (min-width: 900px) {
  .contact__field {
    -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;
  }
  .contact__field:nth-child(3) {
    margin-bottom: 16px;
  }
}

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.form-field:nth-child(n+4) {
  margin-bottom: -2px;
}

@media screen and (min-width: 900px) {
  .head-alinement {
    padding-top: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

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

.form-field__tag {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  display: inline;
  width: 40px;
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--LP-Red, #ce2073);
}
.form-text {
  width: 100%;
  padding: 16px;
  font-size: 14px;
  border-radius: 8px;
  background: #f5f5f5;
  border: none;
}
.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.is-error {
  background: #fff0f7;
  border: 1px solid #ce2073;
}
.form-text:focus {
  outline: none;
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
  color: #4a3636;
}
@media screen and (min-width: 900px) {
  .form-text {
    width: 628px;
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) {
  .form-text {
    font-size: 16px;
  }
}

.form-select {
  width: 100%;
  padding: 16px 16px 16px 16px;
  font-size: 14px;
  background: #f5f5f5;
  border: none;
  border-radius: 8px;
  background: var(--LP-Gray, #f5f5f5);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/contact-select-arrow.png), linear-gradient(to left, #9ed0e0 52px, #f5f5f5 52px);
  background-repeat: no-repeat no-repeat;
  background-position: center right 11px, center center;
  background-size: 32px 32px, cover;
}
.form-select:focus {
  outline: none;
  border: 1px solid #9ed0e0;
}
.form-select.is-error {
  border: 1px solid #ce2073;
  background-image: url(../img/contact-select-arrow.png), linear-gradient(to left, #ce2073 52px, #fff0f7 52px);
}
@media screen and (min-width: 900px) {
  .form-select {
    width: 628px;
    font-size: 16px;
  }
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 900px) {
  .form-field__radios {
    margin-right: 394px;
  }
}

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

.form-radio__input-text {
  font-size: 14px;
  padding-left: 32px;
  position: relative;
}
.form-radio__input-text::before, .form-radio__input-text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.form-radio__input-text::before {
  width: 24px;
  height: 24px;
  background-color: #f5f5f5;
  left: 0;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border: 1px solid #ffffff;
}
.form-radio__input-text::after {
  width: 12px;
  height: 12px;
  background-color: #9ed0e0;
  left: 6px;
  opacity: 0;
}
@media screen and (min-width: 900px) {
  .form-radio__input-text {
    font-size: 16px;
  }
}

.form-textarea {
  font-size: 14px;
  padding: 16px;
  width: 100%;
  border-radius: 8px;
  background: var(--LP-Gray, #f5f5f5);
  border: none;
  height: 160px;
}
.form-textarea.is-error {
  background: #fff0f7;
  border: 1px solid #ce2073;
}
.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:focus {
  outline: none;
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
  color: #4a3636;
}
@media screen and (min-width: 900px) {
  .form-textarea {
    width: 628px;
    font-size: 16px;
    padding: 16px 16px 16px 16px;
    margin-top: 15px;
  }
}

.contact__privacy {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 900px) {
  .contact__privacy {
    margin-bottom: 40px;
  }
}

.form-checkbox {
  padding-left: 35px;
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox__input:checked + .form-checkbox__input-text::after {
  opacity: 1;
}
.form-checkbox__input.is-error + .form-checkbox__input-text::before {
  background: #fff0f7;
  border: 1px solid #ce2073;
}

.form-checkbox__input-text {
  font-size: 14px;
  position: relative;
}
.form-checkbox__input-text::before, .form-checkbox__input-text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.form-checkbox__input-text::before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: var(--LP-Gray, #f5f5f5);
  left: -35px;
  top: 10px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-checkbox__input-text::after {
  width: 14px;
  height: 9px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/contact-privacy-check.png) no-repeat center center/contain;
  left: -30px;
  top: 9px;
  opacity: 0;
}
@media screen and (min-width: 900px) {
  .form-checkbox__input-text {
    font-size: 16px;
  }
}

.contact__button {
  text-align: center;
}

.contact-button {
  font-size: 16px;
  padding: 4px 22px 6px 22px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
}
.contact-button:hover {
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .contact-button {
    padding: 4px 38px 6px 38px;
  }
}

.footer {
  padding-top: 39px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .footer {
    padding-top: 122px;
  }
}

.footer__text {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .footer__text {
    font-size: 24px;
  }
}

.footer__sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 14px;
}
@media screen and (min-width: 900px) {
  .footer__sns-icons {
    margin-bottom: 41px;
  }
}

.sns-icon__youtube {
  width: 32px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sns-icon__youtube img {
  width: 100%;
}
.sns-icon__youtube:hover {
  opacity: 0.7;
}
@media screen and (min-width: 900px) {
  .sns-icon__youtube {
    width: 40px;
  }
}

.sns-icon__instagram {
  width: 32px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sns-icon__instagram img {
  width: 100%;
}
.sns-icon__instagram:hover {
  opacity: 0.7;
}
@media screen and (min-width: 900px) {
  .sns-icon__instagram {
    width: 40px;
  }
}

.sns-icon__twitter {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 32px;
}
.sns-icon__twitter img {
  width: 100%;
}
.sns-icon__twitter:hover {
  opacity: 0.7;
}
@media screen and (min-width: 900px) {
  .sns-icon__twitter {
    width: 40px;
  }
}

.footer__pawpad {
  display: none;
}
@media screen and (min-width: 900px) {
  .footer__pawpad {
    display: block;
    position: absolute;
    width: 100px;
    height: 220px;
    top: 84px;
    left: calc(50% + 576px);
  }
}

.footer__onomichi-logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 335px;
}
.footer__onomichi-logo img {
  width: 332px;
}
@media screen and (min-width: 900px) {
  .footer__onomichi-logo {
    max-width: 755px;
    height: 81px;
  }
  .footer__onomichi-logo img {
    width: 100%;
    height: 100%;
  }
}

.footer__under-contents {
  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__under-contents {
    -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;
    margin-bottom: 240px;
    max-width: 1084px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    height: 400px;
  }
}

.footer__map {
  overflow: hidden;
  margin-top: -3px;
  height: 271px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.footer__map iframe {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .footer__map {
    width: 50%;
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-right-radius: 16px;
  }
  .footer__map iframe {
    width: 100%;
    height: 100%;
  }
}

.footer__body {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background: #ffffff;
  padding: 19px 24px 24px 24px;
}
@media screen and (min-width: 900px) {
  .footer__body {
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    width: 50%;
    height: 100%;
    padding: 90px 20px 60px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__body {
    padding: 100px 61.5px 80px 60px;
  }
}

.footer__logo {
  width: 153px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
@media screen and (min-width: 900px) {
  .footer__logo {
    width: 183px;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }
}

.footer__informations {
  margin-top: 6px;
  margin-bottom: 6px;
}
@media screen and (min-width: 900px) {
  .footer__informations {
    padding-top: 7px;
  }
}

.footer__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
}
.footer__information:nth-child(4) {
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .footer__information {
    gap: 40px;
    margin-bottom: 14px;
  }
  .footer__information:nth-child(3) {
    gap: 38px;
  }
  .footer__information:nth-child(4) {
    margin-top: -4px;
  }
}

.footer__info-title {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  padding-left: 20px;
  min-width: 67px;
}
.footer__info-title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/footer-info-dot.png) no-repeat center center/contain;
  left: 3px;
  top: 6px;
}
@media screen and (min-width: 900px) {
  .footer__info-title {
    font-size: 16px;
    min-width: 83px;
    padding-left: 19px;
  }
  .footer__info-title::before {
    left: 1.5px;
    top: 9px;
  }
}

.footer__info-description {
  font-size: 12px;
}
.footer__info-description:nth-child(1) {
  margin-left: 11px;
}
@media screen and (min-width: 900px) {
  .footer__info-description {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__info-description {
    font-size: 16px;
  }
}

.footer__page-top {
  margin-top: 23px;
  margin-bottom: 69px;
  margin-left: auto;
  margin-right: auto;
  width: 75px;
  height: 78px;
}
@media screen and (min-width: 900px) {
  .footer__page-top {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    bottom: 40px;
    right: 40px;
    z-index: 3;
    margin-bottom: 0;
  }
  .footer__page-top.is-show {
    opacity: 1;
    visibility: visible;
  }
}

.footer__copylight {
  display: block;
  position: relative;
  background: var(--LP-Dark-Blue, #67b0c7);
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  padding-bottom: 28px;
}
@media screen and (min-width: 900px) {
  .footer__copylight {
    font-size: 14px;
  }
}
.footer__copylight::before {
  position: absolute;
  content: "";
  background-image: url(../img/wave-sp-top.png);
  background-repeat: repeat-x;
  background-size: contain;
  left: -1px;
  top: -45.714px;
  width: 100%;
  height: 45.714px;
}
@media screen and (min-width: 900px) {
  .footer__copylight::before {
    background-image: url(../img/wave-pc-top.png);
    left: 0px;
    top: -119px;
    width: 100%;
    height: 120px;
  }
}