@charset "UTF-8";
.text-font-bold {
  font-weight: bold;
}

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

.button {
  display: inline-block;
  text-align: center;
  padding: 4px 22px 6px;
  color: #4A3636;
  border-radius: 40px;
  border: 2px solid #4A3636;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 0px 0px #4A3636;
          box-shadow: 0px 4px 0px 0px #4A3636;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
}
@media screen and (min-width:900px) {
  .button {
    padding: 10px 37px 12px;
    border: 3px solid #4A3636;
    font-size: 20px;
  }
}
.button:hover {
  background-color: #FFEE56;
}

.button-option-small {
  font-size: 14px;
}
@media screen and (min-width:900px) {
  .button-option-small {
    padding: 4px 22px 6px;
    border: 2px solid #4A3636;
  }
}

.section-heading {
  position: relative;
  padding-top: 43px;
  text-align: center;
}
@media screen and (min-width:900px) {
  .section-heading {
    padding-top: 56px;
  }
}
.section-heading::before {
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  width: 37.3px;
  height: 37.3px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width:900px) {
  .section-heading::before {
    width: 48px;
    height: 48px;
  }
}

.section-heading-en {
  font-family: "Courgette", serif;
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (min-width:900px) {
  .section-heading-en {
    font-size: 20px;
  }
}

.section-heading-ja {
  display: inline-block;
  margin-top: 6px;
  padding-bottom: 6px;
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  border-bottom: 6px solid var(--LP-Yellow, #FFEE56);
}
@media screen and (min-width:900px) {
  .section-heading-ja {
    margin-top: 8px;
    padding-bottom: 10px;
    font-size: 32px;
    border-bottom: 8px solid var(--LP-Yellow, #FFEE56);
  }
}

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

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

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

.text-link-decoration,
.text-link-decoration-large {
  border-bottom: solid 1px #4A3636;
  color: #4A3636;
}

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

.text-link-decoration-large {
  font-size: 14px;
}
@media screen and (min-width:900px) {
  .text-link-decoration-large {
    font-size: 16px;
  }
}

.hover-option {
  -webkit-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
}
.hover-option:hover {
  color: #67B0C7;
  border-bottom: solid 1px #67B0C7;
}

body {
  background: #FFFFFF;
  color: #4A3636;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  background: #E9F6F8;
}
body .is-fixed {
  overflow: hidden;
}
@media screen and (min-width:1200px) {
  body .is-fixed {
    overflow: auto;
  }
}

.wrapper {
  overflow: hidden;
}

.header {
  width: 100%;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #FFFFFF;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width:900px) {
  .header__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

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

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

@media screen and (min-width:900px) {
  .header__nav-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}

@media screen and (min-width:900px) {
  .header__nav-list:nth-child(7) {
    margin-left: 4px;
  }
}

@media screen and (min-width:900px) {
  .header__nav-link {
    color: #4A3636;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__nav-link:hover {
    color: #67B0C7;
    border-bottom: solid 1px #67B0C7;
  }
}

.header__nav-button {
  height: 36px;
  margin-left: 5px;
}

.drawer__icon {
  position: relative;
  width: 32px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 0;
}
@media screen and (min-width:1200px) {
  .drawer__icon {
    display: none;
  }
}
.drawer__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 24px);
  height: 64px;
}
.drawer__icon.is-checked .drawer__icon-bar:nth-child(1) {
  top: 12px;
  width: 32px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drawer__icon.is-checked .drawer__icon-bar:nth-child(2) {
  display: none;
}
.drawer__icon.is-checked .drawer__icon-bar:nth-child(3) {
  bottom: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer__icon.is-checked .drawer__icon-bar .drawer__icon-bot {
  display: none;
}

.drawer__icon-bar {
  position: absolute;
  left: 0;
  height: 3px;
  background: #4A3636;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.drawer__icon-bar:nth-child(1) {
  top: 0;
  width: 25.6px;
}
.drawer__icon-bar:nth-child(2) {
  top: 50%;
  width: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.drawer__icon-bar:nth-child(3) {
  bottom: 0px;
  width: 32px;
}
.drawer__icon-bar .drawer__icon-bot {
  position: absolute;
  top: 0;
  left: 28px;
  width: 4.8px;
  height: 3px;
  background: #4A3636;
  border-radius: 5px;
}

.drawer__nav {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 64px);
  margin-inline: auto;
  overflow-y: auto;
  background: #FFFFFF;
  z-index: 90;
  display: none;
}
@media screen and (min-width:1200px) {
  .drawer__nav {
    display: none !important;
  }
}

.drawer__nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16.5px;
  padding: 67px 20px;
}

.drawer__nav-list {
  padding-block: 10px;
}

.drawer__nav-link {
  color: #4A3636;
  font-size: 14px;
}

.drawer__nav-button {
  margin-top: 2px;
}

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

.fv__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 156px);
  border-radius: 0px 0px 24px 24px;
  overflow: hidden;
}
@media screen and (min-width:900px) {
  .fv__bg-img {
    height: calc(100% - 94px);
    border-radius: 0px 0px 24px 24px;
    overflow: hidden;
  }
}
.fv__bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

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

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

.fv__title {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width:900px) {
  .fv__title {
    margin-top: 24px;
  }
}
.fv__title img {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width:900px) {
  .fv__title img {
    width: 520px;
  }
}

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

.fv__decoration-fukidashi {
  position: absolute;
  top: 7px;
  left: 0;
  width: 142px;
}
@media screen and (min-width:900px) {
  .fv__decoration-fukidashi {
    top: 0;
    left: 37px;
    width: 244px;
  }
}

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

.fv__decoration-smartphone {
  position: absolute;
  bottom: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  height: 408px;
}
@media screen and (min-width:900px) {
  .fv__decoration-smartphone {
    top: 33px;
    width: 250px;
    height: 510px;
  }
}

.fv__decoration-smartphone-img {
  position: relative;
}

.fv-sp-card {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -53%);
          transform: translate(-50%, -53%);
  width: 160px;
  text-align: center;
  border-radius: 12.8px;
  overflow: hidden;
  background: #FFFFFF;
}
@media screen and (min-width:900px) {
  .fv-sp-card {
    width: 200px;
    border-radius: 16px;
  }
}

