html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}

body {
  font-family: "Noto Sans JP", sans-serif, "Kiwi Maru", serif;
  font-size: 14px;
  color: #4a3636;
  background-color: #e9f6f8;
}

.wrapper {
  overflow: hidden;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  color: #4a3636;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  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;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  line-height: 1.6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.button:hover {
  background-color: #ffee56;
}
@media screen and (min-width: 900px) {
  .button {
    font-size: 20px;
    height: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .button {
    font-size: 20px;
    height: 56px;
    padding: 10px 40px 12px 40px;
  }
}

.button-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  color: #4a3636;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  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;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  line-height: 1.6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .button-md {
    font-size: 16px;
    height: 40px;
    padding: 12px 40px 10px 40px;
  }
}
.button-md:focus {
  outline: 1px solid #9ed0e0;
}

.button-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  color: #4a3636;
  font-size: 14px;
  font-weight: 700;
  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;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 900px) {
  .button-sp {
    font-size: 16px;
    height: 40px;
  }
}
.button-sp:hover {
  background-color: #ffee56;
}

.inner {
  padding-inline: 20px;
}

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

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

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

.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: 1200px) {
  .header__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

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

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

.drawer-icon {
  width: 32px;
  height: 24px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

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

.drawer-icon__dot {
  position: absolute;
  top: 0;
  right: 0;
  left: 27px;
  width: 4.8px;
  height: 3px;
  background: #4a3636;
  border-radius: 6px;
}

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

@media screen and (min-width: 1200px) {
  .header__button {
    font-size: 14px;
    height: 40px;
    padding: 6px 24px 8px 22px;
    margin-left: 3px;
  }
}

.drawer-content {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 64px);
  display: none;
  overflow-y: auto;
  background: #fff;
  padding-top: 59px;
  padding-bottom: 60px;
  z-index: 20;
}
@media screen and (min-width: 1200px) {
  .drawer-content.is-checked {
    display: none !important;
  }
}

.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 42px;
}

.drawer-content__link:hover {
  text-decoration: underline;
  color: #67b0c7;
}

.fv {
  height: 710px;
  position: relative;
  padding-top: 17px;
  margin-top: 64px;
}
@media screen and (min-width: 900px) {
  .fv {
    height: 836px;
  }
}

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

.fv__inner {
  position: relative;
}

.fv__description {
  text-align: center;
  text-shadow: 0 0 30px #fff;
  font-family: "Kiwi Maru";
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .fv__description {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 500;
  }
}

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

.fv__decoration-wrap {
  position: relative;
  width: 335px;
  height: 522px;
  margin-top: 10px;
  margin-inline: auto;
}

.fv__decoration-smartphone {
  position: absolute;
  top: 103px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  height: 408px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .fv__decoration-smartphone {
    top: 22px;
    width: 250px;
    height: 510px;
  }
}
.fv__decoration-smartphone img {
  width: 100%;
  border-radius: 25px;
}
@media screen and (min-width: 900px) {
  .fv__decoration-smartphone img {
    border-radius: 33px;
  }
}

.smartphone__contents {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -48%);
          transform: translate(-50%, -48%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  overflow: hidden;
  padding-bottom: 19.2px;
  border-radius: 12.8px;
  background: #fff;
  -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: 12.8px;
}
@media screen and (min-width: 900px) {
  .smartphone__contents {
    width: 200px;
    padding-bottom: 31px;
    border-radius: 16px;
    gap: 16px;
  }
}

.smartphone__content-title {
  color: #fff;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP";
  font-size: 12.8px;
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6.4px 9.6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
}
@media screen and (min-width: 900px) {
  .smartphone__content-title {
    font-size: 16px;
  }
}

.smartphone__content-texts {
  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: 3.2px;
}
.smartphone__content-text {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  border-bottom: 2.4px solid #ce2073;
}
@media screen and (min-width: 900px) {
  .smartphone__content-text {
    font-size: 14px;
  }
}

.smartphone__content-date {
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .smartphone__content-date {
    font-size: 16px;
  }
}

.smartphone__content-button {
  font-size: 14px;
  height: 32px;
}

.fv__decoration-en-text {
  position: absolute;
  top: 7px;
  left: 0;
  width: 142px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .fv__decoration-en-text {
    width: 244px;
    height: 130px;
    top: -12px;
    left: -220px;
  }
}
.fv__decoration-en-text img {
  width: 100%;
}

.fv__decoration-circle-text {
  position: absolute;
  top: 0;
  right: 25px;
  width: 110px;
}
@media screen and (min-width: 900px) {
  .fv__decoration-circle-text {
    top: 5px;
    width: 180px;
    right: -130px;
  }
}
.fv__decoration-circle-text img {
  width: 100%;
}

.fv__decoration-foods {
  position: absolute;
  bottom: -7px;
  left: 2px;
  width: 86px;
  height: 141px;
  z-index: 10;
  background: transparent;
}
@media screen and (min-width: 900px) {
  .fv__decoration-foods {
    width: 202px;
    height: 332px;
    bottom: -35px;
    left: -250px;
  }
}
.fv__decoration-foods img {
  width: 100%;
}

.fv__decoration-cats {
  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;
}

.cat-brown {
  position: absolute;
  width: 98px;
  height: 72px;
  bottom: 0;
  right: 10px;
  z-index: 11;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .cat-brown {
    width: 233px;
    height: 174px;
    bottom: -70px;
    right: -257px;
  }
}
.cat-brown img {
  width: 100%;
}

