body:has(dialog[open]) {
  overflow: hidden;
}

body a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wrapper {
  height: 100%;
  background-color: #e9f6f8;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.button-sm {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  padding: 6px 23px 8px 23px;
  margin-left: 2px;
  -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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: auto;
  margin-left: auto;
}
.button-sm:hover {
  background: #ffee56;
}
.button-sm a {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.button-md {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 38px;
  padding: 6px 22px 8px 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  border: 3px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0px 3px 0px 0px #4a3636;
          box-shadow: 0px 3px 0px 0px #4a3636;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: auto;
  margin-left: auto;
}
.button-md:hover {
  background: #ffee56;
}
@media screen and (min-width: 900px) {
  .button-md {
    height: 56px;
    padding: 10px 40px 12px;
    border: 3px solid #4a3636;
  }
}
.button-md a {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .button-md a {
    font-size: 20px;
  }
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 6px;
}
.heading-en {
  color: #4a3636;
  text-align: center;
  font-family: "Courgette", cursive;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .heading-en {
    font-size: 20px;
  }
}

.heading-ja {
  color: #4a3636;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 6px;
  border-bottom: 6px solid #ffee56;
}
@media screen and (min-width: 900px) {
  .heading-ja {
    font-size: 32px;
    padding-bottom: 8px;
  }
}

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

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

.header {
  height: 64px;
}

.header__inner {
  padding: 16px 20px;
  width: 100%;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  background: #fff;
  z-index: 100;
}
@media screen and (min-width: 900px) {
  .header__inner {
    padding-inline: 24px;
  }
}

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

.header__icon-button {
  right: 20px;
  display: block;
  position: absolute;
  padding: 3.6px 0px 0.4px 0px;
  top: 18px;
  width: 32px;
  height: 28px;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999;
}
@media screen and (min-width: 1200px) {
  .header__icon-button {
    display: none;
  }
}
.header__icon-button.is-checked .header__icon-bar:nth-child(1) {
  top: 12px;
  width: 32px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__icon-button.is-checked .header__icon-bar:nth-child(2) {
  display: none;
}
.header__icon-button.is-checked .header__icon-bar:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__icon-button.is-checked .header__icon-bar-dot {
  display: none;
}

.header__icon-bar {
  display: block;
  position: absolute;
  left: 0;
  width: 32px;
  height: 3px;
  background: #4a3636;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header__icon-bar:nth-child(1) {
  width: 25.6px;
  top: 0px;
}
.header__icon-bar:nth-child(2) {
  top: 12px;
}
.header__icon-bar:nth-child(3) {
  top: 24px;
}

.header__icon-bar-dot {
  display: block;
  position: relative;
  top: 0;
  left: 27.2px;
  width: 4.8px;
  height: 3px;
  background: #4a3636;
  border-radius: 3px;
}

.drawer__nav {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: calc(100vh - 64px);
  background: #fff;
  text-align: center;
  padding: 82px 114px;
  overflow-y: auto;
  display: none;
}

.drawer__nav-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__nav-link {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

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

.header__nav-link {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.fv {
  height: 710px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 900px) {
  .fv {
    height: 900px;
    margin-bottom: 20px;
  }
}

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

.fv__inner {
  padding-top: 17px;
  margin-inline: 20px;
  position: relative;
  max-width: 335px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .fv__inner {
    max-width: 848px;
    padding-top: 34px;
  }
}

.fv__text {
  color: #4a3636;
  text-align: center;
  text-shadow: 0px 0px 30px #fff;
  font-family: "Kiwi Maru", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .fv__text {
    font-size: 24px;
    font-weight: 500;
  }
}

.fv__title {
  margin-top: 20px;
  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;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .fv__title {
    margin-top: 24px;
    gap: 16px;
  }
}

@media screen and (min-width: 900px) {
  .fv__title1 img {
    width: 520px;
  }
}

@media screen and (min-width: 900px) {
  .fv__title2 img {
    width: 356px;
  }
}

.fv__decoration {
  margin-top: 17px;
  position: relative;
  height: 522px;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .fv__decoration {
    height: 558px;
    margin-top: 33px;
  }
}

.fv__decoration-1 {
  position: absolute;
  width: 142px;
  top: 1px;
}
@media screen and (min-width: 900px) {
  .fv__decoration-1 {
    left: -219px;
    top: -31px;
    width: 244px;
  }
}
@media screen and (min-width: 900px) {
  .fv__decoration-1 img {
    width: 244px;
  }
}

.fv__decoration-2 {
  position: absolute;
  right: 26px;
  top: -6px;
  width: 110px;
  height: 110px;
}
@media screen and (min-width: 900px) {
  .fv__decoration-2 {
    width: 180px;
    height: 180px;
    right: -130px;
    top: -15px;
  }
}

.fv__decoration3 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 96px;
  width: 200px;
  height: 408px;
}
@media screen and (min-width: 900px) {
  .fv__decoration3 {
    width: 250px;
    height: 510px;
    top: 0;
  }
}

.fv__decoration-4 {
  position: absolute;
  bottom: 7px;
  width: 90px;
}
@media screen and (min-width: 900px) {
  .fv__decoration-4 {
    width: 210px;
    height: 332px;
    left: -255px;
    bottom: 30px;
  }
}

.fv__decoration-5 {
  position: absolute;
  width: 62px;
  right: 0;
  bottom: 65px;
}
@media screen and (min-width: 900px) {
  .fv__decoration-5 {
    width: 170px;
    height: 190px;
    right: -194px;
    bottom: 90px;
  }
}

.fv__decoration-6 {
  position: absolute;
  width: 98px;
  right: 9px;
  bottom: 6px;
}
@media screen and (min-width: 900px) {
  .fv__decoration-6 {
    width: 233px;
    height: 174px;
    right: -256px;
    bottom: -13px;
  }
}

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

.about__deco1 {
  position: absolute;
}
@media screen and (min-width: 900px) {
  .about__deco1 {
    display: block;
    width: 250px;
    height: 250px;
    top: -25px;
    left: -21px;
  }
  .about__deco1 img {
    border-radius: 24px;
  }
}

.about__deco2 {
  position: absolute;
  width: 200px;
  height: 200px;
  left: -141px;
  top: 427px;
}
@media screen and (min-width: 900px) {
  .about__deco2 {
    width: 480px;
    height: 480px;
    left: -337px;
    top: 70px;
    z-index: 10;
  }
}
.about__deco2 img {
  border-radius: 24px;
}
@media screen and (min-width: 900px) {
  .about__deco2 img {
    width: 480px;
    height: 480px;
    border-radius: 40px;
  }
}

.about__deco3 {
  position: absolute;
  width: 138px;
  height: 215px;
  left: 0px;
  bottom: 60px;
}
@media screen and (min-width: 900px) {
  .about__deco3 {
    width: 427px;
    height: 817px;
    left: -103px;
    bottom: 156px;
  }
}

.about__deco4 {
  position: absolute;
  width: 54px;
  height: 120px;
  right: 0;
  top: 22px;
}
@media screen and (min-width: 900px) {
  .about__deco4 {
    width: 100px;
    height: 220px;
    top: -82px;
    right: 165px;
  }
}

.about__deco5 {
  position: absolute;
  width: 200px;
  height: 200px;
  right: -140px;
  top: 305px;
}
@media screen and (min-width: 900px) {
  .about__deco5 {
    width: 480px;
    height: 480px;
    right: -285px;
    top: 70px;
  }
}
.about__deco5 img {
  border-radius: 24px;
}
@media screen and (min-width: 900px) {
  .about__deco5 img {
    border-radius: 40px;
  }
}

.about__deco6 {
  position: absolute;
  width: 48px;
  height: 48px;
  right: 21px;
  bottom: 216px;
}
@media screen and (min-width: 900px) {
  .about__deco6 {
    width: 101px;
    height: 100.047px;
    right: 150px;
    bottom: 594px;
  }
}

.about__deco7 {
  position: absolute;
}
@media screen and (min-width: 900px) {
  .about__deco7 {
    display: block;
    right: -568px;
    bottom: 642px;
  }
}

.about__deco8 {
  position: absolute;
  width: 133px;
  height: 65.003px;
  right: 57px;
  bottom: 157px;
}
@media screen and (min-width: 900px) {
  .about__deco8 {
    width: 308px;
    height: 150.604px;
    bottom: 386px;
    right: 75px;
  }
}

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

.about__contents {
  padding-inline: 12px;
  padding-block: 40px;
  background-color: #fff;
  border-radius: 24px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .about__contents {
    padding-inline: 114px;
  }
}

.about__content-left {
  width: 86px;
  height: 60px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  position: absolute;
  top: 34px;
  left: 33px;
  border: 3.9px solid #f5f5f5;
}
@media screen and (min-width: 900px) {
  .about__content-left {
    width: 147px;
    height: 100px;
    top: 40px;
    left: 90px;
    border: 6px solid #f5f5f5;
  }
}

.about__content-right {
  width: 86px;
  height: 60px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  position: absolute;
  top: 32px;
  right: 19.78px;
  border: 3.9px solid #f5f5f5;
}
@media screen and (min-width: 900px) {
  .about__content-right {
    width: 145px;
    height: 100px;
    top: 46px;
    right: 91px;
    border: 6px solid #f5f5f5;
  }
}

.about__heading::before {
  content: "";
  width: 37.333px;
  height: 37.333px;
  background: url(../img/deco_about-head-Icon.png) center center/contain;
}
@media screen and (min-width: 900px) {
  .about__heading::before {
    width: 48px;
    height: 48px;
  }
}

.about__heading-sub-sp {
  margin-top: 24px;
  color: #4a3636;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.about__heading-sub-pc {
  margin-top: 33px;
  color: #4a3636;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.about__content-text {
  color: #4a3636;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  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: 900px) {
  .about__content-text {
    font-size: 16px;
  }
}

.content-text {
  margin-top: 19px;
}
.content-text:nth-of-type(1) {
  margin-top: 22px;
}
@media screen and (min-width: 900px) {
  .content-text:nth-of-type(1) {
    margin-top: 33px;
  }
}
@media screen and (min-width: 900px) {
  .content-text:nth-of-type(2) {
    margin-top: 28px;
  }
}
@media screen and (min-width: 900px) {
  .content-text:nth-of-type(3) {
    margin-top: 26px;
  }
}
.content-text:nth-of-type(4) {
  margin-top: 18px;
}
@media screen and (min-width: 900px) {
  .content-text:nth-of-type(4) {
    margin-top: 27px;
  }
}
.content-text a {
  text-decoration: underline;
}

.text__bold {
  padding-block: 8px;
  font-weight: 700;
}

.gift-message {
  margin-top: 24px;
  color: #4a3636;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  padding-block: 8px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .gift-message {
    font-size: 20px;
    margin-top: 35px;
  }
}
.gift-message::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  margin: 0 auto;
  width: 250px;
  border-bottom: 2px dashed #9ed0e0;
}
@media screen and (min-width: 900px) {
  .gift-message::after {
    width: 350px;
    bottom: -7px;
  }
}

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

.about__arrow {
  width: 100px;
  height: 36px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .about__arrow {
    width: 140px;
    height: 50px;
  }
}

.about__bottom {
  margin-top: 140px;
}
@media screen and (min-width: 900px) {
  .about__bottom {
    margin-top: 168px;
  }
}

.about__bottom-deco {
  width: 354.642px;
  height: 37.2px;
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .about__bottom-deco {
    width: 891px;
    height: 98px;
  }
}

.swiper1 {
  position: relative;
  bottom: -1px;
}
@media screen and (min-width: 900px) {
  .swiper1 {
    bottom: 7px;
  }
}

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

.js-swiper-smooth1 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.sub {
  display: inline;
}

.how-to-entry {
  margin-top: 66px;
}
@media screen and (min-width: 900px) {
  .how-to-entry {
    margin-top: 115px;
  }
}

.how__inner {
  margin-inline: 20px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .how__inner {
    margin-inline: 36px;
  }
}

.how-deco1 {
  position: absolute;
  top: 0;
  left: -20px;
}
@media screen and (min-width: 900px) {
  .how-deco1 {
    top: -62px;
    left: 3px;
  }
}
.how-deco1 img {
  width: 149px;
  height: 223px;
}
@media screen and (min-width: 900px) {
  .how-deco1 img {
    width: 450px;
    height: 690px;
  }
}

.how-deco2 {
  position: absolute;
  top: 0;
  right: -45px;
  width: 160px;
}
@media screen and (min-width: 900px) {
  .how-deco2 {
    top: -10px;
    right: 0px;
    width: 443px;
  }
}

.deco2-cats {
  position: relative;
}

.deco2-cat1 {
  position: absolute;
  top: 0px;
  left: 6px;
}
@media screen and (min-width: 900px) {
  .deco2-cat1 {
    top: -20px;
    left: 10px;
  }
}
.deco2-cat1 img {
  width: 105px;
  height: 63px;
}
@media screen and (min-width: 900px) {
  .deco2-cat1 img {
    width: 238px;
    height: 141px;
  }
}

.deco2-cat2 {
  position: absolute;
  top: 5px;
  right: -6px;
}
@media screen and (min-width: 900px) {
  .deco2-cat2 {
    top: -7px;
    right: 68px;
  }
}
.deco2-cat2 img {
  width: 94px;
  height: 80px;
}
@media screen and (min-width: 900px) {
  .deco2-cat2 img {
    width: 214px;
    height: 181.104px;
  }
}

.how-deco3 {
  position: absolute;
  right: 0;
  top: 74px;
}
@media screen and (min-width: 900px) {
  .how-deco3 {
    top: 145px;
  }
}
.how-deco3 img {
  width: 55px;
  height: 120px;
}
@media screen and (min-width: 900px) {
  .how-deco3 img {
    width: 100px;
    height: 220px;
  }
}

.how-deco4 {
  position: absolute;
  left: 0;
  top: 550px;
}
@media screen and (min-width: 900px) {
  .how-deco4 {
    top: 578px;
  }
}
.how-deco4 img {
  width: 55px;
  height: 120.12px;
}
@media screen and (min-width: 900px) {
  .how-deco4 img {
    width: 100px;
    height: 220px;
  }
}

.how-deco5 {
  position: absolute;
  right: 0;
  bottom: 381px;
}
.how-deco5 img {
  width: 55px;
  height: 120.12px;
}

@media screen and (min-width: 900px) {
  .how_content {
    margin-top: 120px;
    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;
    text-align: center;
    margin: 0 auto;
  }
}

.how__heading {
  margin-bottom: 32px;
}
.how__heading::before {
  content: "";
  width: 37.333px;
  height: 37.333px;
  background: url(../img/deco_how-camera-Icon.png) center center/contain;
}
@media screen and (min-width: 900px) {
  .how__heading::before {
    width: 48px;
    height: 48px;
  }
}

.how_step-cards {
  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;
  z-index: 20;
}
@media screen and (min-width: 900px) {
  .how_step-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    margin: 0 auto;
  }
}

