@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #4a3636;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.inner {
  padding-inline: 20px;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .inner {
    padding-inline: 24px;
  }
}

.button {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  padding: 6px 23px 8px 23px;
  -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;
}
@media screen and (max-width: 374px) {
  .button {
    font-size: 14px;
    padding: 6px 13px 8px 13px;
  }
}
@media screen and (min-width: 900px) {
  .button {
    font-size: 14px;
    height: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.button:hover {
  cursor: pointer;
  background-color: #ffee56;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .title {
    gap: 8px;
    padding: 0 20px;
  }
}

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

.title-en {
  font-family: "Courgette", sans-serif;
  color: #4a3636;
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .title-en {
    font-size: 20px;
  }
}

.title-jp {
  font-family: "Kiwi Maru", sans-serif;
  color: #4a3636;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .title-jp {
    font-size: 32px;
  }
}

.color-bar {
  width: 100%;
  border-bottom: 6px solid #ffee56;
}

.text__bar {
  text-decoration: underline;
}
.text__bar:hover {
  color: #67b0c7;
  text-decoration: underline;
  cursor: pointer;
}

.text__bold {
  font-weight: bold;
}

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

@media screen and (max-width: 899px) {
  .br__sp {
    display: none;
  }
}

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

.header__inner {
  padding: 20px;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .header__inner {
    padding: 25px;
  }
}

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

.header__nav {
  width: 100%;
  height: calc(100% - 64px);
  position: fixed;
  top: 64px;
  left: 0;
  background: #fff;
  padding: 77px 30px;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.header__nav.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 1200px) {
  .header__nav {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background: transparent;
    width: auto;
    height: auto;
    position: static;
    padding: 0;
  }
}

.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;
  gap: 40px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .header__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}

.header__link {
  font-size: 14px;
  display: inline-block;
  color: #4a3636;
}
.header__link:hover {
  color: #67b0c7;
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .header__link {
    font-size: 12px;
  }
}

.header__link-pc {
  font-size: 14px;
  display: none;
  color: #4a3636;
}
.header__link-pc:hover {
  color: #67b0c7;
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .header__link-pc {
    display: inline-block;
    font-size: 12px;
  }
}

.header__link-sp {
  font-size: 14px;
  display: inline-block;
  color: #4a3636;
}
@media screen and (min-width: 1200px) {
  .header__link-sp {
    display: none;
  }
}

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

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

.fv {
  position: relative;
  background: #e9f6f8;
  height: 710px;
}
@media screen and (min-width: 900px) {
  .fv {
    min-height: 836px;
  }
}