.cat-black {
  position: absolute;
  width: 62px;
  height: 69px;
  bottom: 58px;
  right: 0;
  z-index: 10;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .cat-black {
    width: 170px;
    height: 190px;
    right: -193px;
    bottom: 33px;
  }
}
.cat-black img {
  width: 100%;
}

.about {
  position: relative;
  overflow: hidden;
  height: 1050px;
}
@media screen and (min-width: 900px) {
  .about {
    height: 1400px;
  }
}

.about__decoration {
  position: absolute;
}

.about__decoration-pattern {
  display: none;
}
@media screen and (min-width: 900px) {
  .about__decoration-pattern {
    display: block;
    top: 60px;
    left: -20px;
    border-radius: 24px;
  }
}

.about__decoration-picture-left1 {
  top: 428px;
  right: calc(50% + 128px);
  width: 200px;
}
@media screen and (min-width: 600px) {
  .about__decoration-picture-left1 {
    right: calc(50% + 202px);
  }
}
@media screen and (min-width: 900px) {
  .about__decoration-picture-left1 {
    top: 154px;
    right: calc(50% + 373px);
    width: 480px;
    z-index: 2;
  }
}
@media screen and (min-width: 1200px) {
  .about__decoration-picture-left1 {
    top: 154px;
    right: calc(50% + 613px);
    width: 480px;
    z-index: 2;
  }
}

.about__decoration-picture-right {
  top: 306px;
  left: calc(50% + 127px);
  width: 200px;
}
@media screen and (min-width: 600px) {
  .about__decoration-picture-right {
    left: calc(50% + 202px);
  }
}
@media screen and (min-width: 900px) {
  .about__decoration-picture-right {
    top: 154px;
    left: calc(50% + 361px);
    width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .about__decoration-picture-right {
    top: 154px;
    left: calc(50% + 561px);
    width: 480px;
  }
}

.about__decoration-picture-left2 {
  top: 740px;
  left: 0;
  width: 216px;
  height: 433px;
}
@media screen and (min-width: 900px) {
  .about__decoration-picture-left2 {
    top: 400px;
    left: -103px;
    width: 427px;
    height: 817px;
  }
}
.about__decoration-picture-left2 img {
  width: 65%;
}
@media screen and (min-width: 900px) {
  .about__decoration-picture-left2 img {
    width: 100%;
  }
}

.about__decoration-pawpads {
  top: 25px;
  left: calc(50% + 140px);
}
@media screen and (min-width: 900px) {
  .about__decoration-pawpads {
    width: 70px;
    height: 220px;
    top: 22px;
    left: calc(50% + 300px);
  }
}
@media screen and (min-width: 1200px) {
  .about__decoration-pawpads {
    width: 98px;
    height: 220px;
    top: 2px;
    left: calc(50% + 490px);
  }
}

.about__decoration-goods1 {
  top: 795px;
  left: 50%;
  width: 133px;
}
@media screen and (min-width: 900px) {
  .about__decoration-goods1 {
    width: 308px;
    height: 150px;
    left: 75%;
    top: 838px;
  }
  .about__decoration-goods1::after {
    position: absolute;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -115px;
    left: 62px;
    width: 806.851px;
    height: 12.006px;
    background-image: url(../img/bg-wavyline.svg);
  }
}

.about__decoration-goods2 {
  top: 752px;
  left: calc(50% + 120px);
}
@media screen and (min-width: 900px) {
  .about__decoration-goods2 {
    top: 680px;
    left: 83.5%;
    width: 101px;
    height: 100px;
  }
  .about__decoration-goods2::after {
    position: absolute;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 3px;
    left: 10px;
    width: 806.851px;
    height: 12.006px;
    background-image: url(../img/bg-wavyline.svg);
    z-index: -1;
  }
}

.about__inner {
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 335px;
  background-color: #fff;
  border-radius: 24px;
}
@media screen and (min-width: 600px) {
  .about__inner {
    width: 500px;
  }
}
@media screen and (min-width: 900px) {
  .about__inner {
    width: 588px;
    padding-block: 40px;
    top: 80px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about__inner {
    width: 848px;
    padding-block: 40px;
    top: 80px;
    border-radius: 40px;
  }
}

.about-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .about-top {
    width: 620px;
    height: 749px;
    padding-block: 0;
    gap: 50px;
  }
}
.about-top::after {
  position: absolute;
  content: "";
  bottom: -37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 36px;
  background-image: url(../img/sp/arrow-sp.svg);
}
@media screen and (min-width: 900px) {
  .about-top::after {
    bottom: -48px;
    width: 140px;
    height: 50px;
    background-image: url(../img/arrow-pc.svg);
  }
}

.heading-campaign {
  position: relative;
}
@media screen and (min-width: 900px) {
  .heading-campaign {
    top: 14px;
  }
}
.heading-campaign::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 50%;
  width: 37.333px;
  height: 37.333px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/sp/icon-sp.svg);
}
@media screen and (min-width: 900px) {
  .heading-campaign::before {
    top: -14px;
    width: 48px;
    height: 48px;
    background-image: url(../img/about-icon.svg);
  }
}

.about-top__image-left {
  position: absolute;
  top: 28px;
  left: calc(50% - 135px);
  width: 89px;
}
@media screen and (min-width: 900px) {
  .about-top__image-left {
    top: 45px;
    width: 142px;
    left: calc(50% - 337px);
  }
}