.how_step-card {
  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;
}
@media screen and (min-width: 900px) {
  .how_step-card {
    gap: 0;
    position: relative;
  }
}
@media screen and (min-width: 900px) {
  .how_step-card:nth-of-type(1) {
    padding-inline: 16px;
  }
}
.how_step-card:nth-of-type(1)::after {
  content: "";
  background: url(../img/deco_how-line-sp.svg) center center no-repeat;
  position: relative;
  width: 7px;
  height: 34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
@media screen and (min-width: 900px) {
  .how_step-card:nth-of-type(1)::after {
    background: url(../img/deco_how-line-pc.svg) center center no-repeat;
    width: 113px;
    height: 23.596px;
    position: absolute;
    left: 310px;
    top: 205px;
    z-index: 30;
  }
}
@media screen and (min-width: 900px) {
  .how_step-card:nth-of-type(2) {
    margin-top: 70px;
    margin-left: 5px;
  }
}
.how_step-card:nth-of-type(2)::after {
  content: "";
  background: url(../img/deco_how-line-sp.svg) center center no-repeat;
  position: relative;
  width: 7px;
  height: 34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
@media screen and (min-width: 900px) {
  .how_step-card:nth-of-type(2)::after {
    background: url(../img/deco_how-line-pc.svg) center center no-repeat;
    width: 115px;
    height: 26px;
    position: absolute;
    left: 312px;
    top: 133px;
    z-index: 30;
  }
}

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

.step_title {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .step_title {
    font-size: 20px;
    margin-top: 22px;
  }
}

.step_text {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .step_text {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 8px;
  }
}
.step_text a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}

.step_instagram-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .step_instagram-button {
    padding: 2px 12px;
    gap: 15px;
    margin-top: 18px;
  }
}

