@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 64px;
}
@media (max-width: 374px) {
  html {
    scroll-padding-top: min(17.0666666667vw, 64px);
  }
}

.inline-block {
  display: inline-block;
  font-weight: inherit;
}

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

.heading {
  text-align: center;
  position: relative;
  padding-top: min(11.5546666667vw, 43.33px);
}
.heading::before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .heading {
    padding-top: 56px;
  }
}

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

.heading__japanese {
  display: inline-block;
  padding-block: min(1.6vw, 6px);
  font-family: "Kiwi Maru";
  font-size: min(5.3333333333vw, 20px);
  font-weight: 500;
  line-height: 1.25;
  border-bottom: min(1.6vw, 6px) solid #ffee56;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 900px) {
  .heading__japanese {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 32px;
    border-bottom: 8px solid #ffee56;
  }
}

.button {
  display: inline-block;
  margin: 0;
  padding-block: min(1.6vw, 6px);
  padding-inline: min(5.8666666667vw, 22px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(4.2666666667vw, 16px);
  text-align: center;
  color: #4a3636;
  background: #ffffff;
  border-radius: min(10.6666666667vw, 40px);
  border: min(0.5333333333vw, 2px) solid currentColor;
  -webkit-box-shadow: 0px min(1.0666666667vw, 4px) 0px 0px #4a3636;
          box-shadow: 0px min(1.0666666667vw, 4px) 0px 0px #4a3636;
  white-space: nowrap;
  scroll-behavior: smooth;
  cursor: pointer;
  outline: none; /* フォーカス時の枠線を消す（Safari） */
}
@media screen and (min-width: 900px) {
  .button {
    font-size: 20px;
    padding: 9px 37px 9px;
    border: 3px solid currentColor;
  }
}
.button:hover {
  background-color: #ffee56;
}

.wrapper {
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  height: min(17.0666666667vw, 64px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  color: #4a3636;
  background-color: #ffffff;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 4.26vw;
  padding-inline: min(5.3vw, 20px);
  height: 17.06vw;
}
@media screen and (min-width: 376px) {
  .header__inner {
    padding: 16px 20px;
    height: 64px;
  }
}
@media screen and (min-width: 900px) {
  .header__inner {
    padding: 0 24px;
  }
}

.header__logo img {
  width: min(56vw, 210px);
  max-height: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .header__logo img {
    width: min(48.8vw, 183px);
  }
}

.header__open {
  line-height: 0;
  margin-left: 24.8vw;
}

.drawer-icon {
  position: relative;
  max-height: 28px;
  -ms-flex-item-align: center;
      align-self: center;
}
.drawer-icon img {
  width: 8.53vw;
  height: auto;
  max-width: 32px;
  max-height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.drawer-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: 64px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.drawer-icon.is-checked.drawer-icon img {
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .drawer-icon {
    display: none;
  }
}

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

.header__link,
.drawer-content__link {
  -webkit-transition: color 0.3s, outline-color 0.3s;
  transition: color 0.3s, outline-color 0.3s;
}
.header__link:hover,
.drawer-content__link:hover {
  text-decoration: underline;
  text-underline-offset: min(0.5333333333vw, 2px);
  color: #67b0c7;
}
@media screen and (min-width: 1200px) {
  .header__link,
  .drawer-content__link {
    font-size: 12px;
  }
}

.button--md-small {
  margin-left: 4px;
}
@media screen and (min-width: 600px) {
  .button--md-small {
    padding: 4px 22px 6px;
    font-size: 14px;
    border-width: 2px;
  }
}

.drawer__content {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  top: 0;
  left: 0;
  z-index: 30;
  padding-top: 59px;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.drawer__content.is-open {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  top: 17.06vw;
}
@media screen and (min-width: 376px) {
  .drawer__content.is-open {
    top: 64px;
  }
}

.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;
  text-align: center;
}

.drawer-content__link {
  font-size: 14px;
  font-weight: 400;
  padding-block: 20px;
}

.drawer-content__button {
  padding-top: 20px;
}

.fv {
  background-color: #e9f6f8;
  position: relative;
  margin-top: min(17.0666666667vw, 64px);
}

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

.fv__inner {
  position: relative;
  margin-inline: auto;
  max-width: 335px;
  width: 100%;
}
@media screen and (min-width: 376px) {
  .fv__inner {
    margin-inline: auto;
    max-width: 375px;
  }
}
@media screen and (min-width: 900px) {
  .fv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 1024px;
    margin-inline: auto;
  }
}

.fv__description {
  top: 0px;
  padding-top: min(4.5333333333vw, 17px);
  text-shadow: 0px 0px 30px #fff;
  font-family: "Kiwi Maru";
  font-size: min(3.7333333333vw, 14px);
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .fv__description {
    padding-top: 35px;
    font-size: 24px;
    font-weight: 500;
  }
}

.fv__lead {
  top: 0;
  padding-top: min(5.3333333333vw, 20px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .fv__lead {
    padding-top: 24px;
  }
}

.fv-lead__image img {
  width: min(89.3333333333vw, 335px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .fv-lead__image img {
    width: 520px;
  }
}

/* スマホ本体
/* ======================================= */
.fv__decoration-wrap {
  position: relative;
  margin-top: min(2.6666666667vw, 10px);
  width: min(89.33vw, 335px);
  height: min(139.2vw, 522px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 376px) {
  .fv__decoration-wrap {
    width: 335px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 900px) {
  .fv__decoration-wrap {
    margin-top: 0;
    width: 848px;
    height: 560px;
    margin-inline: auto;
  }
}

.fv__decoration-smartphone {
  position: absolute;
  bottom: min(2.6666666667vw, 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 15;
}
@media screen and (min-width: 900px) {
  .fv__decoration-smartphone {
    bottom: 17px;
  }
}

.decoration-smartphone {
  width: min(53.3vw, 200px);
}
@media screen and (min-width: 900px) {
  .decoration-smartphone {
    width: 250px;
  }
}

.decoration-smartphone__image {
  position: relative;
}
.decoration-smartphone__image img {
  width: min(53.33vw, 200px);
}
@media screen and (min-width: 900px) {
  .decoration-smartphone__image img {
    width: 250px;
  }
}

/* スマホ内装飾
/* ======================================= */
.decoration-smartphone__wrap {
  position: absolute;
  top: calc(50% - 4px);
  left: 50%;
  width: min(42.6666666667vw, 160px);
  overflow: hidden;
  text-align: center;
  background: #ffffff;
  border-radius: min(3.4133333333vw, 12.8px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 900px) {
  .decoration-smartphone__wrap {
    width: 200px;
    top: calc(50% - 6px);
    border-radius: 16px;
  }
}

.decoration-smartphone__heading {
  padding: min(1.7066666667vw, 6.4px) min(1.7066666667vw, 6.4px);
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  color: #ffffff;
  font-size: min(3.4133333333vw, 12.8px);
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .decoration-smartphone__heading {
    padding: 8px 12px;
    font-size: 16px;
  }
}

.decoration-smartphone__body {
  padding-top: min(2.6666666667vw, 10px);
  padding-bottom: min(4.05vw, 15.2px);
}
@media screen and (min-width: 900px) {
  .decoration-smartphone__body {
    padding-top: 14px;
    padding-bottom: 20px;
  }
}

.decoration-smartphone__sub-heading span {
  display: inline-block;
  padding-bottom: min(0.2133333333vw, 0.8px);
  font-size: min(3.2vw, 12px);
  border-bottom: min(0.64vw, 2.4px) solid #ce2073;
}
@media screen and (min-width: 900px) {
  .decoration-smartphone__sub-heading span {
    font-size: 14px;
    border-bottom: 3px solid #ce2073;
  }
}

.decoration-smartphone__text {
  padding-top: min(0.85vw, 3.2px);
  font-size: min(3.2vw, 12px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .decoration-smartphone__text {
    padding-top: 0px;
    padding-bottom: 16px;
    padding-bottom: 0;
    font-size: 16px;
    white-space: nowrap;
    padding-inline: 12px;
    letter-spacing: -1.3px;
    margin-top: 4px;
  }
}

.decoration-smartphone__button {
  margin-top: min(3.4133333333vw, 12.8px);
  padding-bottom: min(1.06vw, 4px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 900px) {
  .decoration-smartphone__button {
    margin-top: 16px;
    padding-bottom: 4px;
  }
}

.button--small {
  padding-top: min(0.5333333333vw, 2px);
  padding-inline: min(5.86vw, 22px);
  padding-bottom: min(1.0666666667vw, 4px);
  font-size: min(3.7333333333vw, 14px);
}
@media screen and (min-width: 900px) {
  .button--small {
    padding: 6px 22px 6px 22px;
    font-size: 16px;
    font-weight: 700;
  }
}

/* fv周りの装飾
/* ======================================= */
.fv__decoration-english-message {
  position: absolute;
  left: 0;
  top: 7px;
}
@media screen and (min-width: 900px) {
  .fv__decoration-english-message {
    left: auto;
    right: calc(50% + 141px);
    width: 244px;
    top: 0;
  }
}
.fv__decoration-english-message img {
  width: min(37.8666666667vw, 142px);
}
@media screen and (min-width: 900px) {
  .fv__decoration-english-message img {
    width: 240px;
  }
}

.fv__decoration-red-circle-text {
  position: absolute;
  top: 0;
  right: min(6.6666666667vw, 25px);
  height: min(29.3333333333vw, 110px);
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .fv__decoration-red-circle-text {
    top: 17px;
    right: 128px;
  }
}
.fv__decoration-red-circle-text img {
  width: min(29.3333333333vw, 110px);
}
@media screen and (min-width: 900px) {
  .fv__decoration-red-circle-text img {
    width: 177px;
  }
}

.fv__decoration-sweets {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}
@media screen and (min-width: 900px) {
  .fv__decoration-sweets {
    bottom: 1px;
  }
}
.fv__decoration-sweets img {
  width: min(23.7333333333vw, 89px);
}
@media screen and (min-width: 900px) {
  .fv__decoration-sweets img {
    width: 212px;
  }
}

.fv__decoration-cats {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
}

.decoration-cats1 {
  position: relative;
  width: min(30.9333333333vw, 116px);
  height: min(33.8666666667vw, 127px);
}
@media screen and (min-width: 900px) {
  .decoration-cats1 {
    width: 233px;
    height: 294px;
  }
}

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

.decoration-cats1__2 {
  position: absolute;
  bottom: 0;
  left: min(2.4vw, 9px);
  width: min(26.1333333333vw, 98px);
}
@media screen and (min-width: 900px) {
  .decoration-cats1__2 {
    width: 233px;
    left: 0;
    bottom: min(11.4666666667vw, -43px);
  }
}

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

/* aboutデコレーション
/* ======================================= */
.about__decoration {
  position: absolute;
  overflow: hidden;
}

.about__decoration-striped-pattern {
  top: -20px;
  right: calc(50% + 280px);
  width: min(66.6666666667vw, 250px);
  border-radius: 24px;
  overflow: hidden;
  position: absolute;
}
@media screen and (min-width: 1200px) {
  .about__decoration-striped-pattern {
    right: calc(50% + 527px);
  }
}

.about__decoration-picture-left {
  top: min(105.3333333333vw, 395px);
  right: calc(50% + min(34.1333333333vw, 128px));
  width: min(53.3333333333vw, 200px);
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .about__decoration-picture-left {
    right: calc(50% + 180px);
  }
}
@media screen and (min-width: 900px) {
  .about__decoration-picture-left {
    width: 480px;
    top: 120px;
    right: calc(50% + 360px);
  }
}
@media screen and (min-width: 1200px) {
  .about__decoration-picture-left {
    top: 74px;
    right: calc(50% + 614px);
  }
}

.about__decoration-staircase {
  bottom: min(16.2666666667vw, 61px);
  z-index: 1;
  left: 0;
  width: min(36.8vw, 138px);
}
@media screen and (min-width: 600px) {
  .about__decoration-staircase {
    width: 200px;
  }
}
@media screen and (min-width: 900px) {
  .about__decoration-staircase {
    width: 427px;
    right: calc(50% + 150px);
    left: auto;
    bottom: 149px;
  }
}
@media screen and (min-width: 1200px) {
  .about__decoration-staircase {
    right: calc(50% + 432px);
  }
}
.about__decoration-staircase img {
  width: min(58.6666666667vw, 220px);
}
@media screen and (min-width: 600px) {
  .about__decoration-staircase img {
    width: 300px;
  }
}
@media screen and (min-width: 900px) {
  .about__decoration-staircase img {
    width: 427px;
  }
}

.about__decoration-pawpads {
  top: min(-2.4vw, -9px);
  left: calc(50% + min(35.4666666667vw, 133px));
  width: min(14.4vw, 54px);
}
@media screen and (min-width: 600px) {
  .about__decoration-pawpads {
    top: -20px;
    left: calc(50% + 205px);
  }
}
@media screen and (min-width: 900px) {
  .about__decoration-pawpads {
    top: -60px;
    left: calc(50% + 300px);
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .about__decoration-pawpads {
    top: -80px;
    left: calc(50% + 490px);
    width: 100px;
  }
}

.about__decoration-picture-right {
  top: min(72.8vw, 273px);
  left: calc(50% + min(34.1333333333vw, 128px));
  width: min(53.3333333333vw, 200px);
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .about__decoration-picture-right {
    left: calc(50% + 180px);
  }
}
@media screen and (min-width: 900px) {
  .about__decoration-picture-right {
    width: 480px;
    top: 73px;
    left: calc(50% + 360px);
  }
}
@media screen and (min-width: 1200px) {
  .about__decoration-picture-right {
    left: calc(50% + 560px);
  }
}
.about__decoration-picture-right img {
  width: 200px;
}
@media screen and (min-width: 900px) {
  .about__decoration-picture-right img {
    width: 480px;
  }
}

.about__decoration-wave {
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .about__decoration-wave {
    bottom: 634px;
    left: calc(50% + 200px);
    width: 874px;
  }
}
@media screen and (min-width: 900px) and (min-width: 1200px) {
  .about__decoration-wave {
    left: calc(50% + 448px);
  }
}
@media screen and (min-width: 900px) {
  .about__decoration-wave img {
    max-width: 100%;
  }
}

.about__decoration-goods1 {
  bottom: min(57.8666666667vw, 217px);
  right: min(5.6vw, 21px);
}
@media screen and (min-width: 600px) {
  .about__decoration-goods1 {
    left: calc(50% + 280px);
    width: 80px;
  }
}
@media screen and (min-width: 900px) {
  .about__decoration-goods1 {
    width: 101px;
    bottom: 585px;
    left: calc(50% + 300px);
  }
}
@media screen and (min-width: 1200px) {
  .about__decoration-goods1 {
    left: calc(50% + 505px);
  }
}
.about__decoration-goods1 img {
  width: min(12.8vw, 48px);
}
@media screen and (min-width: 600px) {
  .about__decoration-goods1 img {
    width: 80px;
  }
}
@media screen and (min-width: 900px) {
  .about__decoration-goods1 img {
    width: 101px;
  }
}

.about__decoration-goods2 {
  bottom: min(41.8666666667vw, 157px);
  right: min(15.2vw, 57px);
}
@media screen and (min-width: 600px) {
  .about__decoration-goods2 {
    left: calc(50% + 97px);
    width: 200px;
  }
}
@media screen and (min-width: 900px) {
  .about__decoration-goods2 {
    width: 308px;
    left: calc(50% + 120px);
    bottom: 290px;
  }
}
@media screen and (min-width: 1200px) {
  .about__decoration-goods2 {
    width: 308px;
    left: calc(50% + 374px);
    bottom: 377px;
  }
}
.about__decoration-goods2 img {
  width: min(35.4666666667vw, 133px);
}
@media screen and (min-width: 600px) {
  .about__decoration-goods2 img {
    width: 200px;
  }
}
@media screen and (min-width: 900px) {
  .about__decoration-goods2 img {
    width: 308px;
  }
}

/* about-top
/* ============================================================ */
.about__inner {
  max-width: 375px;
}
@media screen and (min-width: 600px) {
  .about__inner {
    max-width: 500px;
  }
}
@media screen and (min-width: 900px) {
  .about__inner {
    max-width: 640px;
    padding-inline: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .about__inner {
    max-width: 908px;
  }
}

.about-top {
  position: relative;
  padding-top: min(10.6666666667vw, 40px);
  padding-bottom: min(9.6vw, 36px);
  padding-inline: min(5.3333333333vw, 20px);
  border-radius: min(6.4vw, 24px);
  background-color: #ffffff;
  z-index: 20;
}
@media screen and (min-width: 900px) {
  .about-top {
    padding: 56px 20px 36px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about-top {
    padding: 40px 20px 36px;
    max-width: 848px;
  }
}
.about-top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(26.6666666667vw, 100px);
  height: min(9.6vw, 36px);
  background-color: #cce1e4;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (min-width: 900px) {
  .about-top::after {
    width: 140px;
    height: 50px;
  }
}

.about-top__image-left {
  position: absolute;
  top: min(8.4986666667vw, 31.87px);
  right: calc(50% + min(12.16vw, 46.5px));
}
@media screen and (min-width: 900px) {
  .about-top__image-left {
    width: 120px;
    top: 40px;
    right: calc(50% + 100px);
  }
}
@media screen and (min-width: 1200px) {
  .about-top__image-left {
    width: 146px;
    top: 40px;
    right: calc(50% + 193px);
  }
}
.about-top__image-left img {
  width: min(23.352vw, 87.57px);
}
@media screen and (min-width: 900px) {
  .about-top__image-left img {
    width: 146px;
  }
}

.about-top__image-right {
  position: absolute;
  top: min(8vw, 30px);
  left: calc(50% + min(16.04vw, 60.15px));
}
@media screen and (min-width: 900px) {
  .about-top__image-right {
    width: 120px;
    top: 45px;
    left: calc(50% + 100px);
  }
}
@media screen and (min-width: 1200px) {
  .about-top__image-right {
    width: 149px;
    top: 45px;
    left: calc(50% + 192px);
  }
}
.about-top__image-right img {
  width: min(23.352vw, 87.57px);
}
@media screen and (min-width: 900px) {
  .about-top__image-right img {
    width: 149px;
  }
}

.heading--campaign::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../img/about-Icon.png);
  width: min(9.9546666667vw, 37.33px);
  height: min(9.9546666667vw, 37.33px);
}
@media screen and (min-width: 900px) {
  .heading--campaign::before {
    width: 48px;
    height: 48px;
  }
}

.about-top__sub-heading {
  padding-top: min(6.6666666667vw, 25px);
  font-size: min(3.7333333333vw, 14px);
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .about-top__sub-heading {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .about-top__sub-heading {
    padding-top: 34px;
  }
}

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

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

.about-top__text-wrap {
  padding-top: min(6.4vw, 24px);
  text-align: center;
}
@media screen and (min-width: 900px) {
  .about-top__text-wrap {
    padding-top: 32px;
  }
}

.about-top__text {
  font-size: min(3.2vw, 12px);
  text-align: center;
}
@media screen and (min-width: 900px) {
  .about-top__text {
    font-size: 16px;
  }
}
.about-top__text:nth-child(1) {
  margin-top: 0;
}
.about-top__text:nth-child(2) {
  margin-top: 1.5em;
}
@media screen and (min-width: 900px) {
  .about-top__text:nth-child(2) {
    margin-top: 1.7em;
  }
}
.about-top__text:nth-child(3) {
  margin-top: 1.5em;
}
@media screen and (min-width: 900px) {
  .about-top__text:nth-child(3) {
    margin-top: 1.7em;
  }
}
.about-top__text:nth-child(4) {
  margin-top: 1.5em;
}
@media screen and (min-width: 900px) {
  .about-top__text:nth-child(4) {
    margin-top: 1.7em;
  }
}

.link-text {
  text-decoration: underline;
  text-underline-offset: min(0.5333333333vw, 2px);
}
.link-text:hover {
  color: #67b0c7;
}
.link-text:focus {
  outline-color: #67b0c7;
}

.font-weight-bold {
  font-weight: bold;
  font-style: normal;
}

.about-top__emphasis-text {
  display: inline-block;
  margin-top: min(8.5333333333vw, 32px);
  padding-bottom: min(1.6vw, 6px);
  font-size: min(3.7333333333vw, 14px);
  border-bottom: min(0.5333333333vw, 2px) dashed #9ed0e0;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .about-top__emphasis-text {
    margin-top: 44px;
    padding-bottom: 8px;
    font-size: 20px;
  }
}

.about-top__button {
  margin-top: min(6.4vw, 24px);
  padding-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .about-top__button {
    margin-top: 32px;
  }
}

/* about-bottom
/* =============================================================== */
.about-bottom {
  margin-top: min(36vw, 135px);
}
@media screen and (min-width: 900px) {
  .about-bottom {
    margin-top: 166px;
  }
}

.about__decoration-english {
  position: relative;
  z-index: 2;
  display: block;
  width: min(96.8vw, 363px);
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .about__decoration-english {
    width: 770px;
  }
}
@media screen and (min-width: 1200px) {
  .about__decoration-english {
    width: 896px;
  }
}
.about__decoration-english img {
  width: 100%;
}

.about__slider {
  position: relative;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .about__slider {
    margin-top: -6px;
  }
}

.about-swiper {
  z-index: 3;
  margin: 0;
  margin-top: -1px;
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

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

.about-swiper__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(26.6666666667vw, 100px);
          flex: 0 0 min(26.6666666667vw, 100px); /* 画像が100pxの幅で連続して並ぶように */
}
@media screen and (min-width: 900px) {
  .about-swiper__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}

/* デコレーション
/* ========================================================== */
.how-to-entry {
  margin-top: min(17.3333333333vw, 65px);
}
@media screen and (min-width: 900px) {
  .how-to-entry {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry {
    margin-top: 120px;
  }
}

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

.how-to-entry__decoration {
  position: absolute;
  z-index: -1;
}

.how-to-entry__decoration-map {
  top: 0;
  right: calc(50% + min(10.4vw, 39px));
  left: auto;
  width: min(39.7333333333vw, 149px);
}
@media screen and (min-width: 600px) {
  .how-to-entry__decoration-map {
    right: calc(50% + 80px);
    width: 180px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-entry__decoration-map {
    top: -60px;
    right: calc(50% + 180px);
    left: auto;
    width: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__decoration-map {
    right: calc(50% + 260px);
    width: 460px;
  }
}
.how-to-entry__decoration-map img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.how-to-entry__decoration-cats {
  left: calc(50% + min(15.4666666667vw, 58px));
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .how-to-entry__decoration-cats {
    top: -26px;
    left: calc(50% + 200px);
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__decoration-cats {
    left: calc(50% + 287px);
  }
}

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

.decoration-cats2__1 {
  position: absolute;
  top: 0;
  left: 0;
  width: min(28vw, 105px);
}
@media screen and (min-width: 900px) {
  .decoration-cats2__1 {
    width: 238px;
  }
}

.decoration-cats2__2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(25.0666666667vw, 94px);
}
@media screen and (min-width: 900px) {
  .decoration-cats2__2 {
    width: 214px;
  }
}

.how-to-entry__decoration-pawpats-1 {
  top: min(19.7333333333vw, 74px);
  right: 20px;
  width: min(14.6666666667vw, 55px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 900px) {
  .how-to-entry__decoration-pawpats-1 {
    top: 148px;
    right: 0;
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__decoration-pawpats-1 {
    top: 148px;
    right: 36px;
    width: 100px;
  }
}

.how-to-entry__decoration-pawpats-2 {
  top: min(146.1333333333vw, 548px);
  left: 20px;
  width: min(14.6666666667vw, 55px);
}
@media screen and (min-width: 900px) {
  .how-to-entry__decoration-pawpats-2 {
    bottom: 40px;
    top: auto;
    left: 0;
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__decoration-pawpats-2 {
    bottom: 40px;
    left: 36px;
    width: 100px;
  }
}

.how-to-entry__decoration-pawpats-3 {
  bottom: min(97.8666666667vw, 367px);
  right: 20px;
  width: min(14.6666666667vw, 55px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* 応募の仕方〜Box
/* ========================================================== */
.heading--camera::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../img/camera.svg);
  width: min(9.9546666667vw, 37.33px);
  height: min(9.9546666667vw, 37.33px);
}
@media screen and (min-width: 900px) {
  .heading--camera::before {
    padding-top: 56px;
  }
}
@media screen and (min-width: 900px) {
  .heading--camera::before {
    width: 48px;
    height: 48px;
  }
}

.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;
  margin-top: min(8.8vw, 33px);
  gap: 50px;
}
@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;
    gap: 7px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    margin-top: 40px;
  }
}

.how-to-entry__step {
  position: relative;
}
@media screen and (min-width: 900px) {
  .how-to-entry__step:nth-child(2) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__step:nth-child(2) {
    margin-top: 69px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-entry__step {
    max-width: 294px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__step {
    max-width: 320px;
  }
}
.how-to-entry__step::after {
  content: "";
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  background-image: url(../img/SP/dot-wave-sp.png);
  width: 8px;
  height: 33px;
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .how-to-entry__step::after {
    width: 70px;
    height: 16px;
    background-image: url(../img/dots-wave-pc.png);
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__step::after {
    width: 114px;
    height: 24px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-entry__step:nth-child(1)::after {
    top: 150px;
    right: -63px;
    left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__step:nth-child(1)::after {
    top: 204px;
    right: -106px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-entry__step:nth-child(2)::after {
    top: 100px;
    right: -60px;
    left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__step:nth-child(2)::after {
    top: 136px;
    right: -112px;
  }
}
.how-to-entry__step:nth-child(3)::after {
  display: none;
}

.step-box {
  text-align: center;
}

.step-box__image {
  margin-inline: auto;
  width: min(52.2666666667vw, 196px);
}
@media screen and (min-width: 900px) {
  .step-box__image {
    width: 87.5%;
    margin-inline: auto;
  }
}

.step-box__heading {
  margin-top: min(4.2666666667vw, 16px);
  font-size: min(4.2666666667vw, 16px);
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .step-box__heading {
    margin-top: 24px;
    font-size: 20px;
  }
}

.step-box__text {
  margin-top: min(4.2666666667vw, 16px);
  font-size: min(3.2vw, 12px);
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  .step-box__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .step-box__text {
    margin-top: 17px;
    font-size: 16px;
  }
}

.step-box__follow-button {
  margin-top: min(3.7333333333vw, 14px);
}
@media screen and (min-width: 900px) {
  .step-box__follow-button {
    margin-top: 16px;
  }
}

.follow-button {
  display: inline-block;
  position: relative;
  padding-top: min(1.8666666667vw, 7px);
  padding-right: min(2.9333333333vw, 11px);
  padding-bottom: min(1.8666666667vw, 7px);
  padding-left: min(10.4vw, 39px);
  text-align: center;
  vertical-align: bottom;
  background-color: #ffffff;
  border: solid 1px transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  font-size: min(3.7333333333vw, 14px);
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .follow-button {
    padding-bottom: 7px;
  }
}
@media screen and (min-width: 1200px) {
  .follow-button {
    padding-left: 44px;
    font-size: 16px;
  }
}
.follow-button::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: min(3.2vw, 12px);
  padding-right: min(5.3333333333vw, 20px);
  background-image: url(../img/instagram.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: min(5.3333333333vw, 20px);
  height: min(5.3333333333vw, 20px);
}
@media screen and (min-width: 900px) {
  .follow-button::before {
    width: 24px;
    height: 24px;
  }
}
.follow-button:hover {
  border-color: #9ed0e0;
}

.step-box__heading--large {
  font-size: min(4.2666666667vw, 16px);
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .step-box__heading--large {
    font-size: 20px;
    font-weight: 700;
  }
}

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

.how-to-entry__button {
  margin-top: min(3.7333333333vw, 14px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .how-to-entry__button {
    margin-top: 48px;
    max-width: 437px;
    margin-inline: auto;
  }
}

/* heading & 装飾
/* ========================================================== */
.prizes {
  position: relative;
  margin-top: min(9.3333333333vw, 35px);
}
@media screen and (min-width: 900px) {
  .prizes {
    margin-top: 125px;
    margin-bottom: -5px;
  }
}

.prizes__inner {
  position: relative;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .prizes__inner {
    max-width: 1084px;
    padding-inline: 30px;
  }
}

.prizes__contents {
  position: relative;
  padding-inline: min(5.3333333333vw, 20px);
  padding-top: min(5.3333333333vw, 20px);
  padding-bottom: min(8.5333333333vw, 32px);
}
@media screen and (min-width: 900px) {
  .prizes__contents {
    max-width: 100%;
    padding-inline: 30px;
    padding-top: 30px;
    padding-bottom: 52px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__contents {
    padding-inline: 56px;
    padding-top: 28px;
  }
}
.prizes__contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 51%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(63.36vw, 237.6px);
  height: min(22.1333333333vw, 83px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/SP/prizes-device=SP.png);
  background-color: transparent;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .prizes__contents::before {
    left: 50%;
    width: 366px;
    height: 149px;
    background-image: url(../img/prizes-device=PC.png);
  }
}
.prizes__contents::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - min(22.1333333333vw, 83px));
  border-radius: min(6.4vw, 24px);
  background-color: #ffffff;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .prizes__contents::after {
    height: calc(100% - 149px);
  }
}

.prizes__decoration-triangle-left {
  display: none;
}
@media screen and (min-width: 900px) {
  .prizes__decoration-triangle-left {
    display: block;
    position: absolute;
    top: 28px;
    left: 0;
    width: calc((100% - 390px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .prizes__decoration-triangle-left {
    width: 315px;
  }
}

.prizes__decoration-triangle-right {
  display: none;
}
@media screen and (min-width: 900px) {
  .prizes__decoration-triangle-right {
    display: block;
    position: absolute;
    top: 28px;
    right: 0;
    width: calc((100% - 400px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .prizes__decoration-triangle-right {
    width: 315px;
  }
}

.heading--prizes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/prizes-Icon.svg);
  width: min(9.9546666667vw, 37.33px);
  height: min(9.9546666667vw, 37.33px);
}
@media screen and (min-width: 900px) {
  .heading--prizes::before {
    width: 48px;
    height: 48px;
  }
}

.prizes__text {
  margin-top: min(4.2666666667vw, 16px);
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .prizes__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__text {
    margin-top: 42px;
    font-size: 16px;
  }
}

/* cards
/* ========================================================== */
.prizes__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(10.4vw, 39px) min(4vw, 15px);
  margin-top: min(12.8vw, 48px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .prizes__cards {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 60px;
    grid-column-gap: 15px;
    margin-top: 82px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__cards {
    grid-row-gap: 80px;
    grid-column-gap: 34px;
  }
}

.prizes__card {
  width: calc(50% - 7.5px);
  position: relative;
  background-color: #f5f5f5;
  border-radius: min(2.1333333333vw, 8px);
}
@media screen and (min-width: 900px) {
  .prizes__card {
    width: 100%;
    border-radius: 16px;
  }
  .prizes__card:nth-of-type(1) {
    grid-area: 1/1/2/4;
    border-radius: 24px;
  }
  .prizes__card:nth-of-type(2) {
    grid-area: 1/4/2/7;
    border-radius: 24px;
  }
  .prizes__card:nth-of-type(3) {
    grid-area: 2/1/3/3;
  }
  .prizes__card:nth-of-type(4) {
    grid-area: 2/3/3/5;
  }
  .prizes__card:nth-of-type(5) {
    grid-area: 2/5/3/7;
  }
}
.prizes__card:hover .prizes-card__button {
  border-color: #9ed0e0;
}
.prizes__card:hover .prizes-card__icon path:not(.no-hover) {
  fill: #9ed0e0;
}
.prizes__card:hover .prizes-card__image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

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

.prizes-card__number {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: min(12.8vw, 48px);
}
@media screen and (min-width: 900px) {
  .prizes-card__number {
    width: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card__number {
    width: 80px;
  }
}

.prizes-card__inner {
  max-width: 600px;
}
@media screen and (min-width: 900px) {
  .prizes-card__inner {
    max-width: 1084px;
  }
}

figure {
  margin: 0;
}

.prizes-card__image {
  display: block;
  top: 0;
  left: 0;
  border-top-left-radius: min(2.1333333333vw, 8px);
  border-top-right-radius: min(2.1333333333vw, 8px);
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .prizes-card__image {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}
.prizes-card__image img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.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;
  min-height: min(14.9333333333vw, 56px);
  padding: min(1.3333333333vw, 5px);
  font-size: min(3.2vw, 12px);
  font-weight: 700;
  text-align: center;
  border-bottom-left-radius: min(2.1333333333vw, 8px);
}
@media screen and (min-width: 600px) {
  .prizes-card__heading {
    min-height: 70px;
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card__heading {
    border-bottom-left-radius: 16px;
    font-size: 16px;
    height: 80px;
  }
}

.prizes-card__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  outline: none;
  white-space: nowrap;
  border-radius: min(2.1333333333vw, 8px);
}
@media screen and (min-width: 900px) {
  .prizes-card__button {
    border-radius: 16px;
    border: 4px solid transparent;
  }
}

.prizes-card__icon svg {
  position: absolute;
  display: block;
  bottom: -2px;
  right: -2px;
  border-bottom-right-radius: min(2.1333333333vw, 8px);
  width: min(9.6vw, 36px);
  height: min(9.6vw, 36px);
}
@media screen and (min-width: 900px) {
  .prizes-card__icon svg {
    width: 45px;
    height: 45px;
    border-bottom-right-radius: 16px;
    bottom: -4px;
    right: -4px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card__icon svg {
    width: 65px;
    height: 65px;
  }
}

/* modal
/* ========================================================== */
.prizes-modal {
  display: none;
  position: fixed;
  padding-top: 0;
  padding-bottom: min(6.1333333333vw, 23px);
  padding-inline: min(5.3333333333vw, 20px);
  width: min(89.6vw, 336px);
  height: min(128vw, 480px);
  max-height: calc(100% - min(5.3333333333vw, 20px));
  border: none;
  border-radius: min(6.4vw, 24px);
  z-index: 40;
  background-color: #ffffff;
}
.prizes-modal::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.7); /* 透明性のある黒 */
}
.prizes-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.7); /* 透明性のある黒 */
}
@media screen and (min-width: 600px) {
  .prizes-modal {
    width: 400px;
    height: 540px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-modal {
    width: 480px;
    height: 650px;
    padding-inline: 40px;
  }
}

.prizes-modal[open] {
  display: block;
}

.prizes-modal__image {
  width: calc(100% + min(5.3333333333vw, 20px) * 2);
  margin-left: max(-5.3333333333vw, -20px);
}
.prizes-modal__image img {
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .prizes-modal__image {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}

.prizes-modal__head {
  padding-top: min(10.4vw, 39px);
  padding-inline: min(5.3333333333vw, 20px);
  font-size: min(4.2666666667vw, 16px);
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .prizes-modal__head {
    font-size: 20px;
  }
}

.prizes-modal__text {
  padding-top: min(3.2vw, 12px);
  font-size: min(3.2vw, 12px);
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .prizes-modal__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-modal__text {
    font-size: 16px;
  }
}

.prizes-modal__button {
  padding-top: min(3.7333333333vw, 14px);
  padding-bottom: min(1.0666666667vw, 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .prizes-modal__button {
    padding-top: 24px;
  }
}

/* button & 背景
/* ========================================================== */
.prizes__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: min(4.8vw, 18px);
}
@media screen and (min-width: 900px) {
  .prizes__button {
    margin-top: 38px;
    text-align: center;
  }
}

.prizes__cover-background {
  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: max(-10.9333333333vw, -41px);
}
@media screen and (min-width: 900px) {
  .prizes__cover-background {
    display: block;
    margin-top: 0;
  }
}
.prizes__cover-background img {
  display: block;
  width: 100%;
  min-width: 580px;
  z-index: -2;
}
@media screen and (min-width: 900px) {
  .prizes__cover-background img {
    min-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

/* spots上部
/* ========================================================== */
.spots {
  position: relative;
  padding-top: min(12vw, 45px);
  padding-bottom: min(12vw, 45px);
  margin-top: min(-12.8vw, -48px);
}
@media screen and (min-width: 900px) {
  .spots {
    padding-top: 120px;
    padding-bottom: 114px;
    margin-top: -120px;
  }
}
@media screen and (min-width: 900px) and (min-width: 1200px) {
  .spots {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.spots::before, .spots::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: min(12.4533333333vw, 46.7px);
  background-repeat: repeat-x;
  background-size: contain;
  background-color: transparent;
  border: none;
}
@media screen and (min-width: 900px) {
  .spots::before, .spots::after {
    height: 120px;
    background-position: left center;
    background-size: contain;
  }
}
.spots::before {
  background-image: url(../img/SP/spots-wave-top-sp.svg);
  background-position: left 6px center;
  top: 1px;
}
@media screen and (min-width: 900px) {
  .spots::before {
    background-image: url(../img/spots-wave-top-pc.svg);
  }
}
@media screen and (min-width: 1200px) {
  .spots::before {
    top: 1px;
  }
}
.spots::after {
  background-image: url(../img/SP/spots-wave-bottom-sp.svg);
  background-position: left -6px center;
  bottom: 1px;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .spots::after {
    background-image: url(../img/spots-wave-bottom-pc.svg);
  }
}

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

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

@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 {
  max-width: min(69.3333333333vw, 260px);
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .spots___heading-wrap {
    width: 56px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    margin: 0;
  }
}

.spots__heading {
  position: relative;
  display: inline-block;
  padding-left: min(9.6vw, 36px);
  color: #ffffff;
  font-family: "Kiwi Maru";
  font-size: min(7.4666666667vw, 28px);
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .spots__heading {
    padding-top: 72px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 40px;
    letter-spacing: 0.25em;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .spots__heading {
    padding-left: 5px;
    font-size: 40px;
    width: 56px;
  }
}
.spots__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: min(7.4666666667vw, 28px);
  height: min(7.4666666667vw, 28px);
  background-image: url(../img/spos-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
@media screen and (min-width: 900px) {
  .spots__heading::before {
    top: 0;
    width: 56px;
    height: 56px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

/* spots Swiper
/* ========================================================== */
.spots__slider {
  padding-top: min(6.4vw, 24px);
  width: 100%;
}
@media screen and (min-width: 900px) {
  .spots__slider {
    padding-top: 3px;
  }
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(64vw, 240px);
  width: auto;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .swiper-slide {
    width: 376px;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-slide {
    width: 344px;
  }
}

.spots-swiper__slide {
  width: 100%;
  height: auto;
}

.spots-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(64vw, 240px);
  width: auto;
  height: 100%;
  background-color: #ffffff;
  border: none;
  border-radius: min(3.2vw, 12px);
  padding-right: min(6.4vw, 24px);
  padding-bottom: min(7.2vw, 27px);
  padding-left: min(6.4vw, 24px);
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .spots-card {
    padding-right: 32px;
    padding-bottom: 40px;
    padding-left: 32px;
    overflow: hidden;
    border-radius: 24px;
    max-width: 448px;
  }
}

.spots-card__image {
  display: block;
  width: calc(100% + 48px);
  margin-left: -24px;
}
@media screen and (min-width: 900px) {
  .spots-card__image {
    width: calc(100% + 64px);
    margin-left: -32px;
  }
}
.spots-card__image img {
  width: 100%;
  border-top-right-radius: min(3.2vw, 12px);
  border-top-left-radius: min(3.2vw, 12px);
}
@media screen and (min-width: 1200px) {
  .spots-card__image img {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
  }
}

.spots-card__heading {
  padding-top: min(4.2666666667vw, 16px);
  font-size: min(4.2666666667vw, 16px);
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spots-card__heading {
    padding-top: 25px;
    font-size: 20px;
  }
}

.spots-card__text {
  padding-top: min(4.2666666667vw, 16px);
  font-size: min(3.2vw, 12px);
}
@media screen and (min-width: 600px) {
  .spots-card__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .spots-card__text {
    padding-top: 25px;
    font-size: 16px;
  }
}

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

.spots__arrows {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin-top: -10px;
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .spots__arrows {
    max-width: 944px;
    margin-top: -35px;
  }
}

.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-arrows__prev,
.spots-swiper-arrows__next {
  position: static;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 57px 57px;
  background-color: #ffee56;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.spots-swiper-arrows__prev::after,
.spots-swiper-arrows__next::after {
  content: "";
}

.spots-swiper-arrows__prev {
  background-image: url(../img/spots-Icon-left.svg);
}
.spots-swiper-arrows__prev:hover {
  background-position: 30% center;
}

.spots-swiper-arrows__next {
  background-image: url(../img/spots-Icon-right.svg);
}
.spots-swiper-arrows__next:hover {
  background-position: 80% center;
}

/* spots下部（Swiperおわり）
/* ========================================================== */
@media screen and (min-width: 1200px) {
  .spots__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .spots__bottom {
    margin-top: 40px;
  }
}

.spots__decoration-english {
  width: min(68vw, 255px);
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .spots__decoration-english {
    width: 360px;
    margin-top: -45px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__decoration-english {
    margin: 0;
    width: 495px;
  }
}

.spots__text {
  padding-top: min(4.2666666667vw, 16px);
  color: #ffffff;
  text-align: center;
  font-size: min(3.12vw, 11.7px);
}
@media screen and (min-width: 600px) {
  .spots__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__text {
    padding-top: 3px;
    text-align: left;
    font-size: 16px;
  }
}

.spots__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: min(5.8666666667vw, 22px);
  margin-bottom: min(1.6vw, 6px);
}
@media screen and (min-width: 1200px) {
  .spots__button {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

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

.heading--question::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(8.296vw, 31.11px);
  height: min(8.8vw, 33px);
  background-image: url(../img/qa-icon.svg);
}
@media screen and (min-width: 900px) {
  .heading--question::before {
    width: 40px;
    height: 48px;
  }
}

/* qa accordion
/* ========================================================== */
.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: min(3.2vw, 12px);
  padding-top: min(5.8666666667vw, 22px);
}
@media screen and (min-width: 900px) {
  .qa__boxes {
    padding-top: 40px;
    gap: 21px;
  }
}

.qa-box {
  border-radius: min(3.2vw, 12px);
  border: min(0.5333333333vw, 2px) solid #4a3636;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .qa-box {
    border-radius: 16px;
  }
}
@media screen and (min-width: 900px) {
  .qa-box.is-open .qa-box__heading {
    padding-bottom: min(5.7333333333vw, 21.5px);
  }
}
.qa-box.is-open .qa-box__heading-toggle::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.qa-box__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: min(3.2vw, 12px);
  padding: min(2.6666666667vw, 10px) min(3.7333333333vw, 14px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .qa-box__heading {
    gap: 16px;
    padding: 20.5px 22px 22px;
  }
}

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

.qa-box__heading-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: min(3.7333333333vw, 14px);
  font-weight: 700;
  text-align: left;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .qa-box__heading-text {
    font-size: 20px;
  }
}

.qa-box__heading-toggle {
  position: relative;
  display: block;
  width: min(6.9333333333vw, 26px);
  height: min(6.9333333333vw, 26px);
  border-radius: 50%;
  background-color: #9ed0e0;
}
@media screen and (min-width: 900px) {
  .qa-box__heading-toggle {
    width: 48px;
    height: 48px;
  }
}
.qa-box__heading-toggle::before, .qa-box__heading-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(2.6666666667vw, 10px);
  height: min(0.4vw, 1.5px);
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; /* 0.2秒間の回転 */
}
@media screen and (min-width: 900px) {
  .qa-box__heading-toggle::before, .qa-box__heading-toggle::after {
    width: 18.6px;
    height: 2.6px;
  }
}
.qa-box__heading-toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg); /* 初期状態の縦線 */
}
.qa-box__heading-toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg); /* 初期状態で横に見えるようにする */
}

.qa-box__body {
  padding: min(4.2666666667vw, 16px) min(3.7333333333vw, 14px) min(3.7333333333vw, 14px);
  background-color: #f5f5f5;
}
@media screen and (min-width: 900px) {
  .qa-box__body {
    padding: 24px 22px 22px;
  }
}

.qa-box__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: min(4.2666666667vw, 16px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qa-box__answer-text {
  font-size: min(3.7333333333vw, 14px);
}
@media screen and (min-width: 900px) {
  .qa-box__answer-text {
    font-size: 16px;
  }
}

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

.entry-requirements-contents {
  padding: min(4.1333333333vw, 15.5px) min(3.6vw, 13.5px) min(4.2666666667vw, 16px) min(3.4666666667vw, 13px);
  border: min(2.1333333333vw, 8px) solid #ffffff;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 900px) {
  .entry-requirements-contents {
    padding-block: 32px;
    padding-inline: 48px;
  }
}

.heading--entry-requirements {
  padding-top: min(11.5546666667vw, 43.33px);
}
@media screen and (min-width: 900px) {
  .heading--entry-requirements {
    padding-top: 55px;
  }
}
.heading--entry-requirements::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(9.9546666667vw, 37.33px);
  height: min(9.9546666667vw, 37.33px);
  background-image: url(../img/entry-requirements-Icon2.svg);
}
@media screen and (min-width: 900px) {
  .heading--entry-requirements::before {
    width: 48px;
    height: 48px;
  }
}

.entry-requirements__table {
  padding-top: min(3.2vw, 12px);
}
@media screen and (min-width: 900px) {
  .entry-requirements__table {
    padding-top: 28px;
  }
}

.entry-requirements-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: min(2.1333333333vw, 8px);
  padding-top: min(3.2vw, 12px);
  padding-bottom: min(3.7333333333vw, 14px);
  text-align: left;
  border-bottom: min(0.2666666667vw, 1px) solid #cccccc;
}
@media screen and (min-width: 900px) {
  .entry-requirements-table__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 912px;
    gap: 64px;
    padding-top: 12px;
    padding-bottom: 11px;
    text-align: left;
  }
}
.entry-requirements-table__row:nth-child(5) {
  border: none;
}

.entry-requirements-table__header,
.entry-requirements-table__data {
  text-align: left;
  vertical-align: middle;
}

.entry-requirements-table__header {
  position: relative;
  font-weight: 700;
  font-size: min(3.7333333333vw, 14px);
  padding-left: min(4.2666666667vw, 16px);
}
@media screen and (min-width: 600px) {
  .entry-requirements-table__header {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .entry-requirements-table__header {
    width: 224px;
    padding-left: 32px;
    font-size: 16px;
  }
}
.entry-requirements-table__header::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(2.1333333333vw, 8px);
  height: min(2.1333333333vw, 8px);
  background-color: #9ed0e0;
  border-radius: 50%;
}
@media screen and (min-width: 900px) {
  .entry-requirements-table__header::before {
    top: 12px;
    left: 16px;
  }
}

.entry-requirements-table__data {
  font-size: min(3.2vw, 12px);
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  .entry-requirements-table__data {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .entry-requirements-table__data {
    font-size: 16px;
    width: 100%;
  }
}
.entry-requirements-table__data li {
  position: relative;
  padding-left: 1.5em;
  line-height: min(5.0666666667vw, 19px);
}
@media screen and (min-width: 600px) {
  .entry-requirements-table__data li {
    line-height: 22px;
  }
}
@media screen and (min-width: 900px) {
  .entry-requirements-table__data li {
    line-height: 26px;
  }
}
.entry-requirements-table__data li::before {
  content: "・";
  position: absolute;
  top: 0.1em;
  left: 0.2em;
}

.entry-requirements__cover-background {
  display: block;
  margin-top: min(8vw, 30px);
}
@media screen and (min-width: 900px) {
  .entry-requirements__cover-background {
    margin-top: 120px;
    width: 100%;
  }
}
.entry-requirements__cover-background img {
  width: 100%; /* 親要素の幅に合わせる */
  height: 100%; /* 親要素の高さに合わせる */
  -o-object-fit: cover;
     object-fit: cover; /* 画像のアスペクト比を維持しつつカバーする */
}

.contact {
  padding-top: min(10.6666666667vw, 40px);
  padding-bottom: min(11.2vw, 42px);
  background-color: #ffffff;
}
@media screen and (min-width: 900px) {
  .contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.inner--narrow {
  padding-inline: 20px;
  max-width: min(160vw, 600px);
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .inner--narrow {
    max-width: 908px;
    padding-inline: 30px;
    margin-inline: auto;
  }
}

.contact--heading {
  padding-top: min(11.5546666667vw, 43.33px);
}
@media screen and (min-width: 900px) {
  .contact--heading {
    padding-top: 56px;
  }
}
.contact--heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(9.9546666667vw, 37.33px);
  height: min(9.9546666667vw, 37.33px);
  background-image: url(../img/contact-heading-iconPC.svg);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .contact--heading::before {
    width: 48px;
    height: 48px;
  }
}

.contact__text {
  padding-top: min(6.4vw, 24px);
  font-size: min(3.2vw, 12px);
  text-align: center;
}
@media screen and (min-width: 600px) {
  .contact__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .contact__text {
    padding-top: 32px;
    font-size: 16px;
  }
}

/* お問い合わせフォーム全体
/* ========================================================== */
.contact__form {
  position: relative;
  padding-top: min(5.8666666667vw, 22px);
}
@media screen and (min-width: 900px) {
  .contact__form {
    padding-top: 36px;
    padding-inline: 0;
  }
}

.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: min(6.4vw, 24px);
}
@media screen and (min-width: 900px) {
  .contact__fields {
    gap: 23px;
  }
}

.inline-block {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
}

/* フォーム内の同一の指定
/* ========================================================== */
@media screen and (min-width: 900px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}

.form-field__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(3.2vw, 12px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .form-field__heading {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

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

.form-field__tag {
  color: #ffffff;
  font-size: min(3.2vw, 12px);
  font-weight: 700;
  background-color: #ce2073;
  padding: min(1.0666666667vw, 4px) min(2.1333333333vw, 8px);
  border-radius: min(1.0666666667vw, 4px);
}

.form-field__item {
  margin-top: min(2.1333333333vw, 8px);
}
@media screen and (min-width: 900px) {
  .form-field__item {
    margin-top: 0;
    -ms-flex-preferred-size: 628px;
        flex-basis: 628px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 848px;
    margin-left: auto;
  }
}

/* フォームそれぞれの指定
/* ========================================================== */
.form-text {
  padding: min(4.2666666667vw, 16px);
  width: 100%;
  font-size: min(3.7333333333vw, 14px);
  color: #4a3636;
  background-color: #f5f5f5;
  border-radius: min(2.1333333333vw, 8px);
  border: 1px solid transparent;
}
@media screen and (min-width: 900px) {
  .form-text {
    font-size: 16px;
  }
}

.form-text:focus,
.form-textarea:focus,
.form-select:focus,
.form-checkbox__input:focus {
  background-color: #e9f6f8;
  border-color: #9ed0e0;
  outline: none;
}
.form-text.is-error,
.form-textarea.is-error,
.form-select.is-error,
.form-checkbox__input.is-error {
  border: 1px solid #ce2073; /* 赤いボーダー */
  background-color: #fff0f7; /* 背景色を薄い赤に */
}
.form-text.is-error.form-select,
.form-textarea.is-error.form-select,
.form-select.is-error.form-select,
.form-checkbox__input.is-error.form-select {
  background-image: url(../img/contact-select-miniicon.svg), linear-gradient(to left, #ce2073 min(13.8666666667vw, 52px), #fff0f7 min(13.8666666667vw, 52px));
  background-repeat: no-repeat;
}
.form-text.is-error + .form-checkbox__text::before,
.form-textarea.is-error + .form-checkbox__text::before,
.form-select.is-error + .form-checkbox__text::before,
.form-checkbox__input.is-error + .form-checkbox__text::before {
  background-color: #fff0f7;
  border-color: #ce2073;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cccccc;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cccccc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cccccc;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #cccccc;
}

input::placeholder,
textarea::placeholder {
  color: #cccccc;
}

.form-select {
  position: relative;
  padding: min(3.8666666667vw, 14.5px) min(4vw, 15px);
  width: 100%;
  height: min(14.9333333333vw, 56px);
  font-size: min(3.7333333333vw, 14px);
  color: #4a3636;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/contact-select-miniicon.svg), linear-gradient(to left, #9ed0e0 min(13.8666666667vw, 52px), #f5f5f5 min(13.8666666667vw, 52px));
  background-repeat: no-repeat, no-repeat;
  background-size: min(3.9733333333vw, 14.9px) min(2.3413333333vw, 8.78px), cover;
  background-position: center right min(4.9733333333vw, 18.65px), center center;
  border: min(0.2666666667vw, 1px) solid transparent;
  border-radius: min(2.1333333333vw, 8px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 900px) {
  .form-select {
    font-size: 16px;
  }
}

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

.form-radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-radio__input {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
}
.form-radio__input:focus + .form-radio__text::before, .form-radio__input:hover + .form-radio__text::before {
  border-color: #9ed0e0;
}
.form-radio__input:checked + .form-radio__text {
  font-weight: bold;
}
.form-radio__input:checked + .form-radio__text::after {
  opacity: 1;
}

.form-radio__text {
  padding-left: min(8.5333333333vw, 32px);
  font-size: min(3.7333333333vw, 14px);
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .form-radio__text {
    font-size: 16px;
  }
}
.form-radio__text::after, .form-radio__text::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-radio__text::before {
  left: 0;
  width: min(6.4vw, 24px);
  height: min(6.4vw, 24px);
  background-color: #f5f5f5;
  border: 1px solid transparent;
}
.form-radio__text::after {
  top: 50%;
  left: min(1.6vw, 6px);
  width: min(3.2vw, 12px);
  height: min(3.2vw, 12px);
  background-color: #9ed0e0;
  z-index: 1;
  opacity: 0;
}

.form-field--top-alignment {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-textarea {
  width: 100%;
  height: min(42.6666666667vw, 160px);
  padding: min(3.8666666667vw, 14.5px) min(4vw, 15px);
  background-color: #f5f5f5;
  color: #4a3636;
  font-size: min(3.7333333333vw, 14px);
  font-family: "Noto Sans JP", sans-serif;
  border: min(0.2666666667vw, 1px) solid transparent;
  border-radius: min(2.1333333333vw, 8px);
}
@media screen and (min-width: 900px) {
  .form-textarea {
    font-size: 16px;
  }
}

/* プライバシーやボタンの記述
/* ========================================================== */
.contact__privacy {
  display: block;
  margin-top: min(5.3333333333vw, 20px);
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact__privacy {
    margin-top: 40px;
  }
}

.form-checkbox {
  cursor: pointer;
}

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

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

.contact__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: min(6.4vw, 24px);
}
@media screen and (min-width: 900px) {
  .contact__button {
    padding-top: 40px;
  }
}

@media screen and (min-width: 900px) {
  .button--submit {
    padding: 6px 40px 6px;
    border: 2px solid #4a3636;
    -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
            box-shadow: 0px 4px 0px 0px #4a3636;
    border-radius: 40px;
    font-size: 16px;
  }
}

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

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

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

.sns-links {
  max-width: min(48.5333333333vw, 182px);
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .sns-links {
    max-width: 218px;
  }
}

.sns-links__title {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: min(5.3333333333vw, 20px);
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .sns-links__title {
    font-size: 24px;
  }
}

.sns-links__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: min(10.6666666667vw, 40px);
  margin-top: min(6.4vw, 24px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .sns-links__nav {
    gap: 45px;
  }
}

.sns-button {
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.sns-button:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8); /* 明るさを少し上げることで色を濃く見せる */
}
@media screen and (min-width: 900px) {
  .sns-button {
    width: 37px;
    height: 37px;
  }
}

.footer__decoration-english {
  max-width: min(89.3333333333vw, 335px);
  margin-top: min(3.4666666667vw, 13px);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .footer__decoration-english {
    margin-top: 45px;
    max-width: 742px;
  }
}
.footer__decoration-english img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/*footer__address-wrap
/* ========================================================== */
.footer__address-wrap {
  margin-top: min(-0.2666666667vw, -1px);
}
@media screen and (min-width: 900px) {
  .footer__address-wrap {
    margin-top: -2px;
  }
}

.address-wrap {
  background-color: #ffffff;
  border-radius: min(4.2666666667vw, 16px);
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .address-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.address-wrap__map {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 900px) {
  .address-wrap__map {
    width: 50%;
  }
}
.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: 512px;
    height: 400px;
  }
}

.address-wrap__body {
  padding: min(5.8666666667vw, 22px) min(6.9333333333vw, 26px) min(8vw, 30px) min(7.2vw, 27px);
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 900px) {
  .address-wrap__body {
    width: 512px;
    padding-block: 103px;
    padding-inline: 61.5px;
  }
}

.address-wrap__logo {
  width: min(40.8vw, 153px);
  margin-inline: auto;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .address-wrap__logo {
    width: 183px;
    margin-left: 0;
  }
}
.address-wrap__logo img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.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: min(2.1333333333vw, 8px);
  margin-top: min(8vw, 30px);
}
@media screen and (min-width: 900px) {
  .address-wrap__info {
    gap: 13px;
    margin-top: 24px;
  }
}

.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;
  gap: min(4.2666666667vw, 16px);
}
@media screen and (min-width: 900px) {
  .address-wrap__info-row {
    gap: 40px;
  }
}

.address-wrap__info-term {
  position: relative;
  padding-left: min(4.2666666667vw, 16px);
  font-size: min(3.2vw, 12px);
  font-style: normal;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  .address-wrap__info-term {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .address-wrap__info-term {
    font-size: 16px;
  }
}
.address-wrap__info-term::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: min(2.1333333333vw, 8px);
  height: min(2.1333333333vw, 8px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #9ed0e0;
  border-radius: 50%;
}

.address-wrap__info-description {
  margin-left: auto;
  font-size: min(3.2vw, 12px);
  font-style: normal;
  font-weight: 400;
  -ms-flex-preferred-size: min(167.4666666667vw, 628px);
      flex-basis: min(167.4666666667vw, 628px);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: min(53.3333333333vw, 200px);
}
@media screen and (min-width: 600px) {
  .address-wrap__info-description {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .address-wrap__info-description {
    font-size: 16px;
    white-space: nowrap;
    max-width: 269px;
  }
}

/* page-top
/* ========================================================== */
.footer__pagetop {
  margin-top: min(6.1333333333vw, 23px);
  text-align: center;
}
@media screen and (min-width: 900px) {
  .footer__pagetop {
    margin-top: 0;
    text-align: center;
    left: 0;
  }
}

.pagetop {
  width: min(20vw, 75px);
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.pagetop:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
@media screen and (min-width: 900px) {
  .pagetop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 80px;
    height: 84px;
    z-index: 20;
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .pagetop {
    width: 100px;
    height: 104px;
  }
}
.pagetop img {
  max-width: 100%;
  height: auto;
}

/* copy-right
/* ========================================================== */
.footer__bottom {
  position: relative;
  padding-top: min(12.1866666667vw, 45.7px);
  margin-top: min(6.4vw, 24px);
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .footer__bottom {
    margin-top: 200px;
    padding-top: 38px;
  }
}
.footer__bottom::before {
  content: "";
  position: absolute;
  top: min(0.2666666667vw, 1px);
  bottom: auto;
  left: 0;
  width: 100%;
  height: min(12.64vw, 47.7px);
  background-image: url(../img/SP/spots-wave-top-sp.svg);
  background-repeat: repeat-x;
  background-position: left min(-1.6vw, -6px) center;
  background-size: contain;
  background-color: transparent;
  border: none;
}
@media screen and (min-width: 900px) {
  .footer__bottom::before {
    top: -80px;
    height: 120px;
    background-image: url(../img/spots-wave-top-pc.svg);
    background-size: contain;
    background-position: left -6px center;
  }
}
@media screen and (min-width: 1200px) {
  .footer__bottom::before {
    top: -80px;
    background-position: left 0px center;
  }
}

.footer__copyright {
  display: block;
  padding-bottom: min(6.6666666667vw, 25px);
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(2.6666666667vw, 10px);
  text-align: center;
  background-color: #67b0c7;
}
@media screen and (min-width: 900px) {
  .footer__copyright {
    font-size: 14px;
    padding-bottom: 32px;
  }
}