.about-top__image-right {
  position: absolute;
  top: 28px;
  right: calc(50% - 150px);
  width: 89px;
}
@media screen and (min-width: 900px) {
  .about-top__image-right {
    top: 45px;
    width: 145px;
    right: calc(50% - 340px);
  }
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 0 15px;
  padding-top: 40px;
}

.heading__english {
  font-family: Courgette;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .heading__english {
    font-size: 20px;
  }
}

.heading__japanese {
  font-family: "Kiwi Maru";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 6px;
  border-bottom: 6px solid #ffee56;
}
@media screen and (min-width: 900px) {
  .heading__japanese {
    font-size: 32px;
    padding-bottom: 8px;
    border-bottom: 8px solid #ffee56;
  }
}

.about-top__sub-heading {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .about-top__sub-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
  }
}

.about-top__text-wrap {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .about-top__text-wrap {
    font-size: 16px;
    margin-top: -17px;
  }
}

@media screen and (min-width: 900px) {
  .about-top__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
  }
}
.about-top__text:nth-child(2) {
  padding-top: 19px;
}
@media screen and (min-width: 900px) {
  .about-top__text:nth-child(2) {
    padding-top: 28px;
  }
}
.about-top__text:nth-child(3) {
  padding-top: 19px;
}
@media screen and (min-width: 900px) {
  .about-top__text:nth-child(3) {
    padding-top: 28px;
  }
}
.about-top__text:nth-child(4) {
  padding-top: 19px;
}
@media screen and (min-width: 900px) {
  .about-top__text:nth-child(4) {
    padding-top: 28px;
  }
}
.about-top__text a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.about-top__text a:hover {
  color: #9ed0e0;
}

.font-change {
  font-weight: 700;
}

.about-top__emphasis-text {
  display: inline-block;
  -ms-flex-item-align: center;
      align-self: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 2px dashed #9ed0e0;
  padding: 8px 0;
  margin-top: 2px;
}
@media screen and (min-width: 900px) {
  .about-top__emphasis-text {
    font-size: 20px;
    padding: 12px 0;
    margin-top: -21px;
  }
}

.about__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
}
@media screen and (min-width: 900px) {
  .about__button {
    font-size: 20px;
    height: 56px;
    padding: 10px 40px 12px 40px;
    margin-top: -18px;
  }
}

.about-bottom__text {
  position: absolute;
  top: 880px;
  width: 354.642px;
  height: 37.2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .about-bottom__text {
    top: 1075px;
    width: 891px;
  }
}

.about-bottom__slide {
  position: absolute;
  top: 918px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .about-bottom__slide {
    top: 1168px;
  }
}

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

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

.how-to-entry {
  position: relative;
}