.insta-icon {
  width: 20px;
  height: 20px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .insta-icon {
    width: 25px;
    height: 25px;
  }
}
.insta-icon img {
  position: absolute;
  left: 0;
  top: 2px;
}
@media screen and (min-width: 900px) {
  .insta-icon img {
    left: 5px;
    top: 0px;
    width: 25px;
    height: 25px;
  }
}

.insta-follow-link {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .insta-follow-link {
    font-size: 16px;
  }
}

.how__button {
  margin-top: 16px;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .how__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.prizes {
  margin-top: 100px;
}
@media screen and (min-width: 900px) {
  .prizes {
    margin-top: 280px;
  }
}

.prizes__inner {
  max-width: 1024px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 900px) {
  .prizes__inner {
    margin-left: auto;
    margin-right: auto;
  }
}
.prizes__inner::before {
  content: "";
  position: absolute;
  top: -83px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 238px;
  height: 83px;
  background: url(../img/deco_prizes-head-before-sp.png) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 900px) {
  .prizes__inner::before {
    width: 372px;
    height: 148px;
    background: url(../img/deco_prizes-head-before-pc.png) center center no-repeat;
    background-size: cover;
    top: -148px;
  }
}

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

.triangle-left {
  position: absolute;
  left: 0;
  top: -100px;
  width: 315px;
  height: 86px;
}
@media screen and (min-width: 900px) {
  .triangle-left {
    top: -127px;
  }
}
.triangle-right {
  position: absolute;
  right: 0;
  top: -100px;
  width: 315px;
  height: 86px;
}
@media screen and (min-width: 900px) {
  .triangle-right {
    top: -127px;
  }
}
.triangle-right img {
  width: 100%;
}

.prizes__heading {
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -60px;
}
@media screen and (min-width: 900px) {
  .prizes__heading {
    top: -123px;
  }
}
.prizes__heading::before {
  content: "";
  width: 37.333px;
  height: 37.333px;
  background: url(../img/deco_prizes-head-icon.png) center center/contain;
}
@media screen and (min-width: 900px) {
  .prizes__heading::before {
    width: 48px;
    height: 48px;
  }
}

.prizes__sub-text {
  margin-top: 5px;
  color: #4a3636;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  padding-top: 54px;
}
@media screen and (min-width: 900px) {
  .prizes__sub-text {
    font-size: 16px;
  }
}

.prizes__cards {
  padding-inline: 12px;
  padding-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 31px;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .prizes__cards {
    padding-top: 80px;
    padding-inline: 56px;
    row-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.prizes__card {
  width: calc(50% - 7.5px);
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .prizes__card:nth-of-type(1) {
    width: calc(50% - 16px);
  }
  .prizes__card:nth-of-type(2) {
    width: calc(50% - 16px);
    margin-left: 32px;
  }
  .prizes__card:nth-of-type(3) {
    width: calc(33.3333333333% - 24px);
    margin-top: 69px;
  }
  .prizes__card:nth-of-type(4), .prizes__card:nth-of-type(5) {
    width: calc(33.3333333333% - 24px);
    margin-left: 36px;
    margin-top: 69px;
  }
  .prizes__card:nth-of-type(1) .card__number, .prizes__card:nth-of-type(2) .card__number {
    width: 100px;
    top: -47px;
  }
  .prizes__card:nth-of-type(3) .card__number, .prizes__card:nth-of-type(4) .card__number, .prizes__card:nth-of-type(5) .card__number {
    width: 80px;
    top: -35px;
  }
  .prizes__card:nth-of-type(1) .card__title-text, .prizes__card:nth-of-type(2) .card__title-text {
    font-size: 20px;
    height: 128px;
  }
  .prizes__card:nth-of-type(3) .card__title-text, .prizes__card:nth-of-type(4) .card__title-text, .prizes__card:nth-of-type(5) .card__title-text {
    font-size: 16px;
    height: 88px;
  }
  .prizes__card:nth-of-type(3) .card__title-text, .prizes__card:nth-of-type(4) .card__title-text, .prizes__card:nth-of-type(5) .card__title-text {
    font-size: 16px;
    height: 88px;
  }
}

.card__number {
  width: 48px;
  height: 48px;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.card__number img {
  width: 100%;
}

.card__content {
  border-radius: 8px;
  overflow: hidden;
  border: solid 4px transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.card__content:hover {
  border: solid 4px #67b0c7;
}
.card__content:hover .card__image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.card__content:hover .close-up-icon {
  opacity: 0.7;
}

.card__image {
  overflow: hidden;
}
.card__image img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.card__title {
  background: #f5f5f5;
  text-align: center;
  position: relative;
}
.card__title-text {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  padding-block: 9px;
  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) {
  .card__title-text {
    padding-block: 15px;
  }
}

.close-up-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 36px;
  height: 36px;
  border-bottom-right-radius: 8px;
  background-color: #67b0c7;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 900px) {
  .close-up-icon {
    width: 100px;
    height: 100px;
  }
  .prizes__card:nth-of-type(3) .close-up-icon, .prizes__card:nth-of-type(4) .close-up-icon, .prizes__card:nth-of-type(5) .close-up-icon {
    width: 64px;
    height: 64px;
  }
  .prizes__card:nth-of-type(3) .close-up-icon::after, .prizes__card:nth-of-type(4) .close-up-icon::after, .prizes__card:nth-of-type(5) .close-up-icon::after {
    width: 20px;
    height: 20px;
    bottom: 10px;
    right: 5px;
  }
}
.close-up-icon::after {
  content: "";
  background: url(../img/deco_prizes-zoom-icon.png) center center/cover;
  width: 11.52px;
  height: 11.52px;
  position: absolute;
  bottom: 6px;
  right: 5px;
}
@media screen and (min-width: 900px) {
  .close-up-icon::after {
    width: 32px;
    height: 32px;
    bottom: 13px;
    right: 13px;
  }
}

.prizes__button {
  margin-top: 15px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .prizes__button {
    margin-top: 35px;
    margin-bottom: 51px;
  }
}
.modal__content {
  position: fixed;
  inset: 0;
  border: none;
  overflow: hidden;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  padding: 0;
  border-radius: 24px;
  background: #fff;
  display: block;
  z-index: 300;
  opacity: 1;
  text-align: center;
  width: 336px;
  height: 480px;
  margin: auto;
}
@media screen and (min-width: 900px) {
  .modal__content {
    width: 480px;
    height: 650px;
    overflow-y: auto;
  }
}

.modal__head-image {
  width: 336px;
  height: 210px;
}
@media screen and (min-width: 900px) {
  .modal__head-image {
    width: 480px;
    height: 300px;
  }
}
.modal__head-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.modal__body-title {
  font-size: 16px;
  margin-top: 39px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .modal__body-title {
    font-size: 20px;
    margin-top: 32px;
  }
}

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

.modal__close-button {
  margin-top: 16px;
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .modal__close-button {
    margin-top: 24px;
  }
}

.modal__mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 200;
}

.prizes__bg-decoration-container {
  position: relative;
}

.prizes__bg-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -44px;
  position: relative;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .prizes__bg-image {
    margin-top: 0;
  }
}
.prizes__bg-image img {
  min-width: 580px;
  display: block;
  width: 100%;
}

.spots {
  position: relative;
}
@media screen and (min-width: 900px) {
  .spots {
    margin-bottom: 119px;
  }
}
.spots::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 45.7px;
  background-color: transparent;
  background-repeat: repeat-x;
  background-size: contain;
  z-index: 10;
  background-image: url(../img/deco_spots-top-wave-sp.png), linear-gradient(to bottom, transparent 13px, #67b0c7 13px);
  top: -44px;
  background-position: left -3px center;
}
@media screen and (min-width: 900px) {
  .spots::before {
    background-image: url(../img/deco_spots-top-wave-pc.png), linear-gradient(to bottom, transparent 33px, #67b0c7 33px);
    background-position: left center;
    height: 120px;
    top: -119px;
  }
}
.spots::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 45.7px;
  background-color: transparent;
  background-repeat: repeat-x;
  background-size: contain;
  z-index: 10;
  background-image: url(../img/deco_spots-under-wave-sp.png), linear-gradient(to top, transparent 13px, #67b0c7 13px);
  background-position: left 0px center;
  bottom: -45px;
}
@media screen and (min-width: 900px) {
  .spots::after {
    background-image: url(../img/deco_spots-under-wave-pc.png), linear-gradient(to top, transparent 33px, #67b0c7 33px);
    background-position: left center;
    height: 120px;
    bottom: -77px;
  }
}

.spots__inner {
  position: relative;
  background: #67b0c7;
}

.spots__bg-pawpads {
  display: none;
}
@media screen and (min-width: 900px) {
  .spots__bg-pawpads {
    display: block;
    position: absolute;
    bottom: 43px;
    left: calc(50% - 719px);
  }
}
@media screen and (min-width: 900px) {
  .spots__bg-pawpads img {
    width: 100px;
  }
}

.spots__title-sp {
  margin-bottom: 24px;
  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: 8px;
}
@media screen and (min-width: 900px) {
  .spots__title-sp {
    display: none;
  }
}

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

.spots__text {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .spots__text {
    font-size: 40px;
    letter-spacing: 10.1px;
  }
}

@media screen and (min-width: 900px) {
  .spots__swiper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 31px;
    padding-left: max(30px, 50% - 512px);
  }
}

.spots__title-pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .spots__title-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
  }
}

.spots__text-pc {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.swiper__contents {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 900px) {
  .spots__swiper-pc {
    width: calc(100% - 56px - 32px);
  }
}

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

.spots__swiper-slide {
  border-radius: 18px;
  overflow: hidden;
  height: auto;
  background: #fff;
}

.swiper__slide-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding-inline: 24px;
  padding-bottom: 31.16px;
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .swiper__slide-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    margin-top: 6px;
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 45px;
  }
}