.fv-sp-card__head {
  padding: 6.4px 9.6px;
  background: linear-gradient(265deg, #AC3790 -3.52%, #D65A5C 44.94%, #F4C06D 92.38%);
}
@media screen and (min-width:900px) {
  .fv-sp-card__head {
    padding: 8px 23px;
  }
}

.fv-sp-card__title {
  color: #FFFFFF;
  font-size: 12.8px;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .fv-sp-card__title {
    font-size: 16px;
  }
}

.fv-sp-card__body {
  padding-top: 6.8px;
  padding-bottom: 19.2px;
}
@media screen and (min-width:900px) {
  .fv-sp-card__body {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}

.fv-sp-card__period {
  display: inline-block;
  font-size: 12px;
  padding-bottom: 1px;
  border-bottom: 2.4px solid #CE2073;
}
@media screen and (min-width:900px) {
  .fv-sp-card__period {
    font-size: 14px;
    border-bottom: 3px solid #CE2073;
  }
}

.fv-sp-card__day {
  margin-top: 3.4px;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .fv-sp-card__day {
    margin-top: 5px;
    font-size: 16px;
  }
}

.fv-sp-card__button {
  height: 32px;
  margin-top: 12.8px;
}
@media screen and (min-width:900px) {
  .fv-sp-card__button {
    margin-top: 18px;
  }
}

.fv-sp-card__button-option {
  padding: 2px 22px 4px;
  font-size: 14px;
}
@media screen and (min-width:900px) {
  .fv-sp-card__button-option {
    font-size: 16px;
  }
}

.fv__decoration-food {
  position: absolute;
  bottom: 0;
  left: 2px;
  padding-top: 5px;
  z-index: 5;
}
@media screen and (min-width:900px) {
  .fv__decoration-food {
    left: 4px;
  }
}
.fv__decoration-food img {
  width: 86px;
  height: 141px;
}
@media screen and (min-width:900px) {
  .fv__decoration-food img {
    width: 202px;
    height: 332px;
  }
}

.fv__decoration-cats {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}
@media screen and (min-width:900px) {
  .fv__decoration-cats {
    bottom: -45px;
  }
}

.fv__decoration-cat1 {
  position: absolute;
  bottom: 58px;
  right: 0;
  width: 62px;
}
@media screen and (min-width:900px) {
  .fv__decoration-cat1 {
    bottom: 106px;
    right: 63px;
    width: 170px;
  }
}

.fv__decoration-cat2 {
  position: absolute;
  bottom: 0;
  right: 9px;
  width: 98px;
}
@media screen and (min-width:900px) {
  .fv__decoration-cat2 {
    bottom: 0;
    right: 0;
    width: 233px;
  }
}

.about {
  position: relative;
  margin-top: 32px;
}
@media screen and (min-width:900px) {
  .about {
    margin-top: 80px;
  }
}

.about__decoration {
  position: absolute;
  overflow: hidden;
}

.about__decoration-img-pawpads {
  top: -9px;
  left: calc(50% + 133px);
  width: 54px;
}
@media screen and (min-width:600px) {
  .about__decoration-img-pawpads {
    left: calc(50% + 203px);
    width: 64px;
  }
}
@media screen and (min-width:900px) {
  .about__decoration-img-pawpads {
    top: -58px;
    left: calc(50% + 303px);
    width: 74px;
  }
}
@media screen and (min-width:1200px) {
  .about__decoration-img-pawpads {
    left: calc(50% + 490px);
    width: 100px;
  }
}

.about__decoration-img-diagonal-line {
  display: none;
}
@media screen and (min-width:900px) {
  .about__decoration-img-diagonal-line {
    display: block;
    top: -17px;
    right: calc(50% + 390px);
    width: 250px;
  }
}
@media screen and (min-width:1200px) {
  .about__decoration-img-diagonal-line {
    right: calc(50% + 526px);
  }
}

.about__decoration-img-left {
  top: 395px;
  right: calc(50% + 128px);
  width: 200px;
  border-radius: 24px;
}
@media screen and (min-width:900px) {
  .about__decoration-img-left {
    top: 76px;
    right: calc(50% + 450px);
    width: 480px;
    border-radius: 40px;
  }
}
@media screen and (min-width:1200px) {
  .about__decoration-img-left {
    right: calc(50% + 613px);
  }
}

.about__decoration-img-right {
  top: 273px;
  left: calc(50% + 127px);
  width: 200px;
  border-radius: 24px;
}
@media screen and (min-width:900px) {
  .about__decoration-img-right {
    top: 75px;
    left: calc(50% + 420px);
    width: 480px;
    border-radius: 40px;
  }
}
@media screen and (min-width:1200px) {
  .about__decoration-img-right {
    left: calc(50% + 560px);
  }
}

.about__decoration-img-wavyline1 {
  display: none;
}
@media screen and (min-width:900px) {
  .about__decoration-img-wavyline1 {
    display: block;
    top: calc(50% - 45px);
    left: calc(50% + 254px);
    width: 806.8px;
  }
}
@media screen and (min-width:1200px) {
  .about__decoration-img-wavyline1 {
    left: calc(50% + 514px);
  }
}

.about__decoration-img-wavyline2 {
  display: none;
}
@media screen and (min-width:900px) {
  .about__decoration-img-wavyline2 {
    display: block;
    top: calc(50% - 13px);
    left: calc(50% + 186px);
    width: 806.8px;
  }
}
@media screen and (min-width:1200px) {
  .about__decoration-img-wavyline2 {
    left: calc(50% + 446px);
  }
}

.about__decoration-img-hill {
  bottom: 61.2px;
  left: 0;
  width: 138px;
  z-index: 5;
}
@media screen and (min-width:900px) {
  .about__decoration-img-hill {
    bottom: 152px;
    width: 427px;
    left: -102px;
  }
}

.about__decoration-img-goods1 {
  bottom: 217.2px;
  left: calc(50% + 118px);
  width: 48px;
}
@media screen and (min-width:900px) {
  .about__decoration-img-goods1 {
    bottom: 589px;
    left: calc(50% + 345px);
    width: 101px;
  }
}
@media screen and (min-width:1200px) {
  .about__decoration-img-goods1 {
    left: calc(50% + 505px);
  }
}

.about__decoration-img-goods2 {
  bottom: 157.2px;
  left: calc(50% - 3px);
  width: 133px;
}
@media screen and (min-width:900px) {
  .about__decoration-img-goods2 {
    bottom: 311px;
    left: calc(50% + 160px);
    width: 288px;
  }
}
@media screen and (min-width:1200px) {
  .about__decoration-img-goods2 {
    left: calc(50% + 374px);
  }
}

.about__inner {
  max-width: 375px;
}
@media screen and (min-width:600px) {
  .about__inner {
    max-width: 498px;
  }
}
@media screen and (min-width:900px) {
  .about__inner {
    max-width: 658px;
  }
}
@media screen and (min-width:1200px) {
  .about__inner {
    max-width: 908px;
  }
}

.about__top {
  position: relative;
  width: 100%;
  padding: 40px 12px;
  text-align: center;
  border-radius: 24px;
  background: #FFFFFF;
  z-index: 10;
}
@media screen and (min-width:900px) {
  .about__top {
    padding: 41px 70px;
    border-radius: 40px;
  }
}
@media screen and (min-width:1200px) {
  .about__top {
    padding: 41px 114px;
  }
}
.about__top::after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 36px;
  background: url(../img/about_arrow.png) center center/cover;
}
@media screen and (min-width:900px) {
  .about__top::after {
    bottom: -50px;
    width: 140px;
    height: 50px;
  }
}

.about__heading::before {
  background-image: url(../img/about_head-icon.svg);
}

.about__heading-pic-left {
  position: absolute;
  top: 32px;
  right: calc(50% + 47px);
  width: 80px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media screen and (min-width:900px) {
  .about__heading-pic-left {
    top: 40px;
    right: calc(50% + 191px);
    width: 148px;
  }
}

.about__heading-pic-right {
  position: absolute;
  top: 30px;
  left: calc(50% + 59px);
  width: 87px;
}
@media screen and (min-width:900px) {
  .about__heading-pic-right {
    top: 49px;
    left: calc(50% + 192px);
    width: 147px;
  }
}

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

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

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

.about__body-text {
  font-size: 12px;
}
@media screen and (min-width:900px) {
  .about__body-text {
    font-size: 16px;
  }
}
.about__body-text:not(:first-child) {
  margin-top: 18.5px;
}
@media screen and (min-width:900px) {
  .about__body-text:not(:first-child) {
    margin-top: 27px;
  }
}

.about__body-gift {
  display: inline-block;
  margin-top: 24px;
  padding: 8px 0 5px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px dashed #9ED0E0;
}
@media screen and (min-width:900px) {
  .about__body-gift {
    margin-top: 33px;
    padding: 12px 0 10px;
    font-size: 20px;
  }
}

.about__body-button {
  margin-top: 26px;
}
@media screen and (min-width:900px) {
  .about__body-button {
    margin-top: 30px;
  }
}

.about__bottom {
  position: relative;
  margin-top: 138.97px;
  z-index: 10;
}
@media screen and (min-width:900px) {
  .about__bottom {
    margin-top: 165px;
  }
}

.about__bottom-title {
  display: block;
  margin-inline: auto;
  width: 358px;
}
@media screen and (min-width:900px) {
  .about__bottom-title {
    width: 890.6px;
  }
}
.about__bottom-title img {
  width: 100%;
}

.about__bottom-slide {
  width: 100%;
}

.about__bottom-swiper {
  margin-top: -2px;
}
@media screen and (min-width:900px) {
  .about__bottom-swiper {
    margin-top: -5px;
  }
}

.about__bottom-swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
@media screen and (min-width:900px) {
  .about__bottom-swiper-wrapper {
    gap: 20px;
  }
}

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

.how-to-entry {
  position: relative;
  margin-top: 64.8px;
}
@media screen and (min-width:900px) {
  .how-to-entry {
    margin-top: 118px;
  }
}

.how-to-entry__inner {
  position: relative;
  max-width: 375px;
}
@media screen and (min-width:900px) {
  .how-to-entry__inner {
    max-width: 1512px;
  }
}

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

.how-to-entry__decoration-map {
  width: 149px;
  top: 0;
  right: calc(50% + 40px);
}
@media screen and (min-width:600px) {
  .how-to-entry__decoration-map {
    right: calc(50% + 70px);
  }
}
@media screen and (min-width:900px) {
  .how-to-entry__decoration-map {
    width: 360px;
    top: -60px;
    right: calc(50% + 160px);
  }
}
@media screen and (min-width:1200px) {
  .how-to-entry__decoration-map {
    width: 460px;
    right: calc(50% + 260px);
  }
}

.how-to-entry__decoration-cat-1 {
  width: 105px;
  top: 0;
  left: calc(50% + 58px);
}
@media screen and (min-width:600px) {
  .how-to-entry__decoration-cat-1 {
    left: calc(50% + 68px);
  }
}
@media screen and (min-width:900px) {
  .how-to-entry__decoration-cat-1 {
    width: 238px;
    top: -26px;
    left: calc(50% + 187px);
  }
}
@media screen and (min-width:1200px) {
  .how-to-entry__decoration-cat-1 {
    left: calc(50% + 287px);
  }
}

.how-to-entry__decoration-cat-2 {
  width: 94px;
  top: 5px;
  left: calc(50% + 124px);
}
@media screen and (min-width:600px) {
  .how-to-entry__decoration-cat-2 {
    left: calc(50% + 134px);
  }
}
@media screen and (min-width:900px) {
  .how-to-entry__decoration-cat-2 {
    width: 214px;
    top: -17px;
    left: calc(50% + 336px);
  }
}
@media screen and (min-width:1200px) {
  .how-to-entry__decoration-cat-2 {
    left: calc(50% + 436px);
  }
}

.how-to-entry__decoration-img-pawpads-1 {
  width: 55px;
  top: 74px;
  right: 20px;
}
@media screen and (min-width:900px) {
  .how-to-entry__decoration-img-pawpads-1 {
    width: 70px;
    top: 147px;
    right: 26px;
  }
}
@media screen and (min-width:1200px) {
  .how-to-entry__decoration-img-pawpads-1 {
    width: 100px;
    top: 147px;
    right: 36px;
  }
}

.how-to-entry__decoration-img-pawpads-2 {
  width: 55px;
  top: calc(50% - 132px);
  left: 20px;
}
@media screen and (min-width:600px) {
  .how-to-entry__decoration-img-pawpads-2 {
    left: 0;
  }
}
@media screen and (min-width:900px) {
  .how-to-entry__decoration-img-pawpads-2 {
    width: 70px;
    top: calc(50% + 182px);
    left: 22px;
  }
}
@media screen and (min-width:1200px) {
  .how-to-entry__decoration-img-pawpads-2 {
    width: 100px;
    top: calc(50% + 162px);
    left: 36px;
  }
}

.how-to-entry__decoration-img-pawpads-3 {
  bottom: 362px;
  right: 20px;
  width: 55px;
}
@media screen and (min-width:600px) {
  .how-to-entry__decoration-img-pawpads-3 {
    right: 0;
  }
}
@media screen and (min-width:900px) {
  .how-to-entry__decoration-img-pawpads-3 {
    display: none;
  }
}

.how-to-entry__heading::before {
  background-image: url(../img/how-to-entry_head-icon.svg);
}

.how-to-entry__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  margin: 32px auto 0;
}
@media screen and (min-width:900px) {
  .how-to-entry__steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 37px;
    gap: 0px;
  }
}
@media screen and (min-width:1200px) {
  .how-to-entry__steps {
    gap: 32px;
  }
}