.how-to-entry__inner {
  margin-top: 34px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .how-to-entry__inner {
    padding-inline: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__inner {
    margin-top: 105px;
    padding-inline: 36px;
  }
}

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

.how-to-entry__decoration-left {
  top: -2px;
  left: calc(50% - 190px);
  width: 149px;
  height: 223px;
}
@media screen and (min-width: 900px) {
  .how-to-entry__decoration-left {
    top: -72px;
    left: calc(50% - 580px);
    width: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__decoration-left {
    top: -78px;
    left: calc(50% - 720px);
    width: 456px;
  }
}

.how-to-entry__decoration-cat1 {
  top: -3px;
  left: calc(50% + 58px);
  width: 105px;
  height: 63px;
}
@media screen and (min-width: 900px) {
  .how-to-entry__decoration-cat1 {
    top: -7px;
    left: calc(50% + 197px);
    width: 238px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__decoration-cat1 {
    top: -42px;
    left: calc(50% + 287px);
    width: 238px;
  }
}

.how-to-entry__decoration-cat2 {
  top: 3px;
  left: calc(50% + 124px);
  width: 94px;
  height: 80px;
}
@media screen and (min-width: 900px) {
  .how-to-entry__decoration-cat2 {
    top: -7px;
    left: calc(50% + 345px);
    width: 215px;
    height: 181px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__decoration-cat2 {
    top: -32px;
    left: calc(50% + 435px);
    width: 215px;
    height: 181px;
  }
}

.how-to-entry__decoration-pawpads1 {
  top: 72px;
  left: calc(50% + 110px);
  width: 55px;
  height: 120px;
}
@media screen and (min-width: 900px) {
  .how-to-entry__decoration-pawpads1 {
    top: 150px;
    left: calc(50% + 440px);
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__decoration-pawpads1 {
    top: 128px;
    left: calc(50% + 620px);
    width: 100px;
    height: 220px;
  }
}

.how-to-entry__decoration-pawpads2 {
  top: 877px;
  left: calc(50% + 112px);
  width: 55px;
  height: 120px;
}
@media screen and (min-width: 900px) {
  .how-to-entry__decoration-pawpads2 {
    display: none;
  }
}

.how-to-entry__decoration-pawpads3 {
  top: 546px;
  left: calc(50% - 168px);
  width: 55px;
  height: 120px;
}
@media screen and (min-width: 900px) {
  .how-to-entry__decoration-pawpads3 {
    top: 638px;
    left: 0;
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__decoration-pawpads3 {
    top: 561px;
    left: calc(50% - 720px);
    width: 100px;
    height: 220px;
  }
}

.how-to-entry__wapper {
  position: relative;
}

.heading__how-to-entry::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 50%;
  width: 37.333px;
  height: 37.333px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/sp/camel-icon-sp.svg);
}
@media screen and (min-width: 900px) {
  .heading__how-to-entry::before {
    top: -15px;
    width: 48px;
    height: 48px;
    background-image: url(../img/camel-icon-pc.svg);
  }
}

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

.how-to-entry__step {
  position: relative;
}
@media screen and (min-width: 900px) {
  .how-to-entry__step {
    width: 320px;
  }
}
.how-to-entry__step:nth-child(1) {
  margin-bottom: 48px;
}
@media screen and (min-width: 900px) {
  .how-to-entry__step:nth-child(1) {
    margin-bottom: 0;
  }
}
.how-to-entry__step:nth-child(1)::after {
  position: absolute;
  content: "";
  bottom: -46px;
  left: 49%;
  -webkit-transform: translateX(-49%);
          transform: translateX(-49%);
  width: 7px;
  height: 34px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../img/sp/img-step-line-sp.svg);
}
@media screen and (min-width: 900px) {
  .how-to-entry__step:nth-child(1)::after {
    top: 205px;
    left: calc(50% + 95px);
    width: 113px;
    height: 24px;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    background-image: url(../img/img-step-line.svg);
  }
}
.how-to-entry__step:nth-child(2) {
  margin-bottom: 49px;
}
@media screen and (min-width: 900px) {
  .how-to-entry__step:nth-child(2) {
    margin-bottom: 0;
  }
}
.how-to-entry__step:nth-child(2)::after {
  position: absolute;
  content: "";
  bottom: -46px;
  left: 49%;
  -webkit-transform: translateX(-49%);
          transform: translateX(-49%);
  width: 7px;
  height: 34px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../img/sp/img-step-line-sp.svg);
}
@media screen and (min-width: 900px) {
  .how-to-entry__step:nth-child(2)::after {
    top: 205px;
    left: calc(50% + 105px);
    width: 113px;
    height: 24px;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    background-image: url(../img/img-step-line.svg);
  }
}

.step-box {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  margin-bottom: 14px;
}
@media screen and (min-width: 900px) {
  .step-box {
    gap: 24px;
  }
}

@media screen and (min-width: 900px) {
  .step-box__pc {
    padding-top: 69px;
  }
}

.step-box__image {
  width: 196px;
  height: 210px;
}
@media screen and (min-width: 900px) {
  .step-box__image {
    width: 280px;
    height: 300px;
  }
}

.step-box__content {
  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: 16px;
}
@media screen and (min-width: 900px) {
  .step-box__content {
    gap: 18px;
  }
}

.step-box__title {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .step-box__title {
    font-size: 20px;
  }
}

.step-box__text {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .step-box__text {
    font-size: 16px;
  }
}
.step-box__text span {
  font-weight: 700;
}

.step-box__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: #fff;
}
.step-box__link:hover {
  outline: 1px solid #9ed0e0;
}
@media screen and (min-width: 900px) {
  .step-box__link {
    gap: 9px;
  }
}

.step-box__icon img {
  width: 100%;
}

.step-box__tab {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .step-box__tab {
    font-size: 16px;
  }
}

.how-to-entry__button {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .how-to-entry__button {
    margin-top: 34px;
    height: 56px;
    padding: 10px 40px 12px 40px;
  }
}

.prizes {
  padding-top: 26px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .prizes {
    margin-top: 60px;
    padding-top: 150px;
  }
}

.prizes__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.prizes__contents {
  width: 700px;
}
@media screen and (min-width: 900px) {
  .prizes__contents {
    padding-inline: 20px;
    width: 1064px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__decoration-left {
    position: absolute;
    content: "";
    top: -60px;
    right: calc(50% + 198px);
    width: 315px;
    height: 86px;
    background-image: url(../img/prizes-bg-triangle-left.svg);
  }
}

@media screen and (min-width: 900px) {
  .prizes__decoration-right {
    position: absolute;
    content: "";
    top: -60px;
    left: calc(50% + 198px);
    width: 315px;
    height: 86px;
    background-image: url(../img/prizes-bg-triangle-right.svg);
  }
}

.prizes__titles {
  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: 16px;
  margin-top: 68px;
}
@media screen and (min-width: 900px) {
  .prizes__titles {
    margin-top: 58px;
  }
}

.heading__prizes {
  padding-top: 0;
}
@media screen and (min-width: 900px) {
  .heading__prizes {
    margin-top: -60px;
  }
}
.heading__prizes::before {
  position: absolute;
  content: "";
  top: 22px;
  left: 50%;
  width: 37.333px;
  height: 37.333px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/sp/present-icon-sp.svg);
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .heading__prizes::before {
    top: -60px;
    width: 48px;
    height: 48px;
    background-image: url(../img/present-icon.svg);
  }
}
.heading__prizes::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 50%;
  width: 237.6px;
  height: 83px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/sp/prizes-deco-sp.svg);
}
@media screen and (min-width: 900px) {
  .heading__prizes::after {
    top: -83px;
    width: 365.624px;
    height: 148.967px;
    background-image: url(../img/deco-prizes-1-pc.svg);
  }
}

.heading__english {
  z-index: 1;
}

.heading__japanese {
  z-index: 1;
}