.swiper__slide-title {
  color: #4a3636;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .swiper__slide-title {
    font-size: 20px;
  }
}

.swiper__slide-text {
  text-align: left;
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .swiper__slide-text {
    font-size: 16px;
  }
}

.spots__bottom-wrapper {
  position: relative;
}
@media screen and (min-width: 900px) {
  .spots__bottom-wrapper {
    margin-top: 64px;
    max-width: 1024px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
  }
}

.swiper-button-box {
  display: none;
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  z-index: 20;
}
@media screen and (min-width: 900px) {
  .swiper-button-box {
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -93px;
    width: 946px;
    height: 83px;
  }
}

.swiper-button-prev {
  display: none;
}
@media screen and (min-width: 900px) {
  .swiper-button-prev {
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
  }
}
.swiper-button-prev::after {
  content: none;
}

.spots-button-prev {
  position: relative;
}
.spots-button-prev:hover::before {
  left: 4px;
}

.swiper-button-next {
  display: none;
}
@media screen and (min-width: 900px) {
  .swiper-button-next {
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    right: 0;
  }
}
.swiper-button-next::after {
  content: none;
}

.spots-button-next:hover::before {
  left: 20px;
}

.spots__bottom-image {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spots__bottom-image {
    margin-top: 5px;
  }
}
.spots__bottom-image img {
  width: 255px;
}
@media screen and (min-width: 900px) {
  .spots__bottom-image img {
    width: 495px;
  }
}