.how-to-entry__step {
  position: relative;
}
@media screen and (min-width:900px) {
  .how-to-entry__step {
    max-width: 260px;
    width: 100%;
  }
  .how-to-entry__step:nth-child(2) {
    margin-top: 69px;
  }
}
@media screen and (min-width:1200px) {
  .how-to-entry__step {
    max-width: 320px;
  }
}
.how-to-entry__step:first-of-type::after, .how-to-entry__step:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 34px;
  top: calc(100% + 15px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/how-to-entry_line.png) no-repeat center center/cover;
}
@media screen and (min-width:900px) {
  .how-to-entry__step:first-of-type::after {
    width: 110px;
    height: 24px;
    top: 170px;
    left: calc(50% + 105px);
    background: url(../img/how-to-entry_line-pc.png) no-repeat center center/75px 20px;
  }
}
@media screen and (min-width:1200px) {
  .how-to-entry__step:first-of-type::after {
    top: 204px;
    left: calc(50% + 152px);
    background: url(../img/how-to-entry_line-pc.png) no-repeat center center/cover;
  }
}
@media screen and (min-width:900px) {
  .how-to-entry__step:nth-child(2)::after {
    width: 110px;
    height: 24px;
    top: 110px;
    left: calc(50% + 125px);
    background: url(../img/how-to-entry_line-pc.png) no-repeat center center/75px 20px;
  }
}
@media screen and (min-width:1200px) {
  .how-to-entry__step:nth-child(2)::after {
    top: 136px;
    left: calc(50% + 160px);
    background: url(../img/how-to-entry_line-pc.png) no-repeat center center/cover;
  }
}

