@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #4a3636;
  background: #e9f6f8;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
}
body.modal-open {
  overflow: hidden;
}

.inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 900px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: inline-block;
  color: #4a3636;
  padding: 4px 22px 6px 22px;
  border-radius: 40px;
  border: 2px solid #4a3636;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  font-size: 16px;
  font-weight: 700;
  background: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  overflow: hidden;
}
.button span {
  white-space: nowrap;
}
.button:hover {
  background: #FFEE56;
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 20px;
  }
}
.button.button-sm {
  font-size: 14px;
}
.button.button-bg {
  font-size: 16px;
  line-height: 25.6px;
}
@media screen and (min-width: 768px) {
  .button.button-bg {
    font-size: 20px;
    padding: 10px 35px 10px 35px;
    border: 3px solid #4a3636;
    height: 56px;
    line-height: 32px;
  }
}

.head {
  text-align: center;
}

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

.head-title__en {
  margin-top: 6px;
  font-family: "Courgette", cursive;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .head-title__en {
    margin-top: 8px;
    font-size: 20px;
    line-height: 25px;
  }
}

.head-title__ja {
  position: relative;
  margin-top: 6px;
  padding-bottom: 12px;
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .head-title__ja {
    padding-bottom: 14px;
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 40px;
  }
}
.head-title__ja::before {
  position: absolute;
  content: "";
  border: 3px solid #ffee56;
  width: 200px;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .head-title__ja::before {
    width: 320px;
  }
}

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

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

.header {
  padding-top: 18px;
  padding-bottom: 16px;
  background: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  height: 64px;
  z-index: 20;
}
@media screen and (min-width: 900px) {
  .header {
    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;
    padding-top: 19px;
    padding-bottom: 19px;
  }
}

.header__inner {
  position: relative;
}

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