.spots__bottom-box {
  margin-top: 16px;
  margin-bottom: 23.84px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spots__bottom-box {
    margin-top: 2px;
  }
}

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

.spots__button {
  font-size: 16px;
  margin-top: 26px;
  margin-bottom: 22px;
}

.qa {
  margin-top: 87px;
}
@media screen and (min-width: 900px) {
  .qa {
    margin-top: 200px;
  }
}

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

.qa__heading::before {
  content: "";
  width: 37.333px;
  height: 37.333px;
  background: url(../img/deco_qa-head-icon.png) center center/contain;
}
@media screen and (min-width: 900px) {
  .qa__heading::before {
    width: 48px;
    height: 48px;
  }
}

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

.qa-box {
  border-radius: 12px;
  border: 2px solid #4a3636;
  overflow: hidden;
}
.qa-box.is-open .qa-box__head-open::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.qa-box__head {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 14px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 900px) {
  .qa-box__head {
    padding: 24px;
  }
}

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

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

.qa-box__head-open {
  position: relative;
  width: 26px;
  height: 26px;
  background: #9ed0e0;
  border-radius: 50%;
}
@media screen and (min-width: 900px) {
  .qa-box__head-open {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 20px;
  }
}
.qa-box__head-open::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 900px) {
  .qa-box__head-open::before {
    width: 18px;
  }
}
.qa-box__head-open::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 900px) {
  .qa-box__head-open::after {
    width: 18px;
  }
}

