@charset "UTF-8";
body {
  background: #e9f6f8;
}
body.modal-open {
  overflow: hidden;
}

@media screen and (min-width: 900px) {
  table {
    display: inline-block;
  }
}

.wrapper {
  overflow: hidden;
}

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

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

.button {
  display: inline-block;
  padding-top: 4px;
  padding-right: 22px;
  padding-bottom: 6px;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 700;
  color: #4a3636;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: 2px solid #4a3636;
  border-radius: 40px;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
  box-shadow: 0px 4px 0px 0px #4a3636;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button:hover {
  background-color: #ffee56;
}
@media screen and (min-width: 900px) {
  .button {
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    font-size: 20px;
  }
}
@media screen and (min-width: 900px) {
  .hidden-pc {
    display: none !important;
  }
}
.header__nav-open {
  margin-left: auto;
  line-height: 0;
  z-index: 50;
}
@media screen and (min-width: 1200px) {
  .header__nav-open {
    display: none;
  }
}

.is-fixed {
  overflow: hidden;
}

.link-text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-text:hover {
  color: #67b0c7;
  text-decoration: underline;
}

.underline-text {
  text-decoration: underline;
  text-decoration-color: #4a3636;
}

.small-button {
  font-size: 14px;
  border-radius: 40px;
  border: 2px solid var(--LP-Blown, #4a3636);
  background: var(--LP-White, #fff);
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
  padding: 6px 24px 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .small-button {
    padding-top: 4px;
    padding-right: 22px;
    padding-bottom: 6px;
    padding-left: 22px;
    font-size: 16px;
    border-width: 2px;
  }
}
.middle-button {
  font-size: 16px;
  padding: 4px 22px 6px 22px;
  text-align: center;
  border-radius: 40px;
  border: 2px solid var(--LP-Blown, #4a3636);
  background: var(--LP-White, #fff);
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
}

.large-button {
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 56px;
  padding: 10px 40px 12px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border: 3px solid var(--LP-Blown, #4a3636);
  background: var(--LP-White, #fff);
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
}

.hidden-sp {
  display: none !important;
}

@media screen and (min-width: 900px) {
  .hidden-sp {
    display: block !important;
  }
}
.heading {
  position: relative;
  text-align: center;
  padding-bottom: 12px;
}
.heading::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 37.333px;
  height: 37.333px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .heading::before {
    width: 48px;
    height: 48px;
  }
}

.button__text {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 900px) {
  .header__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.header__logo {
  z-index: 100;
}
.header__logo img {
  width: 210px;
}
@media screen and (min-width: 900px) {
  .header__logo img {
    width: 183px;
  }
}

.header__nav {
  display: none;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
    font-size: 12px;
  }
}

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

.header-button {
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .header-button {
    margin-top: 0;
    font-size: 14px;
    height: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .header-button {
    padding-top: 7px;
    padding-right: 21px;
    padding-left: 23px;
  }
}

.drawer-content {
  position: fixed;
  top: 64px;
  left: 0;
  z-index: 50;
  display: none;
  width: 100%;
  height: calc(100dvh - 64px);
  padding-top: 59px;
  padding-bottom: 60px;
  overflow-y: auto;
  background: #fff;
}
.drawer-content .is-active {
  opacity: 1;
  visibility: visible;
}

.drawer-content__menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.drawer-content__link {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1.572;
  text-align: center;
}

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

.drawer-icon {
  position: relative;
  width: 32px;
  height: 24px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 101;
}
.drawer-icon img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.drawer-icon::before, .drawer-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #707070;
  -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%) scaleX(0);
          transform: translate(-50%, -50%) scaleX(0);
}
.drawer-icon.is-active .drawer-icon-img {
  opacity: 0;
}
.drawer-icon.is-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-icon.is-active::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .drawer-icon {
    display: none;
  }
}

.first-view {
  margin-top: 64px;
  position: relative;
  padding-top: 17px;
}

.first-view__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .first-view__bg-image {
    height: calc(100% - 96px);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.first-view__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.first-view__inner {
  position: relative;
  width: 100%;
  max-width: 335px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .first-view__inner {
    margin-top: 16px;
    max-width: 846px;
  }
}

.first-view__description {
  font-family: "Kiwi Maru", serif;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  text-shadow: 0px 0px 30px #fff;
}
@media screen and (min-width: 900px) {
  .first-view__description {
    font-size: 24px;
    font-weight: 500;
  }
}

.first-view__lead {
  margin-top: 20px;
}
.first-view__lead img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .first-view__lead {
    width: 520px;
    max-width: 100%;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}

.first-view__decoration-wrap {
  position: relative;
  height: 522px;
  margin-top: 10px;
}
@media screen and (min-width: 900px) {
  .first-view__decoration-wrap {
    margin-top: 0;
    height: 559px;
  }
}

.first-view__decoration-smart-phone {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .first-view__decoration-smart-phone {
    bottom: 14px;
  }
}

.decoration-smart-phone {
  width: 200px;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .decoration-smart-phone {
    width: 250px;
  }
}

.decoration-smart-phone__image {
  position: relative;
}
.decoration-smart-phone__wrap {
  position: absolute;
  top: calc(50% - 3px);
  left: 50%;
  width: calc(100% - 40px);
  overflow: hidden;
  text-align: center;
  background: #fff;
  border-radius: 12.8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 900px) {
  .decoration-smart-phone__wrap {
    top: calc(50% - 6px);
    width: calc(100% - 50px);
    border-radius: 16px;
  }
}

.decoration-smart-phone__heading {
  padding: 6px 9.6px;
  font-size: 12.8px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
}
@media screen and (min-width: 900px) {
  .decoration-smart-phone__heading {
    font-size: 16px;
    padding: 8px 12px;
  }
}

.decoration-smart-phone__body {
  padding-top: 12.8px;
  padding-bottom: 15.2px;
}
@media screen and (min-width: 900px) {
  .decoration-smart-phone__body {
    padding-top: 16px;
    padding-bottom: 22px;
  }
}

.decoration-smart-phone__sub-heading span {
  display: inline-block;
  padding-bottom: 1px;
  font-size: 12px;
  border-bottom: 2.4px solid #ce2073;
}
@media screen and (min-width: 900px) {
  .decoration-smart-phone__sub-heading span {
    font-size: 14px;
    padding-bottom: 4px;
    border-bottom: 3px solid var(--LP-Red, #ce2073);
  }
}

.decoration-smart-phone__text {
  margin-top: 3.2px;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .decoration-smart-phone__text {
    font-size: 16px;
    margin-top: 4px;
  }
}

.decoration-smart-phone__button {
  padding-bottom: 4px;
  margin-top: 12.8px;
}
@media screen and (min-width: 900px) {
  .decoration-smart-phone__button {
    margin-top: 16px;
  }
}

.first-view__decoration-english-message {
  position: absolute;
  top: 7px;
  left: 0;
  width: 142px;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .first-view__decoration-english-message {
    width: 244px;
    left: auto;
    top: 0;
    right: calc(50% + 143px);
  }
}

.first-view__decoration-red-circle-text {
  position: absolute;
  top: 0;
  right: 25px;
  width: 110px;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .first-view__decoration-red-circle-text {
    top: 17px;
    right: auto;
    width: 180px;
    left: calc(50% + 115px);
  }
}

.first-view__decoration-coffee-and-sweets {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 3;
  width: 90px;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .first-view__decoration-coffee-and-sweets {
    width: 212px;
  }
}

.first-view__decoration-cats {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .first-view__decoration-cats {
    bottom: -50px;
  }
}

.decoration-cats1 {
  position: relative;
  width: 107px;
  height: 127px;
}
@media screen and (min-width: 900px) {
  .decoration-cats1 {
    width: 233px;
    height: 294px;
    top: -5px;
  }
}

.decoration-cats1__1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
}
@media screen and (min-width: 900px) {
  .decoration-cats1__1 {
    left: 0;
    width: 170px;
  }
}

.decoration-cats1__2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98px;
}
@media screen and (min-width: 900px) {
  .decoration-cats1__2 {
    width: 100%;
  }
}

.page__top-icon {
  width: 100px;
}

.about {
  position: relative;
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .about {
    margin-top: 82px;
  }
}

.about__decoration {
  position: absolute;
}

.about__oblique-pattern {
  width: 250px;
  left: -20px;
  top: -20px;
}
@media screen and (min-width: 768px) {
  .about__decoration-wave {
    right: -566px;
    top: 605px;
  }
}
@media screen and (min-width: 1200px) {
  .about__decoration-wave {
    right: -374px;
  }
}

.about__decoration-pawpads {
  width: 54px;
  left: calc(50% + 133px);
  top: -13px;
}
@media screen and (min-width: 768px) {
  .about__decoration-pawpads {
    top: -81px;
    left: calc(50% + 491px);
    width: 100px;
  }
}
@media screen and (min-width: 900px) {
  .about__decoration-pawpads {
    top: -43px;
    left: calc(50% + 308px);
    width: 63px;
  }
}
@media screen and (min-width: 1200px) {
  .about__decoration-pawpads {
    width: 100px;
    top: -50px;
    left: calc(50% + 500px);
  }
}
.about__decoration-pawpads img {
  width: 100%;
}

.about__decoration-photo-right {
  top: 274px;
  left: calc(50% + 128px);
  width: 200px;
  overflow-x: hidden;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .about__decoration-photo-right {
    width: 480px;
    top: 73px;
    left: calc(50% + 558px);
  }
}
@media screen and (min-width: 900px) {
  .about__decoration-photo-right {
    left: calc(50% + 360px);
  }
}
@media screen and (min-width: 1200px) {
  .about__decoration-photo-right {
    left: calc(50% + 560px);
  }
}
.about__decoration-photo-left {
  width: 200px;
  border-radius: 24px;
  top: 395px;
  right: calc(50% + 128px);
}
@media screen and (min-width: 768px) {
  .about__decoration-photo-left {
    width: 480px;
    top: 73px;
    right: calc(50% + 613px);
  }
}
@media screen and (min-width: 900px) {
  .about__decoration-photo-left {
    right: calc(50% + 360px);
  }
}
@media screen and (min-width: 1200px) {
  .about__decoration-photo-left {
    right: calc(50% + 612px);
  }
}
.about__decoration-hill-load {
  z-index: -1;
  top: 706px;
}
@media screen and (min-width: 768px) {
  .about__decoration-hill-load {
    top: 320px;
    left: -102px;
  }
}
@media screen and (min-width: 900px) {
  .about__decoration-hill-load {
    left: -54px;
  }
}
@media screen and (min-width: 1200px) {
  .about__decoration-hill-load {
    left: -101px;
  }
}
.about__decoration-hill-load img {
  width: 138px;
}
@media screen and (min-width: 768px) {
  .about__decoration-hill-load img {
    width: 427px;
  }
}

.about__decoration-goods1 {
  width: 48px;
  bottom: 220px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .about__decoration-goods1 {
    width: 101px;
    right: 150px;
    bottom: 591px;
  }
}
@media screen and (min-width: 900px) {
  .about__decoration-goods1 {
    right: 92px;
    bottom: 582px;
  }
}
@media screen and (min-width: 1200px) {
  .about__decoration-goods1 {
    right: 363px;
    bottom: 592px;
  }
}
.about__decoration-goods2 {
  width: 133px;
  bottom: 162px;
  left: calc(50% - 2px);
}
@media screen and (min-width: 768px) {
  .about__decoration-goods2 {
    width: 308px;
    left: calc(50% + 374px);
    bottom: 387px;
  }
}
@media screen and (min-width: 900px) {
  .about__decoration-goods2 {
    left: calc(50% + 121px);
    bottom: 310px;
  }
}
@media screen and (min-width: 1200px) {
  .about__decoration-goods2 {
    left: calc(50% + 389px);
    bottom: 388px;
  }
}
.about__inner {
  max-width: 375px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 600px) {
  .about__inner {
    max-width: 600px;
  }
}
@media screen and (min-width: 900px) {
  .about__inner {
    max-width: 640px;
  }
}
@media screen and (min-width: 1200px) {
  .about__inner {
    max-width: 900px;
  }
}

.about__top {
  position: relative;
  padding-top: 38px;
  padding-right: 20px;
  padding-bottom: 42px;
  padding-left: 20px;
  background-color: #fff;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .about__top {
    border-radius: 40px;
    padding-bottom: 39px;
  }
}
@media screen and (min-width: 900px) {
  .about__top {
    padding-bottom: 46px;
  }
}
.about__top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 50px 0 50px;
  border-color: #cce1e4 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .about__top::after {
    border-width: 54px 70px 0 70px;
  }
}