.how-to-entry__step-head {
  width: 196px;
  margin-inline: auto;
}
@media screen and (min-width:900px) {
  .how-to-entry__step-head {
    width: 230px;
  }
}
@media screen and (min-width:1200px) {
  .how-to-entry__step-head {
    width: 280px;
  }
}

.how-to-entry__step-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15.5px;
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width:900px) {
  .how-to-entry__step-body {
    gap: 17px;
    margin-top: 24px;
  }
}

.how-to-entry__step-body-title {
  font-weight: 700;
}
@media screen and (min-width:1200px) {
  .how-to-entry__step-body-title {
    font-size: 20px;
  }
}

.how-to-entry__step-body-text {
  font-size: 12px;
}
@media screen and (min-width:1200px) {
  .how-to-entry__step-body-text {
    font-size: 16px;
  }
}

.how-to-entry__step-body-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  padding: 8px 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.how-to-entry__step-body-link:hover {
  background-color: #FFEE56;
}
.how-to-entry__step-body-link img {
  width: 20px;
  height: 21px;
  margin-right: 4px;
}
@media screen and (min-width:900px) {
  .how-to-entry__step-body-link img {
    width: 24px;
    height: auto;
    margin-right: 8px;
  }
}

.how-to-entry__step-body-link-option {
  font-size: 14px;
  line-height: 1.6;
  color: #4A3636;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .how-to-entry__step-body-link-option {
    font-size: 14px;
  }
}
@media screen and (min-width:1200px) {
  .how-to-entry__step-body-link-option {
    font-size: 16px;
  }
}

.how-to-entry__step-button {
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width:900px) {
  .how-to-entry__step-button {
    margin-top: 47px;
  }
}

.present {
  position: relative;
  margin-top: 38px;
}
@media screen and (min-width:900px) {
  .present {
    margin-top: 124px;
  }
}

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

.present__decoration-img-triangle-left,
.present__decoration-img-triangle-right {
  display: none;
}
@media screen and (min-width:900px) {
  .present__decoration-img-triangle-left,
  .present__decoration-img-triangle-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    width: calc((100% - 390px) / 2);
    min-height: 140px;
  }
}

.present__decoration-img-triangle-left {
  left: 0;
}

.present__decoration-img-triangle-right {
  right: 0;
}

.present__contents {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 35px;
  padding-inline: 20px;
}
@media screen and (min-width:900px) {
  .present__contents {
    padding-top: 28px;
    padding-bottom: 53px;
    padding-inline: 56px;
  }
}
.present__contents::before, .present__contents::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.present__contents::before {
  top: 0;
  width: 237.6px;
  height: 83px;
  background: url(../img/present_semicircle-sp.png) no-repeat top center/cover;
}
@media screen and (min-width:900px) {
  .present__contents::before {
    width: 365.6px;
    height: 149px;
    background: url(../img/present_semicircle-pc.png) no-repeat top center/cover;
  }
}
.present__contents::after {
  top: 83px;
  width: 100%;
  height: calc(100% - 83px);
  background-color: #FFFFFF;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (min-width:900px) {
  .present__contents::after {
    top: 149px;
    max-width: 1024px;
    height: calc(100% - 153px);
  }
}