.qa-box__body {
  display: none;
}

.qa-box__a {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 14px;
  padding-top: 17px;
  padding-bottom: 13px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 900px) {
  .qa-box__a {
    padding-top: 26px;
    padding-inline: 22px;
    padding-bottom: 23px;
  }
}
.qa-box__a a {
  text-decoration: underline;
}

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

.qa-box__a-text {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  margin-left: 16px;
}
@media screen and (min-width: 900px) {
  .qa-box__a-text {
    font-size: 16px;
  }
}

.entry {
  margin-top: 30px;
  padding-inline: 20px;
}
@media screen and (min-width: 900px) {
  .entry {
    margin-top: 125px;
  }
}

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

.entry__container {
  border: 8px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 16px;
  padding-bottom: 8px;
  padding-inline: 16px;
}
@media screen and (min-width: 900px) {
  .entry__container {
    padding-inline: 48px;
    padding-top: 29px;
    padding-bottom: 34px;
  }
}

.entry__heading::before {
  content: "";
  width: 37.333px;
  height: 37.333px;
  background: url(../img/deco_entry-head-icon.png) center center/contain;
}
@media screen and (min-width: 900px) {
  .entry__heading::before {
    width: 48px;
    height: 48px;
  }
}

.entry__body {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 900px) {
  .entry__body {
    margin-top: 40px;
    gap: 7px;
  }
}

