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

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

.is-fixed {
  overflow: hidden;
}

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

@media screen and (min-width: 900px) {
  .header__inner {
    padding-inline: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 64px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}
.header__sp__item {
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .header__sp__item {
    width: auto;
  }
}

.header__logo {
  width: 210px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__logo img {
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .header__logo {
    width: 183px;
    height: 24px;
  }
}

.header__icon {
  width: 32px;
  height: 28px;
  position: relative;
}
.header__icon.is-checked .drawer-icon__bar:nth-child(1), .header__icon.is-checked .drawer-icon__bar:nth-child(3) {
  top: 9px;
}
.header__icon.is-checked .drawer-icon__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 32px;
}
.header__icon.is-checked .drawer-icon__bar:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__icon.is-checked .drawer-icon__bar:nth-child(3) {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.01s, visibility 0.01s;
  transition: opacity 0.01s, visibility 0.01s;
}
.header__icon.is-checked .drawer-icon__bar:nth-child(4) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 9px;
}
@media screen and (min-width: 900px) {
  .header__icon {
    display: none;
  }
}

.drawer-icon__bar {
  position: absolute;
  width: 32px;
  height: 3px;
  left: 0;
  background: #4a3636;
  -webkit-transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, transform 0.4s;
  transition: top 0.4s, transform 0.4s, -webkit-transform 0.4s;
  border-radius: 1.5px;
  opacity: 1;
  visibility: visible;
}
.drawer-icon__bar:nth-child(1) {
  top: 0px;
  width: 25.6px;
}
.drawer-icon__bar:nth-child(2) {
  top: 0;
  left: 27px;
  width: 4.8px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.drawer-icon__bar:nth-child(3) {
  top: 12px;
}
.drawer-icon__bar:nth-child(4) {
  top: 24px;
}

.header__nav {
  height: 707px;
  padding-top: 82px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: none;
}

.header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.header__lists a {
  text-decoration: none !important;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 6px 22px 7px 22px;
  -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: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
}
.button:hover {
  background-color: #ffee56;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.header-button {
  height: 36px;
}

.header__nav-pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .header__nav-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__lists-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-left: auto;
}

.header__list-pc {
  font-size: 12px;
  font-style: normal;
}
.header__list-pc a {
  text-decoration: none;
}

.header__button-pc {
  margin-left: 4px;
}

.header__link-button {
  text-decoration: none;
}
.header__link-button:hover {
  color: #4a3636;
}
@media screen and (min-width: 900px) {
  .header__link-button {
    height: 36px;
    padding: 4px 22px 6px 22px;
    font-weight: 700;
  }
}

a {
  text-decoration: underline;
}

a:hover {
  color: #67b0c7;
}

.main {
  overflow: hidden;
}

.fv {
  margin-top: 64px;
  height: 710px;
}

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

.fv__image {
  position: absolute;
  height: 100%;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0px 0px 24px 24px;
}
.fv__image img {
  height: 554px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .fv__image img {
    width: 100%;
    height: 740px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.fv__message {
  position: absolute;
  padding-top: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .fv__message {
    padding-top: 35px;
  }
}

.fv__title {
  text-align: center;
  font-family: "Kiwi Maru";
  text-shadow: 0px 0px 30px #fff;
  line-height: 17.5px;
}
@media screen and (min-width: 900px) {
  .fv__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 125%;
    width: 432px;
    height: 60px;
  }
}

.fv__img__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  display: flex;
  width: auto;
  -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: 12px;
}
@media screen and (min-width: 900px) {
  .fv__img__title {
    padding-top: 24px;
    gap: 16px;
    width: 520px;
  }
}

.img__title-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0.511px 0px 0.126px;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img__title-1 img {
  width: 335px;
  height: 53px;
}
@media screen and (max-width: 374px) {
  .img__title-1 img {
    width: 310px;
    height: 50px;
  }
}
@media screen and (min-width: 900px) {
  .img__title-1 img {
    height: 82px;
    width: 520px;
  }
}

.img__title-2 img {
  width: 240px;
  height: 40px;
}
@media screen and (max-width: 374px) {
  .img__title-2 img {
    width: 215px;
    height: 40px;
  }
}
@media screen and (min-width: 900px) {
  .img__title-2 img {
    width: 356px;
    height: 60px;
  }
}

.img-fukidasi {
  position: absolute;
  padding-top: 195px;
  left: 0;
}
@media screen and (min-width: 900px) {
  .img-fukidasi {
    padding-top: 277px;
    left: 37px;
  }
}
.img-fukidasi img {
  width: 142px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 900px) {
  .img-fukidasi img {
    width: 244px;
    height: 130px;
  }
}

.img-present {
  position: absolute;
  padding-top: 188px;
  right: 25px;
}
@media screen and (min-width: 900px) {
  .img-present {
    padding-top: 293px;
    right: 127px;
  }
}
.img-present img {
  width: 110px;
  height: 110px;
}
@media screen and (min-width: 900px) {
  .img-present img {
    width: 180px;
    height: 180px;
  }
}

.fv__device {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 291px;
  width: 200px;
  height: 408px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .fv__device {
    top: 309px;
    width: 250px;
    height: 510px;
  }
}

.fv__device__img img {
  width: 200px;
  height: 408px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .fv__device__img img {
    width: 250px;
    height: 510px;
  }
}

.fv__device__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  padding-bottom: 20.2px;
  -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;
  border-radius: 12.8px;
  background: #fff;
  z-index: 4;
  position: absolute;
  top: calc(50% - 3px);
  left: 50%;
  width: calc(100% - 40px);
  overflow: hidden;
  text-align: center;
  background: #fff;
  border-radius: 12.8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 900px) {
  .fv__device__message {
    width: 200px;
    height: 194px;
    gap: 15.8px;
  }
}

.device__message-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6.4px 9.6px 5.4px;
  -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%);
}

.device__message-heading {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12.8px;
  font-style: normal;
  font-weight: 700;
  padding: 0 8.9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
}
@media screen and (min-width: 900px) {
  .device__message-heading {
    padding: 1px 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
  }
}

.device__message-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  -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;
}

.sub-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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 2.4px solid #ce2073;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .sub-heading {
    font-size: 14px;
    border-bottom: 3px solid #ce2073;
  }
}

.device__message-day {
  padding-top: 5.2px;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 11.8px;
}
@media screen and (min-width: 900px) {
  .device__message-day {
    font-size: 16px;
    width: 176px;
    height: 26px;
    padding-bottom: 27px;
    margin-top: 1px;
  }
}

.device__message-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding: 2px 22px 4px 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .device__message-button {
    font-size: 16px;
    height: 40px;
    margin-top: 14px;
  }
}