.present__heading::before {
  background-image: url(../img/present_head-icon.svg);
}

.present__text {
  margin-top: 17px;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width:900px) {
  .present__text {
    margin-top: 38px;
    font-size: 16px;
  }
}

.present__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 39px 15px;
  margin-top: 46px;
}
@media screen and (min-width:900px) {
  .present__cards {
    max-width: 912px;
    gap: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 82px;
  }
}

.present__card {
  position: relative;
  width: calc(50% - 7.5px);
}
@media screen and (min-width:900px) {
  .present__card {
    width: calc(33.3333333333% - 24px);
    margin-top: 80px;
  }
  .present__card:nth-child(1), .present__card:nth-child(2) {
    width: calc(50% - 16px);
    margin-top: 0;
  }
  .present__card:nth-child(2) {
    margin-left: 32px;
  }
  .present__card:nth-child(4), .present__card:nth-child(5) {
    margin-left: 36px;
  }
}

@media screen and (min-width:900px) {
  .present-card-large .present__card-number {
    width: 80px;
    top: -40px;
  }
}
@media screen and (min-width:1200px) {
  .present-card-large .present__card-number {
    width: 100px;
    top: -50px;
  }
}
@media screen and (min-width:1200px) {
  .present-card-large .present__card-body figure {
    border-radius: 24px;
  }
}
@media screen and (min-width:1200px) {
  .present-card-large .present__card-body-button-icon svg {
    width: 100px;
    height: 100px;
    border-bottom-right-radius: 24px;
  }
}
@media screen and (min-width:1200px) {
  .present-card-large .present__card-body-title {
    min-height: 120px;
    font-size: 20px;
  }
}
@media screen and (min-width:1200px) {
  .present-card-large .present__card-body-button {
    border: 4px solid transparent;
  }
}

.present__card-number {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48px;
  z-index: 1;
}
@media screen and (min-width:900px) {
  .present__card-number {
    width: 60px;
    top: -29px;
  }
}
@media screen and (min-width:1200px) {
  .present__card-number {
    width: 80px;
    top: -40px;
  }
}
.present__card-body {
  position: relative;
}
.present__card-body:hover .present__card-body-button {
  border: 2px solid #9ED0E0;
}
@media screen and (min-width:900px) {
  .present__card-body:hover .present__card-body-button {
    border: 4px solid #9ED0E0;
  }
}
.present__card-body:hover .present__card-body-button-icon path {
  fill: #9ED0E0;
}
.present__card-body:hover .present__card-body-button-icon g path {
  fill: #FFFFFF;
}
.present__card-body:hover .present__card-body-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.present__card-body figure {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width:900px) {
  .present__card-body figure {
    border-radius: 16px;
  }
}

.present__card-body-img {
  margin: 0 auto;
  overflow: hidden;
  display: block;
}
.present__card-body-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.present__card-body-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: 56px;
  font-size: 12px;
  font-weight: 700;
  color: #4A3636;
  padding: 5px;
  background: #F5F5F5;
}
@media screen and (min-width:900px) {
  .present__card-body-title {
    min-height: 80px;
    font-size: 16px;
    padding: 10px;
  }
}

.present__card-body-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: 1;
  border: 2px solid transparent;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
@media screen and (min-width:900px) {
  .present__card-body-button {
    border-radius: 16px;
    border: 4px solid transparent;
  }
}

.present__card-body-button-icon svg {
  position: absolute;
  bottom: -2px;
  right: -1px;
  width: 36px;
  height: 37px;
  border-bottom-right-radius: 8px;
}
@media screen and (min-width:900px) {
  .present__card-body-button-icon svg {
    bottom: -4px;
    right: -4px;
    width: 64px;
    height: 64px;
    border-bottom-right-radius: 16px;
  }
}
.present__card-body-button-icon path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.present__card-body-button-icon g path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.present__step-button {
  margin-top: 18px;
  text-align: center;
}
@media screen and (min-width:900px) {
  .present__step-button {
    margin-top: 37px;
  }
}

.present__bg-decoration-img-hill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -44px;
}
@media screen and (min-width:900px) {
  .present__bg-decoration-img-hill {
    margin-top: -2px;
  }
}
.present__bg-decoration-img-hill img {
  display: block;
  width: 100%;
  min-width: 580px;
  z-index: -1;
}

.present__modal {
  position: fixed;
  inset: 0;
  margin: auto;
  width: 336px;
  height: 480px;
  max-width: 336px;
  max-height: calc(100% - 40px);
  padding: 0;
  border: none;
  border-radius: 24px;
  z-index: 100;
}
@media screen and (min-width:900px) {
  .present__modal {
    width: 480px;
    height: 650px;
    max-width: 480px;
    max-height: calc(100% - 40px);
  }
}
.present__modal::-ms-backdrop {
  opacity: 0.7;
  background: #000;
}
.present__modal::backdrop {
  opacity: 0.7;
  background: #000;
}

.present__modal-body {
  text-align: center;
}
.present__modal-body figure {
  background: #FFFFFF;
}
.present__modal-body figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 36px 20px 23px;
}
@media screen and (min-width:900px) {
  .present__modal-body figcaption {
    padding: 32px 40px 54px;
  }
}

.present__modal-body-pic {
  display: inline-block;
  width: 100%;
}

.present__modal-body-title {
  font-weight: 700;
  color: #4A3636;
}
@media screen and (min-width:900px) {
  .present__modal-body-title {
    font-size: 20px;
  }
}

.present__modal-body-text {
  margin-top: 12px;
  color: #000;
  font-size: 12px;
}
@media screen and (min-width:900px) {
  .present__modal-body-text {
    font-size: 16px;
  }
}

.present__modal-close-button {
  margin-top: 16px;
}
@media screen and (min-width:900px) {
  .present__modal-close-button {
    margin-top: 24px;
  }
}