.entry__text-box {
  padding-bottom: 16px;
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
@media screen and (min-width: 900px) {
  .entry__text-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
}
@media screen and (min-width: 900px) {
  .entry__text-box:nth-of-type(3) {
    padding-top: 6px;
  }
}
@media screen and (min-width: 900px) {
  .entry__text-box:last-of-type {
    border-bottom: none;
    padding-top: 4px;
  }
}

.box-title {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  padding-left: 15px;
}
@media screen and (min-width: 900px) {
  .box-title {
    font-size: 16px;
    padding-left: 32px;
    width: 239px;
  }
}
.box-title::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #9ed0e0;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 900px) {
  .box-title::before {
    left: 16px;
    top: 9px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.box-text {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .box-text {
    font-size: 16px;
    width: calc(100% - 240px);
  }
}
.box-text a {
  text-decoration: underline;
  cursor: pointer;
}
.box-text a:hover {
  color: #67b0c7;
}

.text-detail li {
  position: relative;
  padding-left: 18px;
}
@media screen and (min-width: 900px) {
  .text-detail li {
    padding-left: 25px;
  }
}
.text-detail li:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 50%;
  left: 7px;
  top: 6px;
}
@media screen and (min-width: 900px) {
  .text-detail li:before {
    left: 11px;
    top: 14px;
  }
}

.entry__bg-image {
  margin-top: 31px;
}
@media screen and (min-width: 900px) {
  .entry__bg-image {
    margin-top: 120px;
  }
}
.entry__bg-image img {
  width: 100%;
}

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

.contact__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 900px) {
  .contact__inner {
    max-width: 890px;
    margin-right: auto;
    margin-left: auto;
  }
}

.contact__heading::before {
  content: "";
  width: 37.333px;
  height: 37.333px;
  background: url(../img/deco_contact-head-icon.png) center center/contain;
}
@media screen and (min-width: 900px) {
  .contact__heading::before {
    width: 48px;
    height: 48px;
  }
}

.contact__sub-text {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .contact__sub-text {
    margin-top: 35px;
  }
}
.contact__sub-text p {
  color: #4a3636;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .contact__sub-text p {
    font-size: 16px;
  }
}

.contact__form {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .contact__form {
    margin-top: 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: 28px;
}
@media screen and (min-width: 900px) {
  .contact__fields {
    gap: 24px;
  }
}

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

.form_field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .form_field__head {
    min-width: 180px;
    text-align: left;
  }
}

@media screen and (min-width: 900px) {
  .textarea-head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 16px;
  }
}

.form-field__label {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .form-field__label {
    font-size: 16px;
  }
}

.form-field__tag {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  background-color: #ce2073;
  border-radius: 4px;
  padding: 4px 8px;
}

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

.form-text {
  width: 100%;
  padding: 16px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  outline: none;
  height: 56px;
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}

