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

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

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

.inner {
  max-width: 375px;
  padding-inline: 20px;
  margin-inline: auto;
}

.button-lg {
  cursor: pointer;
  display: inline-block;
  height: 56px;
  padding: 7px 37px 9px 37px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border: 3px solid var(--LP-Blown, #4a3636);
  background: var(--LP-White, #fff);
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button-lg:hover {
  background-color: var(--LP-Yellow, #ffee56);
}
@media (max-width: 374px) {
  .button-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    padding: 4px 12px 6px 12px;
    height: 40px;
  }
}

.button-md {
  cursor: pointer;
  display: inline-block;
  height: 40px;
  padding: 4px 22px 6px 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  border: 2px solid var(--LP-Blown, #4a3636);
  background: var(--LP-White, #fff);
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  color: var(--LP-Blown, #4a3636);
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.6px;
  margin-bottom: 2px;
}
.button-md:hover {
  background-color: var(--LP-Yellow, #ffee56);
}
@media (max-width: 374px) {
  .button-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    padding: 4px 10px 6px 10px;
    height: 30px;
  }
}

.button-sm {
  cursor: pointer;
  display: inline-block;
  height: 32px;
  padding: 4px 22px 6px 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border: 2px solid var(--LP-Blown, #4a3636);
  background: var(--LP-White, #fff);
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px;
}
.button-sm:hover {
  background-color: var(--LP-Yellow, #ffee56);
}

.title {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 0px 15px;
  position: relative;
}
@media screen and (min-width:1200px) {
  .title {
    gap: 8px;
    padding: 0px 20px;
    margin-top: 3px;
  }
}

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

.title-sub {
  color: var(--LP-Blown, #4a3636);
  font-family: Courgette;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (min-width:1200px) {
  .title-sub {
    font-size: 20px;
    line-height: 25px;
  }
}

.title-main {
  color: var(--LP-Blown, #4a3636);
  font-family: "Kiwi Maru";
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  display: inline-block;
  position: relative;
}
@media screen and (min-width:1200px) {
  .title-main {
    -webkit-font-feature-settings: "pwid" on;
            font-feature-settings: "pwid" on;
    font-size: 32px;
    line-height: 40px;
  }
}
.title-main::after {
  content: "";
  display: block;
  width: 200px;
  height: 6px;
  background-color: var(--LP-Yellow, #ffee56);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -12px;
}
@media screen and (min-width:1200px) {
  .title-main::after {
    width: 320px;
    height: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -16px;
  }
}

html,
body {
  background: var(--LP-Light-Blue, #e9f6f8);
  overflow-x: hidden;
}

body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

header {
  background-color: var(--LP-White, #fff) !important;
}

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

.header__inner {
  padding: 18px 20px;
  position: relative;
  max-width: calc(100% + 40px);
  margin-inline: auto;
}
@media screen and (min-width:1200px) {
  .header__inner {
    padding: 14px 24px;
    max-width: calc(100% + 48px);
  }
}

.header__logo {
  display: inline-block;
  z-index: 1001;
}
.header__logo img {
  width: 210px;
  height: 27px;
}
@media screen and (min-width:1200px) {
  .header__logo img {
    width: 183px;
    height: 24px;
    margin-top: -6px;
  }
}

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

.header__link {
  padding-right: 7px;
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
}
.header__link:hover {
  text-decoration: underline;
  color: var(--LP-Dark-Blue, #67b0c7);
}

.header__link1 {
  padding-right: 11px;
}

.header__button {
  height: 36px;
  font-size: 14px;
}

.drawer__icon {
  width: 32px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
}
@media screen and (min-width:768px) {
  .drawer__icon {
    display: block;
  }
}
@media screen and (min-width:900px) {
  .drawer__icon {
    display: none;
  }
}
@media screen and (min-width:1200px) {
  .drawer__icon {
    display: none;
  }
}

.drawer-icon__bar {
  position: absolute;
  left: 0;
  width: 32px;
  height: 3px;
  border-radius: 6px;
  background: #4a3636;
  -webkit-transition: top 0.3s linear, width 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, width 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, width 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, width 0.3s linear, -webkit-transform 0.3s linear;
}
@media screen and (min-width:768px) {
  .drawer-icon__bar {
    display: block;
  }
}
@media screen and (min-width:900px) {
  .drawer-icon__bar {
    display: block;
  }
}
@media screen and (min-width:1200px) {
  .drawer-icon__bar {
    display: none;
  }
}

.drawer-icon__bar:nth-of-type(1) {
  top: -2px;
  width: 25.6px;
  left: 0;
}

.drawer-icon__dot {
  position: absolute;
  right: -6px;
  width: 4.8px;
  height: 3px;
  background: #4a3636;
  border-radius: 6px;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.drawer-icon__bar:nth-of-type(2) {
  top: 11.6px;
}

.drawer-icon__bar:nth-of-type(3) {
  top: 23px;
}

.drawer__icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
  width: 32px;
}

.drawer__icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}

.drawer__icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
}

.drawer__icon.is-checked .drawer-icon__dot {
  opacity: 0;
}

.header__contents {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: var(--LP-White, #fff);
  z-index: 1000;
  padding: 82px 114px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
@media screen and (min-width:1200px) {
  .header__contents {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .header__contents {
    display: block;
  }
}
.header__contents.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

@media (max-height: 500px) {
  .header__contents {
    display: none !important;
  }
}
.header__nav-list {
  text-align: center;
}

.header__nav-item + .header__nav-item {
  margin-top: 40px;
}

.header__text {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
}
.header__text:hover {
  text-decoration: underline;
  color: var(--LP-Dark-Blue, #67b0c7);
}

.mv {
  position: relative;
}
@media screen and (min-width:1200px) {
  .mv {
    margin-top: -2px;
  }
}

.mv__inner {
  position: relative;
  max-width: 335px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .mv__inner {
    max-width: 335px;
  }
}
@media screen and (min-width:900px) {
  .mv__inner {
    max-width: 848px;
  }
}

.mv-picture {
  border-radius: 0px 0px 24px 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 156px);
  overflow: hidden;
}
@media screen and (min-width:900px) {
  .mv-picture {
    height: calc(100% - 141px);
  }
}
.mv-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  display: block;
}

.mv__messsage {
  color: var(--LP-Blown, #4a3636);
  text-align: center;
  text-shadow: 0px 0px 30px #fff;
  font-family: "Kiwi Maru";
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
  padding-top: 19px;
}
@media screen and (min-width:900px) {
  .mv__messsage {
    padding-top: 34px;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
  }
}

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

.mv__title1 img {
  width: 335px;
  height: 53px;
}
@media screen and (min-width:900px) {
  .mv__title1 img {
    width: 520px;
    height: 82px;
  }
}

.mv__title2 img {
  width: 240px;
  height: 40px;
}
@media screen and (min-width:900px) {
  .mv__title2 img {
    width: 356px;
    height: 60px;
  }
}

.mv__items {
  position: relative;
  height: 522px;
  margin-top: 10px;
}
@media screen and (min-width:900px) {
  .mv__items {
    height: 603px;
    margin-top: 1px;
  }
}

.mv-smartphone {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width:900px) {
  .mv-smartphone {
    top: 33px;
    bottom: 60px;
  }
}
.mv-smartphone img {
  width: 200px;
  max-width: unset;
}
@media screen and (min-width:900px) {
  .mv-smartphone img {
    width: 250px;
    max-width: unset;
  }
}

.mv__share-img {
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (min-width:900px) {
  .mv__share-img {
    left: 37px;
    top: -1px;
  }
}
.mv__share-img img {
  width: 142px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width:900px) {
  .mv__share-img img {
    width: 244px;
    height: 130px;
  }
}

.mv__gift-img {
  position: absolute;
  top: 0;
  right: 25px;
}
@media screen and (min-width:900px) {
  .mv__gift-img {
    top: 16px;
    right: 127px;
  }
}
.mv__gift-img img {
  width: 110px;
  height: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width:900px) {
  .mv__gift-img img {
    width: 180px;
    height: 180px;
  }
}

.mv-food {
  position: absolute;
  bottom: 0;
  left: 1px;
  z-index: 3;
}
@media screen and (min-width:900px) {
  .mv-food {
    bottom: 46px;
    left: 1px;
  }
}
.mv-food img {
  width: 86px;
  height: 141px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width:900px) {
  .mv-food img {
    width: 202px;
    height: 332px;
  }
}

.mv-cats {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
@media screen and (min-width:900px) {
  .mv-cats {
    bottom: 2px;
    right: 0;
  }
}
.mv-cats img {
  width: 107px;
  height: 127px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width:900px) {
  .mv-cats img {
    width: 233px;
    height: 294px;
  }
}

.about {
  position: relative;
  margin-top: 32px;
  height: 1000px;
}
@media screen and (min-width:1200px) {
  .about {
    height: 1367px;
    margin-top: 35px;
  }
}

.about__background__left-border {
  position: absolute;
  width: 250px;
  height: 250px;
  right: calc(50% + 527px);
  top: -18px;
  z-index: 1;
}
.about__background__left-border img {
  width: 100%;
}

.about__background__left-photo {
  position: absolute;
  top: 396px;
  width: 200px;
  height: 200px;
  right: calc(50% + 128px);
  overflow: hidden;
  z-index: 3;
}
@media screen and (min-width:600px) {
  .about__background__left-photo {
    right: calc(50% + 191px);
  }
}
@media screen and (min-width:900px) {
  .about__background__left-photo {
    top: 100px;
    width: 480px;
    height: 480px;
    right: calc(50% + 330px);
  }
}
@media screen and (min-width:1200px) {
  .about__background__left-photo {
    top: 74px;
    width: 480px;
    height: 480px;
    right: calc(50% + 614px);
  }
}
.about__background__left-photo img {
  vertical-align: middle;
}
@media screen and (min-width:900px) {
  .about__background__left-photo img {
    max-width: 100%;
  }
}

.about__background__left-img {
  position: absolute;
  bottom: 75px;
  left: 0;
  width: 138px;
  height: 215px;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width:600px) {
  .about__background__left-img {
    width: 200px;
    height: 300px;
  }
}
@media screen and (min-width:900px) {
  .about__background__left-img {
    width: 320px;
    height: 358px;
    bottom: 160px;
    overflow: visible;
  }
}
@media screen and (min-width:1200px) {
  .about__background__left-img {
    width: 427px;
    height: 817px;
    bottom: 230px;
    left: -102px;
  }
}
.about__background__left-img img {
  width: 100%;
}

.about__background__right-foot {
  position: absolute;
  top: -10px;
  left: calc(50% + 133px);
  width: 54px;
  height: 120px;
}
@media screen and (min-width:600px) {
  .about__background__right-foot {
    left: calc(50% + 212px);
  }
}
@media screen and (min-width:900px) {
  .about__background__right-foot {
    width: 70px;
    height: 140px;
    top: -79px;
    left: calc(50% + 277px);
  }
}
@media screen and (min-width:1200px) {
  .about__background__right-foot {
    width: 100px;
    height: 220px;
    top: -79px;
    left: calc(50% + 490px);
  }
}
.about__background__right-foot img {
  max-width: 100%;
}
@media screen and (min-width:1200px) {
  .about__background__right-foot img {
    max-width: 100%;
  }
}

.about__background__right-photo {
  position: absolute;
  top: 274px;
  left: calc(50% + 128px);
  width: 200px;
  height: 200px;
  overflow: hidden;
}
@media screen and (min-width:600px) {
  .about__background__right-photo {
    left: calc(50% + 200px);
    width: 200px;
    height: 200px;
    top: 140px;
  }
}
@media screen and (min-width:900px) {
  .about__background__right-photo {
    top: 100px;
    width: 480px;
    height: 480px;
    left: calc(50% + 330px);
  }
}
@media screen and (min-width:1200px) {
  .about__background__right-photo {
    width: 480px;
    top: 73.07px;
    left: calc(50% + 560px);
  }
}
.about__background__right-photo img {
  max-width: 100%;
  vertical-align: middle;
}
@media screen and (min-width:1200px) {
  .about__background__right-photo img {
    max-width: 100%;
    height: 480px;
    border-radius: 40px;
  }
}

.about__background__right-img-wave {
  position: absolute;
  width: 873.922px;
  height: 45.021px;
  top: 608.32px;
  left: calc(50% + 447px);
}

.about__background__right-photo-stones {
  position: absolute;
  bottom: 232px;
  left: calc(50% + 120.5px);
  width: 48px;
  height: 48px;
}
@media screen and (min-width:600px) {
  .about__background__right-photo-stones {
    width: 80px;
    height: 80px;
    left: calc(50% + 250px);
  }
}
@media screen and (min-width:900px) {
  .about__background__right-photo-stones {
    width: 90px;
    height: 90px;
    left: calc(50% + 340px);
  }
}
@media screen and (min-width:1200px) {
  .about__background__right-photo-stones {
    top: 602.32px;
    left: calc(50% + 505px);
    width: 101px;
    height: 100.047px;
  }
}
.about__background__right-photo-stones img {
  width: 100%;
  height: 100%;
}
.about__background__right-photo-goods {
  position: absolute;
  bottom: 172px;
  left: 49%;
  width: 133px;
  height: 65.003px;
}
@media screen and (min-width:600px) {
  .about__background__right-photo-goods {
    width: 200px;
    height: 98px;
    left: calc(50% + 65px);
  }
}
@media screen and (min-width:900px) {
  .about__background__right-photo-goods {
    width: 250px;
    height: 125px;
    left: calc(50% + 115px);
    bottom: 135px;
  }
}
@media screen and (min-width:1200px) {
  .about__background__right-photo-goods {
    bottom: 459px;
    left: calc(50% + 374px);
    width: 308px;
    height: 150.604px;
  }
}
.about__background__right-photo-goods img {
  width: 100%;
  height: 100%;
}
.about__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

@media screen and (min-width:600px) {
  .inner {
    max-width: 480px;
    padding-inline: 60;
    margin-inline: auto;
  }
}
@media screen and (min-width:900px) {
  .inner {
    max-width: 620px;
    padding-inline: 150;
    margin-inline: auto;
  }
}
@media screen and (min-width:1200px) {
  .inner {
    max-width: 848px;
    padding-inline: 0;
    margin-inline: auto;
  }
}

.about__content {
  border-radius: 24px;
  background: var(--LP-White, #fff);
  padding: 40px 20px;
  position: relative;
}
@media screen and (min-width:900px) {
  .about__content {
    padding: 50px 70px;
  }
}
@media screen and (min-width:1200px) {
  .about__content {
    padding: 40px 114px;
    border-radius: 36px;
  }
}

.about__title {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 0px 15px;
  position: relative;
}
@media screen and (min-width:900px) {
  .about__title {
    gap: 7px;
    padding: 0px 20px;
    margin-top: 1px;
  }
}
@media screen and (min-width:1200px) {
  .about__title {
    gap: 7px;
    padding: 0px 20px;
    margin-top: 2px;
  }
}

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

.about__title-sub {
  color: var(--LP-Blown, #4a3636);
  font-family: Courgette;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (min-width:768px) {
  .about__title-sub {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (min-width:1200px) {
  .about__title-sub {
    font-size: 20px;
    line-height: 25px;
  }
}

.about__title-main {
  color: var(--LP-Blown, #4a3636);
  font-family: "Kiwi Maru";
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  display: inline-block;
  position: relative;
}
@media screen and (min-width:900px) {
  .about__title-main {
    -webkit-font-feature-settings: "pwid" on;
            font-feature-settings: "pwid" on;
    font-size: 25px;
    line-height: 40px;
  }
}
@media screen and (min-width:1200px) {
  .about__title-main {
    -webkit-font-feature-settings: "pwid" on;
            font-feature-settings: "pwid" on;
    font-size: 32px;
    line-height: 40px;
  }
}
.about__title-main::after {
  content: "";
  display: block;
  width: 200px;
  height: 6px;
  background-color: var(--LP-Yellow, #ffee56);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -12px;
}
@media screen and (min-width:900px) {
  .about__title-main::after {
    width: 250px;
  }
}
@media screen and (min-width:1200px) {
  .about__title-main::after {
    width: 320px;
    height: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -16px;
  }
}

.about__content-img-left {
  position: absolute;
  top: -10px;
  left: 13px;
  width: 88px;
  height: 72px;
}
@media (max-width: 374px) {
  .about__content-img-left {
    width: 70px;
    height: 56px;
  }
}
@media screen and (min-width:600px) {
  .about__content-img-left {
    left: 33px;
  }
}
@media screen and (min-width:900px) {
  .about__content-img-left {
    left: 34px;
  }
}
@media screen and (min-width:1200px) {
  .about__content-img-left {
    width: 150px;
    height: 129px;
    left: -32px;
  }
}
.about__content-img-left img {
  width: 100%;
  height: 100%;
}

.about__content-img-right {
  position: absolute;
  top: -8px;
  right: -1px;
  width: 89px;
  height: 68px;
}
@media (max-width: 374px) {
  .about__content-img-right {
    right: 19px;
    width: 70px;
    height: 49px;
  }
}
@media screen and (min-width:600px) {
  .about__content-img-right {
    right: 33px;
  }
}
@media screen and (min-width:900px) {
  .about__content-img-right {
    right: 46px;
  }
}
@media screen and (min-width:1200px) {
  .about__content-img-right {
    top: 7px;
    right: -31px;
    width: 152px;
    height: 117px;
  }
}
.about__content-img-right img {
  width: 100%;
  height: 100%;
}

.about__description {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  margin-top: 36px;
}
@media screen and (min-width:1200px) {
  .about__description {
    margin-top: 50px;
    gap: 32px;
  }
}

.about__description-fs {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
}
@media screen and (min-width:900px) {
  .about__description-fs {
    font-size: 15px;
  }
}
@media screen and (min-width:1200px) {
  .about__description-fs {
    -webkit-font-feature-settings: "pref" on;
            font-feature-settings: "pref" on;
    font-size: 16px;
    line-height: 25.6px;
  }
}

.about__description-sec {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
}
@media screen and (min-width:900px) {
  .about__description-sec {
    font-size: 15px;
  }
}
@media screen and (min-width:1200px) {
  .about__description-sec {
    font-size: 16px;
    line-height: 25.6px;
  }
}

@media screen and (min-width:900px) {
  .about__description-sec-a {
    margin-top: 2px;
    margin-left: 2px;
  }
}
@media screen and (min-width:1200px) {
  .about__description-sec-a {
    margin-top: 0;
    margin-left: 2px;
  }
}

@media screen and (min-width:900px) {
  .about__description-sec-b {
    margin-top: -1px;
    margin-left: 3px;
  }
}
@media screen and (min-width:1200px) {
  .about__description-sec-b {
    margin-top: 0;
    margin-left: 3px;
  }
}

.email {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
  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;
  text-underline-position: from-font;
}
.email:hover {
  text-decoration: underline;
  color: var(--LP-Dark-Blue, #67b0c7);
}
@media screen and (min-width:900px) {
  .email {
    font-size: 14px;
  }
}
@media screen and (min-width:1200px) {
  .email {
    color: var(--LP-Blown, #4a3636);
    font-size: 16px;
    line-height: 25.6px;
  }
}

.retro {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700;
  line-height: 19.2px;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .retro {
    font-size: 14px;
  }
}
@media screen and (min-width:1200px) {
  .retro {
    font-size: 16px;
    line-height: 25.6px;
  }
}

.about__description-th {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  margin-top: 15px;
}
@media screen and (min-width:900px) {
  .about__description-th {
    font-size: 17px;
  }
}
@media screen and (min-width:1200px) {
  .about__description-th {
    font-size: 20px;
    line-height: 32px;
    margin-top: 18px;
  }
}

.space {
  display: block;
  height: 18px;
}
@media screen and (min-width:900px) {
  .space {
    height: 23px;
  }
}
@media screen and (min-width:1200px) {
  .space {
    height: 27px;
  }
}

.about__button-md {
  margin-top: 32px;
  display: inline-block;
}
@media screen and (min-width:1200px) {
  .about__button-md {
    display: none;
  }
}

.about__button-lg {
  display: none;
}
@media screen and (min-width:1200px) {
  .about__button-lg {
    display: inline-block;
    margin-top: 44px;
  }
}

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

.about__bottom {
  padding-top: 847px;
}
@media screen and (min-width:900px) {
  .about__bottom {
    padding-top: 900px;
  }
}
@media screen and (min-width:1200px) {
  .about__bottom {
    padding-top: 996px;
  }
}

.about-swiper-onomichi-img {
  position: relative;
  z-index: 10;
  text-align: center;
}
@media screen and (min-width:600px) {
  .about-swiper-onomichi-img {
    margin-top: 3px;
    margin-right: 8px;
  }
}
@media screen and (min-width:900px) {
  .about-swiper-onomichi-img {
    margin-top: 3px;
    margin-right: 8px;
  }
}
@media screen and (min-width:1200px) {
  .about-swiper-onomichi-img {
    margin-right: 8px;
  }
}
.about-swiper-onomichi-img img {
  width: 354.642px;
  height: 37.2px;
}
@media screen and (min-width:600px) {
  .about-swiper-onomichi-img img {
    width: 500px;
    height: 50px;
  }
}
@media screen and (min-width:900px) {
  .about-swiper-onomichi-img img {
    width: 890.604px;
    height: 97px;
  }
}
@media screen and (min-width:1200px) {
  .about-swiper-onomichi-img img {
    width: 890.604px;
    height: 97px;
  }
}

.about__swiper {
  margin-top: 0;
  width: 100%;
  height: 100px;
}
@media screen and (min-width:1200px) {
  .about__swiper {
    margin-top: -7px;
    width: 100%;
    height: 200px;
  }
}

.swiper-wrapper {
  width: 100%;
  height: 100px;
}
@media screen and (min-width:1200px) {
  .swiper-wrapper {
    height: 200px;
  }
}

.about__swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.about-swiper-slide {
  width: 100px !important;
  height: 100px !important;
  margin-right: 10px;
}
@media screen and (min-width:1200px) {
  .about-swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 200px !important;
    height: 200px !important;
    margin-right: 20px;
  }
}
.about-swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.how-to-enter {
  margin-top: 50px;
}
@media screen and (min-width:600px) {
  .how-to-enter {
    padding-top: 90px;
  }
}
@media screen and (min-width:900px) {
  .how-to-enter {
    padding-top: 110px;
  }
}
@media screen and (min-width:1200px) {
  .how-to-enter {
    margin-top: 0;
    padding-top: 38px;
  }
}

.how-to-enter__inner {
  position: relative;
  max-width: 375px;
}
@media screen and (min-width:600px) {
  .how-to-enter__inner {
    padding-inline: 40px;
    max-width: 520px;
  }
}
@media screen and (min-width:900px) {
  .how-to-enter__inner {
    padding-inline: 20px;
    max-width: 960px;
  }
}
@media screen and (min-width:1200px) {
  .how-to-enter__inner {
    padding-inline: 36px;
    max-width: 1440px;
  }
}

.how-to-enter__title {
  gap: 6px;
  margin-top: 0;
}
@media screen and (min-width:900px) {
  .how-to-enter__title {
    gap: 7px;
    padding: 0px 20px;
    margin-top: 4px;
  }
}
@media screen and (min-width:768px) {
  .how-to-enter__title-icon {
    margin: 0 auto;
    width: 48px;
    height: 48px;
  }
}
@media screen and (min-width:900px) {
  .how-to-enter__title-icon {
    margin: 0 auto;
    width: 48px;
    height: 48px;
  }
}

@media screen and (min-width:768px) {
  .how-to-enter__title-sub {
    font-size: 20px;
    line-height: 25px;
  }
}

.how-to-enter__title-main::after {
  width: 106px;
}
@media screen and (min-width:1200px) {
  .how-to-enter__title-main::after {
    width: 160px;
  }
}

.how-to-enter__map {
  position: absolute;
  top: 0;
  right: calc(50% + 39px);
  width: 149px;
}
@media screen and (min-width:600px) {
  .how-to-enter__map {
    width: 200px;
    top: -15px;
    right: calc(50% + 90px);
  }
}
@media screen and (min-width:900px) {
  .how-to-enter__map {
    width: 300px;
    top: 9px;
    right: calc(50% + 239px);
  }
}
@media screen and (min-width:1200px) {
  .how-to-enter__map {
    width: 460px;
    top: -60px;
    right: calc(50% + 261px);
  }
}
.how-to-enter__map img {
  max-width: 100%;
}
@media screen and (min-width:1200px) {
  .how-to-enter__map img {
    max-width: 100%;
    height: 689px;
    z-index: 0;
  }
}

.how-to-enter__cats {
  position: absolute;
  top: 0;
  left: calc(50% + 59px);
  z-index: 2;
}
@media screen and (min-width:600px) {
  .how-to-enter__cats {
    top: -35px;
    right: -24px;
  }
}
@media screen and (min-width:900px) {
  .how-to-enter__cats {
    top: -35px;
    right: -24px;
  }
}
@media screen and (min-width:1200px) {
  .how-to-enter__cats {
    top: -35px;
    right: -24px;
  }
}

.how-to-enter__cat2 {
  position: relative;
  width: 160px;
  height: 85px;
  display: inline-block;
}
@media screen and (min-width:600px) {
  .how-to-enter__cat2 {
    width: 60px;
    top: -16px;
    right: -168px;
  }
}
@media screen and (min-width:900px) {
  .how-to-enter__cat2 {
    width: 433px;
    height: 200px;
    right: 27px;
  }
}
@media screen and (min-width:1200px) {
  .how-to-enter__cat2 {
    width: 433px;
    height: 200px;
    right: -145px;
  }
}

.how-to-enter__cat-brown {
  position: absolute;
  top: 0;
  left: 0;
  width: 105px;
}
@media screen and (min-width:600px) {
  .how-to-enter__cat-brown {
    width: 120px;
    height: auto;
    top: 37px;
    left: calc(50% - 165px);
  }
}
@media screen and (min-width:900px) {
  .how-to-enter__cat-brown {
    width: 160px;
    height: auto;
    top: 25px;
    left: calc(50% - 50px);
  }
}
@media screen and (min-width:1200px) {
  .how-to-enter__cat-brown {
    width: 238px;
    height: auto;
    top: 24px;
    left: calc(50% - 133px);
  }
}
.how-to-enter__cat-brown img {
  max-width: 100%;
}

.how-to-enter__cat-black {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 94px;
}
@media screen and (min-width:600px) {
  .how-to-enter__cat-black {
    width: 120px;
    bottom: -50px;
    right: 0;
  }
}
@media screen and (min-width:900px) {
  .how-to-enter__cat-black {
    width: 170px;
    height: auto;
    bottom: 29px;
    right: -13px;
  }
}
@media screen and (min-width:1200px) {
  .how-to-enter__cat-black {
    width: 210px;
    height: auto;
    bottom: -13px;
    right: -12px;
  }
}
.how-to-enter__cat-black img {
  max-width: 100%;
}

.how-to-enter__cat-foot1 {
  position: absolute;
  top: 74px;
  right: 19px;
  width: 55px;
  height: 120px;
}
@media screen and (min-width:900px) {
  .how-to-enter__cat-foot1 {
    width: 100px;
    height: 220px;
    top: 80px;
    right: -2px;
  }
}
@media screen and (min-width:1200px) {
  .how-to-enter__cat-foot1 {
    width: 100px;
    height: 220px;
    top: 149px;
    right: -140px;
  }
}
.how-to-enter__cat-foot1 img {
  max-width: 100%;
}

.how-to-enter__cat-foot2 {
  position: absolute;
  top: 549.55px;
  left: 20px;
  width: 55px;
  height: 120.12px;
}
@media screen and (min-width:900px) {
  .how-to-enter__cat-foot2 {
    width: 100px;
    height: 220px;
    top: 405px;
    left: 8px;
  }
}
@media screen and (min-width:1200px) {
  .how-to-enter__cat-foot2 {
    width: 100px;
    height: 220px;
    top: 579.55px;
    left: -141px;
  }
}
.how-to-enter__cat-foot2 img {
  max-width: 100%;
}

.how-to-enter__cat-foot3 {
  position: absolute;
  bottom: 362.33px;
  right: 20px;
}
@media screen and (min-width:900px) {
  .how-to-enter__cat-foot3 {
    display: none;
  }
}
.how-to-enter__cat-foot3 img {
  width: 55px;
  height: 120.12px;
}

@media screen and (min-width:1200px) {
  .how_to_enter {
    max-width: 1024px;
    margin: 0 auto;
  }
}

.how-to-steps {
  text-align: center;
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 29px;
}
@media screen and (min-width:900px) {
  .how-to-steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    position: relative;
  }
}
@media screen and (min-width:1200px) {
  .how-to-steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    gap: 32px;
    margin-top: 57px;
  }
}

.how-to-step {
  padding-bottom: 19px;
  padding-inline: 7.5px;
  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-to-step {
    width: 31.25%;
  }
}
@media screen and (min-width:1200px) {
  .how-to-step {
    width: 31.25%;
  }
}

@media screen and (min-width:900px) {
  .how-to-step2 {
    margin-top: 68px;
    padding-inline: 0;
  }
}
@media screen and (min-width:1200px) {
  .how-to-step2 {
    padding-inline: 0;
  }
}

@media screen and (min-width:1200px) {
  .how-to-step3 {
    padding-inline: 0;
  }
}

.how-to-step__img img {
  width: 196px;
  height: 210.519px;
}
@media screen and (min-width:1200px) {
  .how-to-step__img img {
    width: 280px;
    height: 300px;
  }
}

.how-to-step__text1 {
  color: var(--LP-Blown, #4a3636);
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
}
@media screen and (min-width:1200px) {
  .how-to-step__text1 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 10px;
  }
}

.text1-2 {
  margin-top: 2px;
}
@media screen and (min-width:1200px) {
  .text1-2 {
    margin-top: 10px;
  }
}

.text2-1 {
  margin-top: -2px;
}
@media screen and (min-width:1200px) {
  .text2-1 {
    margin-top: 0;
  }
}

.text1-3 {
  margin-top: 2px;
  margin-left: 4px;
}
@media screen and (min-width:1200px) {
  .text1-3 {
    margin-top: 11px;
    margin-left: 3px;
  }
}

@media screen and (min-width:1200px) {
  .text2-3 {
    margin-top: -1px;
    margin-left: -1px;
  }
}

.how-to-step__text2 {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
}
@media screen and (min-width:900px) {
  .how-to-step__text2 {
    font-size: 12px;
  }
}
@media screen and (min-width:1200px) {
  .how-to-step__text2 {
    font-size: 16px;
    line-height: 25.6px;
  }
}

.how-to-step__inst {
  background: var(--LP-White, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 7px;
  margin-inline: auto;
  padding: 8px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1px;
}
.how-to-step__inst:hover {
  border: 1px solid #9ed0e0;
}
@media screen and (min-width:1200px) {
  .how-to-step__inst {
    margin-top: 2px;
    gap: 6px;
    text-align: center;
  }
}
.how-to-step__inst img {
  width: 20px;
  height: 20px;
  margin-left: -2px;
}
@media screen and (min-width:1200px) {
  .how-to-step__inst img {
    width: 24px;
    height: 24px;
    margin-right: 1px;
  }
}
.how-to-step__inst span {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px;
}
@media screen and (min-width:1200px) {
  .how-to-step__inst span {
    font-size: 16px;
    line-height: 25.6px;
  }
}

.how-to-step__button-md {
  margin-top: -4px;
  margin-bottom: 2px;
}
@media screen and (min-width:600px) {
  .how-to-step__button-md {
    margin-top: 20px;
    text-align: center;
  }
}

.how-to-step__button-lg {
  text-align: center;
  margin-top: 31px;
}

.how-to-step__line {
  position: relative;
}
.how-to-step__line::after {
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  z-index: 3;
  width: 7px;
  height: 34px;
  content: "";
  background-color: transparent;
  background: url(../img/how-to-step-line-sp.png) center center no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width:900px) {
  .how-to-step__line::after {
    display: none;
  }
}
@media screen and (min-width:1200px) {
  .how-to-step__line::after {
    display: none;
  }
}

.how-to-step__line-pc1 {
  position: relative;
}
.how-to-step__line-pc1::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 71px;
  left: calc(50% + 97px);
  z-index: 3;
  width: 113px;
  height: 24px;
  background: url(../img/houw-to-enter-line-pc.png) center center no-repeat;
  background-size: contain;
}
@media screen and (min-width:900px) {
  .how-to-step__line-pc1::after {
    display: block;
    width: 90x;
    bottom: 35px;
    left: calc(50% + 72px);
  }
}
@media screen and (min-width:1200px) {
  .how-to-step__line-pc1::after {
    width: 90x;
    bottom: 70px;
    left: calc(50% + 95px);
    display: block;
  }
}

.how-to-step__line-pc2 {
  position: relative;
}
.how-to-step__line-pc2::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 140px;
  left: calc(50% + 105px);
  z-index: 3;
  width: 113px;
  height: 24px;
  background: url(../img/houw-to-enter-line-pc.png) center center no-repeat;
  background-size: contain;
}
@media screen and (min-width:900px) {
  .how-to-step__line-pc2::after {
    display: block;
    width: 90x;
    bottom: 95px;
    left: calc(50% + 82px);
  }
}
@media screen and (min-width:1200px) {
  .how-to-step__line-pc2::after {
    width: 90x;
    bottom: 138px;
    left: calc(50% + 104px);
    display: block;
  }
}

.prizes {
  margin-top: 118px;
}
@media screen and (min-width:1200px) {
  .prizes {
    margin-top: 274px;
    margin-inline: auto;
  }
}

.prizes__main {
  padding-bottom: 31px;
  position: relative;
  border-radius: 24px;
  background: var(--LP-White, #fff);
  padding-top: 59px;
}
.prizes__main::before {
  content: "";
  position: absolute;
  top: -83px;
  left: 51%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 237.6px;
  height: 83px;
  background-image: url(../img/prizes-top--sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width:600px) {
  .prizes__main::before {
    max-width: 600px;
    margin-inline: auto;
  }
}
@media screen and (min-width:1200px) {
  .prizes__main::before {
    width: 365.624px;
    height: 148.967px;
    top: -147px;
    background-image: url(../img/prizes-top--pc.png);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width:1200px) {
  .prizes__main {
    padding-top: 66px;
    padding-bottom: 13px;
    max-width: 1024px;
    margin-inline: auto;
  }
}

.prizes__bg {
  position: absolute;
  width: 1024px;
}

.prizes__bg-img-right {
  position: absolute;
  width: 315px;
  height: 86px;
  left: calc(50% + 197px);
  top: -187px;
}
.prizes__bg-img-right img {
  width: 100%;
  height: 100%;
}

.prizes__bg-img-left {
  position: absolute;
  width: 315px;
  height: 86px;
  right: calc(50% + 197px);
  top: -187px;
}
.prizes__bg-img-left img {
  width: 100%;
  height: 100%;
}

.prizes__title {
  position: absolute;
  top: -63px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0px 13px;
}
@media screen and (min-width:1200px) {
  .prizes__title {
    margin-top: 0;
    top: -120px;
  }
}

.prizes__title-main::after {
  width: 160px;
}
@media screen and (min-width:1200px) {
  .prizes__title-main::after {
    width: 256px;
  }
}

.prizes__main-text {
  color: var(--LP-Blown, #4a3636);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
  margin-top: 1px;
}
@media (max-width: 374px) {
  .prizes__main-text {
    margin-top: 35px;
  }
}
@media screen and (min-width:1200px) {
  .prizes__main-text {
    font-size: 16px;
    line-height: 25.6px;
    margin-top: -1px;
  }
}

@media screen and (min-width:600px) {
  .prizes__inner {
    padding-inline: 50px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width:900px) {
  .prizes__inner {
    padding-inline: 40px;
    padding: 0;
    max-width: 980px;
    margin: 0 auto;
  }
}
@media screen and (min-width:1200px) {
  .prizes__inner {
    padding-inline: 56px;
    max-width: 1512px;
    margin: 0 auto;
  }
}

.figure__cards {
  margin-top: 47px;
}
@media (max-width: 374px) {
  .figure__cards {
    justify-items: center;
  }
}
@media screen and (min-width:600px) {
  .figure__cards {
    display: grid;
    place-items: center;
  }
}
@media screen and (min-width:900px) {
  .figure__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
@media screen and (min-width:1200px) {
  .figure__cards {
    margin-top: 83px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.figure__cards-lg {
  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;
  width: 335px;
}
@media (max-width: 374px) {
  .figure__cards-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width:600px) {
  .figure__cards-lg {
    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;
    width: 500px;
  }
}
@media screen and (min-width:600px) {
  .figure__cards-lg {
    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;
    width: 500px;
  }
}
@media screen and (min-width:900px) {
  .figure__cards-lg {
    width: 800px;
    margin-top: 18px;
  }
}
@media screen and (min-width:1200px) {
  .figure__cards-lg {
    width: 912px;
    margin-top: -1px;
  }
}

.figure__cards-md {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 15px;
  margin-top: 15px;
}
@media screen and (min-width:600px) {
  .figure__cards-md {
    width: 500px;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 30px;
  }
}
@media screen and (min-width:900px) {
  .figure__cards-md {
    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;
    width: 800px;
    margin-top: 130px;
  }
}
@media screen and (min-width:1200px) {
  .figure__cards-md {
    width: 912px;
    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;
    margin-top: 14px;
  }
}

.figure__card-wrapper {
  position: relative;
  width: 160px;
  height: 220px;
}
.figure__card-wrapper:last-child {
  grid-column: 1/-1;
  justify-self: center;
}
@media screen and (min-width:600px) {
  .figure__card-wrapper {
    width: 230px;
    height: 300px;
  }
  .figure__card-wrapper.figure__card-wrapper-lg {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width:900px) {
  .figure__card-wrapper.figure__card-wrapper-lg {
    width: calc(50% - 16px);
  }
  .figure__card-wrapper.figure__card-wrapper-md {
    width: 230px;
    height: 300px;
  }
}
@media screen and (min-width:1200px) {
  .figure__card-wrapper.figure__card-wrapper-lg {
    width: calc(50% - 16px);
    height: 510px;
  }
  .figure__card-wrapper.figure__card-wrapper-md {
    width: calc(33% - 21px);
    height: 360px;
  }
}

.figure__icon {
  position: absolute;
  width: 48px;
  height: 48px;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.figure__icon img {
  max-width: 100%;
}
@media screen and (min-width:900px) {
  .figure__icon.figure__icon-lg {
    width: 80px;
    height: 80px;
    top: -40px;
  }
  .figure__icon.figure__icon-md {
    width: 70px;
    height: 70px;
    top: -40px;
  }
}
@media screen and (min-width:1200px) {
  .figure__icon.figure__icon-lg {
    width: 100px;
    height: 100px;
    top: -50px;
  }
  .figure__icon.figure__icon-md {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}

@media screen and (min-width:1200px) {
  .figure_icon-1 {
    padding-left: 1.5px;
  }
}

.figure__card {
  position: relative;
  border-radius: 10px;
  background: var(--LP-Gray, #f5f5f5);
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: border 0.1s ease;
  transition: border 0.1s ease;
}
.figure__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 4px solid transparent;
  border-radius: 10px;
  pointer-events: none;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
.figure__card:hover::after {
  border-color: #9ed0e0;
}
.figure__card:hover .figure__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (min-width:900px) {
  .figure__card {
    border-radius: 10px;
  }
  .figure__card::after {
    border-radius: 10px;
  }
}
@media screen and (min-width:1200px) {
  .figure__card {
    border-radius: 24px;
  }
  .figure__card::after {
    border-radius: 24px;
  }
}

.figure__img {
  display: block;
}

@media screen and (min-width:600px) {
  .figure__img-lg {
    height: 200px;
    width: 100%;
    overflow: hidden;
    display: block;
  }
}
@media screen and (min-width:900px) {
  .figure__img-lg {
    height: 280px;
    width: 100%;
    overflow: hidden;
    display: block;
  }
}
@media screen and (min-width:1200px) {
  .figure__img-lg {
    height: 340px;
    width: 100%;
    overflow: hidden;
    display: block;
  }
  .figure__img-lg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media screen and (min-width:1200px) {
  .figure__img-md {
    height: 240px;
    width: 100%;
    overflow: hidden;
    display: block;
  }
  .figure__img-md img {
    border-radius: 24px 24px 0 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.figure__text {
  color: var(--LP-Blown, #4a3636);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700;
  line-height: 19.2px;
  padding: 9px 26px;
  height: 55.41px;
  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) {
  .figure__text.figure__text-lg {
    height: 90px;
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (min-width:1200px) {
  .figure__text.figure__text-lg {
    height: 120px;
    font-size: 20px;
    line-height: 32px;
  }
  .figure__text.figure__text-md {
    height: 77px;
    font-size: 16px;
    line-height: 25.6px;
    margin-top: 2px;
  }
}

.figure__modal-icon {
  position: absolute;
  width: 11.52px;
  height: 11.52px;
  bottom: 15.12px;
  right: 5.22px;
  z-index: 2;
}
.figure__modal-icon img {
  width: 100%;
}

@media screen and (min-width:900px) {
  .figure__modal-icon-lg {
    width: 25px;
    height: 25px;
    bottom: 9px;
    right: 9.5px;
  }
}
@media screen and (min-width:1200px) {
  .figure__modal-icon-lg {
    width: 34px;
    height: 34px;
    bottom: 16px;
    right: 12.5px;
  }
  .figure__modal-icon-lg img {
    width: 100%;
  }
}

@media screen and (min-width:1200px) {
  .figure__modal-icon-md {
    right: 8px;
    width: 20.48px;
    height: 20.48px;
    bottom: 14px;
  }
  .figure__modal-icon-md img {
    width: 100%;
  }
}

.figure__modal-triangle {
  position: absolute;
  width: 38px;
  height: 38px;
  right: -1px;
  bottom: -1px;
  overflow: hidden;
  border-radius: 0 0 10px 0;
}

.figure__modal-triangle path {
  fill: #67b0c7;
}

.figure__card:hover path {
  fill: var(--LP-Blue, #9ed0e0);
}

@media screen and (min-width:900px) {
  .figure__modal-triangle-lg {
    width: 70px;
    height: 70px;
    right: -2px;
    bottom: -3px;
    overflow: hidden;
  }
}
@media screen and (min-width:1200px) {
  .figure__modal-triangle-lg {
    width: 101px;
    height: 101px;
    right: -1px;
    bottom: -3px;
    border-radius: 0 0 24px 0;
    overflow: hidden;
  }
}

@media screen and (min-width:1200px) {
  .figure__modal-triangle-md {
    width: 65px;
    height: 65px;
    overflow: hidden;
    bottom: -2px;
  }
}

.prizes__button-md {
  margin-top: -6px;
}
@media screen and (min-width:600px) {
  .prizes__button-md {
    text-align: center;
  }
}

.prizes__button-lg {
  text-align: center;
  margin-top: 1px;
  padding-bottom: 40px;
}

.prizes__bottom {
  margin-top: -54px;
  overflow: hidden;
  margin-left: -103px;
}
@media screen and (min-width:1200px) {
  .prizes__bottom {
    margin-top: -3px;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

.prizes__bottom-img {
  height: 260px;
  display: block;
  margin-left: -1px;
  margin-top: 10px;
}
.prizes__bottom-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width:1200px) {
  .prizes__bottom-img {
    margin-left: 0;
    margin-top: 0;
    height: 640px;
  }
}

a.figure__card-wrapper {
  display: block;
}

.prizes__modal {
  position: fixed;
  inset: 0;
  margin: auto;
  width: 336px;
  height: 480px;
  overflow: auto;
  border-radius: 24px;
  background: #fff;
  border: none;
  z-index: 60;
  overscroll-behavior-y: none;
  padding: 0;
}
@media screen and (min-width:1200px) {
  .prizes__modal {
    width: 480px;
    height: 650px;
  }
}
.prizes__modal::-ms-backdrop {
  opacity: 0.5;
  background: #000;
}
.prizes__modal::backdrop {
  opacity: 0.5;
  background: #000;
}

.prizes__modal-img {
  width: 100%;
  height: 210px;
}
@media screen and (min-width:1200px) {
  .prizes__modal-img {
    height: 300px;
  }
}
.prizes__modal-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.prizes__modal-body {
  display: grid;
  place-items: center;
  padding-top: 39px;
  padding-bottom: 56px;
}

.prizes__modal-title {
  color: var(--LP-Blown, #4a3636);
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
}
@media screen and (min-width:1200px) {
  .prizes__modal-title {
    font-size: 20px;
    line-height: 32px;
  }
}

.prizes__modal-text {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
  margin-top: 12px;
}
@media screen and (min-width:1200px) {
  .prizes__modal-text {
    font-size: 16px;
    line-height: 25.6px;
  }
}

.kaigyo {
  display: block;
}
@media screen and (min-width:1200px) {
  .kaigyo {
    display: none;
  }
}

.prizes__modal-close-button {
  margin-top: 16px;
}
@media screen and (min-width:1200px) {
  .prizes__modal-close-button {
    margin-top: 24px;
  }
}

.button-modal {
  display: inline-block;
  height: 40px;
  padding: 4px 22px 6px 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border: 2px solid var(--LP-Blown, #4a3636);
  background: var(--LP-White, #fff);
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
}
.button-modal:hover {
  background-color: var(--LP-Yellow, #ffee56);
}

.spots {
  position: relative;
  background: var(--LP-Dark-Blue, #67b0c7);
  margin-bottom: 120px;
  padding-bottom: 20px;
}
@media screen and (min-width:1200px) {
  .spots {
    margin-top: 0;
  }
}
.spots::before {
  position: absolute;
  content: "";
  background: url(../img/spots__bg-wave-pc.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
  width: 100%;
  height: 45.714px;
  top: -44.714px;
  right: 50%;
  -webkit-transform: rotate(180deg) translateX(-50%);
          transform: rotate(180deg) translateX(-50%);
  overflow: visible;
}
.spots::after {
  position: absolute;
  content: "";
  background: url(../img/spots__bg-wave-pc.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
  width: 100%;
  height: 45.714px;
  top: 634px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  overflow: visible;
}
@media (max-width: 374px) {
  .spots::before {
    height: 70px;
  }
  .spots::after {
    height: 70px;
    top: 600px;
  }
}
@media screen and (min-width:600px) {
  .spots::before {
    height: 70px;
  }
  .spots::after {
    height: 70px;
  }
}
@media screen and (min-width:900px) {
  .spots::before {
    height: 100px;
  }
  .spots::after {
    height: 100px;
    top: 680px;
  }
}
@media screen and (min-width:1200px) {
  .spots::before {
    height: 117px;
    top: -115px;
  }
  .spots::after {
    height: 117px;
    top: 720px;
  }
}
@media screen and (min-width:1200px) and (min-width: 1520px) {
  .spots::before {
    height: 170px;
    top: -115px;
  }
  .spots::after {
    height: 170px;
    top: 720px;
  }
}

.spots__bg-foot {
  position: absolute;
  width: 100px;
  height: 220px;
  bottom: 17px;
  left: 36px;
}
.spots__bg-foot img {
  width: 100%;
}

@media (max-width: 1200px) and (min-width: 900px) {
  .spots__content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-left: 130px;
  }
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .spots__content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-left: 240px;
  }
}
@media (min-width: 1500px) {
  .spots__content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-left: 246px;
  }
}

.spots__recommmend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 1px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:900px) {
  .spots__recommmend {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    gap: 12px;
    margin-top: -95px;
  }
}
@media screen and (min-width:1200px) {
  .spots__recommmend {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    gap: 16px;
    margin-top: -62px;
  }
}

.spots__recommmend-icon {
  width: 28px;
  height: 28px;
}
@media screen and (min-width:600px) {
  .spots__recommmend-icon {
    width: 46px;
    height: 46px;
  }
}
@media screen and (min-width:1200px) {
  .spots__recommmend-icon {
    width: 56px;
    height: 56px;
    margin-top: -4px;
    margin-left: -3px;
  }
}
.spots__recommmend-icon img {
  width: 100%;
}

.spots__recommmend-text {
  position: relative;
  z-index: 10;
  color: var(--LP-White, #fff);
  text-align: center;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-family: "Kiwi Maru";
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
}
@media screen and (min-width:600px) {
  .spots__recommmend-text {
    font-size: 32px;
  }
}
@media screen and (min-width:900px) {
  .spots__recommmend-text {
    font-size: 35px;
    line-height: 30px;
    letter-spacing: 10.5px;
  }
}
@media screen and (min-width:1200px) {
  .spots__recommmend-text {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 10.5px;
  }
}

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

.spots__swiper {
  margin-top: 24px;
  height: 420px;
}
@media screen and (min-width:900px) {
  .spots__swiper {
    margin-top: 55px;
    width: 344px;
    height: 542px;
    width: 100%;
  }
}
@media screen and (min-width:1200px) {
  .spots__swiper {
    margin-top: 0;
    height: 542px;
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (min-width:900px) {
  .spots-swiper-wrapper {
    height: 542px;
  }
}
@media screen and (min-width:1200px) {
  .spots-swiper-wrapper {
    height: 542px;
  }
}

.spot-swiper-slide {
  height: 420px;
  width: 240px !important;
  margin-right: 16px;
}
@media screen and (min-width:768px) {
  .spot-swiper-slide {
    width: 300px !important;
    height: 542px;
    margin-right: 16px;
  }
}
@media screen and (min-width:900px) {
  .spot-swiper-slide {
    width: 300px !important;
    height: 542px;
    margin-right: 32px;
  }
}
@media screen and (min-width:1200px) {
  .spot-swiper-slide {
    width: 344px !important;
    height: 542px;
    margin-right: 32px;
  }
}

.swiper__spots-card {
  border-radius: 12px;
  height: 96%;
  background: var(--LP-White, #fff);
}
@media screen and (min-width:600px) {
  .swiper__spots-card {
    height: 400px;
  }
}
@media screen and (min-width:900px) {
  .swiper__spots-card {
    height: 480px;
    border-radius: 24px;
    overflow: hidden;
  }
}
@media screen and (min-width:1200px) {
  .swiper__spots-card {
    height: 542px;
    border-radius: 24px;
  }
}

.swiper__spots-img {
  display: block;
}
@media screen and (min-width:1200px) {
  .swiper__spots-img {
    width: 344px;
  }
}
.swiper__spots-img img {
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
@media screen and (min-width:1200px) {
  .swiper__spots-img img {
    height: 240px;
    border-radius: 24px 24px 0 0;
  }
}

.swiper__spots-text {
  margin-top: 16px;
  text-align: center;
  padding-inline: 24px;
}
@media screen and (min-width:1200px) {
  .swiper__spots-text {
    margin-top: 24px;
    padding-inline: 32px;
  }
}

.swiper__spots-text1 {
  color: var(--LP-Blown, #4a3636);
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
}
@media screen and (min-width:1200px) {
  .swiper__spots-text1 {
    font-size: 20px;
    line-height: 32px;
  }
}

.swiper__spots-text2 {
  display: inline-block;
  text-align: center;
  margin-top: 16px;
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
}
@media screen and (min-width:1200px) {
  .swiper__spots-text2 {
    text-align: left;
    margin-top: 24px;
    font-size: 16px;
    line-height: 25.6px;
  }
}

.swiper__spots-prev,
.swiper__spots-next {
  width: 80px;
  height: 80px;
}
.swiper__spots-prev::after,
.swiper__spots-next::after {
  display: none;
}

.swiper__spots-prev {
  position: absolute;
  background: url(../img/spots__swiper-prev.png) no-repeat center center/contain;
}
@media (max-width: 1200px) and (min-width: 900px) {
  .swiper__spots-prev {
    top: 509px;
    left: 172px;
  }
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .swiper__spots-prev {
    top: 509px;
    left: 300px;
  }
}
@media (min-width: 1500px) {
  .swiper__spots-prev {
    top: 509px;
    left: 284px;
  }
}

.swiper__spots-next {
  background: url(../img/spots__swiper-next.png) no-repeat center center/contain;
}
@media (max-width: 1200px) and (min-width: 900px) {
  .swiper__spots-next {
    top: 509px;
    right: calc(50% - 435px);
  }
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .swiper__spots-next {
    top: 509px;
    right: calc(50% - 472px);
  }
}
@media (min-width: 1500px) {
  .swiper__spots-next {
    top: 509px;
    right: calc(50% - 472px);
  }
}

.swiper-button {
  width: 944px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.spots__title {
  padding-inline: 20px;
  text-align: center;
  margin-top: -16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) and (min-width: 900px) {
  .spots__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 107px;
    margin-top: 10px;
    gap: 25px;
  }
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .spots__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 225px;
    margin-top: 63px;
    gap: 40px;
  }
}
@media (min-width: 1500px) {
  .spots__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 81px;
    margin-left: 225px;
    margin-top: 63px;
  }
}

.spots__logo {
  display: inline-block;
  width: 255px;
  height: 55px;
}
@media screen and (min-width:600px) {
  .spots__logo {
    width: 300px;
    height: 60px;
  }
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .spots__logo {
    width: 350px;
    height: 70px;
  }
}
@media (min-width: 1500px) {
  .spots__logo {
    width: 495px;
    height: 107px;
  }
}
.spots__logo img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width:1200px) {
  .spots__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21px;
  }
}

.spots__text1 {
  color: var(--LP-White, #fff);
  font-family: "Noto Sans JP";
  font-size: 11.444px;
  font-weight: 400;
  line-height: 18.311px;
  margin-top: 16px;
}
@media screen and (min-width:600px) {
  .spots__text1 {
    font-size: 12.5px;
  }
}
@media screen and (min-width:900px) {
  .spots__text1 {
    font-size: 14px;
  }
}
@media screen and (min-width:1200px) {
  .spots__text1 {
    font-size: 16px;
    margin-top: 7px;
  }
}

.spots__button-md {
  display: block;
  margin-top: 22px;
}
@media screen and (min-width:1200px) {
  .spots__button-md {
    display: none;
  }
}

.spots__button-lg {
  display: none;
}
@media screen and (min-width:1200px) {
  .spots__button-lg {
    display: block;
    margin-top: 9px;
    margin-left: 11px;
  }
  .spots__button-lg a {
    margin-top: -1px;
  }
}

.qa {
  margin-top: -36px;
  margin-bottom: 30px;
}
@media screen and (min-width:1200px) {
  .qa {
    margin-top: 223px;
    margin-bottom: 120px;
  }
}

@media screen and (min-width:900px) {
  .qa__inner {
    max-width: 840px;
    margin: 0 auto;
  }
}
@media screen and (min-width:1200px) {
  .qa__inner {
    max-width: 1024px;
    margin: 0 auto;
  }
}

.qa__title-main::after {
  width: 140px;
}
@media screen and (min-width:1200px) {
  .qa__title-main::after {
    width: 224px;
  }
}

.qa__boxes {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media screen and (min-width:1200px) {
  .qa__boxes {
    gap: 25px;
    margin-top: 53px;
  }
}

.qa__box {
  border-radius: 12px;
  border: 2px solid var(--LP-Blown, #4a3636);
  background: var(--LP-White, #fff);
  overflow: hidden;
}
@media screen and (min-width:1200px) {
  .qa__box {
    border-radius: 16px;
  }
}

.qa__box1 {
  margin-top: 2px;
}
.qa__box2 {
  margin-top: -3px;
}
@media screen and (min-width:1200px) {
  .qa__box2 {
    margin-top: -2px;
  }
}

.qa__box3 {
  margin-top: -3px;
}
.qa__box4 {
  margin-top: -3px;
}
@media screen and (min-width:768px) {
  .qa__box4 {
    margin-top: -3px;
  }
}

.qa-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
}
@media screen and (min-width:1200px) {
  .qa-box__head {
    padding: 21px;
    gap: 16px;
  }
}

.qa__text {
  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;
  width: 100%;
}
@media screen and (min-width:1200px) {
  .qa__text {
    gap: 16px;
  }
}

.qa-box__head-icon {
  color: var(--LP-Blue, #9ed0e0);
  font-family: "Josefin Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin-top: -1px;
}
@media screen and (min-width:1200px) {
  .qa-box__head-icon {
    font-size: 32px;
    line-height: 40px;
    margin-top: 5px;
  }
}

.qa-box__head-text {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  text-align: left;
}
@media screen and (min-width:1200px) {
  .qa-box__head-text {
    font-size: 20px;
    line-height: 32px;
    margin-top: 1px;
    margin-left: 2px;
  }
}

.qa__icon-close {
  display: none;
  width: 26.182px;
  height: 26.182px;
  margin-top: -2px;
}
@media screen and (min-width:1200px) {
  .qa__icon-close {
    width: 48px;
    height: 48px;
    margin-top: 0;
    margin-left: 1px;
  }
}

.qa__icon-open {
  display: block;
  width: 26.182px;
  height: 26.182px;
}
@media screen and (min-width:1200px) {
  .qa__icon-open {
    width: 48px;
    height: 48px;
  }
}

.qa-box__body {
  display: none;
}
@media screen and (min-width:1200px) {
  .qa-box__body {
    margin-top: 3px;
  }
}

.qa-box__body1.is-open {
  display: block;
}

.qa__icon-close1 {
  display: block;
}

.qa__icon-open1 {
  display: none;
}

.qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  background: var(--LP-Gray, #f5f5f5);
  padding: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:1200px) {
  .qa-box__a {
    padding: 22px;
  }
}

.qa-box__a-icon {
  color: var(--LP-Blue, #9ed0e0);
  font-family: "Josefin Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (min-width:1200px) {
  .qa-box__a-icon {
    font-size: 32px;
    line-height: 40px;
  }
}

.qa-box__a-text {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin-top: 2px;
}
@media screen and (min-width:1200px) {
  .qa-box__a-text {
    font-size: 16px;
    line-height: 25.6px;
  }
}

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

.entry__main {
  border: 8px solid var(--LP-White, #fff);
  background: rgba(255, 255, 255, 0.5);
  padding: 26px 0;
  margin-bottom: 35px;
}
@media screen and (min-width:600px) {
  .entry__main {
    padding: 26px;
    margin: 0 auto;
    margin-bottom: 35px;
  }
}
@media screen and (min-width:900px) {
  .entry__main {
    padding: 40px 51px;
    margin-bottom: 120px;
    margin-inline: auto;
    max-width: 1024px;
  }
}
@media screen and (min-width:1200px) {
  .entry__main {
    padding: 37px 51px;
    margin-bottom: 116px;
    margin-inline: auto;
    max-width: 1024px;
  }
}

.entry__title {
  margin-top: -9px;
}
@media screen and (min-width:1200px) {
  .entry__title {
    margin-top: -6px;
  }
}

.entry__title-main::after {
  width: 80px;
}
@media screen and (min-width:1200px) {
  .entry__title-main::after {
    width: 128px;
  }
}

.entry__content {
  margin-top: 24px;
  padding-inline: 17px;
}
@media screen and (min-width:1200px) {
  .entry__content {
    margin-top: 45px;
    padding-inline: 0;
  }
}

.entry-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.1px;
  position: relative;
  margin-top: 14.3px;
  max-width: 288px;
}
@media screen and (min-width:900px) {
  .entry-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 800px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 12px;
  }
}
@media screen and (min-width:1200px) {
  .entry-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 912px;
    margin-top: 12px;
    margin-bottom: 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 12px;
    gap: 0;
  }
}
.entry-info:nth-child(n+2)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #e3e3e3;
}

.info-label {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 23.4px;
  margin-top: 12px;
}
@media screen and (min-width:900px) {
  .info-label {
    width: 26.3736263736%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: nowrap;
    margin-top: 0;
  }
}
@media screen and (min-width:1200px) {
  .info-label {
    width: 26.3736263736%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: nowrap;
    margin-top: 0;
    font-size: 16px;
    line-height: 25.6px;
    margin-left: 15px;
  }
}
.info-label::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--LP-Blue, #9ed0e0);
  border-radius: 50%;
  margin-left: -1px;
  margin-right: 8px;
  margin-top: -3px;
  vertical-align: middle;
}
@media screen and (min-width:1200px) {
  .info-label::before {
    margin-top: -5px;
  }
}

.info-label3 {
  margin-top: 13px;
}
@media screen and (min-width:1200px) {
  .info-label3 {
    margin-top: 1px;
  }
}

@media screen and (min-width:1200px) {
  .info-label4 {
    margin-top: 2px;
  }
}

.info-label5 {
  margin-top: 13px;
}
@media screen and (min-width:900px) {
  .info-label5 {
    margin-top: 0;
  }
}
@media screen and (min-width:1200px) {
  .info-label5 {
    margin-top: 1px;
  }
}

.info-text {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
  margin-left: -2px;
}
@media screen and (min-width:1200px) {
  .info-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 16px;
    line-height: 25.6px;
    margin-left: -17px;
  }
}

@media screen and (min-width:1200px) {
  .info-text4 {
    margin-top: 2px;
  }
}

.info-text5 {
  margin-top: -1px;
}

.info__text-p {
  padding-left: 0.7em;
  text-indent: -0.7em;
  margin-left: 8px;
  margin-top: 0px;
}
@media screen and (min-width:1200px) {
  .info__text-p {
    margin-left: 7px;
    margin-top: 1.3px;
  }
}
.info__text-p::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: black;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}
@media screen and (min-width:1200px) {
  .info__text-p::before {
    margin-right: 7px;
    width: 4px;
    height: 4px;
    margin-top: -1px;
  }
}

.info__text-p1 {
  margin-left: 7px;
  margin-top: -0.1px;
}
@media screen and (min-width:1200px) {
  .info__text-p1 {
    margin-left: 10px;
    margin-top: 0.9px;
  }
}

@media screen and (min-width:1200px) {
  .info__text-p2 {
    margin-left: 10px;
    margin-top: 0;
  }
}

.info__text-p3 {
  margin-top: -1px;
}
@media screen and (min-width:1200px) {
  .info__text-p3 {
    margin-top: 1px;
    margin-left: 10px;
  }
}

.info__text-p4 {
  margin-top: -1px;
}
@media screen and (min-width:1200px) {
  .info__text-p4 {
    margin-top: 1px;
    margin-left: 10px;
  }
}

@media screen and (min-width:1200px) {
  .info__text-p5 {
    margin-left: 10px;
    margin-top: 1.3px;
  }
}

@media screen and (min-width:1200px) {
  .info__text-p7 {
    margin-left: 11px;
    margin-top: 0.3px;
  }
}

.info__text-p6 {
  margin-top: -2px;
}
@media screen and (min-width:1200px) {
  .info__text-p6 {
    margin-top: 1px;
    margin-left: 10px;
  }
}

.info__text-p8 {
  margin-top: 1px;
}
@media screen and (min-width:1200px) {
  .info__text-p8 {
    margin-top: 1px;
    margin-left: 10px;
  }
}

.info__text-p9 {
  margin-top: -2px;
}
@media screen and (min-width:1200px) {
  .info__text-p9 {
    margin-top: 1px;
    margin-left: 10px;
  }
}

.entry__privacy {
  text-decoration: underline;
}
.entry__privacy:hover {
  text-decoration: underline;
  color: var(--LP-Dark-Blue, #67b0c7);
}

@media screen and (min-width:1200px) {
  .entry__bg {
    height: 400px;
  }
}
.entry__bg img {
  width: 100%;
  height: 100%;
}

.contact {
  padding-top: 41px;
  padding-bottom: 41px;
  background: var(--LP-White, #fff);
}
@media screen and (min-width:1200px) {
  .contact {
    padding-top: 118px;
    padding-bottom: 120px;
  }
}

.contact__title-main::after {
  width: 120px;
}
@media screen and (min-width:1200px) {
  .contact__title-main::after {
    width: 192px;
  }
}

.contact__title-text {
  margin-top: 29px;
  color: var(--LP-Blown, #4a3636);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
}
@media screen and (min-width:1200px) {
  .contact__title-text {
    margin-top: 42px;
    font-size: 16px;
    line-height: 25.6px;
    margin-left: 2px;
  }
}

.contact__contents {
  margin-top: -2px;
}
@media screen and (min-width:1200px) {
  .contact__contents {
    margin-top: 38px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width:1200px) {
  .form-field__item {
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form-field__item.form-field__item-mail {
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
    margin-top: 38px;
  }
}

@media screen and (min-width:1200px) {
  .contact__label1 {
    margin-top: -3px;
  }
}

.contact__label2 {
  margin-top: 7px;
}
@media screen and (min-width:1200px) {
  .contact__label2 {
    margin-top: 3px;
  }
}

.contact__label3 {
  margin-top: 1px;
  margin-bottom: 5px;
}
@media screen and (min-width:1200px) {
  .contact__label3 {
    margin-top: 6px;
  }
}

.form-field__item-email {
  margin-top: 23px;
}
@media screen and (min-width:1200px) {
  .form-field__item-email {
    margin-top: 17px !important;
  }
}

.form-field__item-qa {
  margin-top: 26px;
}
@media screen and (min-width:1200px) {
  .form-field__item-qa {
    margin-top: 16px !important;
  }
}

.form-field__item-massage {
  margin-top: 26px !important;
}
@media screen and (min-width:1200px) {
  .form-field__item-massage {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 39px !important;
  }
}

.form-field__item-mail {
  margin-top: 23px !important;
}
@media screen and (min-width:1200px) {
  .form-field__item-mail {
    margin-top: 39px !important;
  }
}

.form-field__item.has-error .contact__label,
.form-field__item.has-error .form-field__label {
  color: var(--LP-Red, #ce2073);
}
.form-field__item.has-error .form-text {
  border: 1px solid var(--LP-Red, #ce2073);
  background: var(--LP-Lpink, #fff0f7);
}
.form-field__item.has-error .form-text::-webkit-input-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item.has-error .form-text::-moz-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item.has-error .form-text:-ms-input-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item.has-error .form-text::-ms-input-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item.has-error .form-text::placeholder {
  color: var(--LP-Blown, #4a3636);
}

.form-field__item.has-input:focus,
.form-text:focus,
.form-textarea:focus {
  border: 1px solid var(--LP-Blue, #9ed0e0);
  background: var(--LP-Light-Blue, #e9f6f8);
  outline: none;
}
.form-field__item.has-input:focus::-webkit-input-placeholder, .form-text:focus::-webkit-input-placeholder, .form-textarea:focus::-webkit-input-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item.has-input:focus::-moz-placeholder, .form-text:focus::-moz-placeholder, .form-textarea:focus::-moz-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item.has-input:focus:-ms-input-placeholder, .form-text:focus:-ms-input-placeholder, .form-textarea:focus:-ms-input-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item.has-input:focus::-ms-input-placeholder, .form-text:focus::-ms-input-placeholder, .form-textarea:focus::-ms-input-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item.has-input:focus::placeholder,
.form-text:focus::placeholder,
.form-textarea:focus::placeholder {
  color: var(--LP-Blown, #4a3636);
}

.contact__label {
  margin-bottom: 5px;
}
@media screen and (min-width:1200px) {
  .contact__label {
    margin-bottom: 0;
    min-width: 21.2264150943%;
  }
}

.form-field__label {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  margin-right: 7px;
}
@media screen and (min-width:1200px) {
  .form-field__label {
    -webkit-font-feature-settings: "pref" on;
            font-feature-settings: "pref" on;
    font-size: 16px;
    line-height: 25.6px;
  }
}

.form-field__tag {
  color: var(--LP-White, #fff);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700;
  line-height: 19.2px;
  border-radius: 4px;
  background: var(--LP-Red, #ce2073);
  padding: 5px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-text {
  border-radius: 8px;
  background: var(--LP-Gray, #f5f5f5);
  border: none;
  color: black;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  margin-left: -1px;
  width: 100%;
  padding: 17px;
  margin-top: 2px;
}
@media screen and (min-width:1200px) {
  .form-text {
    width: 74.0566037736%;
  }
}
.form-text::-webkit-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-text::-moz-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-text:-ms-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-text::-ms-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-text::placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
@media screen and (min-width:1200px) {
  .form-text::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 25.6px;
  }
  .form-text::-moz-placeholder {
    font-size: 16px;
    line-height: 25.6px;
  }
  .form-text:-ms-input-placeholder {
    font-size: 16px;
    line-height: 25.6px;
  }
  .form-text::-ms-input-placeholder {
    font-size: 16px;
    line-height: 25.6px;
  }
  .form-text::placeholder {
    font-size: 16px;
    line-height: 25.6px;
  }
}

@media screen and (min-width:1200px) {
  .form-text2 {
    margin-top: 6px;
  }
}

.form-select {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 27.4px;
  width: 100%;
  border: none;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  padding: 14px;
  background: var(--LP-Gray, #f5f5f5);
  appearance: none;
  background-image: url(../img/contact__select.svg);
  background-repeat: no-repeat;
  background-position: center right 0px;
  background-size: 52px 62px;
  border-radius: 8px;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width:1200px) {
  .form-select {
    width: 74.0566037736%;
    color: var(--LP-Blown, #4a3636);
    font-size: 16px;
    line-height: 26.6px;
  }
}

.form-field__item.has-error .contact__label,
.form-field__item.has-error .form-field__label {
  color: var(--LP-Red, #ce2073);
}
.form-field__item.has-error .form-select {
  border: 1px solid var(--LP-Red, #ce2073);
  background: var(--LP-Lpink, #fff0f7);
  background-image: url(../img/contact__select-error.svg);
  background-repeat: no-repeat;
  background-position: center right 0px;
  background-size: 55px 52px;
  border: none;
}
.form-field__item.has-error .form-select::-webkit-input-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item.has-error .form-select::-moz-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item.has-error .form-select:-ms-input-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item.has-error .form-select::-ms-input-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item.has-error .form-select::placeholder {
  color: var(--LP-Blown, #4a3636);
}

.form-field__radios {
  margin-top: 8px;
}
@media screen and (min-width:1200px) {
  .form-field__radios {
    margin-top: 0;
  }
}

.form-radio {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4375;
  padding-left: -5px;
  margin-right: 10px;
  margin-top: 8px;
}
@media screen and (min-width:1200px) {
  .form-radio {
    padding-left: 2px;
    margin-right: 9px;
  }
}

.form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.form-radio__text {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  position: relative;
  padding-left: 32px;
  margin-right: 8px;
}
@media screen and (min-width:1200px) {
  .form-radio__text {
    font-size: 16px;
    line-height: 25.6px;
  }
}

.form-radio__text::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: var(--LP-Gray, #f5f5f5);
  stroke-width: 1px;
  left: 0;
}

.form-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
  stroke-width: 1px;
  left: 6px;
  opacity: 0;
}

.form-radio__input:checked + .form-radio__text::after {
  background-color: #9ed0e0;
  border: 1px solid #9ed0e0;
  opacity: 1;
}

.form-textarea {
  border-radius: 8px;
  background: var(--LP-Gray, #f5f5f5);
  padding: 16px;
  border: none;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  width: 100%;
  height: 160px;
  margin-top: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  resize: vertical;
}
.form-textarea::-webkit-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-textarea::-moz-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-textarea:-ms-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-textarea::-ms-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-textarea::placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
@media screen and (min-width:1200px) {
  .form-textarea {
    width: 74.0566037736%;
    font-size: 16px;
    line-height: 25.6px;
    margin-top: 0;
  }
}

.form-field__item.has-error .contact__label,
.form-field__item.has-error .form-field__label {
  color: var(--LP-Red, #ce2073);
}
.form-field__item.has-error .form-textarea {
  border: 1px solid var(--LP-Red, #ce2073);
  background: var(--LP-Lpink, #fff0f7);
}
.form-field__item.has-error .form-textarea::-webkit-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-field__item.has-error .form-textarea::-moz-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-field__item.has-error .form-textarea:-ms-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-field__item.has-error .form-textarea::-ms-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-field__item.has-error .form-textarea::placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}

.form-field__item {
  margin-top: 27.55px;
}
@media screen and (min-width:1200px) {
  .form-field__item {
    margin-top: 0;
  }
}

.form-field__item-form-checkbox {
  margin-top: 23px;
  margin-left: 6px;
  text-align: center;
}
@media screen and (min-width:1200px) {
  .form-field__item-form-checkbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}

.form-checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}

.form-checkbox__text {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  position: relative;
  padding-left: 41px;
}
@media screen and (min-width:1200px) {
  .form-checkbox__text {
    font-size: 16px;
    line-height: 25.6px;
  }
}
.form-checkbox__text a {
  margin-left: -11px;
  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;
  text-underline-position: from-font;
}
.form-checkbox__text a:hover {
  text-decoration: underline;
  color: var(--LP-Dark-Blue, #67b0c7);
}

.form-checkbox__text::before,
.form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-checkbox__text::before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: var(--LP-Gray, #f5f5f5);
  margin-left: -6px;
}

.form-checkbox__text::after {
  width: 16px;
  height: 15px;
  left: -2px;
  margin-top: 0.8px;
  opacity: 0;
  background: url(../img/contact__check-icon.png) no-repeat center center/contain;
}

.contact__button-md {
  display: grid;
  place-items: center;
  margin-top: 26px;
}

.button-md-contact {
  text-align: center;
  margin-top: 0;
}
@media screen and (min-width:1200px) {
  .button-md-contact {
    width: 240px;
    height: 40px;
  }
}

.footer {
  padding-top: 41px;
}
@media screen and (min-width:1200px) {
  .footer {
    padding-top: 120px;
    position: relative;
  }
}

@media screen and (min-width: 768px) and (max-width: 899.98px) {
  .footer__inner {
    margin: 0 auto;
  }
}
@media screen and (min-width:900px) {
  .footer__inner {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (min-width:1200px) {
  .footer__inner {
    max-width: 1024px;
    margin: 0 auto;
  }
}

.footer__foot {
  position: absolute;
  width: 100px;
  height: 220px;
  top: 77px;
  left: calc(50% + 576px);
}
.footer__foot img {
  width: 100%;
  height: 100%;
}

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

.footer__sns {
  text-align: center;
}
@media screen and (min-width:1200px) {
  .footer__sns {
    margin-top: -2px;
  }
}

.footer__sns-pop {
  color: var(--LP-Blown, #4a3636);
  font-family: "Josefin Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
@media screen and (min-width:1200px) {
  .footer__sns-pop {
    font-size: 24px;
    line-height: 30px;
  }
}

.footer__sns-icon {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  margin-bottom: 41px;
}

@media screen and (min-width:1200px) {
  .footer__sns-youtube {
    width: 40px;
    height: 40px;
  }
  .footer__sns-youtube img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width:1200px) {
  .footer__sns-inst {
    width: 40px;
    height: 40px;
  }
  .footer__sns-inst img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width:1200px) {
  .footer__sns-twitter {
    width: 40px;
    height: 40px;
  }
  .footer__sns-twitter img {
    width: 100%;
    height: 100%;
  }
}

.footer__logo {
  margin-left: 4px;
  margin-top: -28px !important;
  width: 328px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 374px) {
  .footer__logo {
    width: 270px;
  }
}
@media screen and (min-width:600px) {
  .footer__logo {
    width: 425px;
    margin-left: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width:900px) {
  .footer__logo {
    width: 500px;
    margin-left: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width:1200px) {
  .footer__logo {
    width: 755px;
    margin-left: 0;
    margin: 0 auto;
    margin-top: 0 !important;
  }
}
.footer__logo img {
  width: 100%;
  height: 100%;
}

.footer__card {
  margin-top: -2px;
}
@media screen and (min-width:1200px) {
  .footer__card {
    margin-bottom: 120px;
    margin-top: -6px;
    position: relative;
    z-index: 2;
  }
}

.footer__card-content {
  overflow: hidden;
  border-radius: 16px;
  background: var(--LP-White, #fff);
}
@media screen and (min-width:900px) {
  .footer__card-content {
    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;
  }
}
@media screen and (min-width:1200px) {
  .footer__card-content {
    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;
  }
}

@media screen and (min-width:600px) {
  .footer__card-map {
    width: 440px;
    height: 277px;
  }
  .footer__card-map iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:900px) {
  .footer__card-map {
    width: 380px;
    height: 331px;
  }
  .footer__card-map iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:1200px) {
  .footer__card-map {
    width: 512px;
    height: 402px;
  }
  .footer__card-map iframe {
    width: 100%;
    height: 100%;
  }
}

.footer__text {
  margin-top: 24px;
  padding-inline: 24px;
  padding-bottom: 24px;
}
@media (max-width: 374px) {
  .footer__text {
    margin-top: 27px;
    padding-inline: 16px;
  }
}
@media screen and (min-width:600px) {
  .footer__text {
    margin-top: 27px;
    padding-inline: 77px;
  }
}
@media screen and (min-width: 768px) and (max-width: 899.98px) {
  .footer__text {
    margin-top: 27px;
    padding-inline: 77px;
  }
}
@media screen and (min-width:900px) {
  .footer__text {
    padding-block: 86px;
    padding-inline: 52px;
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0;
  }
}
@media screen and (min-width:1200px) {
  .footer__text {
    padding-block: 97px;
    padding-inline: 61.5px;
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0;
  }
}

.footer__card-title {
  margin: 0 auto;
  margin-top: -10px;
  width: 153px;
  height: 20px;
}
@media screen and (min-width:1200px) {
  .footer__card-title {
    width: 183px;
    height: 24px;
    margin-left: 0;
    margin-top: 8px;
  }
}
.footer__card-title img {
  width: 100%;
  height: 100%;
}

.footer__card__info {
  margin-left: 6px;
  margin-top: 33px;
}
@media (max-width: 374px) {
  .footer__card__info {
    margin-top: 22px;
  }
}
@media screen and (min-width:1200px) {
  .footer__card__info {
    margin-left: 2px;
    margin-top: 27.1px;
  }
}

.footer__card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 8px;
}
@media screen and (min-width:1200px) {
  .footer__card-info {
    margin-bottom: 12px;
  }
}

.footer__card-info-text1 {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700;
  line-height: 19.2px;
  min-width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width:1200px) {
  .footer__card-info-text1 {
    font-size: 16px;
    line-height: normal;
    min-width: 120px;
  }
}
.footer__card-info-text1::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--LP-Blue, #9ed0e0);
  border-radius: 50%;
  margin-left: -2px;
  margin-right: 8px;
  vertical-align: middle;
}

.footer__card-info-text2 {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  margin-top: -0.1px;
  margin-left: -3px;
}
@media screen and (min-width:1200px) {
  .footer__card-info-text2 {
    font-size: 16px;
    line-height: 25.6px;
  }
}

.footer__pagetop {
  width: 75px;
  height: 78px;
  margin: 0 auto;
}

.footer-pagetop {
  width: 75px;
  height: 78px;
}
@media screen and (min-width:600px) {
  .footer-pagetop {
    z-index: 1100;
    position: fixed;
    right: 20px;
    bottom: 90px;
    width: 90px;
    height: 80x;
    width: min(24%, 90px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .footer-pagetop.is-show {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width:900px) {
  .footer-pagetop {
    right: 20px;
    bottom: 80px;
    width: 100px;
    height: 104px;
    width: min(26.6666666667%, 100px);
  }
}

.footer__bottom {
  margin-top: 86px;
  padding-bottom: 24px;
  background: var(--LP-Dark-Blue, #67b0c7);
  text-align: center;
  position: relative;
}
@media screen and (min-width:1200px) {
  .footer__bottom {
    margin-top: 40px;
    padding-bottom: 32px;
    width: 100%;
  }
}
.footer__bottom::before {
  position: absolute;
  z-index: 1;
  content: "";
  height: 45.714px;
  background: url(../img/footer__bottom-wave.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
  width: 100%;
  height: 98%;
  top: -39.714px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 376px) {
  .footer__bottom::before {
    height: 180%;
  }
}
@media (min-width: 600px) {
  .footer__bottom::before {
    height: 210%;
  }
}
@media screen and (min-width:600px) {
  .footer__bottom::before {
    height: 280%;
    top: -74px;
  }
}
@media screen and (min-width:768px) {
  .footer__bottom::before {
    height: 280%;
    top: -74px;
  }
}
@media screen and (min-width: 768px) and (max-width: 899.98px) {
  .footer__bottom::before {
    height: 300%;
  }
}
@media screen and (min-width:900px) {
  .footer__bottom::before {
    height: 300%;
    top: -74px;
  }
}
@media screen and (min-width:1200px) {
  .footer__bottom::before {
    width: 100%;
    height: 214%;
    top: -119px;
    background: url(../img/footer__bottom-wave-lg.png) center center no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1520px) {
  .footer__bottom::before {
    height: 350%;
  }
}

.footer__copyright {
  display: inline-block;
  color: var(--LP-White, #fff);
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:600px) {
  .footer__copyright {
    font-size: 12px;
    line-height: 22.4px;
  }
}
@media screen and (min-width:900px) {
  .footer__copyright {
    font-size: 14px;
    line-height: 22.4px;
  }
}
@media screen and (min-width:1200px) {
  .footer__copyright {
    font-size: 14px;
    line-height: 22.4px;
  }
}

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