.spots {
  position: relative;
  padding-top: 45.7px;
  padding-bottom: 45.7px;
  margin-top: -45.7px;
}
@media screen and (min-width:900px) {
  .spots {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: -120px;
  }
}
.spots::before, .spots::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 45.714px;
  left: 0;
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: left -3px center;
  background-size: contain;
}
@media screen and (min-width:900px) {
  .spots::before, .spots::after {
    height: 120px;
  }
}
.spots::before {
  top: 1px;
  background-image: url(../img/spots_wave-top.svg), linear-gradient(to bottom, transparent 13px, #67b0c7 58px);
}
@media screen and (min-width:900px) {
  .spots::before {
    background-image: url(../img/spots_wave-top-pc.svg), linear-gradient(to bottom, transparent 13px, #67b0c7 58px);
  }
}
.spots::after {
  bottom: 1px;
  background-image: url(../img/spots_wave-bottom.svg), linear-gradient(to bottom, transparent 53px, #67b0c7 13px);
  background-position: bottom 0px left -3px;
}
@media screen and (min-width:900px) {
  .spots::after {
    bottom: 0;
    background-image: url(../img/spots_wave-bottom-pc.svg), linear-gradient(to top, transparent 33px, #67b0c7 33px);
    background-position: bottom 3px left 0;
  }
}

.spots__decoration-pawpads {
  display: none;
}
@media screen and (min-width:900px) {
  .spots__decoration-pawpads {
    position: absolute;
    bottom: 145px;
    left: 0;
    display: block;
    width: 80px;
  }
}
@media screen and (min-width:1200px) {
  .spots__decoration-pawpads {
    bottom: 122px;
    left: calc(50% - 720px);
    width: 100px;
  }
}

.spots__outer {
  padding-bottom: 20px;
  background-color: #67b0c7;
}
@media screen and (min-width:900px) {
  .spots__outer {
    padding-bottom: 5px;
  }
}

@media screen and (min-width:900px) {
  .spots__top {
    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 {
  text-align: center;
}
@media screen and (min-width:900px) {
  .spots__heading-wrap {
    width: 56px;
  }
}

.spots__heading {
  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__heading {
    font-size: 40px;
    padding-top: 71px;
    padding-left: 3px;
    padding-right: 3px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    letter-spacing: 0.25em;
  }
}
.spots__heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  content: "";
  background-color: transparent;
  background-image: url(../img/spots_heading-Icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width:900px) {
  .spots__heading::before {
    top: 28px;
    width: 56px;
    height: 56px;
  }
}

.spots__slide-title {
  color: #FFFFFF;
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}

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

.spots__swiper-slide {
  width: 334px;
  height: auto;
}

.spots__swiper-card {
  height: 100%;
  padding-inline: 24px;
  padding-bottom: 30px;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 12px;
}
@media screen and (min-width:900px) {
  .spots__swiper-card {
    padding-bottom: 41px;
    padding-inline: 32px;
    border-radius: 24px;
  }
}

.spots__swiper-card-pic {
  display: block;
  width: calc(100% + 48px);
  margin-left: -24px;
}
@media screen and (min-width:900px) {
  .spots__swiper-card-pic {
    width: calc(100% + 64px);
    margin-left: -32px;
  }
}

.spots__swiper-card-title {
  margin-top: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width:900px) {
  .spots__swiper-card-title {
    margin-top: 24px;
    font-size: 20px;
  }
}

.spots__swiper-card-text {
  margin-top: 16px;
  font-size: 12px;
  text-align: left;
}
@media screen and (min-width:900px) {
  .spots__swiper-card-text {
    font-size: 16px;
    margin-top: 24px;
  }
}

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

.spots__arrows {
  max-width: 944px;
  margin-top: -32px;
  margin-inline: auto;
}

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

.spots__swiper-button-prev,
.spots__swiper-button-next {
  position: static;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 27px;
}
.spots__swiper-button-prev::after,
.spots__swiper-button-next::after {
  content: "";
}
@media screen and (min-width:900px) {
  .spots__swiper-button-prev,
  .spots__swiper-button-next {
    width: 80px;
    height: 80px;
    background-color: #FFEE56;
    border-radius: 50%;
  }
}

.spots__swiper-button-prev {
  top: 0;
  left: 40px;
  background-image: url(../img/spots__swiper-button-prev.svg);
}

.spots__swiper-button-next {
  top: 0;
  right: 40px;
  background-image: url(../img/spots__swiper-button-next.svg);
}

.spots__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width:900px) {
  .spots__bottom {
    margin-top: -26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
@media screen and (min-width:1200px) {
  .spots__bottom {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 81px;
  }
}

.spots__title {
  width: 255px;
}
@media screen and (min-width:900px) {
  .spots__title {
    width: 375px;
  }
}
@media screen and (min-width:1200px) {
  .spots__title {
    width: 495px;
  }
}

.spots__bottom-text {
  color: #FFFFFF;
  font-size: 11.444px;
  text-align: center;
}
@media screen and (min-width:900px) {
  .spots__bottom-text {
    font-size: 16px;
  }
}

.spots__bottom-button {
  margin-top: 24px;
  text-align: right;
}

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

.qa__heading::before {
  background-image: url(../img/qa_head-icon.svg);
}

.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;
  margin-top: 24px;
}
@media screen and (min-width:900px) {
  .qa__boxes {
    gap: 22px;
    margin-top: 36px;
  }
}

.qa-box {
  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;
  width: 100%;
  border-radius: 12px;
  border: 2px solid #4A3636;
  background: #FFFFFF;
  overflow: hidden;
}
@media screen and (min-width:900px) {
  .qa-box {
    border-radius: 16px;
  }
}

.qa-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 9px 14px 11.5px 14px;
  gap: 13px;
}
@media screen and (min-width:900px) {
  .qa-box__head {
    padding: 22px 20px 21px 22px;
    gap: 16px;
  }
}

.qa-box__head-icon {
  color: #9ED0E0;
  font-family: "Josefin Sans", serif;
  font-size: 24px;
  line-height: 1.25; /* 30px */
}
@media screen and (min-width:900px) {
  .qa-box__head-icon {
    font-size: 32px;
  }
}

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

.qa-box__toggle {
  position: relative;
  width: 26.182px;
  height: 26.182px;
  background-color: #9ED0E0;
  border-radius: 50%;
}
@media screen and (min-width:900px) {
  .qa-box__toggle {
    width: 48px;
    height: 48px;
  }
}
.qa-box__toggle::before, .qa-box__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  border-radius: 50px;
  width: 10px;
  height: 2px;
}
@media screen and (min-width:900px) {
  .qa-box__toggle::before, .qa-box__toggle::after {
    width: 18px;
    height: 3px;
  }
}
.qa-box__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.qa-box__head.is-open .qa-box__toggle::after {
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.qa-box-body {
  display: none;
  width: 100%;
  padding: 16px 15px 14px 15px;
  background: #F5F5F5;
}
@media screen and (min-width:900px) {
  .qa-box-body {
    padding: 24px 24px 20px 22px;
  }
}

.qa-box__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 16px;
}

.qa-box__answer-icon {
  color: #9ED0E0;
  font-family: "Josefin Sans", serif;
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (min-width:900px) {
  .qa-box__answer-icon {
    font-size: 32px;
  }
}

.qa-box__answer-text {
  color: #4A3636;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width:900px) {
  .qa-box__answer-text {
    font-size: 16px;
  }
}

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

.entry__contents {
  padding: 16px 15.5px;
  border: 8px solid #FFFFFF;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width:900px) {
  .entry__contents {
    padding: 30px 56px;
  }
}

.entry__heading::before {
  background-image: url(../img/entry-head-icon.svg);
}

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

.entry-content-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.entry-content-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
}
.entry-content-table__row:not(:first-child) {
  padding-top: 12px;
}
@media screen and (min-width:900px) {
  .entry-content-table__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    gap: 20px;
    padding-bottom: 11px;
  }
}

.entry-content-table__head {
  position: relative;
  height: 100%;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .entry-content-table__head {
    width: 212px;
    padding-left: 24px;
    font-size: 16px;
  }
}
.entry-content-table__head::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #9ED0E0;
  border-radius: 50px;
}
@media screen and (min-width:900px) {
  .entry-content-table__head::before {
    left: 8px;
  }
}

.entry-content-table__data {
  font-size: 12px;
}
@media screen and (min-width:900px) {
  .entry-content-table__data {
    width: calc(100% - 240px);
    font-size: 16px;
  }
}
.entry-content-table__data ul li {
  position: relative;
  padding-left: 1.5em;
  line-height: 19px;
}
@media screen and (min-width:900px) {
  .entry-content-table__data ul li {
    line-height: 26px;
  }
}
.entry-content-table__data ul li::before {
  content: "・";
  position: absolute;
  top: 0.1em;
  left: 0.2em;
}

.entry__bg-img {
  display: block;
  margin-top: 32px;
}
@media screen and (min-width:900px) {
  .entry__bg-img {
    margin-top: 123px;
  }
}

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

.contact-inner {
  max-width: 908px;
}

.contact__heading::before {
  background-image: url(../img/contact-head-icon.svg);
}

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

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

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

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.5px;
}
@media screen and (min-width:900px) {
  .form-field {
    -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: 40px;
  }
}

@media screen and (min-width:900px) {
  .form-field__top-alignment {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

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

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

.form-field__tag {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  background: #CE2073;
  padding: 4px 8px;
}

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

.form-field__text-input {
  width: 100%;
  height: 56px;
  padding: 16px;
  border-radius: 8px;
  background: #F5F5F5;
  color: #4A3636;
  font-size: 14px;
  outline: none;
  border: 1px solid transparent;
}
@media screen and (min-width:900px) {
  .form-field__text-input {
    font-size: 16px;
  }
}
.form-field__text-input::-webkit-input-placeholder {
  color: #CCCCCC;
  opacity: 0.9;
}
.form-field__text-input::-moz-placeholder {
  color: #CCCCCC;
  opacity: 0.9;
}
.form-field__text-input:-ms-input-placeholder {
  color: #CCCCCC;
  opacity: 0.9;
}
.form-field__text-input::-ms-input-placeholder {
  color: #CCCCCC;
  opacity: 0.9;
}
.form-field__text-input::placeholder {
  color: #CCCCCC;
  opacity: 0.9;
}
.form-field__text-input:focus {
  border: 1px solid #9ED0E0;
  background-color: #E9F6F8;
}
.form-field__text-input.is-error {
  background-color: #FFF0F7;
  border-color: #CE2073;
}

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  font-size: 14px;
  padding: 16px;
  background: url(../img/contact-select-arrow.png) no-repeat center right 0/52px 59px;
  background-color: #F5F5F5;
  border-radius: 8px;
  outline: none;
  border: 1px solid transparent;
}
.form-select.is-error {
  background-image: url(../img/contact-select-arrow-error.png);
  background-color: #FFF0F7;
  border-color: #CE2073;
}
@media screen and (min-width:900px) {
  .form-select {
    font-size: 16px;
  }
}

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

.form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio__input:hover + .form-radio__text::before {
  border: 1px solid #9ED0E0;
}
.form-radio__input:focus + .form-radio__text::before {
  border: 1px solid #9ED0E0;
}
.form-radio__input:checked + .form-radio__text::after {
  opacity: 1;
}

.form-radio__text {
  position: relative;
  padding-left: 32px;
  font-size: 14px;
}
@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: 50px;
}
.form-radio__text::before {
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #F5F5F5;
  border: 1px solid transparent;
}
.form-radio__text::after {
  left: 6px;
  width: 12px;
  height: 12px;
  background-color: #9ED0E0;
  opacity: 0;
}

.form-textarea {
  width: 100%;
  height: 160px;
  padding: 14px 15px;
  border-radius: 8px;
  background-color: #F5F5F5;
  border: 1px solid transparent;
  outline: none;
  font-size: 14px;
}
@media screen and (min-width:900px) {
  .form-textarea {
    font-size: 16px;
  }
}
.form-textarea::-webkit-input-placeholder {
  color: #CCCCCC;
  opacity: 0.9;
  font-size: 14px;
}
.form-textarea::-moz-placeholder {
  color: #CCCCCC;
  opacity: 0.9;
  font-size: 14px;
}
.form-textarea:-ms-input-placeholder {
  color: #CCCCCC;
  opacity: 0.9;
  font-size: 14px;
}
.form-textarea::-ms-input-placeholder {
  color: #CCCCCC;
  opacity: 0.9;
  font-size: 14px;
}
.form-textarea::placeholder {
  color: #CCCCCC;
  opacity: 0.9;
  font-size: 14px;
}
@media screen and (min-width:900px) {
  .form-textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-textarea::-moz-placeholder {
    font-size: 16px;
  }
  .form-textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-textarea::placeholder {
    font-size: 16px;
  }
}
.form-textarea:focus {
  border: 1px solid #9ED0E0;
  background-color: #E9F6F8;
}
.form-textarea.is-error {
  background-color: #FFF0F7;
  border-color: #CE2073;
}

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

.form-privacy__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-privacy__input:checked + .form-privacy__text::after {
  opacity: 1;
}
.form-privacy__input:focus + .form-privacy__text::before {
  border: 1px solid #9ED0E0;
}
.form-privacy__input.is-error + .form-privacy__text::before {
  background-color: #FFF0F7;
  border-color: #CE2073;
}

.form-privacy__text {
  position: relative;
  padding-left: 36px;
  font-size: 14px;
}
@media screen and (min-width:900px) {
  .form-privacy__text {
    font-size: 16px;
  }
}
.form-privacy__text::before, .form-privacy__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-privacy__text::before {
  width: 24px;
  height: 24px;
  left: 0;
  border-radius: 4px;
  background-color: #F5F5F5;
  border: 1px solid transparent;
}
.form-privacy__text::after {
  position: absolute;
  width: 14px;
  height: 9px;
  left: 5px;
  background: url(../img/contact-checked.svg) no-repeat center center/contain;
  opacity: 0;
}

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

@media screen and (min-width:900px) {
  .button-submit {
    padding: 6px 38px;
    border: 2px solid #4A3636;
    font-size: 16px;
    border-width: 2px;
  }
}

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

.footer__decoration-img-pawpads {
  position: absolute;
}
@media screen and (min-width:900px) {
  .footer__decoration-img-pawpads {
    top: 100px;
    right: 0;
    width: 80px;
  }
}
@media screen and (min-width:1200px) {
  .footer__decoration-img-pawpads {
    width: 100px;
    top: 80px;
    right: auto;
    left: calc(50% + 576px);
  }
}

.sns-links__title {
  display: block;
  position: relative;
  font-family: "Josefin Sans", serif;
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
  letter-spacing: -0.5px;
}
@media screen and (min-width:900px) {
  .sns-links__title {
    font-size: 24px;
  }
}
.sns-links__title::after {
  content: " /";
}

.sns-links__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 24px;
}