.form-select {
  padding: 16px;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 59px;
  background-image: url(../img/deco_contact-arrow.png), linear-gradient(to left, #9ed0e0 52px, #f5f5f5 52px);
  background-repeat: no-repeat no-repeat;
  background-size: 31.9px 36.78px, cover;
  background-position: center right 10.65px, center center;
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
  margin-bottom: -3px;
  margin-top: 2;
}
@media screen and (min-width: 900px) {
  .form-select {
    font-size: 16px;
  }
}

@media screen and (min-width: 900px) {
  .form-field__radio-box {
    margin-top: 15px;
  }
}

.form-field__radios {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  margin-bottom: -4px;
}
@media screen and (min-width: 900px) {
  .form-field__radios {
    margin-top: 0px;
    margin-bottom: 0;
    gap: 29px;
  }
}

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

.form-radio__text {
  position: relative;
  padding-left: 31px;
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .form-radio__text {
    font-size: 16px;
  }
}
.form-radio__text::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f5f5f5;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.form-radio__text::after {
  content: "";
  position: absolute;
  background: #9ed0e0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.form-textarea {
  width: 100%;
  height: 160px;
  padding-inline: 16px;
  padding-block: 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #f5f5f5;
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}
@media screen and (min-width: 900px) {
  .form-textarea {
    padding-inline: 14px;
    padding-block: 16px;
  }
}

.contact__privacy {
  margin-top: -1px;
  text-align: center;
  margin-bottom: -3px;
}
@media screen and (min-width: 900px) {
  .contact__privacy {
    margin-top: 17px;
    margin: 16px;
  }
}

.form-checkbox {
  position: relative;
}

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

.form-checkbox__text {
  padding-left: 36px;
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}
.form-checkbox__text a {
  text-decoration: underline;
}
.form-checkbox__text::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border-radius: 4px;
  left: 0;
  border: 1px solid transparent;
}
.form-checkbox__text::after {
  content: "";
  position: absolute;
  background: url(../img/deco_contact-check.png) no-repeat center center/contain;
  width: 14px;
  height: 9px;
  top: 8px;
  left: 6px;
  opacity: 0;
}

.contact__button {
  padding-top: 0;
  padding-bottom: 0px;
  padding-inline: 23px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .contact__button {
    padding-inline: 38px;
    height: 40px;
  }
}
@media screen and (min-width: 900px) {
  .contact__button a {
    font-size: 16px;
  }
}

.form-text::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
}

.form-text::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #cccccc;
  font-size: 14px;
}

.form-text:-ms-input-placeholder, .form-textarea:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
}

.form-text::-ms-input-placeholder, .form-textarea::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
}

.form-text::placeholder,
.form-textarea::placeholder {
  color: #cccccc;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .form-text::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-text::-moz-placeholder, .form-textarea::-moz-placeholder {
    font-size: 16px;
  }
  .form-text:-ms-input-placeholder, .form-textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-text::-ms-input-placeholder, .form-textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-text::placeholder,
  .form-textarea::placeholder {
    font-size: 16px;
  }
}

.footer {
  margin-top: 41px;
}
@media screen and (min-width: 900px) {
  .footer {
    margin-top: 122px;
  }
}

@media screen and (min-width: 900px) {
  .footer__deco-pawpads {
    position: absolute;
    right: calc(50% - 676px);
    bottom: 717px;
    width: 100px;
    height: 220px;
  }
  .footer__deco-pawpads img {
    width: 100%;
  }
}

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

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

.footer__sns {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

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

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

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

.footer__body {
  margin-top: 48px;
  background: #fff;
  border-radius: 16px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 130px;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer__body iframe {
  height: auto;
  aspect-ratio: 512/415;
  width: 100%;
  vertical-align: top;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .footer__body iframe {
    border-top-left-radius: 0;
    width: 50%;
  }
}

.footer__body-icon {
  position: absolute;
  top: -34px;
  width: 333px;
}
@media screen and (min-width: 900px) {
  .footer__body-icon {
    width: 755px;
    top: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.footer__body-icon img {
  width: 100%;
}

.body-detail {
  padding-top: 19px;
  padding-right: 21px;
  padding-left: 21px;
  padding-bottom: 29px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .body-detail {
    padding-top: 94px;
    padding-bottom: 106px;
    padding-right: 0;
    padding-left: 0;
  }
}

.detail-logo {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .detail-logo {
    text-align: left;
  }
}
.detail-logo img {
  width: 153px;
}
@media screen and (min-width: 900px) {
  .detail-logo img {
    width: 183px;
  }
}

.detail-content {
  margin-top: 30px;
  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) {
  .detail-content {
    margin-top: 24px;
    gap: 12px;
  }
}

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

.content-title {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  padding-left: 16px;
  width: 80px;
}
@media screen and (min-width: 900px) {
  .content-title {
    font-size: 16px;
    width: 80px;
  }
}
.content-title::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ed0e0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.content-description {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .content-description {
    font-size: 16px;
  }
}

.footer__page-top-button {
  text-align: center;
  padding-block: 25px;
}
@media screen and (min-width: 900px) {
  .footer__page-top-button {
    display: none;
  }
}
.footer__page-top-button img {
  width: 75px;
}

.footer__bottom {
  position: relative;
  margin-top: 37px;
}
@media screen and (min-width: 900px) {
  .footer__bottom {
    margin-top: 212px;
  }
}

.footer__bottom-wave img {
  position: absolute;
  bottom: 40px;
}
@media screen and (min-width: 900px) {
  .footer__bottom-wave img {
    bottom: 45px;
  }
}

.footer__bottom-bg {
  background-color: #67b0c7;
  text-align: center;
  height: 47px;
}

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

@media screen and (min-width: 900px) {
  .pagetop {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    right: 40px;
    bottom: 40px;
    width: 100px;
    z-index: 100;
  }
  .pagetop.is-show {
    opacity: 1;
    visibility: visible;
  }
}