.fv-food {
  position: absolute;
  top: 569px;
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .fv-food {
    top: 504px;
    left: 4px;
  }
}
.fv-food img {
  width: 90px;
  aspect-ratio: auto 424/664;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .fv-food img {
    width: 202px;
    height: 332px;
  }
}

.fv-brown {
  position: absolute;
  top: 638px;
  z-index: 3;
  right: 9px;
}
@media screen and (min-width: 900px) {
  .fv-brown {
    top: 705px;
    right: 0;
  }
}
.fv-brown img {
  width: 98px;
  height: 72px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .fv-brown img {
    width: 233px;
    height: 174px;
  }
}

.fv-black {
  position: absolute;
  top: 583px;
  z-index: 2;
  right: 0;
}
@media screen and (min-width: 900px) {
  .fv-black {
    top: 585px;
    right: 63px;
  }
}
.fv-black img {
  width: 62px;
  height: 69px;
}
@media screen and (min-width: 900px) {
  .fv-black img {
    width: 170px;
    height: 190px;
  }
}

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

.section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 15px;
  -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: 6px;
}
@media screen and (min-width: 900px) {
  .section__title {
    padding: 0 16px;
    gap: 9px;
  }
}

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

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

.section__title-ja {
  font-family: "Kiwi Maru";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  border-bottom: 6px solid #ffee56;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6px;
}
@media screen and (min-width: 900px) {
  .section__title-ja {
    font-size: 32px;
    padding-bottom: 7px;
    border-bottom: 8px solid #ffee56;
  }
}

.bg-asiato {
  position: absolute;
  top: -10px;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .bg-asiato {
    top: -130px;
    left: calc(50% + 300px);
  }
}
@media screen and (min-width: 900px) {
  .bg-asiato {
    top: -80px;
    left: calc(50% + 300px);
  }
}
@media screen and (min-width: 1200px) {
  .bg-asiato {
    top: -80px;
    left: calc(50% + 490px);
  }
}
.bg-asiato img {
  -o-object-fit: contain;
     object-fit: contain; /* 画像のアスペクト比を保ちつつ、コンテナに収まるように表示 */
  max-width: none; /* コンテナの幅いっぱいに広がるようにする */
  height: auto;
  width: 54px;
}
@media screen and (min-width: 1200px) {
  .bg-asiato img {
    width: 100px;
  }
}

.bg-slash {
  display: none;
  position: absolute;
}
@media screen and (min-width: 900px) {
  .bg-slash {
    display: block !important;
    width: 250px;
    height: 250px;
    top: -20px;
    right: calc(50% + 527px);
    width: 250px;
    overflow: hidden;
    border-radius: 24px;
  }
}
@media screen and (min-width: 900px) {
  .about__inner {
    max-width: 640px;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .about__inner {
    max-width: 908px;
  }
}

.about__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 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;
  border-radius: 24px;
  background: #fff;
}
@media screen and (min-width: 900px) {
  .about__content {
    padding: 40px 114px;
    border-radius: 40px;
    margin-top: 205px;
  }
}

.about__content::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100px;
  height: 36px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #cce1e4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .about__content::after {
    width: 140px;
    height: 50px;
  }
}

.bg-right {
  position: absolute;
  top: 274px;
  left: calc(50% + 127px);
  width: 200px;
  overflow: hidden;
  border-radius: 24px;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .bg-right {
    top: 73px;
    left: calc(50% + 360px);
    width: 480px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .bg-right {
    left: calc(50% + 560px);
  }
}

.bg-left {
  position: absolute;
  top: 395px;
  right: calc(50% + 128px);
  width: 200px;
  overflow: hidden;
  border-radius: 24px;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .bg-left {
    top: 74px;
    right: calc(50% + 360px);
    z-index: 2;
    width: 480px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .bg-left {
    right: calc(50% + 614px);
  }
}

.about__picture-left {
  position: absolute;
  left: 33px;
  top: 31px;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .about__picture-left img {
    width: 150px;
  }
}
@media screen and (min-width: 900px) {
  .about__picture-left {
    top: 41px;
    right: calc(50% + 192px);
    left: auto;
  }
}

.about__picture-right {
  position: absolute;
  right: 19px;
  top: 30px;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .about__picture-right img {
    width: 150px;
  }
}
@media screen and (min-width: 900px) {
  .about__picture-right {
    top: 46px;
    left: calc(50% + 192px);
  }
}

.about__subtitle-hidden-pc {
  text-align: center;
  font-weight: 700;
  padding-top: 24px;
}
@media screen and (min-width: 1200px) {
  .about__subtitle-hidden-pc {
    display: none;
  }
}

.about__subtitle-pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .about__subtitle-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    padding-top: 32px;
    font-weight: 700;
  }
}

.about__text_wrap {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .about__text_wrap {
    font-size: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
    line-height: 1.6;
  }
}

.about__text {
  margin-top: 1.5em;
}
@media screen and (min-width: 900px) {
  .about__text a {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .about__text {
    margin-top: 28px;
  }
}

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

.about__text__notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0px 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 2px dashed #9ed0e0;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .about__text__notice {
    padding: 12px 0px 9px;
    font-size: 20px;
    border-bottom: 2px dashed #9ed0e0;
  }
}

.about__button {
  margin-top: 23px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .about__button {
    margin-top: 32px;
    font-size: 20px;
    height: 56px;
    padding: 8px 37px 10px 37px;
    border: 3px solid;
  }
}

.sakamiti {
  position: absolute;
  bottom: -75px;
  left: 0;
}
@media screen and (min-width: 900px) {
  .sakamiti {
    bottom: -12px;
    left: -103px;
  }
}
.sakamiti img {
  -o-object-fit: contain;
     object-fit: contain; /* 画像のアスペクト比を保ちつつ、コンテナに収まるように表示 */
  height: auto;
  width: clamp(8.625rem, 2.668rem + 25.42vw, 26.688rem);
}
.about_wave {
  position: absolute;
  display: none;
  bottom: 473px;
  left: calc(50% + 448px);
  width: 874px;
}
@media screen and (min-width: 900px) {
  .about_wave {
    display: block !important;
  }
}
.about_wave img {
  max-width: 100%;
  height: auto;
}