.sns-button {
  position: relative;
  width: 40px;
  height: 40px;
}
.sns-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width:900px) {
  .sns-button img {
    width: 100%;
  }
}

.footer__decoration-english {
  display: block;
  max-width: 328px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:900px) {
  .footer__decoration-english {
    max-width: 755px;
    margin-top: 40px;
  }
}
@media screen and (min-width:900px) {
  .footer__decoration-english img {
    width: 100%;
  }
}

.footer__address-wrap {
  margin-top: -3px;
}

.address-wrap {
  border-radius: 16px;
  background-color: #FFFFFF;
  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;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.address-wrap__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 335/271;
  vertical-align: top;
}
@media screen and (min-width:900px) {
  .address-wrap__map iframe {
    width: auto;
    height: 100%;
    aspect-ratio: 518/400;
  }
}

.address-wrap__body {
  padding: 19px 27px 30px;
}
@media screen and (min-width:900px) {
  .address-wrap__body {
    padding: 103px 61.5px 106px;
  }
}

.address-wrap__logo {
  width: 153px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:900px) {
  .address-wrap__logo {
    width: 183px;
    margin-left: 0;
  }
}

.address-wrap__info {
  margin-top: 28px;
}
@media screen and (min-width:900px) {
  .address-wrap__info {
    margin-top: 24px;
  }
}