.prizes__text {
  color: #4a3636;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  width: 335px;
}
@media screen and (min-width: 900px) {
  .prizes__text {
    margin-top: 25px;
    font-size: 16px;
    width: 858px;
  }
}

.prizes__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 18px;
  background-color: #fff;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  padding-top: 124px;
  margin-top: -100px;
  padding-inline: 10px;
}
@media screen and (min-width: 900px) {
  .prizes__cards {
    margin-top: -88px;
    padding-top: 146px;
    padding-bottom: 35px;
    gap: 34px;
    row-gap: 57px;
  }
}

.prizes__card figure {
  cursor: pointer;
}

.prizes-card {
  width: 160px;
  padding-top: 24px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .prizes-card {
    width: 220px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card {
    width: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card {
    width: 280px;
  }
}

@media screen and (min-width: 900px) {
  .prizes-card-large {
    width: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card-large {
    width: 440px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card-large .prizes-card__number {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card-large .prizes-card__number {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card-large .prizes-card__heading {
    height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card-large .prizes-card__heading {
    height: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card-large .prizes-card__heading {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card-large .prizes-card__inner {
    border-radius: 24px;
  }
  .prizes-card-large .prizes-card__inner:hover {
    border-radius: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card-large .prizes-card__icon svg {
    width: 100px;
    height: 100px;
    border-bottom-right-radius: 19px;
  }
}

.prizes-card__number {
  position: absolute;
  top: 0;
  left: 50%;
  width: 48px;
  height: 48px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .prizes-card__number {
    top: -10px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card__number {
    top: -20px;
    width: 80px;
    height: 80px;
  }
}

.prizes-card__inner {
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .prizes-card__inner {
    border-radius: 16px;
  }
}
.prizes-card__inner svg {
  border-bottom-right-radius: 8px;
}
@media screen and (min-width: 900px) {
  .prizes-card__inner svg {
    border-bottom-right-radius: 16px;
  }
}
.prizes-card__inner:hover {
  outline: 4px solid #9ed0e0;
  border-radius: 8px;
  overflow: hidden;
}
.prizes-card__inner:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (min-width: 900px) {
  .prizes-card__inner:hover {
    border-radius: 16px;
  }
}
.prizes-card__inner:hover .prizes__button .background {
  fill: #9ed0e0;
}

.prizes-card__image {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow: hidden;
}

figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f5f5f5;
  margin: auto;
}

.prizes-card__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  height: 56px;
}
@media screen and (min-width: 900px) {
  .prizes-card__heading {
    font-size: 16px;
    height: 80px;
  }
}

.prizes__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prizes-card__icon {
  position: absolute;
  bottom: -4px;
  right: 0;
}
@media screen and (min-width: 900px) {
  .prizes-card__icon svg {
    width: 64px;
    height: 64px;
  }
}

.prizes-bottom__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding-bottom: 34px;
}
@media screen and (min-width: 900px) {
  .prizes-bottom__button {
    padding-bottom: 53px;
  }
}

.bg-bottom__image {
  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;
  margin-top: -43px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .bg-bottom__image {
    margin-top: 0;
  }
}
.bg-bottom__image img {
  min-width: 580px;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (min-width: 900px) {
  .bg-bottom__image img {
    margin-top: 0;
    min-width: 1512px;
  }
}

.prizes__dialogs dialog {
  padding: 0;
}
.prizes__dialogs figure {
  background: none;
}

.prizes-modal {
  text-align: center;
  width: 336px;
  height: 480px;
  border-radius: 24px;
  background: #fff;
  border: none;
}
@media screen and (min-width: 1200px) {
  .prizes-modal {
    width: 480px;
    height: 650px;
  }
}
.prizes-modal::-ms-backdrop {
  opacity: 0.7;
  background: #000;
}
.prizes-modal::backdrop {
  opacity: 0.7;
  background: #000;
}

.prizes-modal__head {
  color: #4a3636;
  margin-top: 39px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  .prizes-modal__head {
    margin-top: 32px;
    font-size: 20px;
  }
}

.prizes-modal__text {
  font-size: 12px;
  padding: 12px 20px 16px;
}
@media screen and (min-width: 1200px) {
  .prizes-modal__text {
    font-size: 16px;
    padding: 12px 20px 24px;
  }
}

.prizes-modal__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}

.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: -115px;
  }
}
.spots::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 46.5px;
  background-position: left -3px center;
  background-size: contain;
  background-color: transparent;
  background-image: url(../img/sp/bg-wave-sp.svg);
}
@media screen and (min-width: 900px) {
  .spots::before {
    width: 100%;
    height: 121px;
    background-image: url(../img/img-bg-wave-pc.svg);
  }
}
.spots::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45.7px;
  background-position: left -3px center;
  background-size: contain;
  background-color: transparent;
  background-image: url(../img/sp/img-bg-wave-bt.svg);
}
@media screen and (min-width: 900px) {
  .spots::after {
    bottom: 14px;
    width: 100%;
    height: 120px;
    background-image: url(../img/img-bg-wave-bt.svg);
    background-position: left 2px center;
  }
}

.spots__wrapper {
  background: #67b0c7;
}

.spots-decoration-pawpads__image {
  position: absolute;
  left: 36px;
  bottom: 136px;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .spots-decoration-pawpads__image {
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .spots-decoration-pawpads__image {
    left: 35px;
  }
}
@media screen and (min-width: 600px) {
  .spots-decoration-pawpads__image img {
    width: 80px;
    height: 176px;
  }
}
@media screen and (min-width: 1200px) {
  .spots-decoration-pawpads__image img {
    width: 100px;
    height: 220px;
  }
}

@media screen and (min-width: 900px) {
  .spots-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 43px;
    padding: 0 0 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .spots-contents {
    margin-left: 220px;
  }
}

.spots-contents__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .spots-contents__head {
    -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: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.spots-contents__head img {
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 900px) {
  .spots-contents__head img {
    width: 56px;
    height: 56px;
  }
}

.spots-heading {
  color: #fff;
  text-align: center;
  font-family: "Kiwi Maru";
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .spots-heading {
    font-size: 40px;
  }
}

.spots-swiper__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 31.159px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 12px;
  background: #fff;
}
@media screen and (min-width: 900px) {
  .spots-swiper__slide {
    border-radius: 24px;
    height: 542px;
  }
}

.spots-card figure {
  border-radius: 12px;
  background: #fff;
}
@media screen and (min-width: 900px) {
  .spots-card figure {
    border-radius: 24px;
  }
}

.spots-card__image img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media screen and (min-width: 900px) {
  .spots-card__image img {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}

.spots-card__head {
  margin: 16px;
  text-align: center;
  padding-inline: 24px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .spots-card__head {
    margin: 24px;
    font-size: 20px;
  }
}

.spots-card__text {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  padding-inline: 24px;
}
@media screen and (min-width: 900px) {
  .spots-card__text {
    font-size: 16px;
    padding-inline: 33px;
  }
}

.spots-swiper-arrows {
  display: none;
}
@media screen and (min-width: 900px) {
  .spots-swiper-arrows {
    display: block;
    margin-left: 50px;
  }
}

@media screen and (min-width: 900px) {
  .spots-swiper-arrows__prev {
    color: transparent;
    position: absolute;
    left: 155px;
    top: 65%;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-image: url(../img/spots-left-icon.png);
  }
}
@media screen and (min-width: 1200px) {
  .spots-swiper-arrows__prev {
    color: transparent;
    position: absolute;
    left: 285px;
    top: 65%;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-image: url(../img/spots-left-icon.png);
  }
}

@media screen and (min-width: 900px) {
  .spots-swiper-arrows__next {
    color: transparent;
    position: absolute;
    right: 185px;
    top: 65%;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-image: url(../img/spots-right-icon.png);
  }
}
@media screen and (min-width: 1200px) {
  .spots-swiper-arrows__next {
    color: transparent;
    position: absolute;
    right: 285px;
    top: 65%;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-image: url(../img/spots-right-icon.png);
  }
}

@media screen and (min-width: 900px) {
  .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: 1200px) {
  .spots__bottom {
    width: 1024px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 85px;
    margin: 45px auto 0;
  }
}

.spots__deco-english {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spots__deco-english {
    margin: auto;
    width: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__deco-english {
    width: 495px;
  }
}
.spots__deco-english img {
  width: 255px;
}
@media screen and (min-width: 900px) {
  .spots__deco-english img {
    width: 495px;
  }
}

.spots__text-wrap {
  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: 24px;
  padding-bottom: 19.84px;
}

.spots__text {
  margin-top: 16px;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 11.444px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .spots__text {
    margin-top: 20px;
    margin-left: -10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__text {
    margin-top: 20px;
    margin-left: -10px;
    font-size: 16px;
  }
}

.qa__inner {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .qa__inner {
    width: 640px;
    margin: auto;
  }
}
@media screen and (min-width: 900px) {
  .qa__inner {
    width: 1014px;
    padding-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .qa__inner {
    width: 1064px;
    padding-top: 120px;
  }
}

.heading__qa {
  position: relative;
}
.heading__qa::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 50%;
  width: 37.333px;
  height: 37.333px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/sp/qa-icon-sp.svg);
}
@media screen and (min-width: 900px) {
  .heading__qa::before {
    top: -13px;
    width: 48px;
    height: 48px;
    background-image: url(../img/qa-icon-pc.svg);
  }
}

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

.qa-box {
  border-radius: 12px;
  border: 2px solid #4a3636;
  background: #fff;
}
@media screen and (min-width: 900px) {
  .qa-box {
    border-radius: 16px;
  }
}
.qa-box.is-open .qa-box__head-toggle::after {
  background-image: url(../img/sp/qa-icon--sp.svg);
}
@media screen and (min-width: 900px) {
  .qa-box.is-open .qa-box__head-toggle::after {
    width: 32px;
    height: 32px;
    background-image: url(../img/qa-icon-.svg);
  }
}

.qa-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .qa-box__head {
    padding: 20px;
    gap: 18px;
  }
}

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

.qa-box__head-text {
  text-align: left;
  color: #4a3636;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .qa-box__head-text {
    font-size: 20px;
  }
}

.qa-box__head-toggle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #9ed0e0;
  position: relative;
}
@media screen and (min-width: 900px) {
  .qa-box__head-toggle {
    width: 54px;
    height: 47px;
  }
}
.qa-box__head-toggle::after {
  position: absolute;
  content: "";
  width: 17.455px;
  height: 17.455px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/sp/qa-icon+-sp.svg);
}
@media screen and (min-width: 900px) {
  .qa-box__head-toggle::after {
    width: 32px;
    height: 32px;
    background-image: url(../img/qa-icon+.svg);
  }
}

.qa-box__body {
  background: #f5f5f5;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  display: none;
}

.qa-box__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (min-width: 900px) {
  .qa-box__answer {
    padding: 24px;
  }
}

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

.qa-box__answer-text {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .qa-box__answer-text {
    font-size: 16px;
  }
}
.qa-box__answer-text span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.qa-box__answer-text span:hover {
  color: #9ed0e0;
}

.info {
  overflow: hidden;
}

.info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 335px;
  padding-top: 16px;
  padding-bottom: 12px;
  -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: 24px;
  margin: auto;
  border: 8px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  margin-bottom: 34px;
}
@media screen and (min-width: 600px) {
  .info__inner {
    width: 600px;
  }
}
@media screen and (min-width: 900px) {
  .info__inner {
    width: 984px;
    margin-top: 100px;
    padding: 60px 56px 40px;
    gap: 38px;
    margin-bottom: 115px;
  }
}
@media screen and (min-width: 1200px) {
  .info__inner {
    width: 1024px;
    margin-top: 100px;
    width: 1024px;
    padding: 60px 56px 40px;
    gap: 38px;
    margin-bottom: 115px;
  }
}

@media screen and (min-width: 900px) {
  .heading__info {
    padding-top: 24px;
  }
}
.heading__info::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 50%;
  width: 37.333px;
  height: 37.333px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/sp/info-icon-sp.svg);
}
@media screen and (min-width: 900px) {
  .heading__info::before {
    top: 27px;
    width: 48px;
    height: 48px;
    background-image: url(../img/info-icon-pc.svg);
  }
}

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