.about__top-goods-right {
  width: 88px;
  position: absolute;
  top: 30px;
  right: 19.78px;
}
@media screen and (min-width: 768px) {
  .about__top-goods-right {
    width: 147px;
    top: 49px;
    right: 86.78px;
  }
}
@media screen and (min-width: 900px) {
  .about__top-goods-right {
    right: -40.22px;
    top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .about__top-goods-right {
    right: 90px;
    top: 45px;
  }
}
.about__top-goods-left {
  width: 88px;
  position: absolute;
  top: 32px;
  left: 33px;
}
@media screen and (min-width: 768px) {
  .about__top-goods-left {
    width: 147px;
    left: 84px;
    top: 40px;
  }
}
@media screen and (min-width: 900px) {
  .about__top-goods-left {
    left: -37px;
    top: 33px;
  }
}
@media screen and (min-width: 1200px) {
  .about__top-goods-left {
    left: 90px;
    top: 34px;
  }
}
.heading-campaign {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .heading-campaign-icon {
    width: 48px;
    height: 48px;
  }
}

.heading-en-title {
  font-family: Courgette;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}
@media screen and (min-width: 768px) {
  .heading-en-title {
    font-size: 20px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .heading-en-title {
    margin-top: 7px;
  }
}

.heading-ja-title {
  font-family: "Kiwi Maru";
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 7px;
  margin-top: 7px;
  border-bottom: 6px solid var(--LP-Yellow, #ffee56);
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .heading-ja-title {
    font-size: 32px;
    margin-bottom: 8px;
    border-bottom: 8px solid var(--LP-Yellow, #ffee56);
    display: inline-block;
  }
}

.about__top-subtitle {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .about__top-subtitle {
    font-size: 16px;
    margin-top: 14px;
  }
}

.about__text-container {
  text-align: center;
  font-weight: 400;
  line-height: 160%;
  gap: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .about__text-container {
    font-size: 16px;
    gap: 27px;
    margin-top: 34px;
    margin-bottom: 37px;
  }
}

.about__text-emphasis {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  padding: 8px 0px;
  margin-bottom: 23px;
  border-bottom: 2px dashed var(--LP-Blue, #9ed0e0);
}
@media screen and (min-width: 768px) {
  .about__text-emphasis {
    font-size: 20px;
    margin-bottom: 34px;
    padding: 8px 0px;
  }
}
@media screen and (min-width: 900px) {
  .about__text-emphasis {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .about__top-button {
    font-size: 20px;
    height: 56px;
    padding: 10px 40px 12px 40px;
  }
}

.about__bottom {
  margin-top: 140px;
}
@media screen and (min-width: 768px) {
  .about__bottom {
    margin-top: 165px;
  }
}

.about__bottom-text-english {
  position: relative;
  z-index: 2;
  display: block;
  width: 354.64px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .about__bottom-text-english {
    width: 890.604px;
  }
}
.about__bottom-text-english img {
  width: 100%;
}

.about__slider {
  width: 100%;
  overflow: hidden;
  top: -3px;
}
@media screen and (min-width: 768px) {
  .about__slider {
    top: -5px;
  }
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.swiper-slide {
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .swiper-slide {
    width: 200px;
  }
}
.how-to-entry {
  position: relative;
  margin-top: 62px;
  margin-bottom: 17.67px;
}
@media screen and (min-width: 768px) {
  .how-to-entry {
    margin-top: 116px;
  }
}

.how-to-entry__decoration {
  position: absolute;
}

.how-to-entry__decoration-map {
  width: 149px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .how-to-entry__decoration-map {
    top: -60px;
    right: calc(50% + 180px);
    left: auto;
    width: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__decoration-map {
    top: -60px;
    right: calc(50% + 260px);
    left: auto;
    width: 460px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-entry__decoration-map img {
    width: 100%;
  }
}

.how-to-entry__decoration-cats {
  left: calc(50% + 58px);
}
@media screen and (min-width: 900px) {
  .how-to-entry__decoration-cats {
    left: calc(50% + 58px);
    top: -1px;
  }
}

.decoration-cats2 {
  position: relative;
  width: 160px;
  height: 85px;
}
@media screen and (min-width: 900px) {
  .decoration-cats2 {
    width: 364px;
    height: 190px;
  }
}

.decoration-cats2__1 {
  position: absolute;
  width: 94px;
  height: 80px;
  left: 64px;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .decoration-cats2__1 {
    width: 214px;
    height: 181px;
    left: 380px;
    top: -16px;
  }
}

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

.how-to-entry__decoration-pawpads1 {
  width: 55px;
  right: 20px;
  top: 70px;
}
@media screen and (min-width: 768px) {
  .how-to-entry__decoration-pawpads1 {
    right: 20%;
    top: 7%;
  }
}
@media screen and (min-width: 900px) {
  .how-to-entry__decoration-pawpads1 {
    width: 70px;
    top: 146px;
    right: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__decoration-pawpads1 {
    width: 100px;
    top: 146px;
    right: 35px;
  }
}

.how-to-entry__decoration-pawpads2 {
  width: 55px;
  top: 550px;
}
@media screen and (min-width: 900px) {
  .how-to-entry__decoration-pawpads2 {
    width: 70px;
    top: 631px;
    left: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__decoration-pawpads2 {
    width: 100px;
    top: 580px;
    left: 34px;
  }
}

.how-to-entry__decoration-pawpads3 {
  width: 55px;
  top: 880px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .how-to-entry__decoration-pawpads3 {
    right: 20%;
    top: 64%;
  }
}

@media screen and (min-width: 900px) {
  .camera-icon {
    width: 48px;
    height: 48px;
  }
}

.heading-title {
  font-family: Courgette;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}
@media screen and (min-width: 768px) {
  .heading-title {
    font-size: 20px;
  }
}

.heading-subtitle {
  font-family: "Kiwi Maru";
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
  margin-top: 5px;
  padding-bottom: 7px;
  border-bottom: 6px solid var(--LP-Yellow, #ffee56);
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .heading-subtitle {
    font-size: 32px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 900px) {
  .step-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .step-box {
    gap: 32px;
    margin-top: 40px;
  }
}

.step-box__body {
  text-align: center;
  gap: 16px;
  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) {
  .step-box__body {
    gap: 20px;
    left: 11px;
    top: 12px;
    max-width: 300px;
    position: relative;
  }
  .step-box__body:nth-of-type(2) {
    margin-top: 31px;
    left: 5px;
  }
  .step-box__body:nth-of-type(3) {
    left: -9px;
  }
}
@media screen and (min-width: 1200px) {
  .step-box__body {
    max-width: 320px;
    gap: 20px;
    left: 1px;
    top: -25px;
    position: relative;
  }
  .step-box__body:nth-of-type(2) {
    margin-top: 65px;
    left: 2px;
  }
  .step-box__body:nth-of-type(3) {
    left: 4px;
  }
}

.how-to_step_line {
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .how-to_step_line {
    position: absolute;
    z-index: 1;
  }
}

@media screen and (min-width: 900px) {
  .how-to_step_line-right {
    width: 70px;
    top: 137px;
    left: 261px;
  }
}

@media screen and (min-width: 900px) {
  .how-to_step_line-left {
    width: 70px;
    top: 150px;
    right: -25px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to_step_line-left {
    top: 205px;
    left: 238px;
  }
}

.step-box__image {
  margin-top: -2px;
  width: 196px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .step-box__image {
    width: 87.5%;
  }
}
.step__box-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}
.step__box-heading:nth-of-type(3) {
  margin-top: -4px;
}
@media screen and (min-width: 900px) {
  .step__box-heading {
    font-size: 20px;
  }
}

.step-box__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .step-box__text {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  .step-box__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .step-box__text {
    font-size: 16px;
  }
}

.how-to__follow-button {
  background: var(--LP-White, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 8px;
  margin: 0 auto;
}
.how-to__follow-button:hover {
  border: 1px solid #67b0c7;
}

.follow-button {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .follow-button {
    font-size: 16px;
  }
}

.how-to-view-submission-button {
  width: 100%;
  font-size: 16px;
  margin-top: 16px;
  padding: 6px 10px 8px 9px;
}
@media screen and (min-width: 768px) {
  .how-to-view-submission-button {
    width: 437px;
    left: calc(50% - 217px);
    top: 48px;
    position: relative;
    padding: 10px 34px 18px 34px;
    height: 56px;
    font-size: 20px;
    border: 3px solid var(--LP-Blown, #4a3636);
  }
}
@media screen and (min-width: 1200px) {
  .how-to-view-submission-button {
    top: 10px;
  }
}

.prizes {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .prizes {
    margin-top: 152px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes {
    margin-top: 118px;
  }
}

.prizes__bg_triangle1 {
  left: 29px;
  width: 315px;
  height: 86px;
}
.prizes__bg_triangle1 img {
  width: 100%;
}

.prizes__bg_triangle2 {
  right: 29px;
  width: 315px;
  height: 86px;
}
.prizes__bg_triangle2 img {
  width: 100%;
}

.prizes__bg_triangle1,
.prizes__bg_triangle2 {
  position: absolute;
  top: 46px;
}
@media screen and (min-width: 768px) {
  .prizes__bg_triangle1,
  .prizes__bg_triangle2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.prizes__inner {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .prizes__inner {
    max-width: 1084px;
  }
}

.prizes__contents {
  position: relative;
  z-index: 2;
  padding-top: 20.3px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}
.prizes__contents::before, .prizes__contents::after {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #fff;
}
.prizes__contents::before {
  top: 0;
  left: 50%;
  width: 238px;
  height: 83px;
  background-color: transparent;
  background-image: url(../img/deco_prizes1_sp.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .prizes__contents::before {
    width: 372px;
    height: 148px;
    top: 18px;
    background-image: url(../img/deco_prizes1_pc.svg);
  }
}
.prizes__contents::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 83px);
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .prizes__contents::after {
    height: calc(100% - 163px);
    width: calc(100% - 60px);
    bottom: -3px;
    left: 28px;
  }
}
@media screen and (min-width: 768px) {
  .prizes__contents {
    padding-right: 56px;
    padding-left: 56px;
    padding-bottom: 49px;
    padding-top: 30px;
  }
}

.heading__prizes {
  padding-top: 47px;
}
.heading__prizes::before {
  background-image: url(../img/icon__prizes.svg);
}
@media screen and (min-width: 768px) {
  .heading__prizes::before {
    width: 48px;
    height: 48px;
    top: 17px;
  }
}
@media screen and (min-width: 768px) {
  .heading__prizes {
    padding-top: 74px;
  }
}

.prizes__text {
  font-size: 12px;
  margin-top: -4px;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .prizes__text {
    font-size: 16px;
    margin-top: 23px;
  }
}

.prizes__cards {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 39px;
  -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: 768px) {
  .prizes__cards {
    gap: 0;
    margin-top: 68px;
  }
}

.prizes__card {
  width: calc(50% - 7.5px);
}
.prizes__card:hover .prizes-card-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (min-width: 768px) {
  .prizes__card:nth-of-type(1), .prizes__card:nth-of-type(2) {
    width: calc(50% - 45px);
  }
  .prizes__card:nth-of-type(3), .prizes__card:nth-of-type(4), .prizes__card:nth-of-type(5) {
    margin-top: 78px;
    width: calc(33.3333% - 43px);
  }
  .prizes__card:nth-of-type(2) {
    margin-left: 32px;
  }
  .prizes__card:nth-of-type(4), .prizes__card:nth-of-type(5) {
    margin-left: 36px;
  }
}

.prizes-card {
  border-radius: 8px;
  position: relative;
}
.prizes-card :hover {
  border-color: #9ed0e0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .prizes-card {
    border-radius: 24px;
  }
}

@media screen and (min-width: 768px) {
  .prizes-card-large .prizes__card-icon svg {
    width: 100px;
    height: 100px;
    border: 0px solid transparent;
  }
  .prizes-card-large .prizes-card-number {
    width: 100px;
    top: -50px;
  }
  .prizes-card-large .prizes-card-heading {
    min-height: 120px;
    font-size: 20px;
  }
}

.prizes-card-number {
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: -24px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.prizes-card-number img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .prizes-card-number {
    width: 80px;
    top: -39px;
  }
}

.prizes-card-inner {
  position: relative;
  border-radius: 8px;
  background: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .prizes-card-inner {
    border-radius: 24px;
  }
}

.prizes-card-image {
  display: block;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.prizes-card-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .prizes-card-image {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}

.prizes-card-heading {
  font-size: 12px;
  font-weight: 700;
  min-height: 56px;
  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;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .prizes-card-heading {
    min-height: 80px;
    font-size: 16px;
  }
}

.prizes-card-button {
  position: absolute;
  bottom: 0;
  left: 0;
  border: 3px solid transparent;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  outline: none;
}
@media screen and (min-width: 768px) {
  .prizes-card-button {
    border-radius: 24px;
  }
}

.prizes__card-icon svg {
  position: absolute;
  width: 36px;
  height: 36px;
  border-bottom-right-radius: 8px;
  right: -2px;
  bottom: -2px;
  border: 2px solid transparent;
  display: block;
}
@media screen and (min-width: 768px) {
  .prizes__card-icon svg {
    width: 64px;
    height: 64px;
    border-bottom-right-radius: 24px;
  }
}

.prizes__background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prizes__background img {
  display: block;
  width: 100%;
  min-width: 580px;
}
@media screen and (min-width: 768px) {
  .prizes__background {
    margin-top: -18px;
  }
}

.prizes-button {
  margin-top: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .prizes-button {
    margin-top: 43px;
    height: 56px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 35px 12px 37px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-button {
    margin-top: 33px;
  }
}

.prizes-modal {
  padding: 0;
  border: none;
  border-radius: 24px;
  width: 336px;
  height: 480px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 56px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .prizes-modal {
    width: 480px;
    height: 650px;
    padding-right: 40px;
    padding-bottom: 23px;
    padding-left: 40px;
  }
}

.js-modal-image {
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media screen and (min-width: 900px) {
  .js-modal-image {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}
.js-prize__modal-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  margin-top: 39px;
}
@media screen and (min-width: 900px) {
  .js-prize__modal-title {
    font-size: 20px;
    margin-top: 32px;
  }
}

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

.js-prizes-modal-button {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .js-prizes-modal-button {
    margin-top: 24px;
  }
}

.spots {
  position: relative;
  margin-top: -45.7px;
  padding-top: 45.7px;
  padding-bottom: 45.7px;
}
@media screen and (min-width: 768px) {
  .spots {
    padding-top: 38.7px;
  }
}
@media screen and (min-width: 900px) {
  .spots {
    margin-top: -63.7px;
  }
}
@media screen and (min-width: 1200px) {
  .spots {
    margin-top: -52.7px;
  }
}
.spots::before, .spots::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 45.714px;
  background-color: transparent;
  background-repeat: repeat-x;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .spots::before, .spots::after {
    height: 45px;
  }
}
@media screen and (min-width: 900px) {
  .spots::before, .spots::after {
    height: 120px;
  }
}
.spots::before {
  background-image: url(../img/spots_bg_wave-before.svg);
  top: 10px;
}
@media screen and (min-width: 768px) {
  .spots::before {
    background-image: url(../img/spots_bg_wave-before-pc.svg);
    top: 2px;
  }
}
@media screen and (min-width: 900px) {
  .spots::before {
    top: -80px;
  }
}
.spots::after {
  background-image: url(../img/spots_bg_wave-after.svg);
  bottom: 1px;
}
@media screen and (min-width: 768px) {
  .spots::after {
    background-image: url(../img/spots_bg_wave-after-pc.svg);
    bottom: 2px;
  }
}
@media screen and (min-width: 900px) {
  .spots::after {
    bottom: -73px;
  }
}
@media screen and (min-width: 1200px) {
  .spots::after {
    bottom: -66px;
  }
}

.spots__decoration-pawpads {
  bottom: 62px;
  position: absolute;
  margin-left: 37px;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .spots__decoration-pawpads {
    width: 70px;
    bottom: 102px;
    left: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__decoration-pawpads {
    bottom: 43px;
    width: auto;
    left: 0;
  }
}

.spots__outer {
  background-color: #67b0c7;
}

@media screen and (min-width: 900px) {
  .spots__top {
    margin-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    padding-left: max(30px, 50% - 512px);
  }
}

.spots__heading-wrap {
  margin-top: 8px;
}
@media screen and (min-width: 900px) {
  .spots__heading-wrap {
    margin-top: 0;
  }
}

.spots__heading {
  color: var(--LP-White, #fff);
  margin-left: 35px;
  text-align: center;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-family: "Kiwi Maru";
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .spots__heading {
    padding-top: 70px;
    margin-left: 0;
    font-size: 40px;
    letter-spacing: 0.25em;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}
.spots__heading::before {
  content: "";
  position: absolute;
  top: 58px;
  left: 19%;
  width: 28px;
  height: 28px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/spots__star-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .spots__heading::before {
    top: 54px;
    left: 34%;
  }
}
@media screen and (min-width: 900px) {
  .spots__heading::before {
    width: 56px;
    height: 56px;
    top: 0;
    left: 50%;
  }
}

@media screen and (min-width: 900px) {
  .spots__slider {
    width: calc(100% - 56px - 32px);
    margin-top: 0;
  }
}

@media screen and (min-width: 900px) {
  .spots__inner {
    max-width: 1084px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
.spots__arrows {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin-top: -10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .spots__arrows {
    max-width: 944px;
    margin-top: -57px;
  }
}

.spots__swiper-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.spots__swiper-arrows-prev {
  background: url(../img/spots__swiper-arrows-prev.svg);
}

.spots__swiper-arrows-next {
  background: url(../img/spots__swiper-arrows-next.svg);
}

.spots__swiper-arrows-prev,
.spots__swiper-arrows-next {
  position: static;
  background-color: #ffee56;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.spots-swiper__slide {
  height: auto;
  border-radius: 12px;
  background: var(--LP-White, #fff);
  padding-bottom: 31.16px;
}
@media screen and (min-width: 900px) {
  .spots-swiper__slide {
    border-radius: 24px;
  }
}

.spots__card {
  height: 100%;
  padding-right: 24px;
  padding-bottom: 30px;
  padding-left: 24px;
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
}
@media screen and (min-width: 900px) {
  .spots__card {
    padding-right: 32px;
    padding-bottom: 40px;
    padding-left: 32px;
    border-radius: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__card {
    padding-bottom: 17px;
  }
}

.spots__card-heading {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spots__card-heading {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.spots__card-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .spots__card-text {
    font-size: 16px;
  }
}

.spots__card-image {
  display: block;
  width: calc(100% + 48px);
  margin-left: -24px;
}
@media screen and (min-width: 900px) {
  .spots__card-image {
    width: calc(100% + 64px);
    margin-left: -32px;
  }
}
.spots__card-image img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .spots__bottom {
    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) {
  .spots__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.spots__decoration-english {
  width: 255px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .spots__decoration-english {
    width: 360px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__decoration-english {
    width: 495px;
    margin-left: 2px;
  }
}
.spots__decoration-english img {
  width: 100%;
  height: auto;
}

.spots__text {
  color: #fff;
  text-align: center;
  font-size: 11.444px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .spots__text {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 24px;
  }
}

.spots__button {
  text-align: center;
  padding-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .spots__button {
    font-size: 20px;
    padding-bottom: 19px;
  }
}

.qa {
  margin-top: 40px;
}

.heading__qa {
  margin-top: 85px;
}
@media screen and (min-width: 900px) {
  .heading__qa {
    margin-top: 234px;
  }
}
.heading__qa::before {
  background-image: url(../img/icon__qa.svg);
  top: -44px;
}
@media screen and (min-width: 900px) {
  .heading__qa::before {
    top: -54px;
  }
}

.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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-top: -8px;
}
@media screen and (min-width: 900px) {
  .qa__boxes {
    gap: 24px;
    margin-top: 10px;
  }
}

.qa__box {
  border-radius: 12px;
  border: 2px solid var(--LP-Blown, #4a3636);
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}
.qa__box.is-open .qa-box__head-toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (min-width: 900px) {
  .qa__box {
    width: 100%;
  }
}

.qa-box__head {
  padding: 10px 14px;
  width: 100%;
  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: 900px) {
  .qa-box__head {
    gap: 16px;
    padding-right: 22px;
    padding-left: 22px;
    padding-top: 20.5px;
    padding-bottom: 20px;
  }
}

.qa-box__head-icon {
  color: var(--LP-Blue, #9ed0e0);
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  line-height: 125%; /* 30px */
}

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

.qa-box__head-toggle {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  background-color: #9ed0e0;
  border-radius: 50%;
}
@media screen and (min-width: 900px) {
  .qa-box__head-toggle {
    width: 48px;
    height: 48px;
  }
}
.qa-box__head-toggle::before {
  width: 10px;
  height: 2px;
}
@media screen and (min-width: 900px) {
  .qa-box__head-toggle::before {
    width: 19px;
    height: 3px;
  }
}
.qa-box__head-toggle::after {
  width: 2px;
  height: 10px;
}
@media screen and (min-width: 900px) {
  .qa-box__head-toggle::after {
    width: 3px;
    height: 19px;
  }
}
.qa-box__head-toggle::before, .qa-box__head-toggle::after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.qa-box__body {
  background-color: #f5f5f5;
  padding: 16px;
}
@media screen and (min-width: 900px) {
  .qa-box__body {
    padding-top: 24px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 34px;
  }
}

.qa-box__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.qa-box__answer-icon {
  color: #9ed0e0;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

.qa-box__answer-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .qa-box__answer-text {
    font-size: 16px;
  }
}

.entry-requirements {
  margin-top: 30px;
}
@media screen and (min-width: 900px) {
  .entry-requirements {
    margin-top: 120px;
  }
}

.entry-requirements-contents {
  padding-top: 15px;
  padding-bottom: 32px;
  padding-right: 16px;
  padding-left: 16px;
  border: 8px solid var(--LP-White, #fff);
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 900px) {
  .entry-requirements-contents {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 56px;
    padding-left: 56px;
  }
}

.heading__note {
  padding-top: 44px;
}
.heading__note::before {
  background-image: url(../img/Icon__entry-requirements.svg);
}

.entry-requirements__table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .entry-requirements__table {
    max-width: 100%;
    margin-top: 9px;
  }
}

.entry-requirements__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--LP-Dark-Gray, #ccc);
}
@media screen and (min-width: 900px) {
  .entry-requirements__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 6px;
  }
}
.entry-requirements__row:last-child {
  border: none;
  padding-bottom: 0;
}

.entry-requirements__header {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  color: var(--LP-Blown, #4a3636);
}
@media screen and (min-width: 900px) {
  .entry-requirements__header {
    font-size: 16px;
    width: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .entry-requirements__header {
    font-size: 16px;
    width: 188px;
  }
}
.entry-requirements__header::before {
  position: absolute;
  content: "";
  background-color: #9ed0e0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .entry-requirements__header::before {
    top: 12px;
  }
}

.entry-requirements__data {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .entry-requirements__data {
    font-size: 16px;
    width: 672px;
    margin-left: 16px;
  }
}
.entry-requirements__data ul li {
  position: relative;
  line-height: 160%;
  padding-left: 1.5em;
}
.entry-requirements__data ul li::before {
  content: "・";
  position: absolute;
  left: 0.2em;
  top: 0.1em;
}

.entry-requirements__bg {
  display: block;
  margin-top: 29px;
}
@media screen and (min-width: 900px) {
  .entry-requirements__bg {
    margin-top: 127px;
  }
}
@media screen and (min-width: 1200px) {
  .entry-requirements__bg {
    margin-top: 133px;
  }
}
.entry-requirements__bg img {
  width: 100%;
}

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

.heading__contact {
  padding-top: 46px;
}
.heading__contact::before {
  content: "";
  position: absolute;
  background-image: url(../img/icon__contact.svg);
  width: 37.333px;
  height: 37.333px;
}
@media screen and (min-width: 900px) {
  .heading__contact::before {
    width: 48px;
    height: 48px;
  }
}

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

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}

.contact__text {
  margin-top: 8px;
  margin-bottom: 18px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact__text {
    font-size: 16px;
    margin-top: 19px;
    margin-bottom: 40px;
  }
}

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

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

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

.form-field__tag {
  color: var(--LP-White, #fff);
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--LP-Red, #ce2073);
}

@media screen and (min-width: 900px) {
  .form-field__item {
    width: calc(100% - 180px - 40px);
  }
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 2px;
}

.form-radio {
  margin-top: 7px;
}

.form-text {
  width: 100%;
  height: 56px;
  margin-top: 8px;
  padding: 16px;
  border-radius: 8px;
  background: var(--LP-Gray, #f5f5f5);
  border: 1px solid transparent;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .form-text {
    font-size: 16px;
  }
}
.form-text:focus {
  border-radius: 8px;
  border: 1px solid #9ed0e0;
  background-color: #e9f6f8;
  outline: none;
}

.form-select {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 56px;
  padding: 16px;
  margin-top: 8px;
  border-radius: 8px;
  background-image: url(../img/contact__form-arrow.svg), linear-gradient(to left, #9ed0e0 52px, #f5f5f5 52px);
  background-repeat: no-repeat, no-repeat;
  background-position: center right 9.65px, center center;
  border: none;
}
.form-select:focus {
  border-radius: 8px;
  border: 1px solid #9ed0e0;
  outline: none;
}

.form-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.form-radio__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-radio__input:checked + .form-radio__text::after {
  opacity: 1;
}
.form-radio__input:checked + .form-radio__text {
  font-weight: 700;
}
.form-radio__input:focus + .form-radio__text::before {
  border: 1px solid #9ed0e0;
}
.form-radio:hover .form-radio__text::before {
  border-color: #9ed0e0;
}
.form-radio__text {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  padding-left: 32px;
}
@media screen and (min-width: 900px) {
  .form-radio__text {
    font-size: 16px;
  }
}
.form-radio__text::before, .form-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.form-radio__text::before {
  left: 0;
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border: 1px solid transparent;
}
.form-radio__text::after {
  left: 6px;
  width: 12px;
  height: 12px;
  background: #9ed0e0;
  opacity: 0;
}

.form-textarea {
  width: 100%;
  height: 160px;
  padding: 15px;
  border-radius: 8px;
  background: #f5f5f5;
  border: 1px solid transparent;
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .form-textarea {
    margin-bottom: 45px;
    margin-top: 0;
    font-size: 16px;
  }
}
.form-textarea:focus {
  border-radius: 8px;
  border: 1px solid #9ed0e0;
  background-color: #e9f6f8;
  outline: none;
}

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

.form-checkbox__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}

.form-checkbox__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  padding-left: 36px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}
.form-checkbox__text::before, .form-checkbox__text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-checkbox__text::before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: var(--LP-Gray, #f5f5f5);
  left: 0;
}
.form-checkbox__text::after {
  background-image: url(../img/contact__form-check-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 14px;
  height: 9px;
  opacity: 0;
  top: 50%;
  left: 5px;
}

.contact__button {
  position: relative;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .contact__button {
    padding-bottom: 118px;
  }
}
.contact-button {
  padding: 6px 24px 8px 24px;
}
@media screen and (min-width: 900px) {
  .contact-button {
    width: 240px;
    font-size: 16px;
    margin-top: -5px;
  }
}

@media screen and (min-width: 900px) {
  .is-type1 {
    margin-top: -4px;
  }
}
@media screen and (min-width: 1200px) {
  .is-type1 {
    margin-top: -12px;
  }
}

@media screen and (min-width: 900px) {
  .is-type2 {
    margin-top: -11px;
  }
}

@media screen and (min-width: 900px) {
  .is-type3 {
    margin-top: -14px;
  }
}

@media screen and (min-width: 900px) {
  .is-type4 {
    margin-top: -3px;
  }
}

.is-type5 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 900px) {
  .is-type5 {
    margin-top: 7px;
  }
}

.is-error {
  border: 1px solid #ce2073; /* 赤い枠線 */
  background: #fde8f0; /* 薄いピンク背景 */
}

.is-error.form-text:focus,
.is-error.form-textarea:focus {
  border: 1px solid #ce2073;
  background-color: #ffeaea;
}

.is-error-label {
  color: #ce2073; /* 赤い文字 */
}

.form-checkbox__input.is-error + .form-checkbox__text::before {
  border: 1px solid #ce2073;
  background: #ffeaea;
}

.footer {
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 900px) {
  .footer {
    margin-top: 120px;
  }
}

.footer__decoration-pawpads {
  position: absolute;
}
@media screen and (min-width: 900px) {
  .footer__decoration-pawpads {
    right: 40px;
    top: -40px;
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__decoration-pawpads {
    right: 80px;
    top: -40px;
    width: 100px;
  }
}

.footer__sns-links {
  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: 24px;
}
@media screen and (min-width: 900px) {
  .footer__sns-links {
    gap: 32px;
  }
}

.footer__sns-title {
  font-family: "Josefin Sans", system-ui;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
@media screen and (min-width: 900px) {
  .footer__sns-title {
    font-size: 24px;
    margin-top: -5px;
  }
}

.footer__sns-link {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media screen and (min-width: 900px) {
  .footer__sns-link {
    margin-bottom: 41px;
  }
}

@media screen and (min-width: 900px) {
  .sns-icon {
    width: 40px;
    height: 40px;
  }
}

.footer__logo {
  text-align: center;
}

.address__wrap {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .address__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 400px;
    margin-top: -7px;
  }
}

.address__wrap-map {
  height: 271px;
}
.address__wrap-map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 900px) {
  .address__wrap-map {
    height: 100%;
    width: 50%;
  }
}

.address__wrap-info {
  padding: 24px;
}
@media screen and (min-width: 900px) {
  .address__wrap-info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 60px;
    margin-top: 42px;
    margin-left: auto;
    margin-right: auto;
  }
}

.address__wrap-logo {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .address__wrap-logo {
    text-align: left;
  }
}

.address__wrap-info-details {
  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) {
  .address__wrap-info-details {
    margin-top: 25px;
  }
}

.address__wrap-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.address__wrap-info-term {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  width: 80px;
}
.address__wrap-info-term::before {
  content: "●";
  color: #9ed0e0;
  margin-right: 8px;
  font-size: 8px;
}
@media screen and (min-width: 900px) {
  .address__wrap-info-term {
    font-size: 16px;
    width: 120px;
  }
}

.address__wrap-info-description {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .address__wrap-info-description {
    font-size: 16px;
  }
}

.footer__page-top-button {
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .footer__page-top-button {
    position: fixed;
    z-index: 10;
    right: 40px;
    bottom: 40px;
  }
}

@media screen and (min-width: 900px) {
  .footer__page-top-link {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .footer__page-top-link.is-show {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 900px) {
  .footer__page-top-icon {
    width: 100px;
    height: 104px;
  }
}

.footer__bottom {
  position: relative;
  padding-top: 45.7px;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .footer__bottom {
    margin-top: 120px;
    padding-top: 120px;
  }
}
.footer__bottom::before {
  content: "";
  position: absolute;
  background-image: url(../img/footer_bg_wave-sp.svg);
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 45.714px;
  top: 1px;
}
@media screen and (min-width: 900px) {
  .footer__bottom::before {
    height: 120px;
  }
}

.footer__copyright {
  background-color: #67b0c7;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  padding-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .footer__copyright {
    font-size: 14px;
    padding-bottom: 32px;
  }
}