.address-wrap__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width:900px) {
  .address-wrap__info-row {
    gap: 40px;
  }
}
.address-wrap__info-row:not(:first-child) {
  padding-top: 8px;
}
@media screen and (min-width:900px) {
  .address-wrap__info-row:not(:first-child) {
    padding-top: 12px;
  }
}

.address-wrap__info-term {
  position: relative;
  width: 64px;
  font-size: 12px;
  font-weight: 700;
  padding-left: 16px;
  text-align: left;
  font-style: normal;
}
@media screen and (min-width:900px) {
  .address-wrap__info-term {
    width: 80px;
    font-size: 16px;
  }
}
.address-wrap__info-term::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #9ED0E0;
  border-radius: 50px;
}

.address-wrap__info-description {
  width: calc(100% - 80px);
  font-size: 12px;
  font-style: normal;
}
@media screen and (min-width:900px) {
  .address-wrap__info-description {
    width: calc(100% - 120px);
    font-size: 16px;
  }
}

.footer__button {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width:900px) {
  .footer__button {
    margin-top: 0;
  }
}

.pagetop {
  display: inline-block;
  width: 75px;
  cursor: pointer;
}
@media screen and (min-width:900px) {
  .pagetop {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 100px;
    z-index: 20;
  }
}

.footer__bottom {
  position: relative;
  margin-top: 24.714px;
  padding-top: 45.714px;
}
@media screen and (min-width:900px) {
  .footer__bottom {
    margin-top: 120px;
    padding-top: 120px;
  }
}
.footer__bottom::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -2px;
  width: 100%;
  height: 45.714px;
  background-repeat: repeat-x;
  background-color: transparent;
  background-position: left -3px center;
  background-image: url(../img/spots_wave-top.svg), linear-gradient(to bottom, transparent 13px, #67b0c7 13px);
}
@media screen and (min-width:900px) {
  .footer__bottom::before {
    top: 1px;
    left: 0;
    height: 120px;
    background-position: left -3px center;
    background-image: url(../img/spots_wave-top-pc.svg), linear-gradient(to bottom, transparent 33px, #67b0c7 13px);
  }
}

.footer__copyright {
  display: block;
  background-color: #67B0C7;
  padding-bottom: 24px;
  text-align: center;
  color: #FFFFFF;
  font-size: 10px;
}
@media screen and (min-width:900px) {
  .footer__copyright {
    font-size: 14px;
    padding-bottom: 32px;
  }
}