.info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 288px;
  padding-bottom: 15px;
  -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: 8px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 900px) {
  .info-content {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0;
  }
}
.info-content:last-child {
  border-bottom: none;
}

.info-content__title {
  padding-left: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}
@media screen and (min-width: 900px) {
  .info-content__title {
    min-width: 233px;
    font-size: 16px;
    padding-left: 24px;
  }
}
.info-content__title::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../img/info-icon-maru.svg);
}
@media screen and (min-width: 900px) {
  .info-content__title::before {
    left: 8px;
  }
}

.info-content__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .info-content__text {
    font-size: 16px;
  }
}
.info-content__text a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.info-content__text a:hover {
  color: #9ed0e0;
}

li {
  margin-left: 18px;
  list-style: disc;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  li {
    font-size: 16px;
    margin-left: 22px;
  }
}

.info-bt__image img {
  width: 100%;
  height: auto;
}

.contact {
  padding-block: 45px;
  background: #fff;
}
@media screen and (min-width: 900px) {
  .contact {
    padding-top: 140px;
    padding-bottom: 123px;
  }
}

@media screen and (min-width: 600px) {
  .contact__inner {
    width: 640px;
    margin: auto;
  }
}
@media screen and (min-width: 900px) {
  .contact__inner {
    width: 908px;
  }
}