.fv__image {
  position: absolute;
  width: 100%;
}
.fv__image img {
  width: 100%;
  height: 554px;
  border-radius: 0 0 24px 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .fv__image img {
    height: 740px;
    border-radius: 0px 0px 40px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__image img {
    max-width: none;
  }
}
@media screen and (min-width: 1600px) {
  .fv__image img {
    height: 900px;
  }
}
@media screen and (min-width: 1600px) {
  .fv__image {
    top: -160px;
  }
}

.fv__inner {
  position: relative;
  max-width: 375px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fv__top {
  position: absolute;
  top: 0;
  margin-top: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 900px) {
  .fv__top {
    margin-top: 35px;
    width: 520px;
  }
}

.fv__message {
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .fv__message {
    margin-bottom: 24px;
  }
}

.fv__title {
  font-family: "Kiwi Maru", sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .fv__title {
    font-size: 24px;
    font-weight: 500;
  }
}

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

.fv__logo1 {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.fv__logo1 img {
  width: 335px;
}
@media screen and (min-width: 900px) {
  .fv__logo1 img {
    width: 520px;
  }
}

.fv__logo2 {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.fv__logo2 img {
  width: 240px;
}
@media screen and (min-width: 900px) {
  .fv__logo2 img {
    width: 356px;
  }
}

.fv__fukidashi {
  position: absolute;
  display: block;
  top: 195px;
}
.fv__fukidashi img {
  width: 142px;
}
@media screen and (min-width: 900px) {
  .fv__fukidashi img {
    width: 244px;
  }
}
@media screen and (min-width: 900px) {
  .fv__fukidashi {
    top: 277px;
    left: -200px;
  }
}

.fv__present {
  position: absolute;
  display: block;
  top: 188px;
  right: 45px;
}
.fv__present img {
  width: 110px;
}
@media screen and (min-width: 900px) {
  .fv__present img {
    width: 180px;
  }
}
@media screen and (min-width: 900px) {
  .fv__present {
    top: 293px;
    right: -110px;
  }
}

.fv__device {
  position: absolute;
  width: 200px;
  left: 50%;
  top: 291px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 900px) {
  .fv__device {
    width: 250px;
    top: 309px;
  }
}

.fv__pop {
  position: absolute;
  top: 414px;
  left: 29%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  width: 160px;
  border-radius: 12.8px;
  padding-bottom: 19.2px;
  gap: 12.8px;
}
@media screen and (max-width: 374px) {
  .fv__pop {
    left: 25%;
  }
}
@media screen and (min-width: 900px) {
  .fv__pop {
    top: 462px;
    left: 23.2%;
    width: 200px;
    gap: 16px;
    padding-bottom: 24px;
    border-radius: 16px;
  }
}

.fv__pop-top {
  padding: 6.4px 9.6px;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  text-align: center;
  color: #fff;
  width: 160px;
  font-size: 12.8px;
  font-weight: 700;
  border-radius: 12.8px 12.8px 0 0;
}
@media screen and (min-width: 900px) {
  .fv__pop-top {
    padding: 8px 12px;
    width: 200px;
    border-radius: 16px 16px 0 0;
    font-size: 16px;
  }
}

.fv__pop-1 {
  width: 48px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .fv__pop-1 {
    width: 56px;
  }
}

.fv__pop-title {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .fv__pop-title {
    font-size: 14px;
  }
}

.fv__bar {
  border-bottom: 2.4px solid #ce2073;
}
@media screen and (min-width: 900px) {
  .fv__bar {
    border-bottom: 3px solid #ce2073;
  }
}

.fv__date {
  text-align: center;
  margin-top: 3.2px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .fv__date {
    margin-top: 4px;
    font-size: 16px;
  }
}

.fv .button {
  font-size: 14px;
  height: 32px;
  padding: 2px 24px 8px 24px;
}
@media screen and (min-width: 900px) {
  .fv .button {
    font-size: 16px;
    height: 40px;
    padding: 7px 24px 8px 24px;
  }
}

.fv__food {
  position: absolute;
  display: block;
  width: 90px;
  top: 569px;
}
@media screen and (min-width: 900px) {
  .fv__food {
    width: 210px;
    top: 505px;
    left: -235px;
  }
}

.fv__cats {
  position: absolute;
  width: 107px;
  display: block;
  top: 583px;
  right: 20px;
}
@media screen and (min-width: 900px) {
  .fv__cats {
    width: 233px;
    top: 586px;
    right: -235px;
    z-index: 10;
  }
}

.about {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  background: #e9f6f8;
  overflow: hidden;
  z-index: 5;
}
@media screen and (min-width: 900px) {
  .about {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

.about__pawpads,
.about__right,
.about__left,
.about__stripe,
.about__sakamichi,
.about__wave1,
.about__wave2 {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.pawpads {
  width: 54px;
  top: 22px;
  right: 0;
}
@media screen and (min-width: 600px) {
  .pawpads {
    right: 5%;
  }
}
@media screen and (min-width: 900px) {
  .pawpads {
    width: 100px;
    right: 165px;
    top: 0;
  }
}

@media screen and (min-width: 1900px) {
  .about__pawpads {
    right: 350px;
  }
}

.about__right {
  width: 200px;
  right: -140px;
  top: 305px;
}
@media screen and (min-width: 600px) {
  .about__right {
    right: 20px;
  }
}
@media screen and (min-width: 900px) {
  .about__right {
    width: 480px;
    top: 154px;
    right: -285px;
  }
}
@media screen and (min-width: 1900px) {
  .about__right {
    right: -100px;
  }
}

.about__left {
  width: 200px;
  top: 427px;
  left: -140px;
}
@media screen and (min-width: 600px) {
  .about__left {
    left: 20px;
  }
}
@media screen and (min-width: 900px) {
  .about__left {
    width: 480px;
    left: -340px;
    z-index: 10;
    top: 154px;
  }
}
@media screen and (min-width: 1900px) {
  .about__left {
    left: -90px;
  }
}

.about__stripe {
  width: 250px;
  top: 60px;
  left: -20px;
  display: none;
}
@media screen and (min-width: 900px) {
  .about__stripe {
    display: block;
  }
}
@media screen and (min-width: 1900px) {
  .about__stripe {
    left: 230px;
  }
}

.about__sakamichi {
  top: 740px;
}
@media screen and (min-width: 600px) {
  .about__sakamichi {
    top: 700px;
  }
  .about__sakamichi img {
    width: 200px;
  }
}
@media screen and (min-width: 900px) {
  .about__sakamichi {
    top: 401px;
    left: -105px;
  }
  .about__sakamichi img {
    width: 427px;
  }
}
@media screen and (min-width: 1900px) {
  .about__sakamichi {
    left: 70px;
  }
}

.about__wave1,
.about__wave2 {
  width: 806.851px;
  height: 12.006px;
  display: none;
}
@media screen and (min-width: 900px) {
  .about__wave1,
  .about__wave2 {
    display: block;
  }
}

.about__wave1 {
  top: 682px;
  left: 84%;
}

.about__wave2 {
  top: 715px;
  left: 79.5%;
}

@media screen and (min-width: 600px) {
  .about__inner {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 900px) {
  .about__inner {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1000px) {
  .about__inner {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

.about__content {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  padding: 40px 12px;
  border-radius: 24px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .about__content {
    padding: 40px 20px;
    width: 650px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .about__content {
    padding: 40px 20px;
    width: 650px;
  }
}
@media screen and (min-width: 1200px) {
  .about__content {
    padding: 40px 20px;
    width: 848px;
  }
}

.about__title {
  width: 230px;
}
@media screen and (min-width: 900px) {
  .about__title {
    width: 360px;
  }
}

.about__pictures {
  position: relative;
  width: 100%;
  max-width: 282.221px;
  margin: 0 auto;
  top: -115px;
  left: 5px;
}
@media screen and (min-width: 900px) {
  .about__pictures {
    max-width: 678.696px;
    top: -130px;
    left: -10px;
  }
}

.about__picture1 {
  position: absolute;
  width: 88px;
}
@media screen and (min-width: 900px) {
  .about__picture1 {
    width: 134px;
    left: 10px;
  }
}

.about__picture2 {
  position: absolute;
  width: 88px;
  right: 0;
}
@media screen and (min-width: 900px) {
  .about__picture2 {
    width: 134px;
  }
}

.about__message {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 22px;
}
@media screen and (min-width: 900px) {
  .about__message {
    margin-top: 35px;
    margin-bottom: 34px;
  }
}

.message-pc {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  display: none;
}
@media screen and (min-width: 900px) {
  .message-pc {
    display: block;
  }
}

.message-sp {
  font-size: 14px;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 900px) {
  .message-sp {
    display: none;
  }
}

.about__text {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .about__text {
    font-size: 16px;
  }
}

.about__presents {
  margin-top: 24px;
  margin-bottom: 24px;
  width: 249px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .about__presents {
    width: 356px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.about__present {
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .about__present {
    font-size: 20px;
    line-height: 1.6;
    padding: 12px 0;
  }
}

.about__presesntbar {
  height: 2px;
  border-bottom: 2px dashed #9ed0e0;
  display: block;
}

.about__button {
  text-align: center;
}

.about__arrow {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .about__arrow {
    width: 140px;
  }
}

.about__images {
  position: relative;
  width: 100%;
  height: 103px;
}
@media screen and (min-width: 900px) {
  .about__images {
    height: 0;
  }
}

.about__image1 {
  position: absolute;
  width: 48px;
  right: 0px;
  top: -25px;
}
@media screen and (min-width: 600px) {
  .about__image1 {
    width: 80px;
    top: -60px;
    right: -130px;
  }
}
@media screen and (min-width: 900px) {
  .about__image1 {
    width: 101px;
    right: -28%;
    top: -275px;
  }
}
@media screen and (min-width: 1000px) {
  .about__image1 {
    right: -20%;
    top: -275px;
  }
}
@media screen and (min-width: 1200px) {
  .about__image1 {
    right: -43%;
    top: -275px;
  }
}

.about__image2 {
  position: absolute;
  width: 133px;
  right: 37px;
  top: 18px;
}
@media screen and (min-width: 600px) {
  .about__image2 {
    left: 75%;
    top: -20px;
    width: 100%;
  }
  .about__image2 img {
    width: 200px;
  }
}
@media screen and (min-width: 900px) {
  .about__image2 {
    left: 75%;
    top: -60px;
    width: 100%;
  }
  .about__image2 img {
    width: 308px;
  }
}
@media screen and (min-width: 1000px) {
  .about__image2 {
    left: 75%;
    top: -60px;
  }
}
@media screen and (min-width: 1200px) {
  .about__image2 {
    left: 107%;
    top: -121px;
  }
}

.logo {
  position: relative;
  width: 355px;
  left: -3%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 374px) {
  .logo {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .logo {
    left: -19%;
    text-align: center;
    margin: 0 auto;
    width: 890px;
    margin-top: 117px;
  }
  .logo img {
    display: block;
    margin: 0;
    width: 890px;
  }
}

@media screen and (min-width: 900px) {
  .about__swiper {
    overflow: visible;
  }
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 900px) {
  .swiper-wrapper {
    margin-top: -6px;
  }
}

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

@media screen and (min-width: 900px) {
  .about .button {
    font-size: 20px;
    height: 56px;
    padding: 10px 40px 12px 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 40px;
    border: 3px solid #4a3636;
    -webkit-box-shadow: 0 4px 0 0 #4a3636;
            box-shadow: 0 4px 0 0 #4a3636;
  }
}

.howto {
  position: relative;
  overflow: hidden;
  padding-top: 32px;
  padding-bottom: 32px;
  background: #e9f6f8;
}
@media screen and (min-width: 900px) {
  .howto {
    padding-top: 120px;
  }
}

.howto__cats {
  position: absolute;
  width: 160px;
  left: 66%;
  top: 30px;
}
@media screen and (min-width: 900px) {
  .howto__cats {
    width: 350px;
    top: 90px;
    left: 59%;
  }
}
@media screen and (min-width: 1000px) {
  .howto__cats {
    width: 400px;
    top: 90px;
    left: 62%;
  }
}
@media screen and (min-width: 1200px) {
  .howto__cats {
    width: 433px;
    top: 90px;
    left: 69%;
  }
}

.howto__map {
  position: absolute;
  width: 149px;
}
@media screen and (max-width: 374px) {
  .howto__map img {
    width: 120px;
  }
}
@media screen and (max-width: 899px) {
  .howto__map {
    left: 0;
  }
}
@media screen and (min-width: 600px) {
  .howto__map {
    left: 20%;
  }
}
@media screen and (min-width: 900px) {
  .howto__map {
    width: 400px;
    top: 60px;
    left: 40px;
    z-index: 0;
  }
}
@media screen and (min-width: 1200px) {
  .howto__map {
    width: 460px;
    top: 60px;
    left: 40px;
    z-index: 0;
  }
}
@media screen and (min-width: 1900px) {
  .howto__map {
    left: 200px;
  }
}

.howto__pawpads {
  position: absolute;
  width: clamp(54px, 7vw, 100px);
  top: 580px;
  left: 20px;
}
.howto__pawpads img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 374px) {
  .howto__pawpads {
    top: 540px;
  }
}
@media screen and (min-width: 600px) {
  .howto__pawpads {
    left: 20%;
  }
}
@media screen and (min-width: 900px) {
  .howto__pawpads {
    top: 695px;
    left: 35px;
  }
}
@media screen and (min-width: 1900px) {
  .howto__pawpads {
    left: 200px;
  }
}

.howto__pawpads2 {
  position: absolute;
  width: 54px;
  right: 20px;
  top: 910px;
}
@media screen and (min-width: 600px) {
  .howto__pawpads2 {
    right: 20%;
  }
}
@media screen and (min-width: 900px) {
  .howto__pawpads2 {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .howto__inner {
    position: relative;
    z-index: 10;
  }
}

.howto__title {
  margin-bottom: 32px;
  width: 130px;
}
@media screen and (min-width: 900px) {
  .howto__title {
    width: 200px;
    padding-bottom: 8px;
  }
}

@media screen and (min-width: 900px) {
  .howto__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    gap: 5px;
    width: 740px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .howto__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .howto__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 900px) {
  .howto__box {
    width: 320px;
  }
}
@media screen and (min-width: 1000px) {
  .howto__box {
    width: 500px;
  }
}

@media screen and (min-width: 900px) {
  .howto__box2 {
    width: 320px;
    margin-top: 69px;
  }
}
@media screen and (min-width: 1000px) {
  .howto__box2 {
    width: 500px;
    margin-top: 69px;
  }
}

.howto__image {
  text-align: center;
  margin-bottom: 16px;
}
.howto__image img {
  width: 196px;
}
@media screen and (min-width: 900px) {
  .howto__image img {
    width: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .howto__image img {
    width: 280px;
  }
}
@media screen and (min-width: 900px) {
  .howto__image {
    margin-bottom: 24px;
  }
}

.howto__box-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .howto__box-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .howto__box-title {
    font-size: 20px;
  }
}

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

.howto__follow {
  width: 226px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  margin-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .howto__follow {
    width: 254px;
  }
}
.howto__follow:hover {
  outline: 1px solid #67b0c7;
}

.follow__icon {
  width: 20px;
}
@media screen and (min-width: 900px) {
  .follow__icon {
    width: 24px;
  }
}

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

.howto__line1,
.howto__line2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .howto__line1,
  .howto__line2 {
    position: absolute;
    margin-left: 0;
    margin-right: 0;
  }
  .howto__line1 img,
  .howto__line2 img {
    width: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .howto__line1,
  .howto__line2 {
    position: absolute;
    margin-left: 0;
    margin-right: 0;
  }
  .howto__line1 img,
  .howto__line2 img {
    width: 113px;
  }
}

@media screen and (min-width: 900px) {
  .howto__line1 {
    margin-top: 150px;
    margin-left: 200px;
  }
}
@media screen and (min-width: 1000px) {
  .howto__line1 {
    margin-top: 150px;
    margin-left: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .howto__line1 {
    margin-top: 205px;
    margin-left: 255px;
  }
}

@media screen and (min-width: 900px) {
  .howto__line2 {
    margin-top: 150px;
    margin-left: 450px;
  }
}
@media screen and (min-width: 1000px) {
  .howto__line2 {
    margin-top: 150px;
    margin-left: 570px;
  }
}
@media screen and (min-width: 1200px) {
  .howto__line2 {
    margin-top: 205px;
    margin-left: 616px;
  }
}

.howto__button {
  text-align: center;
}

@media screen and (min-width: 900px) {
  .howto .button {
    height: 56px;
    padding: 10px 40px 12px 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    border-radius: 40px;
    border: 3px solid #4a3636;
    -webkit-box-shadow: 0 4px 0 0 #4a3636;
            box-shadow: 0 4px 0 0 #4a3636;
  }
}

.prizes {
  position: relative;
  background: #e9f6f8;
}
@media screen and (min-width: 900px) {
  .prizes {
    padding-top: 160px;
  }
}

.prizes__deco {
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 100%;
  position: absolute;
  background: #e9f6f8;
}
.prizes__deco img {
  width: 237.6px;
  height: 83px;
}
@media screen and (min-width: 900px) {
  .prizes__deco img {
    width: 365.624px;
    height: 148.967px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__deco {
    margin-top: 90px;
  }
}

.prizes__triangle1,
.prizes__triangle2 {
  position: absolute;
  display: none;
}
.prizes__triangle1 img,
.prizes__triangle2 img {
  width: clamp(230px, 20vw, 315px);
  height: auto;
  display: block;
}
@media screen and (min-width: 900px) {
  .prizes__triangle1,
  .prizes__triangle2 {
    display: block;
  }
}

.prizes__triangle1 {
  top: 125px;
  left: clamp(200px, 16vw, 300px);
}
@media (md) {
  .prizes__triangle1 {
    left: 30px;
  }
}
@media (max-width: 1150px) {
  .prizes__triangle1 {
    left: 70px;
  }
}
@media screen and (min-width: 1900px) {
  .prizes__triangle1 {
    left: 450px;
  }
}

.prizes__triangle2 {
  top: 125px;
  right: clamp(200px, 16vw, 300px);
}
@media (sm) {
  .prizes__triangle2 {
    right: 30px;
  }
}
@media (max-width: 1150px) {
  .prizes__triangle2 {
    right: 70px;
  }
}
@media screen and (min-width: 1900px) {
  .prizes__triangle2 {
    right: 450px;
  }
}
.prizes__triangle2 img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.prizes__content {
  position: relative;
  top: 88px;
  background: #fff;
  border-radius: 24px;
  padding-bottom: 35px;
}
@media screen and (min-width: 600px) {
  .prizes__content {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 900px) {
  .prizes__content {
    top: 83px;
    max-width: 1024px;
    width: 100%;
    height: 100%;
    padding-bottom: 53px;
    margin-left: auto;
    margin-right: auto;
  }
}

.prizes__first {
  position: relative;
  top: -62px;
}
@media screen and (min-width: 900px) {
  .prizes__first {
    top: -118px;
  }
}

.prizes__title {
  position: relative;
  width: 190px;
  margin-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .prizes__title {
    width: 296px;
    margin-bottom: 42px;
  }
}

.prizes__text {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .prizes__text {
    font-size: 16px;
    font-weight: 400;
  }
}

.prizes__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-top: -15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 900px) {
  .prizes__boxes {
    gap: 36px;
    margin-top: -38px;
    margin-bottom: 40px;
  }
}

.prizes__boxes.hide {
  display: none;
}

.prizes__row-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 34px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .prizes__row-large {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}

.prizes__row-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .prizes__row-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
  }
}

.prizes__box-l,
.prizes__box {
  position: relative;
  display: block; /* aタグを枠として機能させる */
  overflow: visible;
}

.prizes__box-l {
  border-radius: 24px;
}

.prizes__box {
  border-radius: 16px;
  margin-top: 25px;
}
@media screen and (min-width: 900px) {
  .prizes__box {
    margin-top: 45px;
  }
}
@media screen and (max-width: 899px) {
  .prizes__box {
    width: calc(50% - 7.5px);
  }
  .prizes__box:nth-child(3) {
    display: block;
    text-align: center;
  }
}

.prizes__box:hover::before,
.prizes__box-l:hover::before {
  content: "";
  position: absolute;
  inset: 0; /* 上下左右ゼロで全面カバー */
  border-radius: inherit; /* 親と同じ角丸 */
  -webkit-box-shadow: inset 0 0 0 4px #9ed0e0;
          box-shadow: inset 0 0 0 4px #9ed0e0; /* 内側に枠線 */
  pointer-events: none; /* hover操作の邪魔をしない */
  z-index: 20;
}

.prizes__box-l:hover {
  border-radius: 10px;
}
@media screen and (min-width: 900px) {
  .prizes__box-l:hover {
    border-radius: 24px;
  }
}

.prizes__box:hover {
  border-radius: 10px;
}
@media screen and (min-width: 900px) {
  .prizes__box:hover {
    border-radius: 16px;
  }
}

/* ホバー時に拡大 */
.prizes__box-l:hover .prizes__pic-l img,
.prizes__box:hover .prizes__pic img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.prizes__box-icon-l,
.prizes__box-icon {
  position: absolute;
  left: 35%;
  z-index: 20;
}
.prizes__box-icon-l img,
.prizes__box-icon img {
  width: 48px;
}

.prizes__box-icon-l {
  top: -23px;
}
@media screen and (min-width: 900px) {
  .prizes__box-icon-l {
    top: -50px;
    left: 39%;
  }
  .prizes__box-icon-l img {
    width: clamp(48px, 10vw, 100px);
  }
}

.prizes__box-icon {
  top: -25px;
}
@media screen and (min-width: 900px) {
  .prizes__box-icon {
    top: -40px;
    left: 36%;
  }
  .prizes__box-icon img {
    width: clamp(32px, 8vw, 80px);
  }
}

.prizes__pic-l,
.prizes__pic {
  position: relative;
  overflow: hidden; /* 画像のはみ出しを防ぐ */
  z-index: 10;
  display: block; /* インラインの隙間防止 */
  width: 100%;
  height: auto; /* アスペクト比維持 */
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center; /* 拡大の中心を真ん中に */
}
.prizes__pic-l img,
.prizes__pic img {
  width: 100%;
}

/* 画像アニメーション */
.prizes__pic-l img,
.prizes__pic img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.prizes__pic {
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 900px) {
  .prizes__pic {
    border-radius: 16px 16px 0 0;
  }
  .prizes__pic img {
    width: 280px;
  }
}

.prizes__pic-l {
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 900px) {
  .prizes__pic-l {
    border-radius: 24px 24px 0 0;
  }
  .prizes__pic-l img {
    width: 440px;
  }
}

.prizes__set-l,
.prizes__set {
  position: relative;
  text-align: center;
  background: #f5f5f5;
  border-radius: 0 0 10px 10px;
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 900px) {
  .prizes__set-l {
    border-radius: 0 0 24px 24px;
    padding: 32px 0;
    width: 100%;
    height: 120px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__set {
    border-radius: 0 0 16px 16px;
    width: 100%;
    height: 80px;
  }
}

.prizes__name-l,
.prizes__name {
  font-weight: 700;
}

@media screen and (min-width: 900px) {
  .prizes__name-l {
    font-size: 20px;
  }
}

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

.prizes__blue-l,
.prizes__blue {
  position: absolute;
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: #67b0c7;
}
@media screen and (min-width: 100px) {
  .prizes__blue-l,
  .prizes__blue {
    border-radius: 0 0 10px;
    width: 36px;
    height: 36px;
  }
}

/* 親ホバーで変化 */
.prizes__box-l:hover .prizes__blue-l,
.prizes__box:hover .prizes__blue {
  background-color: #9ed0e0;
}

@media screen and (min-width: 900px) {
  .prizes__blue-l {
    width: 22.7272727273%;
    height: 83.3333333333%;
    border-radius: 0 0 24px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__blue {
    width: 64px;
    height: 64px;
    border-radius: 0 0 16px;
  }
}

.prizes__zoom-icon-l,
.prizes__zoom-icon {
  position: absolute;
  top: 34%;
  left: 55%;
}
.prizes__zoom-icon-l img,
.prizes__zoom-icon img {
  width: 11.52px;
  height: 11.52px;
}

@media screen and (min-width: 900px) {
  .prizes__zoom-icon-l {
    top: 52%;
  }
  .prizes__zoom-icon-l img {
    width: 32px;
    height: 32px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__zoom-icon {
    top: 50%;
  }
  .prizes__zoom-icon img {
    width: 20.48px;
    height: 20.48px;
  }
}

@media screen and (min-width: 900px) {
  .prizes .button {
    width: 437px;
    height: 56px;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 30px 12px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.prizes__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 45px;
  overflow: hidden;
}
.prizes__bg img {
  display: block;
  width: 100%;
  min-width: 580px;
}
@media screen and (min-width: 900px) {
  .prizes__bg {
    margin-top: 85px;
  }
}

.wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45.714px;
  background: url("../img/prizes_wave-sp.png") repeat-x bottom;
  background-size: auto 100%;
}
@media screen and (min-width: 900px) {
  .wave {
    height: 120px;
    background-image: url("../img/prizes_wave-pc.png");
  }
}

@media screen and (min-width: 900px) {
  .prizes__wave {
    bottom: -40px;
  }
}
@media screen and (min-width: 1000px) {
  .prizes__wave {
    bottom: 0;
  }
}

.modal__button {
  font-size: 16px;
  color: #4a3636;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 6px 24px 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  border: 3px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
}

.modal__button:hover {
  cursor: pointer;
  background-color: #ffee56;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.modal__content {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 88%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 24px;
  padding-bottom: 56px;
  width: 336px;
}
@media screen and (min-width: 900px) {
  .modal__content {
    width: 480px;
    padding-bottom: 106px;
  }
}

.big__img img {
  border-radius: 24px 24px 0 0;
}

.modal__title {
  margin-top: 39px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .modal__title {
    font-size: 20px;
    margin-top: 32px;
  }
}

.modal__text {
  color: #000;
  padding: 0 21px;
  margin-bottom: 16px;
  text-align: center;
  white-space: pre-line;
}
@media screen and (min-width: 900px) {
  .modal__text {
    font-size: 16px;
    margin-bottom: 24px;
    padding: 0 34px;
  }
}

body.modal-open {
  overflow: hidden;
  height: 100%;
}

.spots {
  background: #67b0c7;
  padding-bottom: 19.84px;
}
@media screen and (min-width: 900px) {
  .spots {
    position: relative;
    padding-bottom: 2px;
  }
}

@media screen and (min-width: 900px) {
  .spots__main {
    position: relative;
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.spots__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .spots__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 56px;
    gap: 5px;
    padding-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .spots__top {
    margin-left: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__top {
    margin-left: 248px;
    margin-right: 29px;
  }
}
@media screen and (min-width: 1900px) {
  .spots__top {
    margin-left: 500px;
  }
}

.spots__icon {
  margin-top: 3.5px;
}
.spots__icon img {
  width: 28px;
}
@media screen and (min-width: 900px) {
  .spots__icon img {
    width: 56px;
  }
}
@media screen and (min-width: 900px) {
  .spots__icon {
    margin-top: 0;
  }
}

.spots__title {
  font-family: "Kiwi Maru", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .spots__title {
    display: inline-block;
    letter-spacing: 10px;
    font-size: 40px;
    padding: 0 5px;
  }
}

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

.spots__slide {
  width: 240px;
  background: #fff;
  padding-bottom: 31.159px;
  border-radius: 12px;
}

.spots__card {
  height: 371px;
}
@media screen and (min-width: 600px) {
  .spots__card {
    height: 400px;
  }
}

.spots__image img {
  height: 180px;
  width: 100%;
  border-radius: 12px 12px 0 0;
}
@media screen and (min-width: 600px) {
  .spots__image img {
    height: 250px;
  }
}

.spots__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 17px;
  padding: 0 24px;
}

.spots__card-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

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

.spots__pcslide {
  width: 341px;
  height: auto;
  background: #fff;
  padding-bottom: 50px;
  border-radius: 24px;
  margin-right: 0;
}

.spots__pcimage img {
  height: 245px;
  width: 100%;
  border-radius: 24px 24px 0 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.spots__pcbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  margin-top: 24px;
  padding: 0 32px;
}

.spots__pccard-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.spots__pccard-text {
  font-size: 16px;
}

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

.spots__next,
.spots__prev {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 900px) {
  .spots__next,
  .spots__prev {
    position: absolute;
    width: 80px;
    height: 80px;
    margin-top: 210px;
  }
}
.spots__next::after,
.spots__prev::after {
  display: none;
}

.spots__next {
  display: none;
}
.spots__next:hover {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
@media screen and (min-width: 900px) {
  .spots__next {
    display: block;
    right: 19%;
    background: url(../img/spots_next.png) no-repeat center center/contain;
  }
}

.spots__prev {
  display: none;
}
.spots__prev:hover {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}
@media screen and (min-width: 900px) {
  .spots__prev {
    display: block;
    left: 19%;
    background: url(../img/spots_prev.png) no-repeat center center/contain;
  }
}
@media screen and (min-width: 1900px) {
  .spots__prev {
    left: 30%;
  }
}

.spots__pawpads {
  display: none;
}
@media screen and (min-width: 900px) {
  .spots__pawpads {
    display: block;
    position: absolute;
    left: 2.5%;
    bottom: 0;
  }
  .spots__pawpads img {
    width: 80px;
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
    -webkit-filter: opacity(60%);
            filter: opacity(60%);
  }
}
@media screen and (min-width: 1200px) {
  .spots__pawpads img {
    width: 100px;
  }
}
@media screen and (min-width: 1900px) {
  .spots__pawpads {
    left: 200px;
  }
}

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

.spots__logo {
  text-align: center;
}
.spots__logo img {
  width: 254.439px;
}
@media screen and (min-width: 900px) {
  .spots__logo img {
    width: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__logo img {
    width: 495px;
  }
}

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

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

.spots__button {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spots__button {
    margin-left: 10px;
  }
}

@media screen and (min-width: 900px) {
  .spots .button {
    width: 437px;
    height: 52px;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 30px 10px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.spots__wave {
  bottom: 45.714px;
  width: 100%;
  height: 45.714px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  background: url("../img/prizes_wave-sp.png") repeat-x bottom;
  background-size: auto 100%;
  background-color: #e9f6f8;
}
@media screen and (min-width: 900px) {
  .spots__wave {
    height: 120px;
    background-image: url("../img/prizes_wave-pc.png");
  }
}

.qa {
  background-color: #e9f6f8;
  padding-top: 40px;
  padding-bottom: 30.67px;
}
@media screen and (min-width: 900px) {
  .qa {
    padding-top: 120px;
    padding-bottom: 0;
  }
}

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

.qa__first {
  margin-left: auto;
  margin-right: auto;
  width: 170px;
  margin-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .qa__first {
    width: 264px;
    margin-bottom: 40px;
  }
}

.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: 11px;
}
@media screen and (min-width: 900px) {
  .qa__boxes {
    gap: 24px;
    width: 850px;
  }
}
@media screen and (min-width: 1200px) {
  .qa__boxes {
    gap: 24px;
    width: 1024px;
  }
}

.qa__box {
  border-radius: 12px;
  border: 2px solid #4a3636;
  background: #fff;
}
@media screen and (min-width: 900px) {
  .qa__box {
    border-radius: 16px;
  }
}

.qa-box__head {
  padding: 11px 13px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .qa-box__head {
    padding: 23px 21px 19px;
    gap: 16px;
  }
}

.qa-box__head-icon {
  font-size: 24px;
  line-height: 1.25;
  font-family: "Josefin Sans", sans-serif;
  color: #9ed0e0;
  padding-top: 8px;
}
@media screen and (min-width: 900px) {
  .qa-box__head-icon {
    font-size: 32px;
    padding-top: 5px;
  }
}

.qa-box__head-text {
  font-size: 14px;
  font-weight: 700;
  color: #4a3636;
  text-align: start;
}
@media screen and (min-width: 900px) {
  .qa-box__head-text {
    font-size: 20px;
    padding-top: 7px;
  }
}

.qa-box__icon2 {
  position: relative;
  top: 8px;
  width: 30px;
  height: 30px;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .qa-box__icon2 {
    width: 48px;
    height: 48px;
    top: 0;
  }
}
.qa-box__icon2::after, .qa-box__icon2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qa-box__icon2::before {
  display: none;
  background: url(../img/qa_-.png) no-repeat center center/contain;
}
.qa-box__icon2::after {
  background: url(../img/qa_+.png) no-repeat center center/contain;
}

/* 開いたときの表示切り替え */
.qa__box.is-open .qa-box__icon2::after {
  display: none;
}

.qa__box.is-open .qa-box__icon2::before {
  display: block;
}

.qa-box__body {
  background-color: #f5f5f5;
  border-radius: 0 0 12px 12px;
  padding: 17px 13px 13px;
  display: none;
}
@media screen and (min-width: 900px) {
  .qa-box__body {
    padding: 24px 21px 21px;
  }
}

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

.qa-box__a-icon {
  font-size: 24px;
  line-height: 1.25;
  font-family: "Josefin Sans", sans-serif;
  color: #9ed0e0;
  padding-top: 6px;
}
@media screen and (min-width: 900px) {
  .qa-box__a-icon {
    font-size: 32px;
    padding-top: 0;
  }
}

.qa-box__a-text {
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .qa-box__a-text {
    font-size: 16px;
    padding-top: 8px;
  }
}

.entry {
  background-color: #e9f6f8;
}
@media screen and (min-width: 900px) {
  .entry {
    padding-top: 120px;
  }
}

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

.entry__content {
  border: 8px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
}
@media screen and (min-width: 900px) {
  .entry__content {
    width: 850px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .entry__content {
    width: 1024px;
    padding-bottom: 32px;
  }
}

.entry__first {
  padding-top: 17px;
  padding-bottom: 24px;
  width: 169px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .entry__first {
    width: 214px;
    padding-top: 30px;
    padding-bottom: 36px;
  }
}

.entry__bar {
  width: 80px;
}
@media screen and (min-width: 900px) {
  .entry__bar {
    width: 124px;
  }
}

.entry__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  padding-left: 15px;
  padding-right: 17px;
}
@media screen and (min-width: 900px) {
  .entry__lists {
    gap: 6px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.entry__list {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}
@media screen and (min-width: 900px) {
  .entry__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 10px;
  }
}

.entry__list:last-child {
  border-bottom: none;
}

.entry__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .entry__box {
    padding-top: 7px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.entry__subicon img {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 900px) {
  .entry__subicon {
    margin-left: 14px;
  }
}

.entry__subtitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .entry__subtitle {
    font-size: 16px;
    white-space: nowrap;
    width: 208px;
  }
}

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

.entry__memo {
  list-style: none;
}

.entry__memo li {
  position: relative;
  padding-left: 18px;
  line-height: 19.1px;
}
@media screen and (min-width: 900px) {
  .entry__memo li {
    line-height: 26px;
    padding-left: 24px;
  }
}

.entry__memo li::before {
  content: "・";
  font-size: 13px;
  position: absolute;
  left: 3px;
}
@media screen and (min-width: 900px) {
  .entry__memo li::before {
    font-size: 16px;
  }
}

.entry__img img {
  width: 100%;
  height: auto;
  padding-top: 35px;
}
@media screen and (min-width: 900px) {
  .entry__img img {
    padding-top: 120px;
  }
}

.contact {
  padding-top: 40px;
  padding-bottom: 45px;
}
@media screen and (min-width: 900px) {
  .contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 600px) {
  .contact__inner {
    padding-right: 10px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
  }
}
@media screen and (min-width: 900px) {
  .contact__inner {
    padding-right: 10px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 870px;
  }
}

.contact__box {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .contact__box {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 900px) {
  .contact__box {
    max-width: 850px;
  }
}

.contact__first {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .contact__first {
    width: 232px;
  }
}

.contact__bar {
  width: 120px;
}
@media screen and (min-width: 900px) {
  .contact__bar {
    width: 192px;
  }
}

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

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

.contact__privacy {
  padding-bottom: 24px;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact__privacy {
    padding-bottom: 40px;
  }
}

.contact__button {
  text-align: center;
}

@media screen and (min-width: 900px) {
  .contact .button {
    font-size: 16px;
    width: 240px;
    height: 40px;
    padding: 6px 24px 8px 24px;
  }
}

.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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 848px;
    gap: 40px;
  }
}

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

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

.form-field__tag {
  padding: 4px 8px;
  color: #fff;
  background-color: #ce2073;
  font-weight: 700;
  border-radius: 4px;
}
@media screen and (min-width: 900px) {
  .form-field__tag {
    width: 40px;
    height: 27px;
  }
}

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

.form-text {
  width: 100%;
  border-radius: 8px;
  padding: 16px;
  font-size: 14px;
  background-color: #f5f5f5;
  border: none;
}
@media screen and (min-width: 900px) {
  .form-text {
    font-size: 16px;
  }
}
.form-text:hover, .form-text:focus {
  outline: 1px solid #9ed0e0;
  background-color: #e9f6f8;
  color: #9ed0e0;
}
.form-text:user-invalid {
  outline: 1px solid #ce2073;
  background-color: #fff0f7;
}

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

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

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

.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  border-radius: 8px;
  padding: 16px;
  color: #4a3636;
  font-size: 14px;
  background-color: #f5f5f5;
  border: none;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (min-width: 900px) {
  .form-select {
    font-size: 16px;
  }
}
.form-select:hover, .form-select:focus {
  outline: 1px solid #9ed0e0;
  -webkit-animation: flashOnce 0.5s ease;
          animation: flashOnce 0.5s ease;
  cursor: pointer;
}
.form-select:user-invalid {
  outline: 1px solid #ce2073;
  background-color: #fff0f7;
}

.select-box {
  position: relative;
}
.select-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 57px;
  border-radius: 0 8px 8px 0;
  background-color: #9ed0e0;
  background-image: url(../img/contact_select.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto;
  pointer-events: none;
}

.form-textarea {
  width: 100%;
  height: 160px;
  font-size: 14px;
  padding: 16px;
  border-radius: 8px;
  color: #cccccc;
  background-color: #f5f5f5;
  border: none;
}
@media screen and (min-width: 900px) {
  .form-textarea {
    font-size: 16px;
  }
}
.form-textarea:hover, .form-textarea:focus {
  outline: 1px solid #9ed0e0;
  background-color: #e9f6f8;
  color: #9ed0e0;
}
.form-textarea:user-invalid {
  outline: 1px solid #ce2073;
  background-color: #fff0f7;
}

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

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox__input:checked + .form-checkbox__text {
  -webkit-animation: flashOnce 0.5s ease;
          animation: flashOnce 0.5s ease;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}
.form-checkbox__input:focus + .form-checkbox__text::before {
  outline: 1px solid #9ed0e0;
}
.form-checkbox__input:user-invalid + .form-checkbox__text::before {
  outline: 1px solid #ce2073;
  background-color: #fff0f7;
}

@-webkit-keyframes flashOnce {
  0% {
    background-color: #9ed0e0;
  }
  100% {
    background-color: transparent;
  }
}

@keyframes flashOnce {
  0% {
    background-color: #9ed0e0;
  }
  100% {
    background-color: transparent;
  }
}
.form-checkbox__text {
  position: relative;
  padding-left: 35px;
  font-size: 14px;
}
@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: 50%;
  background: #f5f5f5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-checkbox__text::before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.form-checkbox__text::after {
  width: 24px;
  height: 24px;
  left: 0;
  background: url(../img/contact_check.png) no-repeat center center/contain;
  opacity: 0;
}
.form-checkbox__text:hover {
  cursor: pointer;
}

.head-textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

input::-webkit-input-placeholder {
  opacity: 0.5;
}

input::-moz-placeholder {
  opacity: 0.5;
}

input:-ms-input-placeholder {
  opacity: 0.5;
}

input::-ms-input-placeholder {
  opacity: 0.5;
}

input::placeholder {
  opacity: 0.5;
}

textarea::-webkit-input-placeholder {
  opacity: 0.5;
}

textarea::-moz-placeholder {
  opacity: 0.5;
}

textarea:-ms-input-placeholder {
  opacity: 0.5;
}

textarea::-ms-input-placeholder {
  opacity: 0.5;
}

textarea::placeholder {
  opacity: 0.5;
}

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

.footer__pawpads {
  display: none;
}
@media screen and (min-width: 900px) {
  .footer__pawpads {
    display: block;
    position: absolute;
    top: 8%;
    right: 3%;
  }
  .footer__pawpads img {
    width: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .footer__pawpads img {
    width: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__pawpads {
    right: 5.3%;
  }
  .footer__pawpads img {
    width: 100px;
  }
}

@media screen and (min-width: 600px) {
  .footer__inner {
    padding-right: 10px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
  }
}
@media screen and (min-width: 900px) {
  .footer__inner {
    max-width: 870px;
  }
}
@media screen and (min-width: 1000px) {
  .footer__inner {
    max-width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__inner {
    max-width: 1044px;
  }
}

.footer__title {
  font-family: "Josefin Sans", sans-serif;
  color: #4a3636;
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
  padding-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .footer__title {
    font-size: 24px;
  }
}

.footer__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .footer__icons {
    padding-bottom: 41px;
  }
}

.footer__icon img {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 900px) {
  .footer__icon img {
    width: 40px;
    height: 40px;
  }
}
.footer__icon:hover img {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.footer__logo {
  position: static;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .footer__logo {
    max-width: 328px;
  }
}
@media screen and (min-width: 900px) {
  .footer__logo {
    max-width: 755px;
    margin-top: 0;
  }
  .footer__logo img {
    display: inline-block;
  }
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 23px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .footer__content {
    width: 600px;
  }
}
@media screen and (min-width: 900px) {
  .footer__content {
    width: 850px;
    height: 400px;
    margin-bottom: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0;
  }
}
@media screen and (min-width: 1000px) {
  .footer__content {
    width: 950px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__content {
    width: 1024px;
  }
}

.iframe__wrap {
  position: relative;
}
.iframe__wrap::before {
  content: "";
  display: block;
  padding-top: 80%;
}
@media screen and (min-width: 900px) {
  .iframe__wrap {
    width: 50%;
  }
}

.iframe__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0 0;
}
@media screen and (min-width: 900px) {
  .iframe__wrap iframe {
    border-radius: 0 16px 16px 0;
  }
}

.footer__info {
  margin-left: auto;
  margin-right: auto;
  padding: 0 27px 30px 27px;
}
@media screen and (max-width: 374px) {
  .footer__info {
    padding: 0 10px 30px 10px;
  }
}
@media screen and (min-width: 900px) {
  .footer__info {
    width: 50%;
    padding: 0 30px 30px 40px;
  }
}
@media screen and (min-width: 1000px) {
  .footer__info {
    padding: 0 30px 30px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__info {
    padding: 0 30px 30px 60px;
  }
}

.footer__info-logo {
  text-align: center;
  padding-bottom: 28px;
}
.footer__info-logo img {
  width: 153px;
}
@media screen and (min-width: 900px) {
  .footer__info-logo {
    text-align: start;
    padding-bottom: 24px;
    padding-top: 100px;
  }
  .footer__info-logo img {
    width: 183px;
  }
}

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

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__subtitles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 80px;
}
@media screen and (min-width: 900px) {
  .footer__subtitles {
    width: 120px;
  }
}

.footer__subicon img {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 900px) {
  .footer__subicon {
    padding-top: 3px;
  }
}

.footer__subtitle {
  font-weight: 700;
  padding-top: 2px;
}
@media screen and (min-width: 900px) {
  .footer__subtitle {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__subtitle {
    font-size: 16px;
  }
}

.footer__text {
  padding-top: 3px;
}
@media screen and (max-width: 374px) {
  .footer__text {
    font-size: 11px;
  }
}
@media screen and (min-width: 900px) {
  .footer__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__text {
    font-size: 16px;
  }
}

.footer__wave {
  bottom: 42px;
}
@media screen and (min-width: 900px) {
  .footer__wave {
    position: static;
  }
}

.footer__last {
  background-color: #67b0c7;
  padding-bottom: 26px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .footer__last {
    padding-bottom: 32px;
  }
}

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

.pagetop__icon {
  text-align: center;
  padding-bottom: 65px;
  padding-top: 24px;
}
@media screen and (min-width: 900px) {
  .pagetop__icon {
    position: fixed;
    bottom: 40px;
    right: 40px;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 100;
  }
}

.pagetop {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.pagetop img {
  width: 75px;
  height: 78px;
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}