@media screen and (min-width: 768px) {
  .header__logo {
    margin-top: 7px;
  }
}
.header__logo img {
  width: 210px;
}
@media screen and (min-width: 900px) {
  .header__logo img {
    width: 183px;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 900px) {
  .header__nav {
    display: block;
    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;
  }
}

.header__link {
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: color 0.3s, text-decoration-color 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s;
}
.header__link:hover {
  color: #67B0C7;
  text-decoration-color: #67B0C7;
}

@media screen and (min-width: 768px) {
  .header__button {
    margin-left: 4px;
  }
}

.drawer-icon {
  width: 32px;
  height: 28px;
}
@media screen and (min-width: 900px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-icon__bar {
  position: absolute;
  content: "";
  background: #4a3636;
  top: 0;
  width: 25.6px;
  height: 3px;
  right: 26.6px;
  border-radius: 6px;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, transform 0.3s;
  transition: top 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.drawer-icon__bar:nth-child(2) {
  width: 32px;
  right: 20px;
  top: 12px;
}
.drawer-icon__bar:nth-child(3) {
  width: 32px;
  right: 20px;
  top: 24px;
}

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

.drawer-content {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  background: #ffffff;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 82px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-content.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

.drawer-content__link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: color 0.3s, text-decoration-color 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s;
}
.drawer-content__link:hover {
  color: #67B0C7;
  text-decoration-color: #67B0C7;
}

.drawer-content__button {
  margin-top: 6px;
}
.drawer-content__button .button {
  font-size: 16px;
}

.fv {
  margin-top: 64px;
  padding-top: 17px;
  margin-bottom: 156px;
  text-align: center;
  background: url(../img/img_mv_sp.png) no-repeat center center/cover;
  height: 554px;
  border-radius: 0px 0px 24px 24px;
}
@media screen and (min-width: 768px) {
  .fv {
    padding-top: 34px;
    margin-bottom: 97px;
    background: url(../img/img_mv_pc.png) no-repeat bottom center/cover;
    height: 740px;
  }
}

.fv__content {
  position: relative;
}

.fv__text {
  text-shadow: 0px 0px 30px #fff;
  font-family: "Kiwi Maru", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .fv__text {
    line-height: 30px;
    font-size: 24px;
    font-weight: 500;
  }
}

.fv___title {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .fv___title {
    margin-top: 24px;
  }
}

.fv__title1 {
  max-width: 355px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .fv__title1 {
    max-width: 520px;
  }
}
.fv__title1 img {
  max-width: 100%;
}

.fv__title2 {
  margin-top: 12px;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .fv__title2 {
    margin-top: 16px;
    max-width: 356px;
  }
}
.fv__title2 img {
  max-width: 100%;
}

.fv__deco {
  position: relative;
}

.fv__deco1 {
  position: absolute;
  right: calc(50% + 26px);
  top: 17px;
}
@media screen and (min-width: 768px) {
  .fv__deco1 {
    right: calc(50% + 143px);
    top: 2px;
  }
}
.fv__deco1 img {
  width: 142px;
}
@media screen and (min-width: 768px) {
  .fv__deco1 img {
    height: 130px;
    width: 244px;
  }
}

.fv__deco2 {
  position: absolute;
  left: calc(50% + 32px);
  top: 10px;
}
@media screen and (min-width: 768px) {
  .fv__deco2 {
    left: calc(50% + 117px);
    top: 17px;
  }
}
.fv__deco2 img {
  width: 110px;
}
@media screen and (min-width: 768px) {
  .fv__deco2 img {
    width: 180px;
  }
}

.fv__sp {
  position: relative;
  position: absolute;
  top: 274px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .fv__sp {
    top: 275px;
  }
}
.fv__sp img {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .fv__sp img {
    width: 250px;
  }
}

.fv__sp-tag {
  position: absolute;
  top: 122.6px;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 160px;
}
@media screen and (min-width: 768px) {
  .fv__sp-tag {
    top: 153.6px;
    max-width: 200px;
  }
}

.fv__sp-tag__top {
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  color: #fff;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 700;
  padding: 6.4px 9.6px;
  border-radius: 12.8px 12.8px 0 0;
}
@media screen and (min-width: 768px) {
  .fv__sp-tag__top {
    padding: 10px 12px;
  }
}

.fv__sp-tag__top-title {
  font-size: 12.8px;
  font-weight: 700px;
}
@media screen and (min-width: 768px) {
  .fv__sp-tag__top-title {
    font-size: 16px;
  }
}

.fv__sp-tag__body {
  background: #ffffff;
  padding-top: 14.8px;
  padding-bottom: 14.2px;
  border-radius: 0 0 12.8px 12.8px;
}
@media screen and (min-width: 768px) {
  .fv__sp-tag__body {
    padding-top: 19px;
    padding-bottom: 24px;
  }
}

.fv__sp-tag__body-text {
  position: relative;
}
.fv__sp-tag__body-text::before {
  position: absolute;
  content: "";
  border: solid 2.4px #ce2073;
  width: 48px;
  top: 19px;
}
@media screen and (min-width: 768px) {
  .fv__sp-tag__body-text {
    font-size: 14px;
  }
  .fv__sp-tag__body-text::before {
    width: 56px;
    top: 21px;
  }
}

.fv__sp-tag__body-date {
  margin-top: 6.4px;
  font-weight: 700;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .fv__sp-tag__body-date {
    margin-top: 9px;
    font-size: 16px;
  }
}

.fv__sp-tag__body-button {
  margin-top: 10px;
}
.fv__sp-tag__body-button.button {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .fv__sp-tag__body-button.button {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .fv__sp-tag__body-button {
    margin-top: 16px;
  }
}

.fv__deco3 {
  position: absolute;
  right: calc(50% + 80px);
  bottom: -10px;
}
@media screen and (min-width: 768px) {
  .fv__deco3 {
    right: calc(50% + 218px);
    bottom: -16px;
  }
}
.fv__deco3 img {
  width: 87px;
  height: 141px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (min-width: 768px) {
  .fv__deco3 img {
    width: 202px;
    height: 332px;
  }
}

.fv__deco4 {
  position: absolute;
  content: "";
  background: url(../img/deco_fv_cats.png) no-repeat center center/contain;
  width: 107px;
  height: 127px;
  left: calc(50% + 60px);
  bottom: -11px;
}
@media screen and (min-width: 768px) {
  .fv__deco4 {
    content: "";
    background: url(../img/deco_pc_cats.png) no-repeat center center/contain;
    left: calc(50% + 151px);
    bottom: -59px;
    width: 233px;
    height: 293px;
  }
}
@media screen and (min-width: 900px) {
  .fv__deco4 {
    left: calc(50% + 191px);
  }
}

.about {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about__inner {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .about__inner {
    margin-top: 80px;
  }
}

.about__box {
  padding-top: 40px;
  padding-bottom: 36px;
  background: #ffffff;
  border-radius: 24px;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .about__box {
    border-radius: 40px;
    max-width: 848px;
    margin: 0 auto;
  }
}

.about__deco1 {
  position: absolute;
  right: calc(50% + 52px);
  top: 70px;
}
@media screen and (min-width: 768px) {
  .about__deco1 {
    top: 128px;
    right: calc(50% + 199px);
  }
}
.about__deco1 img {
  width: 80px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
@media screen and (min-width: 768px) {
  .about__deco1 img {
    width: 134px;
  }
}

.about__deco2 {
  position: absolute;
  left: calc(50% + 63px);
  top: 68px;
}
@media screen and (min-width: 768px) {
  .about__deco2 {
    top: 134px;
    left: calc(50% + 199px);
  }
}
.about__deco2 img {
  width: 80px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
@media screen and (min-width: 768px) {
  .about__deco2 img {
    width: 134px;
  }
}

.about__deco3 {
  position: absolute;
  z-index: -1;
  right: calc(50% + 126px);
  top: 427px;
}
@media screen and (min-width: 768px) {
  .about__deco3 {
    top: 154px;
    right: calc(50% + 614px);
  }
}
.about__deco3 img {
  max-width: 200px;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .about__deco3 img {
    max-width: 480px;
    height: 480px;
    border-radius: 40px;
  }
}

.about__deco4 {
  position: absolute;
  z-index: -1;
  left: calc(50% + 126px);
  top: 315px;
}
@media screen and (min-width: 768px) {
  .about__deco4 {
    top: 153.7px;
    left: calc(50% + 560px);
  }
}
.about__deco4 img {
  max-width: 200px;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .about__deco4 img {
    max-width: 480px;
    height: 480px;
    border-radius: 40px;
  }
}

.about__title {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
}
@media screen and (min-width: 768px) {
  .about__title {
    margin-top: 32px;
    font-size: 16px;
    line-height: 25.6px;
  }
}
@media screen and (min-width: 768px) {
  .about__title br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .about__title-sp {
    display: none;
  }
}

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

.about__text {
  font-size: 12px;
  margin-top: 24px;
}
.about__text a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.about__text a.weight {
  font-weight: 700;
}
.about__text a.line {
  text-decoration-line: underline;
}
.about__text a:hover {
  color: #67b0c7;
}
@media screen and (min-width: 768px) {
  .about__text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 26px;
  }
}

.about__bottom {
  padding-bottom: 6px;
  margin-top: 21px;
  padding-top: 8px;
  font-size: 14px;
  line-height: 22.4px;
  font-style: normal;
  font-weight: 700;
  position: relative;
  border-bottom: 2px dashed #9ed0e0;
  width: 249px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .about__bottom {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 32px;
    font-size: 20px;
    line-height: 32px;
    width: 356px;
  }
}

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

.about__deco5 {
  position: absolute;
  left: 0;
  right: 0;
  top: 741px;
}
@media screen and (min-width: 768px) {
  .about__deco5 {
    top: 908px;
  }
}
.about__deco5 img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .about__deco5 img {
    width: 140px;
  }
}

.about__deco6 {
  position: absolute;
  left: calc(50% - 4px);
  top: 794px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about__deco6 {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .about__deco6 {
    display: block;
    top: 836px;
    left: calc(50% + 374px);
  }
}
.about__deco6 img {
  width: 133px;
}
@media screen and (min-width: 768px) {
  .about__deco6 img {
    width: 308px;
  }
}

.about__deco7 {
  position: absolute;
  left: calc(50% + 118px);
  top: 753px;
}
@media screen and (min-width: 768px) {
  .about__deco7 {
    top: 680px;
    left: calc(50% + 505px);
  }
}
.about__deco7 img {
  width: 48px;
}
@media screen and (min-width: 768px) {
  .about__deco7 img {
    width: 101px;
  }
}

.about__deco8 {
  position: absolute;
  left: -56px;
  bottom: 0;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .about__deco8 {
    left: auto;
    top: 401px;
    right: calc(50% + 432px);
  }
}
.about__deco8 img {
  width: 216px;
}
@media screen and (min-width: 768px) {
  .about__deco8 img {
    height: 817px;
    width: 427px;
  }
}

.about__deco9 {
  position: absolute;
  bottom: 100px;
  right: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .about__deco9 {
    top: 1076px;
  }
}
.about__deco9 img {
  width: 354.642px;
}
@media screen and (min-width: 768px) {
  .about__deco9 img {
    width: 890.6px;
  }
}

.about__deco10 {
  position: absolute;
  top: 22px;
  left: calc(50% + 133.5px);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about__deco10 {
    top: 0;
    left: calc(50% + 490px);
  }
}
.about__deco10 img {
  max-width: 54px;
}
@media screen and (min-width: 768px) {
  .about__deco10 img {
    max-width: 100px;
  }
}

.about__deco11 {
  display: none;
}
@media screen and (min-width: 768px) {
  .about__deco11 {
    display: block;
    position: absolute;
    content: "";
    top: 687.33px;
    left: calc(50% + 515.15px);
  }
  .about__deco11 img {
    width: 806.851px;
    height: 12.006px;
  }
}

.about__deco12 {
  display: none;
}
@media screen and (min-width: 768px) {
  .about__deco12 {
    display: block;
    position: absolute;
    content: "";
    top: 708.34px;
    left: calc(50% + 448.08px);
  }
  .about__deco12 img {
    width: 806.851px;
    height: 12.006px;
  }
}

.about__deco13 {
  display: none;
}
@media screen and (min-width: 768px) {
  .about__deco13 {
    display: block;
    position: absolute;
    top: 60px;
    right: calc(50% + 527px);
    z-index: -3;
  }
  .about__deco13 img {
    width: 250px;
    height: 250px;
  }
}

.about__swiper {
  margin-top: 176.74px;
}
@media screen and (min-width: 768px) {
  .about__swiper {
    margin-top: 262px;
  }
}

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

.about__swiper-slide img {
  height: auto;
  max-width: 100px;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .about__swiper-slide img {
    border-radius: 24px;
    max-width: 200px;
    gap: 20px;
  }
}

.enter {
  overflow: hidden;
  margin-top: 32.8px;
}
@media screen and (min-width: 768px) {
  .enter {
    overflow: visible;
    margin-top: 88px;
  }
}

.enter__inner {
  padding-top: 32px;
  padding-bottom: 20px;
}
.enter__content {
  position: relative;
}

.enter__deco1 {
  position: absolute;
  left: -20px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .enter__deco1 {
    left: auto;
    right: calc(50% + 260px);
    top: -60px;
  }
}
.enter__deco1 img {
  width: 149px;
  height: 223px;
}
@media screen and (min-width: 768px) {
  .enter__deco1 img {
    width: 460px;
    height: 689px;
  }
}

.enter__deco2 {
  position: absolute;
  right: 5px;
}
@media screen and (min-width: 768px) {
  .enter__deco2 {
    top: -26px;
    right: 206px;
  }
}
.enter__deco2 img {
  width: 105px;
  height: 63px;
}
@media screen and (min-width: 768px) {
  .enter__deco2 img {
    width: 150px;
    height: 88.5px;
  }
}
@media screen and (min-width: 1200px) {
  .enter__deco2 img {
    width: 238px;
    height: 141px;
  }
}

.enter__deco3 {
  position: absolute;
  top: 5px;
  right: -51px;
}
@media screen and (min-width: 768px) {
  .enter__deco3 {
    top: -16.3px;
    right: 80px;
  }
}
.enter__deco3 img {
  width: 94px;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .enter__deco3 img {
    width: 150px;
    height: 127.6px;
  }
}
@media screen and (min-width: 1200px) {
  .enter__deco3 img {
    width: 214px;
    height: 181px;
  }
}

.enter__deco4 {
  position: absolute;
  top: 74px;
  right: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media screen and (min-width: 768px) {
  .enter__deco4 {
    top: 148px;
    right: 12px;
  }
}
.enter__deco4 img {
  width: 55px;
  height: 120px;
}
@media screen and (min-width: 768px) {
  .enter__deco4 img {
    width: 100px;
    height: 220px;
  }
}

.enter__deco5 {
  position: absolute;
  left: 0;
  top: 549.55px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
@media screen and (min-width: 768px) {
  .enter__deco5 {
    top: 580px;
    left: 12px;
  }
}
.enter__deco5 img {
  width: 55px;
  height: 120px;
}
@media screen and (min-width: 768px) {
  .enter__deco5 img {
    width: 100px;
    height: 220px;
  }
}

.enter__deco6 {
  position: absolute;
  right: 0;
  top: 879.88px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .enter__deco6 {
    display: none;
  }
}
.enter__deco6 img {
  width: 55px;
  height: 120px;
}
@media screen and (min-width: 768px) {
  .enter__deco6 img {
    top: 0;
    right: 0;
    width: 100px;
    height: 220px;
  }
}

.enter__head .head-title__ja::before {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .enter__head .head-title__ja::before {
    width: 160px;
  }
}

.enter__boxes {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .enter__boxes {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .enter__boxes {
    gap: 32px;
  }
}

.enter__box {
  text-align: center;
  margin-top: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .enter__box {
    margin-top: 0;
  }
  .enter__box:nth-child(2) {
    margin-top: 22px;
  }
  .enter__box:nth-child(3) {
    margin-top: -47px;
  }
}

.enter__box-img img {
  width: 196px;
  height: 210.519px;
}
@media screen and (min-width: 768px) {
  .enter__box-img img {
    width: 210px;
    height: 225.8px;
  }
}
@media screen and (min-width: 1200px) {
  .enter__box-img img {
    width: 280px;
    height: 300px;
  }
}

.enter__box-line {
  margin-top: 48px;
  position: relative;
}
.enter__box-line::before {
  position: absolute;
  content: "";
  background: url(../img/img_step_line.png) no-repeat center center/contain;
  width: 8px;
  height: 34px;
  top: -15px;
  right: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .enter__box-line::before {
    background: url(../img/img_step_line_pc.png) no-repeat center center/contain;
    width: 80px;
    height: 20px;
    top: 85px;
    left: -63px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .enter__box-line::before {
    width: 113px;
    height: 24px;
    top: 145px;
    left: -97px;
  }
}
@media screen and (min-width: 768px) {
  .enter__box-line.type-2::before {
    top: 130px;
    left: -78px;
  }
}
@media screen and (min-width: 1200px) {
  .enter__box-line.type-2::before {
    top: 212px;
    left: -88px;
  }
}

.enter__box-do {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .enter__box-do {
    margin-top: 24px;
    font-size: 20px;
  }
}

.enter__text {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
.enter__text .line {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration-line: underline;
}
.enter__text .line:hover {
  color: #67b0c7;
}
.enter__text .weight {
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .enter__text {
    width: 320px;
    font-size: 16px;
    line-height: 27px;
  }
}

.enter__box-sns {
  margin-top: 16px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  width: 225px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.enter__box-sns:hover {
  background: #FFEE56;
}
@media screen and (min-width: 768px) {
  .enter__box-sns {
    width: 254px;
  }
}
.enter__box-sns img {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .enter__box-sns img {
    width: 24px;
    height: 24px;
  }
}

.enter__box-sns-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .enter__box-sns-text {
    font-size: 16px;
  }
}

.enter__button {
  margin-top: 16px;
  text-align: center;
  max-width: 334px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .enter__button {
    margin-top: 44px;
    max-width: 437px;
  }
}

.prizes {
  position: relative;
}
.prizes::after {
  z-index: -1;
  position: absolute;
  content: "";
  background: url(../img/bg_prizes-bottom.png) no-repeat center center/cover;
  width: 100%;
  height: 260px;
  bottom: -216px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .prizes::after {
    background: url(../img/bg_prizes-bottom-pc.png) no-repeat center center/cover;
    height: 640px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 900px) {
  .prizes {
    margin-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.prizes__inner {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 900px) {
  .prizes__inner {
    max-width: 1024px;
  }
  .prizes__inner::before {
    position: absolute;
    content: "";
    background: url(../img/deco_prizes_left.png) no-repeat center center/contain;
    width: 315px;
    height: 86px;
    top: 5px;
    left: calc(50% - 512px);
  }
  .prizes__inner::after {
    position: absolute;
    content: "";
    background: url(../img/deco_prizes_right.png) no-repeat center center/contain;
    width: 315px;
    height: 86px;
    top: 5px;
    right: calc(50% - 512px);
  }
}

.prizes__contents {
  margin-top: 97px;
  position: relative;
  border-radius: 24px;
  background: #ffffff;
  margin-bottom: 212px;
  padding-top: 20.3px;
  padding-right: 20px;
  padding-bottom: 42px;
  padding-left: 20px;
}
@media screen and (min-width: 900px) {
  .prizes__contents {
    margin-top: 125px;
    padding-top: 27px;
    margin-bottom: 640px;
    padding-right: 55px;
    padding-left: 55px;
    padding-bottom: 54px;
  }
}
.prizes__contents::before {
  position: absolute;
  content: "";
  background: url(../img/deco_prizes1_sp.png) no-repeat center center/contain;
  width: 237.6px;
  height: 83px;
  top: -83px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .prizes__contents::before {
    background: url(../img/deco_prizes1_pc.png) no-repeat center center/contain;
    top: -149px;
    width: 365.624px;
    height: 148.967px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.prizes__head {
  position: absolute;
  top: -63px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .prizes__head {
    top: -120px;
  }
}
.prizes__head .head-title__ja::before {
  width: 160px;
}
@media screen and (min-width: 768px) {
  .prizes__head .head-title__ja::before {
    width: 256px;
  }
}

.prizes__text {
  text-align: center;
  margin-top: 39px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .prizes__text {
    margin-top: 70px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__text {
    font-size: 16px;
    margin-top: 40px;
  }
  .prizes__text br {
    display: none;
  }
}

.prizes__boxes {
  height: calc(100% - 83px);
  padding-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  row-gap: 33px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 684px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .prizes__boxes {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 35px;
    max-width: 1024px;
    padding-top: 80px;
  }
}

.prizes-box {
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid rgba(0, 0, 0, 0);
}
@media screen and (min-width: 900px) {
  .prizes-box {
    border-radius: 24px;
  }
}
.prizes-box:hover {
  border-color: #9ed0e0;
}
.prizes-box:hover .prizes__box-deco-bg {
  background: url(../img/img_hover.png) no-repeat center center/contain;
}
.prizes-box:hover .prizes__box-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.prizes__box {
  position: relative;
  width: calc(50% - 4.5px);
}
@media screen and (min-width: 900px) {
  .prizes__box:nth-child(-n+2) {
    width: calc(50% - 16px);
  }
  .prizes__box:nth-child(n+3) {
    width: calc(33.3333333333% - 24px);
    margin-top: 40px;
  }
  .prizes__box:nth-child(n+3) .prizes__box-image img {
    width: 280px;
    height: 240px;
  }
  .prizes__box:nth-child(n+3) .prizes__box-bottom {
    min-height: 80px;
  }
  .prizes__box:nth-child(n+3) .prizes__box-deco img {
    max-width: 20.48px;
    height: 20.48px;
  }
  .prizes__box:nth-child(n+3) .prizes__box-deco-bg {
    max-width: 64px;
    height: 64px;
  }
  .prizes__box:nth-child(n+3) .prizes__box-num {
    top: -39px;
  }
  .prizes__box:nth-child(n+3) .prizes__box-num img {
    width: 80px;
    height: 80px;
  }
  .prizes__box:nth-child(n+3) .prizes__box-text {
    font-size: 16px;
  }
  .prizes__box:nth-child(n+3) .prizes__box-deco {
    bottom: 10px;
    right: 7px;
  }
  .prizes__box:nth-child(2) {
    margin-left: 32px;
  }
  .prizes__box:nth-child(4), .prizes__box:nth-child(5) {
    margin-left: 30px;
  }
}

.prizes__box-image img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .prizes__box-image img {
    border-radius: 24px 24px 0px 0px;
  }
}

.prizes__box-num {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -24px;
}
@media screen and (min-width: 900px) {
  .prizes__box-num {
    top: -45px;
  }
}
.prizes__box-num img {
  width: 48px;
}
@media screen and (min-width: 900px) {
  .prizes__box-num img {
    width: 100px;
    height: 100px;
  }
}

.prizes__box-bottom {
  position: relative;
  background: #f5f5f5;
  max-width: 100%;
  min-height: 56px;
  padding: 5px;
  border-radius: 0px 0px 8px 8px;
  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) {
  .prizes__box-bottom {
    min-height: 120px;
    border-radius: 0px 0px 24px 24px;
  }
}

.prizes__box-text {
  color: #4a3636;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  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) {
  .prizes__box-text {
    font-size: 20px;
  }
}

.prizes__box-deco {
  position: absolute;
  bottom: 6.12px;
  right: 5.22px;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .prizes__box-deco {
    bottom: 15px;
    right: 14px;
  }
}
.prizes__box-deco img {
  width: 11.52px;
  height: 11.52px;
}
@media screen and (min-width: 900px) {
  .prizes__box-deco img {
    width: 32px;
    height: 32px;
  }
}

.prizes__box-deco-bg {
  position: absolute;
  content: "";
  background: url(../img/deco_prizes_bule.png) no-repeat center center/contain;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 900px) {
  .prizes__box-deco-bg {
    width: 100px;
    height: 100px;
  }
}

.prizes__button {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .prizes__button {
    margin-top: 36px;
    width: 100%;
  }
}

.prizrs-modal {
  z-index: 1001;
  border-radius: 24px;
  width: 336px;
  padding: 0;
  border: none;
}
@media screen and (min-width: 768px) {
  .prizrs-modal {
    width: 480px;
  }
}

.prizes-modal__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .prizes-modal__box {
    padding-bottom: 106px;
  }
}

.prizes__box-modal-image img {
  width: 336px;
  height: 210px;
}
@media screen and (min-width: 768px) {
  .prizes__box-modal-image img {
    width: 480px;
    height: 300px;
  }
}

.prizes-modal__body {
  text-align: center;
}

.prizes-modal__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 39px;
}
@media screen and (min-width: 768px) {
  .prizes-modal__title {
    font-size: 20px;
    margin-top: 32px;
  }
}

.prizes-modal__text {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .prizes-modal__text {
    font-size: 16px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.prizes-modal__close-button {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .prizes-modal__close-button {
    margin-top: 24px;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.spots {
  position: relative;
  text-align: center;
  background: #67b0c7;
}
.spots::before {
  position: absolute;
  content: "";
  background: url(../img/deco_wave_1.png) repeat-x top center/contain;
  width: 100%;
  height: 45.7px;
  top: -38px;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .spots::before {
    top: -120px;
    height: 122px;
  }
}
.spots::after {
  position: absolute;
  content: "";
  background: url(../img/deco_wave_2.png) repeat-x top center/contain;
  width: 100%;
  height: 45px;
  bottom: -40px;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .spots::after {
    bottom: -96px;
    height: 120px;
  }
}

@media screen and (min-width: 768px) {
  .spots__inner {
    padding-left: max(30px, 50% - 507px);
  }
}

.spots__head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .spots__head-title {
    width: 56px;
  }
}

.spots__title {
  position: relative;
  font-family: "Kiwi Maru", serif;
  padding-left: 36px;
  color: #ffffff;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}
.spots__title::before {
  position: absolute;
  content: "";
  background: url(../img/Icon_spots.png) no-repeat center center/contain;
  width: 28px;
  height: 28px;
  top: 4px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .spots__title::before {
    width: 56px;
    height: 56px;
    top: -56px;
    right: -4px;
  }
}
@media screen and (min-width: 768px) {
  .spots__title {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 50px;
    padding-left: 0;
    letter-spacing: 10px;
    height: 438px;
    margin-top: 56px;
  }
}

@media screen and (min-width: 768px) {
  .spots__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .spots__contents {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    max-width: 1024px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }
}

.spots__logo {
  position: relative;
}
.spots__logo img {
  width: 254.439px;
  height: 55px;
}
@media screen and (min-width: 1200px) {
  .spots__logo img {
    position: absolute;
    width: 495px;
    height: 107px;
    top: 24px;
    left: -124px;
  }
}

@media screen and (min-width: 1200px) {
  .spots__bottom {
    margin-right: 120px;
  }
  .spots__bottom::before {
    position: absolute;
    content: "";
    background: url(../img/img_bg_pawpads.png) no-repeat center center/contain;
    width: 100px;
    height: 220px;
    bottom: 24px;
    left: 35px;
  }
}

.spots__text {
  color: #ffffff;
  margin-top: 16px;
  font-size: 11.444px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .spots__text {
    margin-top: 26px;
    font-size: 15px;
  }
}
@media screen and (min-width: 900px) {
  .spots__text {
    font-size: 16px;
  }
}

.spots__button {
  margin-top: 24px;
  padding-bottom: 21px;
}
@media screen and (min-width: 768px) {
  .spots__button {
    padding-bottom: 27.84px;
  }
}

.spots__deco-bottom {
  position: absolute;
  bottom: -44px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .spots__deco-bottom {
    bottom: -82px;
    left: 0;
  }
}
.spots__deco-bottom img {
  width: 100%;
  height: 45.714px;
}
.spots__swiper-card {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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: 768px) {
  .spots__swiper-card {
    margin-right: 0;
    margin-top: 0;
  }
}

.spots__image img {
  border-radius: 12px 12px 0px 0px;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .spots__image img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: 24px 24px 0px 0px;
  }
}

.spots__swiper-card__body {
  background: #ffffff;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px 0px 12px 12px;
  height: 219px;
}
@media screen and (min-width: 768px) {
  .spots__swiper-card__body {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 40px;
    border-radius: 0px 0px 24px 24px;
    height: 280px;
  }
}

.spots__swiper-card__title {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .spots__swiper-card__title {
    margin-top: 25px;
    font-size: 20px;
  }
}

.spots__swiper-card__text {
  text-align: left;
  margin-top: 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .spots__swiper-card__text {
    margin-top: 24px;
    font-size: 16px;
  }
}

.spots__prev::after,
.spots__next::after {
  display: none;
}

@media screen and (min-width: 900px) {
  .spots__prev {
    background: url(../img/icon_prev.png) no-repeat center center/contain;
    width: 80px;
    height: 80px;
    top: 610px;
    left: calc(50% - 471px);
  }
}
@media screen and (min-width: 1200px) {
  .spots__prev {
    top: 510px;
  }
}

@media screen and (min-width: 900px) {
  .spots__next {
    background: url(../img/icon_next.png) no-repeat center center/contain;
    width: 80px;
    height: 80px;
    top: 610px;
    right: calc(50% - 271px);
  }
}
@media screen and (min-width: 1200px) {
  .spots__next {
    top: 510px;
    right: calc(50% - 471px);
  }
}

.qa {
  padding-top: 80px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .qa {
    padding-top: 212px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 768px) {
  .qa__inner {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.qa__head .head-title__ja::before {
  width: 140px;
}
@media screen and (min-width: 768px) {
  .qa__head .head-title__ja::before {
    width: 224px;
  }
}

.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: 10.5px;
  margin: 0 auto;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .qa__boxes {
    max-width: 1024px;
    margin-top: 18px;
    gap: 24px;
  }
}

.qa__box {
  color: #4a3636;
  border: 2px solid #4a3636;
  border-radius: 12px;
  background: #ffffff;
  text-align: left;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .qa__box {
    border-radius: 16px;
    max-width: 1024px;
    width: 100%;
  }
}
.qa__box.is-open .qa__box-question::after {
  background: url(../img/icon_qa-a.png) no-repeat center center/contain;
}

.qa__box-question {
  position: relative;
  padding: 10px 47px 10px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (min-width: 768px) {
  .qa__box-question {
    gap: 16px;
    padding: 24px 22px 24px 24px;
  }
}
.qa__box-question::after {
  position: absolute;
  content: "";
  background: url(../img/icon_qa-q.png) no-repeat center center/contain;
  width: 26.182px;
  height: 26.182px;
  right: 14px;
  top: 12px;
}
@media screen and (min-width: 768px) {
  .qa__box-question::after {
    width: 48px;
    height: 48px;
    top: 22.5px;
    right: 24px;
  }
}

.qa__box-q {
  color: #9ed0e0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .qa__box-q {
    font-size: 32px;
  }
}

.qa__box-q-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .qa__box-q-text {
    font-size: 20px;
    max-width: 1024px;
  }
}

.qa__box-body {
  display: none;
}

.qa__box-answer {
  padding: 16px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px 0px 12px 12px;
}
@media screen and (min-width: 768px) {
  .qa__box-answer {
    padding: 24px;
    gap: 16px;
    border-radius: 0px 0px 16px 16px;
  }
}

.qa__box-a {
  color: #9ed0e0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .qa__box-a {
    font-size: 32px;
  }
}

.qa__box-a-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  width: 270px;
}
@media screen and (min-width: 768px) {
  .qa__box-a-text {
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.entry {
  position: relative;
  margin-bottom: 131px;
}
@media screen and (min-width: 768px) {
  .entry {
    margin-bottom: 520px;
  }
}
.entry::after {
  position: absolute;
  content: "";
  background: url(../img/img_bg_entry.png) no-repeat center center/cover;
  width: 100%;
  height: 99px;
  bottom: -131px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .entry::after {
    height: 400px;
    bottom: -520px;
  }
}

@media screen and (min-width: 768px) {
  .entry__inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.entry__content {
  padding-top: 17px;
  padding-bottom: 14px;
  border: 8px solid #ffffff;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .entry__content {
    padding-top: 32px;
    padding-bottom: 6px;
  }
}

@media screen and (min-width: 768px) {
  .entry__head .head-title__ja {
    margin-bottom: 0;
  }
}
.entry__head .head-title__ja::before {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .entry__head .head-title__ja::before {
    width: 128px;
  }
}

.entry__table {
  padding-left: 12px;
  padding-right: 15px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .entry__table {
    padding: 30px 50px;
    margin-top: 0;
  }
}

.entry__table tr {
  margin-top: 12px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
}
.entry__table tr:nth-child(5) {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .entry__table tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 912px;
    padding-bottom: 12px;
  }
}
.entry__table th {
  padding-left: 16px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 8px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .entry__table th {
    padding-left: 28px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 236px;
            flex: 0 0 236px;
    font-size: 16px;
    margin-bottom: 0;
  }
}
.entry__table th::before {
  position: absolute;
  content: "";
  background: #9ed0e0;
  width: 8px;
  height: 8px;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .entry__table th::before {
    left: 12px;
  }
}
.entry__table td {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .entry__table td {
    font-size: 16px;
  }
}
.entry__table td a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration-line: underline;
}
.entry__table td a:hover {
  color: #67b0c7;
}
@media screen and (min-width: 768px) {
  .entry__table .notes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.entry__table .notes li {
  list-style: none;
  position: relative;
  padding-left: 19px;
  line-height: 19px;
}
@media screen and (min-width: 768px) {
  .entry__table .notes li {
    padding-left: 24px;
    line-height: 26px;
  }
}
.entry__table .notes li::before {
  position: absolute;
  content: "・";
  left: 4px;
  top: 0;
}

.contact {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.contact__head .head-title__ja::before {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .contact__head .head-title__ja::before {
    width: 192px;
  }
}

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

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

.contact__filds {
  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: 768px) {
  .contact__filds {
    max-width: 848px;
    margin-left: auto;
    margin-right: auto;
  }
}

.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: 768px) {
  .form__field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  .form__field:nth-child(5) .form__field__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.form__field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .form__field__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 220px;
  }
}

.form__field__label {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .form__field__label {
    font-size: 16px;
  }
}

.form__field__tag {
  padding: 4px 8px;
  border-radius: 4px;
  background: #ce2073;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .form__field__tag {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.form-text {
  width: 100%;
  height: 56px;
  padding: 16px;
  border-radius: 8px;
  background: #f5f5f5;
  border: 1px solid transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.form-text::-webkit-input-placeholder {
  color: #ccc;
}
.form-text::-moz-placeholder {
  color: #ccc;
}
.form-text:-ms-input-placeholder {
  color: #ccc;
}
.form-text::-ms-input-placeholder {
  color: #ccc;
}
.form-text::placeholder {
  color: #ccc;
}
@media screen and (min-width: 768px) {
  .form-text {
    width: 100%;
    max-width: 628px;
    font-size: 16px;
  }
}

.form__select {
  position: relative;
  width: 100%;
  font-size: 14px;
  height: 56px;
  padding: 16px;
  border-radius: 8px;
  width: 100%;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/icon_form.png), linear-gradient(to left, #9ed0e0 52px, #f5f5f5 52px);
  background-repeat: no-repeat, no-repeat;
  background-position: center right 13px, center center;
  background-size: 33px 33px, cover;
}
.form__select:focus {
  outline: 1px solid #9ed0e0;
}
.form__select.is-error {
  background-image: url(../img/icon_form.png), linear-gradient(to left, #CE2073 52px, #FFF0F7 52px);
  border: 1px solid #CE2073;
}
@media screen and (min-width: 768px) {
  .form__select {
    font-size: 16px;
    width: 100%;
    max-width: 628px;
  }
}

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

.form__field__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.form__field__item [type=radio] {
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  overflow: hidden;
}
.form__field__item [type=radio]:checked + .form-radio__text::after {
  opacity: 1;
}
.form__field__item [type=text]:focus,
.form__field__item [type=email]:focus {
  outline: 1px solid #9ed0e0;
  background: #e9f6f8;
}
.form__field__item [type=text].is-error,
.form__field__item [type=email].is-error {
  border-color: #CE2073;
  background-color: #FFF0F7;
}

.form-radio:hover .form-radio__text::before {
  border-color: #9ed0e0;
}

.form-radio__input:focus + .form-radio__text::before {
  border-color: #9ed0e0;
}
.form-radio__input.is-error + .form-radio__text::before {
  border-color: #CE2073;
  background-color: #FFF0F7;
}

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

.form__textarea {
  width: 100%;
  height: 160px;
  padding: 16px;
  border-radius: 8px;
  background: #f5f5f5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  border: 1px solid transparent;
}
.form__textarea::-webkit-input-placeholder {
  color: #ccc;
}
.form__textarea::-moz-placeholder {
  color: #ccc;
}
.form__textarea:-ms-input-placeholder {
  color: #ccc;
}
.form__textarea::-ms-input-placeholder {
  color: #ccc;
}
.form__textarea::placeholder {
  color: #ccc;
}
@media screen and (min-width: 768px) {
  .form__textarea {
    font-size: 16px;
    width: 100%;
  }
}

.contact__privacy {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__privacy {
    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;
    height: 56px;
  }
}

.form-checkbox {
  position: relative;
}

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

.form-checkbox__text {
  padding-left: 36px;
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}
.form-checkbox__text::before, .form-checkbox__text::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-checkbox__text::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #f5f5f5;
  left: 0;
  border: 1px solid transparent;
}
.form-checkbox__text::after {
  content: "";
  position: absolute;
  background: url(../img/icon_check.png) no-repeat center center/contain;
  width: 14px;
  height: 9px;
  left: 5px;
  opacity: 0;
}
.form-checkbox__text a {
  text-decoration-line: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form-checkbox__text a:hover {
  color: #67B0C7;
}

.contact__button {
  text-align: center;
}
.contact__button [type=submit] {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .contact__button {
    margin-top: 3px;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .contact-button {
    font-size: 16px;
    width: 240px;
    padding-top: 6px;
    padding-bottom: 8px;
  }
}

.footer {
  position: relative;
  text-align: center;
  padding-top: 38px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 120px;
    position: relative;
  }
  .footer::after {
    position: absolute;
    content: "";
    background: url(../img/img_bg_pawpads.png) no-repeat center center/contain;
    width: 100px;
    height: 220px;
    right: calc(50% - 676px);
    top: 80px;
  }
}

.footer__inner {
  padding-bottom: 175px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding-bottom: 242px;
    max-width: 1074px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.footer__text {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .footer__text {
    font-size: 24px;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__sns img {
  width: 32px;
  height: 32px;
}
.footer__sns img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .footer__sns img {
    width: 40px;
    height: 40px;
  }
}

.footer__image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 133px;
  z-index: -1;
}
.footer__image img {
  width: 327px;
  height: 36px;
}
@media screen and (min-width: 768px) {
  .footer__image {
    top: 256px;
  }
  .footer__image img {
    width: 743px;
    height: 83px;
  }
}

.footer__box {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__box {
    margin-top: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 400px;
  }
}

.footer__map {
  position: relative;
  padding-top: 80%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__map {
    padding-top: 0;
    width: 512px;
  }
}
.footer__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0px 0px;
}
@media screen and (min-width: 768px) {
  .footer__map iframe {
    border-radius: 0px 16px 16px 0px;
  }
}

.footer__body {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  border-radius: 0px 0px 16px 16px;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer__body {
    width: 512px;
    height: 400px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-top: 106px;
    border-radius: 16px 0px 0px 16px;
  }
}

@media screen and (min-width: 768px) {
  .footer__logo {
    text-align: left;
    margin-left: 61.6px;
  }
}
.footer__logo img {
  width: 153px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .footer__logo img {
    width: 183px;
    height: 24px;
  }
}

.footer__table {
  padding-bottom: 24px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__table {
    padding: 0;
    max-width: 389px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__table th {
  padding-top: 8px;
  padding-left: 16px;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  margin-bottom: 8px;
  position: relative;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .footer__table th {
    padding-top: 0;
    font-size: 16px;
    width: 120px;
  }
}
.footer__table th::before {
  position: absolute;
  content: "";
  background: #9ed0e0;
  width: 8px;
  height: 8px;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .footer__table th::before {
    top: 14px;
  }
}
.footer__table td {
  white-space: nowrap;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .footer__table td {
    font-size: 16px;
    line-height: 34px;
    white-space: nowrap;
  }
}

.footer__copyright {
  position: relative;
  width: 100%;
  height: 41px;
  padding-bottom: 24px;
  background: #67b0c7;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    padding-bottom: 32px;
  }
}
.footer__copyright small {
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .footer__copyright small {
    font-size: 14px;
  }
}
.footer__copyright::before {
  content: "";
  position: absolute;
  background: url(../img/deco_wave_1.png) repeat top center/cover;
  height: 45.714px;
  top: -45px;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__copyright::before {
    background: url(../img/deco_wave-pc.png) repeat top center/cover;
    height: 120px;
    top: -119px;
  }
}

.pagetop {
  position: absolute;
  bottom: 110.71px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .pagetop {
    position: fixed;
    right: -10px;
    top: 840px;
    left: auto;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .pagetop.is-show {
    opacity: 1;
    visibility: visible;
  }
}
.pagetop img {
  width: 75px;
  height: 78px;
}
@media screen and (min-width: 768px) {
  .pagetop img {
    width: 100px;
    height: 104px;
  }
}