.heading__form {
  position: relative;
}
.heading__form::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 50%;
  width: 37.333px;
  height: 37.333px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/sp/contact-icon-sp.svg);
}
@media screen and (min-width: 900px) {
  .heading__form::before {
    top: -16px;
    width: 48px;
    height: 48px;
    background-image: url(../img/contact-icon.svg);
  }
}

.contact-text {
  margin-top: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact-text {
    margin-top: 32px;
    font-size: 16px;
  }
}

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

.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 {
    width: 848px;
    margin: auto;
    gap: 25px;
  }
}

.contact-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .contact-field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-field.option-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.contact-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.contact-field__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.contact-field__label:hover {
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .contact-field__label {
    font-size: 16px;
  }
}

.contact-field__tag {
  display: inline-block;
  border-radius: 4px;
  background: #ce2073;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}

@media screen and (min-width: 900px) {
  .contact-field__item {
    width: 628px;
    text-align: center;
  }
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}
@media screen and (min-width: 900px) {
  ::-webkit-input-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  ::-moz-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  :-ms-input-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  ::-ms-input-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  ::placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
}

.form-text,
.form-textarea {
  height: 56px;
}
.form-text:focus,
.form-textarea:focus {
  border-radius: 8px;
  outline: 1px solid #9ed0e0;
  background: #e9f6f8;
}
.form-text.is-error,
.form-textarea.is-error {
  border-radius: 8px;
  border: 1px solid #ce2073;
  background: #fff0f7;
}

.form-text,
.contact-field__select,
.form-textarea {
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  background: #f5f5f5;
  border: none;
}

.contact-field__select {
  height: 54px;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/selsct-icon.svg), linear-gradient(to left, #9ed0e0 52px, #f5f5f5 52px);
  background-repeat: no-repeat;
  background-position: center right 18.65px, center center;
}
@media screen and (min-width: 900px) {
  .contact-field__select {
    font-size: 16px;
  }
}
.contact-field__select.is-error {
  border-radius: 8px;
  border: 1px solid #ce2073;
  background-image: url(../img/selsct-icon.svg), linear-gradient(to left, #ce2073 52px, #fff0f7 52px);
  background-repeat: no-repeat;
  background-position: center right 18.65px, center center;
}
.contact-field__select:hover {
  cursor: pointer;
}
.contact-field__select:focus {
  border-radius: 8px;
  outline: 1px solid #9ed0e0;
}

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

.form-radio:hover .form-radio__text::before {
  border: 1px solid #9ed0e0;
}

.form-radio__input {
  width: 1px;
  height: 1px;
  clip-path: inset(50%);
  position: absolute;
  overflow: hidden;
}
.form-radio__input:checked + .form-radio__text::after {
  opacity: 1;
}

.form-radio__text {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 32px;
}
.form-radio__text::before, .form-radio__text::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-radio__text::before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  left: 0;
  background-color: #f5f5f5;
}
.form-radio__text::before:focus {
  outline: 1px solid #9ed0e0;
}
.form-radio__text::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 6px;
  background-color: #9ed0e0;
  opacity: 0;
}