.goods1 {
  position: absolute;
  top: 762px;
  left: calc(50% - 3px);
}
@media screen and (min-width: 900px) {
  .goods1 {
    top: 758px;
    left: calc(50% + 292px);
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .goods1 {
    top: 758px;
    left: calc(50% + 374px);
    z-index: -1;
  }
}
.goods1 img {
  max-width: none;
  width: clamp(8.313rem, 4.705rem + 15.39vw, 19.25rem);
  height: clamp(4.063rem, 2.298rem + 7.53vw, 9.413rem);
}
.goods2 {
  position: absolute;
  top: 720px;
  left: calc(50% + 118px);
}
@media screen and (min-width: 900px) {
  .goods2 {
    top: 602px;
    left: calc(50% + 379px);
  }
}
@media screen and (min-width: 1200px) {
  .goods2 {
    top: 602px;
    left: calc(50% + 505px);
  }
}
.goods2 img {
  max-width: none;
  width: clamp(3rem, 1.907rem + 4.66vw, 6.313rem);
  height: clamp(3rem, 1.927rem + 4.58vw, 6.253rem);
}
.onomichi_letter {
  position: relative;
  top: 138px;
  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;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .onomichi_letter {
    top: 167px;
  }
}
.onomichi_letter img {
  width: 358px;
  max-width: 100%;
}
@media screen and (max-width: 374px) {
  .onomichi_letter img {
    height: auto;
    width: 310px;
  }
}
@media screen and (min-width: 900px) {
  .onomichi_letter img {
    height: auto;
    width: 890.604px;
  }
}

.about__swiper {
  overflow: hidden;
  top: 136px;
}
@media screen and (min-width: 900px) {
  .about__swiper {
    top: 161px;
  }
}

.about__swiper-wrapper {
  position: relative;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  gap: 15px;
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .about__swiper-wrapper {
    gap: 20px;
  }
}

@media screen and (min-width: 900px) {
  .about__swiper-slide {
    width: 200px !important;
  }
}

.gallery-card__image {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 900px) {
  .gallery-card__image {
    width: 200px;
    height: 200px;
  }
}
.gallery-card__image img {
  border-radius: 12px;
}
@media screen and (min-width: 900px) {
  .gallery-card__image img {
    border-radius: 24px;
  }
}

.how-to {
  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;
  margin-top: 201px;
}
@media screen and (min-width: 900px) {
  .how-to {
    margin-top: 280px;
  }
}

.how-to__picture-left {
  position: absolute;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 900px) {
  .how-to__picture-left {
    top: -59px;
    left: 36px;
  }
}
.how-to__picture-left img {
  width: 149px;
  height: 223px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 374px) {
  .how-to__picture-left img {
    width: 140px;
    height: 220px;
  }
}
@media screen and (min-width: 900px) {
  .how-to__picture-left img {
    width: 460px;
    height: 689px;
  }
}

.how-to__picture-rightcat10 {
  position: absolute;
  right: clamp(1.5rem, -2.767rem + 18.21vw, 14.438rem);
  top: 0px;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .how-to__picture-rightcat10 {
    top: -25px;
  }
}
.how-to__picture-rightcat10 img {
  width: clamp(6.563rem, 3.821rem + 11.7vw, 14.875rem);
  height: clamp(3.938rem, 2.33rem + 6.86vw, 8.813rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 374px) {
  .how-to__picture-rightcat10 img {
    width: 90px;
    height: 60px;
  }
}

.how-to__picture-rightcat11 {
  position: absolute;
  right: clamp(-1.938rem, -4.741rem + 11.96vw, 6.563rem);
  top: 5px;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .how-to__picture-rightcat11 {
    top: -15px;
  }
}
.how-to__picture-rightcat11 img {
  width: clamp(5.875rem, 3.401rem + 10.55vw, 13.375rem);
  height: clamp(5rem, 2.918rem + 8.88vw, 11.313rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 374px) {
  .how-to__picture-rightcat11 img {
    width: 90px;
    height: 70px;
  }
}

.how-to__picture-pawpads {
  position: absolute;
  top: 74px;
  right: 20px;
}
@media screen and (min-width: 900px) {
  .how-to__picture-pawpads {
    top: 120px;
    right: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to__picture-pawpads {
    top: 149px;
    right: 36px;
  }
}
.how-to__picture-pawpads img {
  width: 55px;
  height: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .how-to__picture-pawpads img {
    width: 70px;
    height: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to__picture-pawpads img {
    width: 100px;
    height: 220px;
  }
}

.how-to__picture-pawpads2 {
  position: absolute;
  top: 550px;
  left: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 900px) {
  .how-to__picture-pawpads2 {
    top: 632px;
    left: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to__picture-pawpads2 {
    top: 581px;
    left: 36px;
  }
}
.how-to__picture-pawpads2 img {
  width: 55px;
  height: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .how-to__picture-pawpads2 img {
    width: 70px;
    height: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to__picture-pawpads2 img {
    width: 100px;
    height: 220px;
  }
}

.how-to__picture-pawpads3 {
  position: absolute;
  top: 880px;
  right: 20px;
}
@media screen and (min-width: 900px) {
  .how-to__picture-pawpads3 {
    display: none;
  }
}
.how-to__picture-pawpads3 img {
  width: 55px;
  height: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.step__contents {
  margin-top: 31px;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .step__contents {
    padding-top: 8px;
  }
}

@media screen and (min-width: 900px) {
  .hou-to__steps {
    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;
    gap: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hou-to__steps {
    gap: 32px;
  }
}

.how-to__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 16px;
  -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: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (min-width: 900px) {
  .how-to__step1 {
    position: relative;
    margin-top: -1px;
  }
}

@media screen and (min-width: 900px) {
  .how-to__step-img img {
    width: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to__step-img img {
    width: 280px;
  }
}
.step__title {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  width: 320px;
}
@media screen and (min-width: 900px) {
  .step__title {
    font-size: 18px;
    margin-top: 9px;
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .step__title {
    font-size: 20px;
    margin-top: 9px;
    width: 320px;
  }
}

.step__text {
  font-size: 12px;
  text-align: center;
  line-height: 1.59;
}
@media screen and (min-width: 900px) {
  .step__text {
    font-size: 14px;
    font-weight: 400;
  }
}
@media screen and (min-width: 1200px) {
  .step__text {
    font-size: 16px;
    font-weight: 400;
  }
}

.text__link {
  text-decoration-color: #4a3636;
  text-underline-offset: 2px; /* 下線の位置を基準線から2px上に調整 */
}

.text__weight {
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 900px) {
  .text__weight {
    font-size: 16px;
  }
}

.step1__button {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 700;
  width: 226px;
  height: 38px;
}
@media screen and (min-width: 900px) {
  .step1__button {
    margin-top: 2px;
    font-size: 16px;
    width: 254px;
    height: 42px;
  }
}
.step1__button img {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 900px) {
  .step1__button img {
    width: 24px;
    height: 24px;
  }
}

.how-to__step2 {
  margin-top: 31px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .how-to__step2 {
    margin-top: 67px;
  }
}

.how-to__step2::after {
  top: -33px;
  position: absolute;
  width: 7px;
  height: 34px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  background-image: url(../img/SP_after.svg);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .how-to__step2::after {
    top: 95px;
    right: 255px;
    background-image: url(../img/pc/img_step_line_pc.png);
    width: 113px;
    height: 23.596px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to__step2::after {
    top: 139px;
    right: 304px;
    width: 113px;
    height: 23.596px;
  }
}

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

.how-to__step3::after {
  top: -33px;
  position: absolute;
  width: 7px;
  height: 34px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  background-image: url(../img/SP_after.svg);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 5;
}
@media screen and (min-width: 900px) {
  .how-to__step3::after {
    top: 155px;
    right: 253px;
    background-image: url(../img/pc/img_step_line_pc.png);
    width: 113px;
    height: 23.596px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to__step3::after {
    top: 206px;
    right: 296px;
  }
}

.how-to__button {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .how-to__button {
    margin-top: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.step3__button {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  width: auto;
  -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 (max-width: 374px) {
  .step3__button {
    font-size: 15px;
  }
}
@media screen and (min-width: 900px) {
  .step3__button {
    font-size: 20px;
    height: 56px;
    padding: 9px 39px 11px 37px;
    border-radius: 40px;
    border: 3px solid #4a3636;
    -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
            box-shadow: 0px 4px 0px 0px #4a3636;
  }
}

.prizes {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 36px;
}
@media screen and (min-width: 900px) {
  .prizes {
    margin-top: 142px;
  }
}

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

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

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

.prizes__content {
  position: relative;
  border-radius: 24px;
  padding-top: 20.3px;
  padding-right: 20px;
  padding-bottom: 35px;
  padding-left: 20px;
  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;
  width: auto;
  z-index: 2;
  border-radius: 24px;
  overflow: hidden; /* コンテンツが角を越えないようにするために必要 */
}
@media screen and (min-width: 900px) {
  .prizes__content {
    padding-top: 27.3px;
    width: 1024px;
  }
}

.prizes__content::before {
  left: 50%;
  -webkit-transform: translateX(-48%);
          transform: translateX(-48%);
  z-index: -1;
  position: absolute;
  content: "";
  background-image: url(../img/prizes_SP.svg);
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  width: 238px;
  height: 83px;
}
@media screen and (min-width: 900px) {
  .prizes__content::before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(../img/pc/prizes_pc.png);
    background-repeat: no-repeat;
    width: 378px;
    height: 150px;
    background-color: transparent;
    background-size: cover;
  }
}

.prizes__content::after {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: calc(100% - 83px);
  border-radius: 24px;
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .prizes__content::after {
    width: 550px;
    height: calc(100% - 83px);
  }
}
@media screen and (min-width: 900px) {
  .prizes__content::after {
    width: 890px;
    height: calc(100% - 149px);
  }
}
@media screen and (min-width: 1200px) {
  .prizes__content::after {
    width: 1024px;
    height: calc(100% - 149px);
  }
}

.prizes__sub-title {
  width: 335px;
  padding-top: 9px;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 374px) {
  .prizes__sub-title {
    font-size: 11px;
    width: 315px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__sub-title {
    padding-top: 32px;
    width: 858px;
    font-size: 16px;
  }
}

.prizes__cards {
  padding-top: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 335px;
  height: 684px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 8px;
}
@media screen and (max-width: 374px) {
  .prizes__cards {
    max-width: 320px;
    gap: 0;
  }
}
@media screen and (min-width: 600px) {
  .prizes__cards {
    max-width: 365px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__cards {
    padding-top: 80px;
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 517px;
    grid-column-gap: 8px;
    width: 100%;
    height: 910px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__cards {
    padding-top: 80px;
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 517px;
    grid-column-gap: 36px;
    width: 100%;
    height: 910px;
  }
}

.prizes__card {
  position: relative;
  border-radius: 8px;
  width: 160px;
  height: 196px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  margin-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .prizes__card {
    display: grid;
    width: auto;
    height: auto;
    border-radius: 24px;
  }
}

@media screen and (min-width: 900px) {
  .js-prizes-card-modal1 {
    grid-area: 1/1/2/4;
  }
}

@media screen and (min-width: 900px) {
  .js-prizes-card-modal2 {
    grid-area: 1/4/2/7;
  }
}

@media screen and (min-width: 900px) {
  .js-prizes-card-modal3 {
    grid-area: 2/1/3/3;
    width: 280px;
    height: 360px;
  }
}

@media screen and (min-width: 900px) {
  .js-prizes-card-modal4 {
    grid-area: 2/3/3/5;
    width: 280px;
    height: 360px;
  }
}

@media screen and (min-width: 900px) {
  .js-prizes-card-modal5 {
    grid-area: 2/5/3/7;
    width: 280px;
    height: 360px;
  }
}

.prizes__card-number {
  position: absolute;
  z-index: 2;
  height: auto;
  top: -24px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .prizes__card-number {
    top: -49px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__card-number-min {
    top: -40px;
  }
}

.prizes__card_inner {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 900px) {
  .prizes__card_inner:hover {
    border: 4px solid;
    border-radius: 24px;
    border-color: #9ed0e0;
  }
}
@media screen and (min-width: 900px) {
  .prizes__card_inner {
    overflow: hidden;
    border-radius: 24px;
  }
}

.prizes__card_img {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top-right-radius: 8px; /* 右上を10pxの半径で丸くする */
  border-top-left-radius: 8px; /* 左上を10pxの半径で丸くする */
}
@media screen and (max-width: 374px) {
  .prizes__card_img {
    width: 155px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__card_img {
    width: auto;
    height: auto;
  }
}

.card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 8px; /* 右上を10pxの半径で丸くする */
  border-top-left-radius: 8px;
}
@media screen and (min-width: 900px) {
  .card_img img {
    width: 440px;
    height: 340px;
    border-top-right-radius: 24px; /* 右上を10pxの半径で丸くする */
    border-top-left-radius: 24px;
  }
}
@media screen and (min-width: 900px) {
  .card_img:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); /* ホバー時に画像を1.2倍に拡大 */
  }
}

@media screen and (min-width: 900px) {
  .card_img-min img {
    width: auto;
    height: auto;
    border-top-right-radius: 14px; /* 右上を10pxの半径で丸くする */
    border-top-left-radius: 14px;
  }
}
@media screen and (min-width: 900px) {
  .card_img-min:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); /* ホバー時に画像を1.2倍に拡大 */
  }
}

.prizes_card_head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #f5f5f5;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (min-width: 900px) {
  .prizes_card_head {
    min-height: 120px;
    padding: 32px 0px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}

@media screen and (min-width: 900px) {
  .prizes_card_head-min {
    min-height: 80px;
    padding: 27px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
  }
}

.prizes__card_title {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  background-color: #f5f5f5;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (min-width: 900px) {
  .prizes__card_title {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    font-size: 20px;
  }
}

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

.prizes__card_zoomicon {
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-right-radius: 8px;
}
@media screen and (min-width: 900px) {
  .prizes__card_zoomicon {
    border-bottom-right-radius: 24px;
    right: -1px;
    bottom: -1px;
  }
}
.prizes__card_zoomicon:hover {
  background-image: url("./img/Group69.png");
}
.prizes__card_zoomicon img {
  border-bottom-right-radius: 8px;
  width: 36px;
  height: 36px;
}
.prizes__card_zoomicon img:hover {
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .prizes__card_zoomicon img {
    border-bottom-right-radius: 24px;
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__card_zoomicon-min img {
    right: -1px;
    bottom: -1px;
    width: 64px;
    height: 64px;
  }
}

.modal__prizes__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.prizes-modal {
  overflow: hidden;
  z-index: -1;
  overscroll-behavior-y: none;
  width: 336px;
  height: 480px;
  border-radius: 24px;
  padding: 0;
  -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;
  text-align: center;
  border: none;
}
@media screen and (min-width: 900px) {
  .prizes-modal {
    width: 480px;
    height: 650px;
  }
}

.modal__prizes_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 56px;
  -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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background: #fff;
}
@media screen and (min-width: 900px) {
  .modal__prizes_inner {
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 106px;
  }
}

.modal__prizes_img {
  top: -20px;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  width: 100%;
  height: 210px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: block;
}
@media screen and (min-width: 900px) {
  .modal__prizes_img {
    height: 300px;
  }
}
.modal__prizes_img img {
  width: 100%;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}

.modal__prizes__title {
  padding-top: 39px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .modal__prizes__title {
    font-size: 20px;
  }
}

.modal__prizes__text {
  padding-top: 12px;
  color: #000;
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .modal__prizes__text {
    font-size: 16px;
  }
}

.modal__prizes__button {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  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) {
  .modal__prizes__button {
    margin-top: 24px;
  }
}

.prizes__button {
  margin-top: 48px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 374px) {
  .prizes__button {
    font-size: 15px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__button {
    padding-top: 23px;
    padding-bottom: 17px;
  }
}

@media screen and (min-width: 900px) {
  .prizes-button {
    font-size: 20px;
    height: 56px;
    padding: 8px 37px 10px 37px;
    border-width: 3px;
  }
}

.prizes__bg {
  margin-top: -44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 580px;
}
@media screen and (min-width: 900px) {
  .prizes__bg {
    margin-top: 0;
  }
}
.prizes__bg img {
  max-width: 100%;
  vertical-align: middle;
}

.spots {
  position: relative;
  padding-bottom: 44.7px;
  margin-top: -32px;
}
@media screen and (min-width: 900px) {
  .spots {
    padding-bottom: 0;
  }
}

.spots::before {
  position: absolute;
  content: "";
  background-image: url(../img/img_bg_wave.svg);
  background-repeat: repeat-x;
  top: -44.714px;
  z-index: 2;
  width: 100%;
  height: 45.714px;
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .spots::before {
    background-image: url(../img/pc/img_bg_wave-pc.svg);
    height: 120px;
    top: -120px;
  }
}

.spots::after {
  position: absolute;
  content: "";
  background-image: url(../img/img_bg_wave.svg);
  background-repeat: repeat-x;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1); /* 上下反転 */
  background-size: contain;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 44.714px;
}
@media screen and (min-width: 900px) {
  .spots::after {
    background-image: url(../img/pc/img_bg_wave-pc.svg);
    height: 120px;
    bottom: -60px;
  }
}

.spots__inner {
  padding: 0;
  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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: #67b0c7;
}
@media screen and (min-width: 900px) {
  .spots__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.spots__top {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .spots__top {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .spots__top {
    width: 100%;
    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__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  -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__title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    width: 56px;
    gap: 16px;
    padding-bottom: 70px;
  }
}

.spots-title {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-family: "Kiwi Maru";
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25; /* 35px */
}
@media screen and (min-width: 900px) {
  .spots-title {
    font-size: 40px;
    letter-spacing: 0.25em;
  }
}

.spots__title-icon img {
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 900px) {
  .spots__title-icon img {
    width: 56px;
    height: 56px;
  }
}

.spots__swiper {
  width: 100%; /* レスポンシブデザインに対応 */
  max-width: 100%; /* 適切な幅を設定 */
  height: 402px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border-radius: 12px;
}
@media screen and (min-width: 600px) {
  .spots__swiper {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: 402.15px;
    border-radius: 24px;
    gap: 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .spots__swiper {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-radius: 24px;
    gap: 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
}

.swiper-slide {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .swiper-slide {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 900px) {
  .swiper-slide {
    width: 344px;
  }
}

.spots__swiper-slide {
  gap: 16px;
  width: 100%;
  height: 402.15px;
  padding-bottom: 31.159px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 12px;
  background: #fff;
  border: none;
}
@media screen and (min-width: 600px) {
  .spots__swiper-slide {
    width: 100%;
    height: 402.15px;
    padding-bottom: 40px;
    border-radius: 24px;
  }
}
@media screen and (min-width: 900px) {
  .spots__swiper-slide {
    gap: 24px;
    width: 344px;
    height: 542px;
    padding-bottom: 40px;
    border-radius: 24px;
  }
}

.spots__swiper__picture {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  width: 100%;
  height: 180px;
  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: 600px) {
  .spots__swiper__picture {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    width: 100%;
    gap: 24px;
  }
}
@media screen and (min-width: 900px) {
  .spots__swiper__picture {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    width: 344px;
    height: 240px;
    gap: 24px;
  }
}
.spots__swiper__picture img {
  width: 100%;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  height: 180px;
}
@media screen and (min-width: 600px) {
  .spots__swiper__picture img {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    height: 180px;
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .spots__swiper__picture img {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    height: 100%;
  }
}

.spots__swiper-inner {
  margin: 0px 24px;
}
@media screen and (min-width: 900px) {
  .spots__swiper-inner {
    margin: 0 0;
  }
}

.spots__swiper__title {
  text-align: center;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .spots__swiper__title {
    font-size: 20px;
  }
}

.spots__swiper__text {
  padding-top: 16px;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .spots__swiper__text {
    padding-top: 24px;
    font-size: 16px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}
@media screen and (min-width: 900px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none; /* 矢印を非表示にする */
}

@media screen and (min-width: 900px) {
  .swiper-button-prev {
    background: url(../img/pc/spots_next_L.png) no-repeat center center/contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 98px;
    left: clamp(20.25rem, -38.447rem + 62.11vw, 35.313rem);
  }
}

@media screen and (min-width: 900px) {
  .swiper-button-next {
    background: url(../img/pc/spots_next_R.png) no-repeat center center/contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: 244px;
    margin-top: 98px;
  }
}

.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .spots__bottom {
    gap: clamp(0rem, -7.445rem + 13.24vw, 5.063rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 63px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.spots__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(15.938rem, 10.99rem + 21.11vw, 30.938rem);
}
@media screen and (min-width: 900px) {
  .spots__image {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.spots__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .spots__bottom__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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 24px;
  }
}

.spots__sub-title {
  margin-top: 16px;
  color: #fff;
  text-align: center;
  font-size: clamp(0.715rem, 0.621rem + 0.4vw, 1rem);
}
@media screen and (max-width: 374px) {
  .spots__sub-title {
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) {
  .spots__sub-title {
    margin-top: 0;
  }
}

.spots__button {
  margin-top: 24px;
  margin-bottom: 20.84px;
  font-size: clamp(1rem, 0.918rem + 0.35vw, 1.25rem);
  font-weight: 700;
  height: clamp(2.5rem, 2.17rem + 1.41vw, 3.5rem);
}
@media screen and (max-width: 374px) {
  .spots__button {
    font-size: 15px;
    padding: 6px 3px 7px 3px;
  }
}
@media screen and (min-width: 900px) {
  .spots__button {
    margin-top: 0;
    margin-bottom: 0;
    border: 3px solid;
  }
}
@media screen and (min-width: 1200px) {
  .spots__button {
    padding: 9px 37px 10px 37px;
    border-radius: 40px;
  }
}

.spots__picture-pawpads {
  display: none;
}
@media screen and (min-width: 900px) {
  .spots__picture-pawpads {
    display: block;
    width: 100px;
    height: 220px;
    position: absolute;
    left: 36px;
    bottom: 60px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (min-width: 900px) {
  .spots__picture-pawpads img {
    width: 100px;
    height: 220px;
  }
}

.section__QA {
  margin-top: 39px;
}
@media screen and (min-width: 900px) {
  .section__QA {
    margin-top: 180px;
    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;
  }
}

.QA__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* justify-content: center; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.qa-box2 {
  margin-top: 11px;
}
@media screen and (min-width: 900px) {
  .qa-box2 {
    margin-top: 24px;
  }
}

.qa-box3 {
  margin-top: 10px;
}
@media screen and (min-width: 900px) {
  .qa-box3 {
    margin-top: 24px;
  }
}

.qa-box4 {
  margin-top: 10px;
}
@media screen and (min-width: 900px) {
  .qa-box4 {
    margin-top: 24px;
  }
}

.qa-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 335px;
  -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: 12px;
  border: 2px solid #4a3636;
  background: #fff;
}
@media screen and (max-width: 374px) {
  .qa-box {
    width: 315px;
  }
}
@media screen and (min-width: 600px) {
  .qa-box {
    width: 550px;
    padding: 0px 24px;
    border-radius: 16px;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
@media screen and (min-width: 900px) {
  .qa-box {
    width: 880px;
  }
}
@media screen and (min-width: 1200px) {
  .qa-box {
    width: 1024px;
  }
}
.qa-box.is-open .qa-box__head::after {
  background: url(../img/QA_-icon.svg) no-repeat center center/contain;
}
.qa-box.is-open .qa-box__body {
  display: block;
}

.qa-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 11px 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  height: 66px;
}
@media screen and (min-width: 900px) {
  .qa-box__head {
    gap: 16px;
    height: 88px;
    width: 941px;
    padding: 0;
    padding-left: 16px;
  }
}
.qa-box__head::after {
  top: 19px;
  content: "";
  position: absolute;
  right: -22px;
  width: 26.182px;
  height: 26.182px;
  background: url(../img/QA_+icon.svg) no-repeat center center/contain;
}
@media screen and (min-width: 600px) {
  .qa-box__head::after {
    right: -12px;
  }
}
@media screen and (min-width: 900px) {
  .qa-box__head::after {
    width: 50px;
    height: 50px;
    right: 105px;
  }
}
@media screen and (min-width: 1200px) {
  .qa-box__head::after {
    right: -36px;
  }
}

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

.qa-box__head-text {
  font-weight: 700;
  width: 233px;
  text-align: left; /* テキストを左詰めにする */
}
@media screen and (min-width: 600px) {
  .qa-box__head-text {
    width: 465px;
  }
}
@media screen and (min-width: 900px) {
  .qa-box__head-text {
    font-size: 20px;
    width: 871px;
  }
}

.qa-box__body {
  height: auto;
  display: none;
  width: inherit;
}
@media screen and (min-width: 600px) {
  .qa-box__body {
    margin-left: -26px;
  }
}

.qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: #f5f5f5;
  height: auto;
  width: inherit;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-left: 2px solid #4a3636;
  border-right: 2px solid #4a3636;
}
@media screen and (min-width: 900px) {
  .qa-box__a {
    padding: 24px;
  }
}

.qa-box__a-icon {
  color: #9ed0e0;
  font-family: "Josefin Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25; /* 30px */
  margin-left: -1px;
}
@media screen and (min-width: 900px) {
  .qa-box__a-icon {
    font-size: 32px;
    margin-left: -2px;
    margin-top: 3px;
  }
}

.qa-box__a-text {
  width: 270px;
  margin-top: 0.05em;
}
@media screen and (min-width: 900px) {
  .qa-box__a-text {
    width: 937px;
    font-size: 16px;
    margin-top: 0.14em;
  }
}

.section__entry {
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .section__entry {
    margin-top: 120px;
  }
}

.entry__inner {
  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;
}
.entry__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 335px;
  padding: 13px 0px;
  padding-bottom: 16px;
  -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;
  border: 8px solid #fff;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 374px) {
  .entry__content {
    width: 315px;
  }
}
@media screen and (min-width: 600px) {
  .entry__content {
    width: 550px;
    padding: 30px 56px;
    gap: 40px;
  }
}
@media screen and (min-width: 900px) {
  .entry__content {
    width: 870px;
    padding: 30px 56px;
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .entry__content {
    width: 1024px;
  }
}

.entry__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  text-align: left;
}

@media screen and (min-width: 900px) {
  .entry__td1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.entry__td2,
.entry__td3,
.entry__td4,
.entry__td5 {
  padding-top: 12px;
}

@media screen and (min-width: 900px) {
  .entry__td2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 900px) {
  .entry__td3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 121px;
  }
}

@media screen and (min-width: 900px) {
  .entry__td4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 34px;
    padding-top: 13px;
  }
}

@media screen and (min-width: 900px) {
  .entry__td5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    padding-top: 14px;
  }
}

.entry__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 288px;
  padding-bottom: 14px;
  -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: 600px) {
  .entry__tr {
    width: 480px;
    padding-bottom: 9px;
  }
}
@media screen and (min-width: 900px) {
  .entry__tr {
    width: 850px;
    padding-bottom: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .entry__tr {
    width: 912px;
  }
}

.entry__tr:last-child {
  border-bottom: none; /* ボーダーを消す */
}

.entry__tr-title {
  padding-left: 16px;
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .entry__tr-title {
    padding-left: 32px;
    font-size: 16px;
    width: 240px;
  }
}
.entry__tr-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #9ed0e0;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .entry__tr-title::before {
    left: 16px;
    top: 13px;
  }
}
@media screen and (min-width: 900px) {
  .entry__tr-title {
    padding-left: 32px;
    font-size: 16px;
  }
}

.entry__tr-text {
  padding-top: 8px;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .entry__tr-text {
    font-size: 16px;
    padding-top: 2px;
  }
}

.entry__lists {
  padding-top: 8px;
  line-height: 19px;
}
@media screen and (min-width: 900px) {
  .entry__lists {
    width: 595px;
    padding-top: 0px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .entry__lists {
    width: 667px;
  }
}

.entry__list {
  position: relative;
  padding-left: 18px;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .entry__list {
    font-size: 16px;
  }
}
.entry__list::before {
  position: absolute;
  top: 0.8em;
  left: 0.6em;
  width: 3.5px;
  height: 3.5px;
  content: "";
  background-color: black;
  border-radius: 50%;
}
@media screen and (min-width: 900px) {
  .entry__list::before {
    top: 0.8em;
    left: 0.3em;
    width: 4px;
    height: 4px;
  }
}

.underline {
  text-decoration: underline; /* アンダーラインを入れる */
}

.entry__bg {
  width: 375px;
  height: 99px;
}
.entry__bg img {
  width: 100%;
  padding-top: 32px;
}
@media screen and (min-width: 900px) {
  .entry__bg img {
    padding-top: 124px;
  }
}

.section__contact {
  background: #fff;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 44px;
}
@media screen and (min-width: 900px) {
  .section__contact {
    padding-top: 119px;
    padding-bottom: 120px;
  }
}

.contact__sub-title {
  padding-top: 17px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .contact__sub-title {
    font-size: 1.14em;
    padding-top: 24px;
  }
}

.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .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;
    max-width: 848px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 15px;
  }
}

.contact__field {
  padding-top: 24px;
}
@media screen and (min-width: 900px) {
  .contact__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 112px;
  }
}

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    min-width: 848px;
  }
}

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

@media screen and (min-width: 900px) {
  .form-field__head-nopadding {
    padding-top: 2px;
    padding-bottom: 0;
    width: 180px;
  }
}

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

.form-field__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: #ce2073;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.form-field__item [type=text],
.form-field__item [type=email] {
  width: 335px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 8px;
  background: #f5f5f5;
  border: none;
  color: #ccc;
}
.form-field__item [type=text]:focus,
.form-field__item [type=email]:focus {
  background: #e9f6f8;
  color: #000;
  border: 1px solid #9ed0e0;
  outline: none;
}
.form-field__item [type=text].error,
.form-field__item [type=email].error {
  background: #fff0f7;
  color: #000;
  border: 1px solid #ce2073;
}
@media screen and (max-width: 374px) {
  .form-field__item [type=text],
  .form-field__item [type=email] {
    width: 315px;
    height: 56px;
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .form-field__item [type=text],
  .form-field__item [type=email] {
    width: 500px;
    height: 56px;
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .form-field__item [type=text],
  .form-field__item [type=email] {
    width: 628px;
    height: 56px;
    font-size: 16px;
  }
}
.form-field__item select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 335px;
  height: 56px;
  padding: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  background-color: #f5f5f5;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/select_icon.svg) no-repeat center right 0/52px 55px;
}
.form-field__item select:focus {
  background: #e9f6f8;
  color: #000;
  border: 1px solid #9ed0e0;
  outline: none;
}
.form-field__item select.error {
  background: #fff0f7;
  color: #000;
  border: 1px solid #ce2073;
}
@media screen and (max-width: 374px) {
  .form-field__item select {
    width: 315px;
    height: 56px;
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .form-field__item select {
    width: 500px;
    height: 56px;
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .form-field__item select {
    width: 628px;
    height: 56px;
    font-size: 16px;
  }
}
.form-field__item [type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-field__item [type=radio]:checked + .form-field__radio-text::after {
  opacity: 1;
}
.form-field__item [type=radio]:focus {
  background: #e9f6f8;
  color: #000;
  border: 1px solid #9ed0e0;
  outline: none;
}
.form-field__item [type=radio].error {
  background: #fff0f7;
  color: #000;
  border: 1px solid #ce2073;
}
.form-field__item textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 335px;
  height: 160px;
  padding: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  background: #f5f5f5;
  border: none;
  color: #ccc;
}
@media screen and (max-width: 374px) {
  .form-field__item textarea {
    width: 315px;
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .form-field__item textarea {
    width: 500px;
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .form-field__item textarea {
    width: 628px;
    font-size: 16px;
  }
}
.form-field__item textarea:focus {
  background: #e9f6f8;
  color: #000;
  border: 1px solid #9ed0e0;
  outline: none;
}
.form-field__item textarea.error {
  background: #fff0f7;
  color: #000;
  border: 1px solid #ce2073;
}

.form-field__item input[type=text],
.form-field__item input[type=email],
.form-field__item select,
.form-field__item textarea {
  color: #4a3636; /* 文字色を黒に設定 */
}

.form-field__item select {
  background-color: #f5f5f5; /* 背景色を指定 */
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (min-width: 900px) {
  .form-field__radios {
    padding-top: 15px;
    padding-left: 2px;
  }
}

.form-field__radio {
  gap: 8px;
}
.form-field__radio:focus {
  background: #e9f6f8;
  color: #000;
  border: 1px solid #9ed0e0;
  outline: none;
}
.form-field__radio.error {
  background: #fff0f7;
  color: #000;
  border: 1px solid #ce2073;
}

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

.contact__privacy {
  margin-top: 24px;
  margin-left: 36px;
}
@media screen and (max-width: 374px) {
  .contact__privacy {
    font-size: 13px;
  }
}
@media screen and (min-width: 900px) {
  .contact__privacy {
    margin-top: 43px;
    margin-left: 35px;
  }
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}

.form-checkbox__text {
  position: relative;
}
@media screen and (min-width: 900px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}
.form-checkbox__text::before, .form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -40px;
  margin-left: -36px;
}
.form-checkbox__text::before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #f5f5f5;
}
.form-checkbox__text::after {
  width: 14px;
  height: 9px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  stroke-width: 2px;
  background: url(../img/check_icon.png) no-repeat center center/contain;
  left: 5px;
  opacity: 0;
}
.form-checkbox__text a {
  text-decoration-line: underline;
}

.contact__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .contact__button {
    margin-top: 40px;
  }
}

@media screen and (min-width: 900px) {
  .contact-button {
    padding-right: 38px;
    padding-left: 38px;
    width: 240px;
  }
}

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

@media screen and (min-width: 900px) {
  .followus__inner {
    position: relative;
  }
}

.followus__picture-pawpads {
  display: none;
}
@media screen and (min-width: 900px) {
  .followus__picture-pawpads {
    display: block;
    width: 70px;
    height: 270px;
    position: absolute;
    right: 80px;
    top: -70px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (min-width: 1200px) {
  .followus__picture-pawpads {
    width: 100px;
    height: 220px;
    top: -30px;
  }
}
.followus__picture-pawpads img {
  width: 100%;
  height: 100%;
}

.followus__content {
  padding-top: 9px;
}
@media screen and (min-width: 900px) {
  .followus__content {
    padding-top: 7px;
  }
}

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

.followus__icons {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 43px;
}
@media screen and (min-width: 900px) {
  .followus__icons {
    gap: 45px;
  }
}

.section__icon1 img,
.section__icon2 img,
.section__icon3 img {
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 29px;
  height: 29px;
}
@media screen and (min-width: 900px) {
  .section__icon1 img,
  .section__icon2 img,
  .section__icon3 img {
    width: 35px;
    height: 35px;
  }
}

.followus__onomichi {
  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: 15px;
}
@media screen and (min-width: 900px) {
  .followus__onomichi {
    margin-top: 21px;
  }
}
.followus__onomichi img {
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 900px) {
  .followus__onomichi img {
    width: 742px;
    height: 125px;
  }
}

@media screen and (min-width: 900px) {
  .followus__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -24px;
  }
}

#iframe-container {
  width: 100%;
  height: 400px; /* 任意の高さを指定 */
}

#iframe-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.map-container {
  overflow: hidden;
  width: 100%;
  height: 271px;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
@media screen and (min-width: 900px) {
  .map-container {
    width: 512px;
    height: 400px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 16px;
  }
}

.followus__info {
  padding: 22px 24px 24px 24px;
  padding-bottom: 38px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .followus__info {
    padding-bottom: 58px;
  }
}
@media screen and (min-width: 900px) {
  .followus__info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 512px;
    height: 400px;
    padding: 105px 60px 106px 60px;
    padding-bottom: 0;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 0px;
  }
}

.followus__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .followus__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.followus__head img {
  width: 153px;
  height: 20px;
}
@media screen and (min-width: 900px) {
  .followus__head img {
    width: 183px;
    height: 24px;
  }
}

tbody.followus__info-table {
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  tbody.followus__info-table {
    gap: 13px;
  }
}

.followus__info-table {
  padding-top: 29px;
  padding-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 118px;
}
@media screen and (max-width: 374px) {
  .followus__info-table {
    padding-left: 40px;
  }
}
@media screen and (min-width: 900px) {
  .followus__info-table {
    padding-top: 23px;
    padding-left: 15px;
    height: 0;
  }
}

.followus__info__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.followus__info__td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 900px) {
  .followus__info__td {
    width: auto;
    gap: 40px;
  }
}

.followus__info-title {
  position: relative;
  font-size: clamp(0.75rem, 0.668rem + 0.35vw, 1rem);
  font-weight: 700;
}
.followus__info-title::before {
  position: absolute;
  top: 50%;
  left: -16px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #9ed0e0;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 900px) {
  .followus__info-title {
    font-weight: 700;
    width: 64px;
  }
}

.followus__info-text {
  font-size: clamp(0.75rem, 0.668rem + 0.35vw, 1rem);
  font-weight: 400;
}
.followus__info-text-1 {
  padding-left: 28px;
}
@media screen and (min-width: 900px) {
  .followus__info-text-1 {
    padding-left: 0;
  }
}

.followus__info-text-2 {
  padding-left: 40px;
}
@media screen and (min-width: 900px) {
  .followus__info-text-2 {
    padding-left: 0;
  }
}

.followus__info-text-3 {
  padding-left: 16px;
}
@media screen and (min-width: 900px) {
  .followus__info-text-3 {
    padding-left: 0;
  }
}

.followus__info-text-4 {
  padding-left: 16px;
}
@media screen and (min-width: 900px) {
  .followus__info-text-4 {
    padding-left: 0;
  }
}

.pagetop_wrap {
  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;
  padding-bottom: 44px;
  padding-top: 23px;
  margin-left: auto;
  margin-right: auto;
}

.pagetop {
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .pagetop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    visibility: hidden; /* 初期状態では非表示にする */
    opacity: 0; /* 初期状態では透明にする */
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; /* アニメーションを設定 */
  }
}
.pagetop img {
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 900px) {
  .pagetop img {
    width: 100px;
    height: 104px;
  }
}
@media screen and (min-width: 900px) {
  .pagetop.show {
    visibility: visible; /* 表示時に可視化 */
    opacity: 1; /* 表示時に不透明にする */
  }
}

.footer {
  padding-top: 19px;
  margin-bottom: 17px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -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: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: #67b0c7;
}
@media screen and (min-width: 900px) {
  .footer {
    margin-top: 173px;
    padding-bottom: 32px;
    padding-top: 0;
  }
}
.footer::after {
  margin-top: 24px;
  position: absolute;
  content: "";
  background-image: url(../img/img_bg_wave.svg);
  background-repeat: repeat-x;
  top: -45.714px;
  z-index: 2;
  width: 100%;
  height: 45.714px;
  -o-object-fit: contain;
     object-fit: contain;
  left: 0;
  background-position: left -3px center;
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .footer::after {
    background-image: url(../img/pc/img_bg_wave-pc.svg);
    top: -120px;
    height: 120px;
    margin-top: 1px;
  }
}

.footer__copyright {
  color: #fff;
  font-size: 10px;
}
@media screen and (min-width: 900px) {
  .footer__copyright {
    font-size: 14px;
  }
}