.form-textarea {
  height: 162px;
}

.contact__privacy {
  font-weight: 400;
  margin-top: 22px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact__privacy {
    font-size: 16px;
    margin-top: 36px;
  }
}
.contact__privacy a {
  text-decoration-line: underline;
}
.contact__privacy a:hover {
  color: #67b0c7;
}
.contact__privacy a:focus {
  outline: 1px solid #9ed0e0;
}

.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  clip-path: inset(50%);
  overflow: hidden;
  position: absolute;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}
.form-checkbox__input.is-error + .form-checkbox__text::before {
  border-radius: 8px;
  border: 1px solid #ce2073;
  background: #fff0f7;
}

.form-checkbox__text {
  padding-left: 36px;
  position: relative;
}
.form-checkbox__text::before, .form-checkbox__text::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.form-checkbox__text::before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #f5f5f5;
}
.form-checkbox__text::after {
  top: 6px;
  left: 4px;
  width: 16px;
  height: 11px;
  background-image: url(../img/checked-icon.svg);
  background-repeat: no-repeat;
  opacity: 0;
}

.contact__button {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1200px) {
  .contact__button {
    margin-top: 40px;
  }
}

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

.footer {
  position: relative;
}

.footer__inner {
  padding-top: 40px;
}
@media screen and (min-width: 600px) {
  .footer__inner {
    width: 640px;
    margin: auto;
  }
}
@media screen and (min-width: 900px) {
  .footer__inner {
    width: 1004px;
    padding-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__inner {
    width: 1064px;
    padding-top: 120px;
  }
}

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

.sns-link {
  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: 23px;
}

.sns-link__title {
  font-family: "Josefin Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .sns-link__title {
    font-size: 24px;
  }
}

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

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

.footer__decoration-english {
  position: absolute;
  top: 135px;
  left: 50%;
  width: 328px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .footer__decoration-english {
    top: 255px;
    width: 755px;
  }
}

.address-wrap {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  border-radius: 16px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .address-wrap {
    margin-top: 122px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 1024px;
    height: 400px;
  }
}

.address-wrap__map {
  width: 100%;
  height: 271px;
}
@media screen and (min-width: 600px) {
  .address-wrap__map {
    height: 485px;
  }
}
@media screen and (min-width: 900px) {
  .address-wrap__map {
    width: 50%;
    height: 400px;
  }
}
.address-wrap__map iframe {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media screen and (min-width: 900px) {
  .address-wrap__map iframe {
    border-top-left-radius: 0;
    border-bottom-right-radius: 16px;
  }
}

.address-wrap__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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  padding: 24px;
}
@media screen and (min-width: 900px) {
  .address-wrap__body {
    width: 50%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 60px;
    gap: 26px;
  }
}

.address-wrap__logo {
  width: 153px;
  height: 20px;
}
@media screen and (min-width: 900px) {
  .address-wrap__logo {
    width: 183px;
    height: 24px;
  }
}

.address-wrap__info {
  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 {
    gap: 12px;
  }
}

.address-wrap__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.address-wrap__info-row::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #9ed0e0;
}

.address-wrap__info-term {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  width: 80px;
  padding-left: 16px;
}
@media screen and (min-width: 900px) {
  .address-wrap__info-term {
    font-size: 16px;
    width: 120px;
  }
}

.address-wrap__info-description {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .address-wrap__info-description {
    font-size: 16px;
  }
}

.footer__pagetop {
  text-align: center;
  padding-block: 30px;
}
@media screen and (min-width: 900px) {
  .footer__pagetop {
    padding-block: 60px;
  }
}
.footer__pagetop:hover {
  opacity: 1.2;
}
.footer__pagetop img {
  width: 75px;
  height: 78px;
}
@media screen and (min-width: 900px) {
  .footer__pagetop img {
    width: 80px;
    height: 83.2px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__pagetop img {
    width: 100px;
    height: 104px;
  }
}

@media screen and (min-width: 900px) {
  .pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
  }
}

.footer__bottom {
  background: #67b0c7;
  padding-bottom: 24px;
  text-align: center;
  margin-top: 35px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .footer__bottom {
    padding-bottom: 32px;
    margin-top: 120px;
  }
}
.footer__bottom::before {
  position: absolute;
  content: "";
  top: -41px;
  left: 0;
  width: 100%;
  height: 45.714px;
  background-image: url(../img/sp/bg-wave-sp.svg);
  background-position: left -6px center;
  background-size: contain;
  background-color: transparent;
}
@media screen and (min-width: 900px) {
  .footer__bottom::before {
    background-position: left 2px center;
  }
}
@media screen and (min-width: 900px) {
  .footer__bottom::before {
    top: -117px;
    height: 120px;
  }
}

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