@charset "UTF-8";
body {
  font-family: "Noto sans JP", sans-serif;
  background: #e9f6f8;
  min-width: 320px;
}
body.modal-open {
  overflow: hidden;
}

figure {
  margin: 0;
}

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

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

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

.heading-en {
  font-family: "Courgette", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  color: #4a3636;
}
@media screen and (min-width: 650px) {
  .heading-en {
    font-size: 20px;
  }
}

.heading-ja {
  font-family: "Kiwi Maru", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
  color: #4a3636;
}
@media screen and (min-width: 650px) {
  .heading-ja {
    font-size: 32px;
  }
}

.button-1 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 334px;
  height: 40px;
  padding: 4px 22px 6px 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  color: #4a3636;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 320px) {
  .button-1 {
    width: 240px;
    font-size: 11px;
    padding-inline: 15px;
    padding-top: 8px;
  }
}
.button-1:hover {
  background: #ffee56;
}
@media screen and (min-width: 650px) {
  .button-1 {
    font-size: 20px;
    width: 437px;
    margin-left: auto;
    margin-right: auto;
    padding: 7px 37px 9px 37px;
    height: 56px;
    border: 3px solid #4a3636;
  }
}

.button-2 {
  padding: 4px 22px 6px 22px;
  border-radius: 40px;
  background: #fff;
  width: 192px;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  color: #4a3636;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  border: 2px solid #4a3636;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.button-2:hover {
  background: #ffee56;
}
@media screen and (min-width: 650px) {
  .button-2 {
    padding: 3px 21px 5px 21px;
    border: 3px solid var(--LP-Blown, #4a3636);
    width: 260px;
    height: 56px;
    font-size: 20px;
  }
}

.header {
  min-width: 320px;
}

.header__inner {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 20px;
  padding-block: 19px;
  height: 64px;
  background: #fff;
  top: 0;
  left: 0;
  min-width: 320px;
  z-index: 100;
  width: 100%;
}
@media screen and (min-width: 650px) {
  .header__inner {
    padding-inline: 24px;
    padding-block: 0;
  }
}

.header__logo {
  display: block;
}
@media screen and (min-width: 650px) {
  .header__logo {
    padding-top: 19px;
  }
}
.header__logo img {
  width: 210px;
}
@media screen and (min-width: 650px) {
  .header__logo img {
    width: 170px;
  }
}
@media screen and (min-width: 1280px) {
  .header__logo img {
    width: 183px;
  }
}

.header__icon {
  position: relative;
  width: 32px;
  height: 28px;
}
@media screen and (min-width: 650px) {
  .header__icon {
    display: none;
  }
}
.header__icon.is-checked .header__icon-top1 {
  display: none;
}
.header__icon.is-checked .header__icon-top2 {
  display: none;
}
.header__icon.is-checked .header__icon-middle {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__icon.is-checked .header__icon-bottom {
  top: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__icon-top {
  display: block;
}
.header__icon-top .header__icon-top1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 25.6px;
  height: 3px;
  background: #4a3636;
  border-radius: 50px;
}
.header__icon-top .header__icon-top2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.8px;
  height: 3px;
  background: #4a3636;
  border-radius: 50px;
}

.header__icon-middle {
  position: absolute;
  top: 12px;
  left: 0;
  width: 32px;
  height: 3px;
  background: #4a3636;
  border-radius: 50px;
}

.header__icon-bottom {
  position: absolute;
  top: 24px;
  left: 0;
  width: 32px;
  height: 3px;
  background: #4a3636;
  border-radius: 50px;
}

.header__nav {
  position: fixed;
  background: #fff;
  top: 64px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 82px 114px;
  z-index: 100;
  text-align: center;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media screen and (min-width: 650px) {
  .header__nav {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 0;
    width: 580px;
    z-index: 0;
    height: 100%;
  }
}
.header__nav.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 650px) {
  .header__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 9px;
    padding-top: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .header__lists {
    gap: 12px;
  }
}

.header__list {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #4a3636;
}
.header__list:hover {
  color: #67b0c7;
  text-decoration-line: underline;
}
@media screen and (min-width: 650px) {
  .header__list {
    font-size: 9px;
  }
}
@media screen and (min-width: 1280px) {
  .header__list {
    font-size: 12px;
  }
}
@media screen and (min-width: 650px) {
  .header__link {
    padding-block: 8.5px;
  }
}

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

.header__nav-button {
  width: 144px;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  color: #4a3636;
  height: 40px;
  padding: 4px 22px 6px 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  border: 2px solid #4a3636;
  margin-inline: auto;
  margin-top: -3px;
}
.header__nav-button:hover, .header__nav-button:focus {
  background: #ffee56;
}
@media screen and (min-width: 650px) {
  .header__nav-button {
    margin-left: 4px;
    margin-right: 0;
    width: 132px;
    font-size: 14px;
    height: 36px;
    margin-top: 0;
  }
}

.fv {
  height: 710px;
  background: #e9f6f8;
  min-width: 320px;
}
@media screen and (min-width: 650px) {
  .fv {
    height: 850px;
  }
}
@media screen and (min-width: 1280px) {
  .fv {
    height: 836px;
  }
}

.fv__inner {
  margin-top: 64px;
  background: url(../img/sp/Onomichi_02\ 2.png) no-repeat center center;
  background-size: cover;
  background-position: 50% 95%;
  width: 100%;
  height: auto;
  min-height: 554px;
  position: relative;
  border-radius: 0px 0px 24px 24px;
  min-width: 320px;
}
@media screen and (min-width: 650px) {
  .fv__inner {
    background-image: url(../img/pc/Onomichi_02\ 2.png);
    width: 100%;
    height: auto;
    height: 740px;
    border-radius: 0px 0px 40px 40px;
  }
}

.fv_tittle {
  text-align: center;
  padding-top: 18px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 650px) {
  .fv_tittle {
    padding-top: 35px;
  }
}

.fv-sub__tittle {
  color: #4a3636;
  padding-inline: 61.5px;
  text-shadow: 0px 0px 30px #fff;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 20px;
}
@media screen and (min-width: 650px) {
  .fv-sub__tittle {
    font-size: 24px;
    font-weight: 500;
    padding-inline: 200px;
  }
}
@media screen and (min-width: 1512px) {
  .fv-sub__tittle {
    font-size: 24px;
    font-weight: 500;
    padding-inline: 540px;
    margin-bottom: 24px;
  }
}

.fv-main__tittle-1 {
  display: block;
  margin-bottom: 12px;
}
@media screen and (min-width: 650px) {
  .fv-main__tittle-1 {
    margin-bottom: 16px;
  }
}
.fv-main__tittle-1 img {
  width: 335px;
}
@media screen and (min-width: 650px) {
  .fv-main__tittle-1 img {
    width: 520px;
  }
}

.fv-main__tittle-2 {
  display: block;
}
.fv-main__tittle-2 img {
  width: 240px;
}
@media screen and (min-width: 650px) {
  .fv-main__tittle-2 img {
    width: 356px;
  }
}

.fv-images_box {
  position: relative;
}
@media screen and (min-width: 650px) {
  .fv-images_box {
    margin-inline: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .fv-images_box {
    margin-inline: 150px;
  }
}
@media screen and (min-width: 1512px) {
  .fv-images_box {
    min-width: 848px;
    height: 603px;
    margin-inline: 332px;
  }
}

.image__box-1 {
  position: absolute;
  left: -68px;
  top: -96px;
}
@media screen and (min-width: 650px) {
  .image__box-1 {
    left: -143px;
    top: -41px;
  }
}
@media screen and (min-width: 1280px) {
  .image__box-1 {
    top: -34px;
    left: -261px;
  }
}
.image__box-1 img {
  width: 142px;
}
@media screen and (min-width: 1280px) {
  .image__box-1 img {
    width: 244px;
    height: 130px;
  }
}

.image__box-2 {
  position: absolute;
  right: -42px;
  top: -103px;
  z-index: 1;
}
@media screen and (min-width: 650px) {
  .image__box-2 {
    right: -133px;
    top: -31px;
  }
}
@media screen and (min-width: 1280px) {
  .image__box-2 {
    top: -16px;
    right: -171px;
  }
}
.image__box-2 img {
  width: 110px;
}
@media screen and (min-width: 650px) {
  .image__box-2 img {
    width: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .image__box-2 img {
    width: 180px;
  }
}

.image__box-main {
  position: absolute;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 113px;
}
@media screen and (min-width: 1280px) {
  .image__box-main {
    top: 33px;
  }
}
.image__box-main .image__box-3 {
  position: relative;
  z-index: 5;
}
.image__box-main img {
  max-width: 200px;
}
@media screen and (min-width: 650px) {
  .image__box-main img {
    max-width: 230px;
  }
}
@media screen and (min-width: 1280px) {
  .image__box-main img {
    max-width: 250px;
  }
}

.image__box-wrapper {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 160px;
  border-radius: 12.8px;
  background: #fff;
  height: 154px;
  z-index: 6;
}
@media screen and (min-width: 1280px) {
  .image__box-wrapper {
    width: 200px;
    border-radius: 16px;
    height: 194px;
  }
}

.image__box-top {
  color: #fff;
  padding: 6.4px 9.6px;
  border-top-left-radius: 12.8px;
  border-top-right-radius: 12.8px;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 160%;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
}
@media screen and (min-width: 1280px) {
  .image__box-top {
    font-size: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 8px 12px;
  }
}

.image__box-middle {
  color: #4a3636;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 12.8px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1280px) {
  .image__box-middle {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 7px;
  }
}

.box__border {
  border-bottom: 2.4px solid #ce2073;
}
@media screen and (min-width: 1280px) {
  .box__border {
    border-bottom: 4px solid #ce2073;
  }
}

.image__box-bottom {
  color: #4a3636;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 15.8px;
}
@media screen and (min-width: 1280px) {
  .image__box-bottom {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.image__box-button {
  height: 32px;
  padding: 4px 22px 6px 22px;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #fff;
  margin-bottom: 19.2px;
  color: #4a3636;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
}
.image__box-button:hover, .image__box-button:focus {
  background: #ffee56;
}
@media screen and (min-width: 1280px) {
  .image__box-button {
    font-size: 16px;
    margin-bottom: 25px;
    height: 40px;
  }
}

.image__box-4 {
  position: absolute;
  left: -68px;
  top: 283px;
  z-index: 20;
}
@media screen and (min-width: 650px) {
  .image__box-4 {
    left: -176px;
    top: 240px;
  }
}
@media screen and (min-width: 1280px) {
  .image__box-4 {
    top: 206px;
    left: -296px;
  }
}
.image__box-4 img {
  width: 86px;
}
@media screen and (min-width: 650px) {
  .image__box-4 img {
    width: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .image__box-4 img {
    width: 203px;
  }
}

.image__box-5 {
  position: absolute;
  top: 293px;
  right: -67px;
}
@media screen and (max-width: 320px) {
  .image__box-5 {
    right: -60px;
  }
}
@media screen and (min-width: 650px) {
  .image__box-5 {
    right: -159px;
  }
}
@media screen and (min-width: 1280px) {
  .image__box-5 {
    right: -234px;
    top: 279px;
  }
}
.image__box-5 img {
  width: 62px;
}
@media screen and (min-width: 650px) {
  .image__box-5 img {
    width: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .image__box-5 img {
    width: 170px;
  }
}

.image__box-6 {
  position: absolute;
  top: 347px;
  right: -58px;
  z-index: 20;
}
@media screen and (min-width: 650px) {
  .image__box-6 {
    top: 366px;
    right: -176px;
  }
}
@media screen and (min-width: 1280px) {
  .image__box-6 {
    top: 397px;
    right: -298px;
  }
}
.image__box-6 img {
  width: 98px;
}
@media screen and (min-width: 650px) {
  .image__box-6 img {
    width: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .image__box-6 img {
    width: 233px;
  }
}

.about {
  position: relative;
  overflow: hidden;
  min-width: 320px;
}
@media screen and (min-width: 650px) {
  .about {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .about {
    margin-top: 0;
  }
}

.about-images-1 {
  display: none;
}
@media screen and (min-width: 650px) {
  .about-images-1 {
    display: block;
    position: absolute;
  }
}
@media screen and (min-width: 650px) {
  .about-images-1 {
    top: -17px;
    left: -353px;
  }
}
@media screen and (min-width: 650px) {
  .about-images-1 img {
    width: 250px;
  }
}

.about-picture-1 {
  position: absolute;
  top: 395px;
  left: -168px;
  z-index: -1;
}
@media screen and (min-width: 650px) {
  .about-picture-1 {
    top: 76px;
    left: -671px;
  }
}
.about-picture-1 img {
  width: 200px;
}
@media screen and (min-width: 650px) {
  .about-picture-1 img {
    width: 480px;
  }
}

.about-picture-2 {
  position: absolute;
  top: 562px;
  left: -76px;
  z-index: -10;
}
@media screen and (min-width: 650px) {
  .about-picture-2 {
    top: 324px;
    left: -434px;
  }
}
.about-picture-2 img {
  width: 216px;
}
@media screen and (min-width: 650px) {
  .about-picture-2 img {
    width: 427px;
  }
}

.about-images-2 {
  position: absolute;
  top: -9px;
  right: -19px;
  z-index: -1;
}
@media screen and (min-width: 650px) {
  .about-images-2 {
    top: 5px;
    right: 165px;
  }
}
.about-images-2 img {
  width: 54px;
}
@media screen and (min-width: 650px) {
  .about-images-2 img {
    width: 100px;
  }
}

.about-picture-3 {
  position: absolute;
  top: 273px;
  right: -160px;
  z-index: -1;
}
@media screen and (min-width: 650px) {
  .about-picture-3 {
    top: 75px;
    right: -616px;
  }
}
.about-picture-3 img {
  width: 200px;
}
@media screen and (min-width: 650px) {
  .about-picture-3 img {
    width: 480px;
  }
}

.about-images-3 {
  position: absolute;
}
@media screen and (min-width: 650px) {
  .about-images-3 {
    top: 607px;
    right: -897px;
  }
}
@media screen and (min-width: 650px) {
  .about-images-3 img {
    width: 873.922px;
  }
}

.about-images-4 {
  position: absolute;
  right: 1px;
  top: 721px;
}
@media screen and (min-width: 650px) {
  .about-images-4 {
    top: 603px;
    right: -182px;
  }
}
.about-images-4 img {
  width: 48px;
}
@media screen and (min-width: 650px) {
  .about-images-4 img {
    width: 101px;
  }
}

.about-images-5 {
  position: absolute;
  right: 37px;
  top: 763px;
  z-index: -1;
}
@media screen and (min-width: 650px) {
  .about-images-5 {
    top: 758px;
    right: -256px;
  }
}
.about-images-5 img {
  width: 133px;
}
@media screen and (min-width: 650px) {
  .about-images-5 img {
    width: 308px;
  }
}

.about__inner {
  margin-inline: 20px;
  margin-top: 32px;
  border-radius: 24px;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 650px) {
  .about__inner {
    margin-inline: 30px;
    padding-inline: 30px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .about__inner {
    margin-inline: 250px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1512px) {
  .about__inner {
    margin-top: 80px;
    margin-inline: 302px;
  }
}

.about__text-box {
  background: #fff;
  padding: 40px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 26px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 650px) {
  .about__text-box {
    padding: 40px 20px;
    gap: 32px;
    max-width: 848px;
  }
}

.about-top-left {
  position: absolute;
  left: -35px;
  top: -10px;
}
.about-top-left img {
  width: 88px;
}
@media screen and (min-width: 650px) {
  .about-top-left img {
    width: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .about-top-left img {
    width: 140px;
  }
}
@media screen and (min-width: 650px) {
  .about-top-left {
    left: -60px;
    top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .about-top-left {
    left: -177px;
    top: 4px;
  }
}

.about-top-right {
  position: absolute;
  right: -47px;
  top: -10px;
}
.about-top-right img {
  width: 87px;
}
@media screen and (min-width: 650px) {
  .about-top-right img {
    width: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .about-top-right img {
    width: 140px;
  }
}
@media screen and (min-width: 650px) {
  .about-top-right {
    right: -69px;
    top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .about-top-right {
    right: -176px;
    top: 8px;
  }
}

.about__heading-main {
  position: relative;
  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;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 650px) {
  .about__heading-main {
    gap: 8px;
  }
}

.about-top-img img {
  width: 37.333px;
}
@media screen and (min-width: 650px) {
  .about-top-img img {
    width: 48px;
  }
}

.about-heading-ja {
  padding-bottom: 6px;
  border-bottom: 6px solid #ffee56;
}
@media screen and (min-width: 650px) {
  .about-heading-ja {
    border-bottom: 8px solid #ffee56;
    padding-bottom: 8px;
  }
}

.heading-ja-subtittle {
  color: #4a3636;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 650px) {
  .heading-ja-subtittle {
    font-size: 16px;
  }
}

.about-p {
  color: #4a3636;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 650px) {
  .about-p {
    font-size: 16px;
  }
}
.about-p + .about-p {
  margin-top: 1.5em;
}
@media screen and (min-width: 650px) {
  .about-p + .about-p {
    margin-top: 27.2px;
  }
}

.onomichi-mail {
  text-decoration-line: underline;
}
.onomichi-mail:hover {
  color: #67b0c7;
}

.onomichi-insta {
  font-weight: 700;
}

.about-strong {
  display: block;
  color: #4a3636;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  padding-top: 8px;
  padding-bottom: 6px;
  border-bottom: 2px dashed #9ed0e0;
}
@media screen and (min-width: 650px) {
  .about-strong {
    padding-top: 17px;
    font-size: 20px;
  }
}

.about__bottom {
  margin-bottom: 103px;
}
@media screen and (min-width: 650px) {
  .about__bottom {
    margin-bottom: 117px;
  }
}

.about__bottom-image {
  text-align: center;
}
.about__bottom-image img {
  width: 100px;
}
@media screen and (min-width: 650px) {
  .about__bottom-image img {
    width: 140px;
  }
}

.swiper-logo {
  text-align: center;
  position: relative;
  z-index: 25;
}
.swiper-logo img {
  width: 353.642px;
}
@media screen and (min-width: 650px) {
  .swiper-logo img {
    width: 889.604px;
  }
}

.about__swiper {
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 650px) {
  .about__swiper {
    margin-top: -9px;
  }
}

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

.about__swiper-slide img {
  max-width: 100px;
}
@media screen and (min-width: 650px) {
  .about__swiper-slide img {
    min-width: 200px;
  }
}

.how-to-entry {
  overflow: hidden;
  padding-top: 65px;
  margin-bottom: 13px;
}
@media screen and (min-width: 650px) {
  .how-to-entry {
    padding-top: 120px;
    margin-bottom: 0;
  }
}

.how-to-entry__inner {
  position: relative;
  padding-inline: 20px;
}

.how-to-entry-image-1 {
  position: absolute;
  top: -2px;
  left: 0;
  z-index: -10;
}
@media screen and (min-width: 650px) {
  .how-to-entry-image-1 {
    left: -224px;
  }
}
@media screen and (min-width: 1280px) {
  .how-to-entry-image-1 {
    top: -60px;
    left: 37px;
  }
}
.how-to-entry-image-1 img {
  width: 149px;
}
@media screen and (min-width: 650px) {
  .how-to-entry-image-1 img {
    width: 460px;
  }
}

.how-to-entry-image-2 {
  position: absolute;
  top: 550px;
  left: 20px;
  z-index: -10;
}
@media screen and (min-width: 650px) {
  .how-to-entry-image-2 {
    top: 580px;
    left: 40px;
  }
}
.how-to-entry-image-2 img {
  width: 55px;
}
@media screen and (min-width: 650px) {
  .how-to-entry-image-2 img {
    width: 100px;
  }
}

.how-to-entry-image-3 {
  position: absolute;
  top: -2px;
  right: 24px;
  z-index: -10;
}
@media screen and (min-width: 650px) {
  .how-to-entry-image-3 {
    right: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .how-to-entry-image-3 {
    top: -23px;
    right: 230px;
  }
}
.how-to-entry-image-3 img {
  width: 105px;
}
@media screen and (min-width: 650px) {
  .how-to-entry-image-3 img {
    width: 238px;
  }
}

.how-to-entry-image-4 {
  position: absolute;
  top: 3px;
  right: -32px;
  z-index: -10;
}
@media screen and (min-width: 650px) {
  .how-to-entry-image-4 {
    right: -76px;
  }
}
@media screen and (min-width: 1280px) {
  .how-to-entry-image-4 {
    top: -15px;
    right: 105px;
  }
}
.how-to-entry-image-4 img {
  width: 94px;
}
@media screen and (min-width: 650px) {
  .how-to-entry-image-4 img {
    width: 214px;
  }
}

.how-to-entry-image-5 {
  position: absolute;
  top: 69px;
  right: 20px;
  z-index: -10;
}
@media screen and (min-width: 650px) {
  .how-to-entry-image-5 {
    top: 150px;
    right: 35px;
  }
}
.how-to-entry-image-5 img {
  width: 55px;
}
@media screen and (min-width: 650px) {
  .how-to-entry-image-5 img {
    width: 100px;
  }
}

.how-to-entry-image-6 {
  position: absolute;
  top: 880px;
  right: 20px;
  z-index: -10;
}
@media screen and (min-width: 650px) {
  .how-to-entry-image-6 {
    display: none;
  }
}
.how-to-entry-image-6 img {
  width: 55px;
}

.how-to-entry__heading-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding-bottom: 6px;
}
@media screen and (min-width: 650px) {
  .how-to-entry__heading-main {
    gap: 8px;
  }
}

.how-to-entry-top-img img {
  width: 37.333px;
}
@media screen and (min-width: 650px) {
  .how-to-entry-top-img img {
    width: 48px;
  }
}

.how-to-entry-heading-ja {
  border-bottom: 6px solid #ffee56;
  padding-bottom: 6px;
}
@media screen and (min-width: 650px) {
  .how-to-entry-heading-ja {
    border-bottom: 8px solid #ffee56;
    padding-bottom: 8px;
  }
}

.how-to-entry__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  margin-bottom: 16px;
  gap: 48px;
}
@media screen and (min-width: 650px) {
  .how-to-entry__boxes {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .how-to-entry__boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    margin-top: 40px;
    margin-bottom: 44px;
    height: 545px;
  }
}

.how-to-entry__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 650px) {
  .how-to-entry__box {
    gap: 0;
    width: 320px;
  }
}
.how-to-entry__box:nth-of-type(1) {
  position: relative;
}
.how-to-entry__box:nth-of-type(1):after {
  content: "";
  width: 7px;
  height: 34px;
  background: url(../img/sp/波線SP.png) no-repeat center center/contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -51px;
  z-index: 30;
}
@media screen and (min-width: 1280px) {
  .how-to-entry__box:nth-of-type(1):after {
    background: url(../img/pc/PC波線.png) no-repeat center center/contain;
    width: 113px;
    height: 24px;
    top: 37%;
    left: 97%;
  }
}
.how-to-entry__box:nth-of-type(2) {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .how-to-entry__box:nth-of-type(2) {
    margin-top: 73px;
  }
}
.how-to-entry__box:nth-of-type(2):after {
  content: "";
  width: 7px;
  height: 34px;
  background: url(../img/sp/波線SP.png) no-repeat center center/contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -48px;
  z-index: 30;
}
@media screen and (min-width: 1280px) {
  .how-to-entry__box:nth-of-type(2):after {
    background: url(../img/pc/PC波線.png) no-repeat center center/contain;
    width: 113px;
    height: 24px;
    top: 28%;
    left: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .how-to-entry__box:nth-of-type(3) {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 650px) {
  .how-to-entry__img {
    margin-bottom: 24px;
  }
}
.how-to-entry__img img {
  width: 196px;
}
@media screen and (min-width: 650px) {
  .how-to-entry__img img {
    width: 280px;
  }
}

.how-to-entry__h3 {
  color: #4a3636;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 650px) {
  .how-to-entry__h3 {
    font-size: 20px;
    margin-bottom: 17px;
  }
}

.how-to-entry__p {
  color: #4a3636;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 650px) {
  .how-to-entry__p {
    font-size: 16px;
    margin-bottom: 17px;
  }
}

.how-to-entry__step-button {
  color: #4a3636;
  position: relative;
  background: #fff;
  padding: 7px 12px 7px 40px;
  font-weight: 700;
  line-height: 160%;
  font-size: 14px;
  text-decoration: none; /* リンクスタイルをリセット */
  display: inline-block; /* a要素をブロックレベルに */
  border: 1px solid rgba(0, 0, 0, 0);
}
.how-to-entry__step-button:hover {
  border: 1px solid #67b0c7;
}
@media screen and (min-width: 1280px) {
  .how-to-entry__step-button {
    margin-bottom: 18px;
    width: 254px;
    padding: 7px 12px 7px 42px;
    font-size: 16px;
  }
}
.how-to-entry__step-button::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/how-to-entery-Vector.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 650px) {
  .how-to-entry__step-button::before {
    width: 23px;
    height: 23px;
    left: 11px;
  }
}

.how-to-entry__button {
  margin-bottom: 20px;
}
@media screen and (min-width: 650px) {
  .how-to-entry__button {
    font-size: 20px;
    width: 437px;
    margin-left: auto;
    margin-right: auto;
    padding: 7px 37px 9px 37px;
    height: 56px;
    border: 3px solid #4a3636;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 650px) {
  .prizes {
    margin-top: 106px;
  }
}

.prizes__inner {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 650px) {
  .prizes__inner {
    max-width: 1084px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.prizes__content {
  position: relative;
  z-index: 2;
  padding-top: 22px;
  padding-right: 16px;
  padding-bottom: 33px;
  padding-left: 16px;
}
@media screen and (min-width: 650px) {
  .prizes__content {
    padding-top: 30px;
    padding-right: 52px;
    padding-left: 52px;
    padding-bottom: 53px;
  }
}
.prizes__content::before {
  content: "";
  background: url(../img/prizes/deco_prizes1_sp.png) no-repeat center center/contain;
  width: 237.6px;
  height: 83px;
  position: absolute;
  top: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 650px) {
  .prizes__content::before {
    background: url(../img/pc/deco_prizes1_pc.svg) no-repeat center center/contain;
    width: 372px;
    height: 148px;
    top: 12px;
  }
}
.prizes__content::after {
  content: "";
  position: absolute;
  border-radius: 24px;
  background: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 83px);
  z-index: -1;
}
@media screen and (min-width: 650px) {
  .prizes__content::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 160px;
    height: 1181.033px;
  }
}

.prizes__decolation-triangle-left {
  display: none;
}
@media screen and (min-width: 1280px) {
  .prizes__decolation-triangle-left {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 40px;
  }
}
.prizes__decolation-triangle-left img {
  width: 315px;
}

.prizes__decolation-triangle-right {
  display: none;
}
@media screen and (min-width: 1280px) {
  .prizes__decolation-triangle-right {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 40px;
  }
}
.prizes__decolation-triangle-right img {
  width: 315px;
}

.prizes__heading-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding-bottom: 6px;
  padding-inline: 15px;
}
@media screen and (min-width: 650px) {
  .prizes__heading-main {
    gap: 8px;
    margin-top: 6px;
  }
}

.prizes-top-img img {
  width: 37px;
}
@media screen and (min-width: 650px) {
  .prizes-top-img img {
    width: 48px;
  }
}

.prizes-heading-ja {
  border-bottom: 6px solid #ffee56;
  padding-bottom: 6px;
}
@media screen and (min-width: 650px) {
  .prizes-heading-ja {
    border-bottom: 8px solid #ffee56;
    padding-bottom: 8px;
  }
}

.prizes__text {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 650px) {
  .prizes__text {
    margin-top: 38px;
    font-size: 16px;
  }
}

.prizes__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 33px;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  margin-top: 43px;
}
@media screen and (min-width: 650px) {
  .prizes__cards {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(6, 1fr);
    -webkit-column-gap: auto;
       -moz-column-gap: auto;
            column-gap: auto;
    margin-top: 78px;
    grid-row-gap: 75px;
    grid-column-gap: 31px;
  }
}
.prizes__card {
  width: calc(50% - 3.5px);
}
@media screen and (min-width: 650px) {
  .prizes__card {
    width: 100%;
  }
}
@media screen and (min-width: 650px) {
  .prizes__card:nth-child(1) {
    grid-column: span 3;
    grid-row: 1;
  }
}
@media screen and (min-width: 650px) {
  .prizes__card:nth-child(2) {
    grid-column: span 3;
    grid-row: 1;
  }
}
@media screen and (min-width: 650px) {
  .prizes__card:nth-child(3) {
    grid-column: span 2;
    grid-row: 2;
  }
}
@media screen and (min-width: 650px) {
  .prizes__card:nth-child(4) {
    grid-column: span 2;
    grid-row: 2;
  }
}
.prizes__card:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 100%;
}
@media screen and (min-width: 650px) {
  .prizes__card:nth-child(5) {
    grid-column: span 2;
    grid-row: 2;
  }
}

.prizes-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 8px;
}

.prizes__card-inner {
  border: 4px solid rgba(0, 0, 0, 0);
  position: relative;
}
.prizes__card-inner:hover {
  border: 4px solid rgba(103, 176, 199, 0.5);
  border-radius: 10px;
}
@media screen and (min-width: 650px) {
  .prizes__card-inner:hover {
    border-radius: 20px;
  }
}
.prizes__card-inner:hover .prizes__image img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.prizes__card-inner:hover .prizes__card-icon img {
  opacity: 0.8;
}
@media screen and (min-width: 650px) {
  .prizes__card-inner {
    border-radius: 24px;
  }
}

.prizes__number {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}
@media screen and (min-width: 650px) {
  .prizes__number {
    top: -50px;
  }
}

.numbber-top img {
  width: 48px;
}
@media screen and (min-width: 650px) {
  .numbber-top img {
    width: 100px;
  }
}

.number-middle {
  width: 48px;
}
@media screen and (min-width: 650px) {
  .number-middle {
    width: 80px;
    position: absolute;
    top: -40px;
  }
}

.prizes__image {
  display: block;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (min-width: 650px) {
  .prizes__image {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}
.prizes__image img {
  width: 160px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (min-width: 650px) {
  .prizes__image img {
    width: 440px;
  }
}

.prizes__heading {
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  height: 55px;
  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;
  background-color: #f5f5f5;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (min-width: 650px) {
  .prizes__heading {
    min-height: 120px;
    font-size: 20px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}

@media screen and (min-width: 650px) {
  .middle-prizes__heading {
    min-height: 80px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .middle-prizes__heading {
    font-size: 16px;
  }
}

.prizes__card-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prizes__card-icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media screen and (min-width: 650px) {
  .prizes__card-icon {
    right: -3px;
    bottom: -3px;
  }
}

.prizes-icon {
  display: block;
}
.prizes-icon img {
  width: 36px;
  border-bottom-right-radius: 8px;
}
@media screen and (min-width: 650px) {
  .prizes-icon img {
    border-bottom-right-radius: 16px;
    width: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .prizes-icon img {
    width: 95px;
    border-bottom-right-radius: 24px;
  }
}

@media screen and (min-width: 650px) {
  .middle-prizes-icon img {
    width: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .middle-prizes-icon img {
    width: 64px;
  }
}

.prizes__button {
  margin-top: 14px;
}
@media screen and (min-width: 650px) {
  .prizes__button {
    margin-bottom: 0;
    margin-top: 37px;
  }
}

.prizes-modal {
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 24px;
  background: #fff;
  padding: 0;
  border: none;
  z-index: 150;
  inset: 0;
}
.prizes-modal::-ms-backdrop {
  opacity: 0.5;
  background: #000;
}
.prizes-modal::backdrop {
  opacity: 0.5;
  background: #000;
}

.prizes-modal__image {
  margin-bottom: 39px;
}
@media screen and (min-width: 650px) {
  .prizes-modal__image {
    margin-bottom: 32px;
  }
}
.prizes-modal__image img {
  width: 336px;
  height: 210px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
@media screen and (min-width: 650px) {
  .prizes-modal__image img {
    width: 480px;
    height: 300px;
  }
}

.prizes-modal__heading {
  text-align: center;
  color: #4a3636;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 12px;
}
@media screen and (min-width: 650px) {
  .prizes-modal__heading {
    font-size: 20px;
  }
}

.prizes-modal__text {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 16px;
}
@media screen and (min-width: 650px) {
  .prizes-modal__text {
    margin-bottom: 24px;
    font-size: 16px;
  }
}

.prizes_modal__btn {
  padding-bottom: 56px;
}
@media screen and (min-width: 1512px) {
  .prizes_modal__btn {
    padding-bottom: 106px;
  }
}

.prizes_modal__button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 96px;
  height: 44px;
  padding: 4px 22px 6px 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  color: #4a3636;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}
.prizes_modal__button:hover {
  background: #ffee56;
}

.prizes__background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -43px;
}
@media screen and (min-width: 650px) {
  .prizes__background {
    margin-top: 0;
  }
}
.prizes__background img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 650px) {
  .prizes__background img {
    width: 100%;
    height: 640px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.spots {
  background: #67b0c7;
  position: relative;
}
.spots::before, .spots::after {
  width: 100%;
  height: 45.7px;
  overflow: hidden;
  background-size: cover;
  content: "";
}
@media screen and (min-width: 650px) {
  .spots::before, .spots::after {
    width: 100%;
    height: 120px;
  }
}
.spots::before {
  position: absolute;
  left: 0;
  top: -45px;
  background: url(../img/spots/sp/sp-wave-1.svg) repeat center center;
  background-size: auto;
}
@media screen and (min-width: 650px) {
  .spots::before {
    background: url(../img/spots/pc/pc-wave-1.svg);
    top: -120px;
  }
}
.spots::after {
  position: absolute;
  left: 0;
  bottom: -45px;
  background: url(../img/spots/sp/sp-wave-2.svg) repeat center center;
  background-size: auto;
}
@media screen and (min-width: 650px) {
  .spots::after {
    background: url(../img/spots/pc/pc-wave-1.svg);
    bottom: -104px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.spots__image {
  display: none;
}
.spots__image img {
  width: 100px;
}

@media screen and (min-width: 650px) {
  .spots__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    padding-left: max(30px, 50% - 512px);
  }
}

.spots__head {
  width: 260px;
  margin-inline: auto;
}
@media screen and (min-width: 650px) {
  .spots__head {
    margin-inline: 0;
    width: auto;
  }
}

.spots__tittle {
  position: relative;
  color: #fff;
  text-align: center;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
  padding-left: 36px;
}
@media screen and (min-width: 650px) {
  .spots__tittle {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    padding-top: 72px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 40px;
    letter-spacing: 0.25em;
  }
}
.spots__tittle::before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: url(../img/spots/Icon.svg) no-repeat center center/contain;
}
@media screen and (min-width: 650px) {
  .spots__tittle::before {
    width: 56px;
    height: 56px;
    top: 30px;
  }
}

.spots__swiper {
  margin-top: 25px;
  overflow: hidden;
}
@media screen and (min-width: 650px) {
  .spots__swiper {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
}

.spots__swiper-slide {
  height: auto;
  padding-right: 24px;
  padding-bottom: 30px;
  padding-left: 24px;
  background: #fff;
  border-radius: 12px;
}
@media screen and (min-width: 650px) {
  .spots__swiper-slide {
    padding-bottom: 40px;
  }
}

.sport__card {
  height: 100%;
}

.spots__card-image {
  display: block;
  width: calc(100% + 48px);
  margin-left: -24px;
}
.spots__card-image img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  min-width: 100%;
  height: auto;
}

.spots__card-heading {
  color: #4a3636;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  margin-top: 17px;
}
@media screen and (min-width: 650px) {
  .spots__card-heading {
    font-size: 20px;
    margin-top: 24px;
  }
}

.spots__card-text {
  color: #4a3636;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 17px;
}
@media screen and (min-width: 650px) {
  .spots__card-text {
    margin-top: 24px;
    font-size: 16px;
    padding-inline: 8px;
  }
}

@media screen and (min-width: 650px) {
  .swipper-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 944px;
    margin-top: -32px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 650px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ffee56;
    position: static;
    z-index: 100px;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

@media screen and (min-width: 650px) {
  .spots__swiper-button-prev::before {
    content: "";
    width: 57px;
    height: 57px;
    background: url(../img/spots/pc/arrow-Icon-left.svg) no-repeat center center/contain;
  }
}

@media screen and (min-width: 650px) {
  .spots__swiper-button-next {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ffee56;
  }
  .spots__swiper-button-next::before {
    content: "";
    width: 57px;
    height: 57px;
    background: url(../img/spots/pc/arrow-icon-right.svg) no-repeat center center/contain;
  }
}

.spots__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 650px) {
  .spots__wrapper {
    margin-top: 40px;
    -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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .spots__wrapper {
    gap: 81px;
  }
}

.spots__logo-image {
  margin-bottom: 14px;
}
.spots__logo-image img {
  width: 255px;
}
@media screen and (min-width: 650px) {
  .spots__logo-image img {
    width: 495px;
  }
}

.spots__text {
  color: #fff;
  font-size: 11.444px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 24px;
}
@media screen and (min-width: 650px) {
  .spots__text {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .spots__text {
    font-size: 16px;
  }
}

.spots__button {
  margin-bottom: 20px;
}
@media screen and (max-width: 320px) {
  .spots__button {
    margin-inline: auto;
  }
}
.spots__button:hover, .spots__button:focus {
  background: #ffee56;
}
@media screen and (min-width: 650px) {
  .spots__button {
    margin-left: 10px;
    margin-right: 0;
  }
}

.qa {
  margin-top: 45px;
  padding-top: 40px;
}
@media screen and (min-width: 650px) {
  .qa {
    margin-top: 107px;
    padding-top: 120px;
  }
}

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

.qa__heading-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding-bottom: 6px;
  padding-inline: 15px;
}
@media screen and (min-width: 650px) {
  .qa__heading-main {
    padding-bottom: 0;
  }
}

.qa-top-img img {
  width: 37px;
}
@media screen and (min-width: 650px) {
  .qa-top-img img {
    width: 48px;
  }
}

.qa-heading-ja {
  border-bottom: 6px solid #ffee56;
  padding-bottom: 6px;
}
@media screen and (min-width: 650px) {
  .qa-heading-ja {
    border-bottom: 8px solid #ffee56;
    padding-bottom: 8px;
  }
}

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

.qa__box {
  border-radius: 12px;
  border: 2px solid #4a3636;
  overflow: hidden;
}
@media screen and (min-width: 650px) {
  .qa__box {
    border-radius: 16px;
  }
}
.qa__box.is-open .q__toggle::after {
  display: none;
}
.qa__box.is-open .a__body {
  display: block;
}

.q__box {
  padding-top: 10px;
  padding-inline: 14px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 650px) {
  .q__box {
    padding: 21px 22px;
    gap: 16px;
  }
}

.q__icon {
  color: #9ed0e0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}
@media screen and (min-width: 650px) {
  .q__icon {
    font-size: 32px;
  }
}

.q__text {
  color: #4a3636;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 650px) {
  .q__text {
    font-size: 20px;
  }
}

.q__toggle {
  position: relative;
  display: block;
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #9ed0e0;
}
@media screen and (min-width: 650px) {
  .q__toggle {
    min-width: 48px;
    height: 48px;
  }
}
.q__toggle::before {
  content: "";
  width: 10.182px;
  height: 1.455px;
  background: #fff;
  position: absolute;
  top: 12px;
  left: 8px;
  z-index: 10;
}
@media screen and (min-width: 650px) {
  .q__toggle::before {
    width: 19px;
    height: 3px;
    top: 23px;
    left: 14px;
  }
}
.q__toggle::after {
  content: "";
  width: 10.182px;
  height: 1.455px;
  background: #fff;
  position: absolute;
  top: 12px;
  left: 8px;
  z-index: 10;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 650px) {
  .q__toggle::after {
    width: 19px;
    height: 3px;
    top: 24px;
    left: 14px;
  }
}

.a__body {
  display: none;
}

.a__box {
  padding-top: 17px;
  padding-inline: 14px;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  background: #f5f5f5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 650px) {
  .a__box {
    padding: 24px;
    gap: 16px;
  }
}

.a__icon {
  color: #9ed0e0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}
@media screen and (min-width: 650px) {
  .a__icon {
    font-size: 32px;
  }
}

.a__text {
  width: 100%;
  color: #4a3636;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 650px) {
  .a__text {
    font-size: 16px;
  }
}

.a__insta {
  text-decoration-line: underline;
}
.a__insta:hover {
  color: #67b0c7;
}

.entry {
  margin-top: 32px;
}
@media screen and (min-width: 650px) {
  .entry {
    margin-top: 120px;
  }
}

.entry__inner {
  padding-inline: 20px;
  margin-bottom: 32px;
}
@media screen and (min-width: 650px) {
  .entry__inner {
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    padding-inline: 0;
  }
}

.entry__content {
  border: 8px solid #fff;
  background: rgba(255, 255, 255, 0.5);
}

.entry__heading-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  gap: 6px;
  padding-bottom: 6px;
  padding-inline: 15px;
}
@media screen and (min-width: 650px) {
  .entry__heading-main {
    padding-top: 34px;
    padding-bottom: 0;
  }
}

.entry-top-img img {
  width: 38px;
}
@media screen and (min-width: 650px) {
  .entry-top-img img {
    width: 48px;
  }
}

.entry-heading-ja {
  border-bottom: 6px solid #ffee56;
  padding-bottom: 6px;
}
@media screen and (min-width: 650px) {
  .entry-heading-ja {
    border-bottom: 8px solid #ffee56;
    padding-bottom: 8px;
  }
}

.entry-requirements-table {
  margin-top: 15px;
  margin-bottom: 12px;
  padding-right: 15.5px;
  padding-left: 13px;
}
@media screen and (min-width: 650px) {
  .entry-requirements-table {
    margin-top: 40px;
    margin-bottom: 32px;
    padding-right: 48px;
    padding-left: 48px;
  }
}

.entry-requirments__tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  text-align: left;
}
@media screen and (min-width: 650px) {
  .entry-requirments__tbody {
    gap: 12px;
  }
}

.entry-requirments__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1280px) {
  .entry-requirments__table-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    padding-bottom: 11px;
  }
}
.entry-requirments__table-row:nth-child(1) {
  border-bottom: 1px solid #ccc;
}
.entry-requirments__table-row:nth-child(2) {
  border-bottom: 1px solid #ccc;
}
.entry-requirments__table-row:nth-child(3) {
  border-bottom: 1px solid #ccc;
}
.entry-requirments__table-row:nth-child(4) {
  border-bottom: 1px solid #ccc;
}

.entry-requirments__table-head {
  padding-left: 16px;
  position: relative;
  color: #4a3636;
  font-size: 14px;
  font-weight: 700;
  line-height: 159%;
}
@media screen and (min-width: 650px) {
  .entry-requirments__table-head {
    min-width: 240px;
    font-size: 16px;
    padding-left: 30px;
  }
}
.entry-requirments__table-head::before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  background: #9ed0e0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 650px) {
  .entry-requirments__table-head::before {
    left: 15px;
    top: 11px;
  }
}

.entry-requirments__table-date {
  color: #4a3636;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 650px) {
  .entry-requirments__table-date {
    font-size: 16px;
  }
}

.entry-requirments__table-li {
  color: #4a3636;
  font-size: 12px;
  font-weight: 400;
  line-height: 159%;
  padding-left: 18px;
  position: relative;
}
@media screen and (min-width: 650px) {
  .entry-requirments__table-li {
    font-size: 16px;
    line-height: 163%;
    padding-left: 22px;
  }
}
.entry-requirments__table-li::before {
  content: "・";
  position: absolute;
  left: 3px;
  top: 2px;
}

.entry__requirments__picture img {
  min-width: 100%;
}

.entry__under {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.entry__under:hover {
  color: #67b0c7;
}

.contact {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 45px;
  background: #fff;
}
@media screen and (min-width: 650px) {
  .contact {
    padding-top: 85px;
    padding-bottom: 120px;
  }
}

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

.contact__heading-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  gap: 6px;
  padding-bottom: 6px;
  padding-inline: 15px;
}
@media screen and (min-width: 650px) {
  .contact__heading-main {
    padding-top: 38px;
    padding-bottom: 0;
  }
}

.contact-top-img img {
  width: 38px;
}
@media screen and (min-width: 650px) {
  .contact-top-img img {
    width: 48px;
  }
}

.contact-heading-ja {
  border-bottom: 6px solid #ffee56;
  padding-bottom: 6px;
}
@media screen and (min-width: 650px) {
  .contact-heading-ja {
    border-bottom: 8px solid #ffee56;
    padding-bottom: 8px;
  }
}

.contact__heading-text {
  color: #4a3636;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 19px;
}
@media screen and (min-width: 650px) {
  .contact__heading-text {
    font-size: 16px;
    margin-top: 32px;
  }
}

@media screen and (min-width: 650px) {
  .contact__form {
    max-width: 848px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact__fields {
  margin-top: 22px;
  margin-bottom: 24px;
}
@media screen and (min-width: 650px) {
  .contact__fields {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.contact__field + .contact__field {
  margin-top: 24px;
}
@media screen and (min-width: 1280px) {
  .contact__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact__field + .contact__field {
    margin-top: 24px;
  }
}

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width: 650px) {
  .form-field__head {
    width: 220px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 56px;
  }
}

@media screen and (min-width: 650px) {
  .form-field__head-message {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form-field__label {
  color: #4a3636;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 650px) {
  .form-field__label {
    font-size: 16px;
  }
}

.form-field__tag {
  display: inline-block;
  width: 40px;
  border-radius: 4px;
  background: #ce2073;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  padding: 4px 8px;
}

.form-field__item {
  border-radius: 8px;
  margin-top: 8px;
}
@media screen and (min-width: 650px) {
  .form-field__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
  }
}

.form-text {
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  background: #f5f5f5;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-text:focus {
  outline: none;
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
}

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

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

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border-radius: 8px;
  background: #f5f5f5;
  border: none;
  color: #4a3636;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  padding: 16px 52px 16px 16px;
  background-image: url(../img/contact/Icon-pull-down.png), linear-gradient(to left, #9ed0e0 52px, #f5f5f5 52px);
  background-repeat: no-repeat, no-repeat;
  background-position: center right 10px, center center;
  background-size: 32px 32px, cover;
}
.form-select:focus {
  outline: none;
  border: 1px solid #9ed0e0;
}
.form-select.invalid {
  border: 1px solid red;
  background-color: #ffcccc; /* 背景色を統一 */
  background-image: url(../img/contact/Icon-pull-down.png), linear-gradient(to left, #ce2073 52px, #ffcccc 52px); /* 背景色を統一 */
  color: #4a3636; /* テキスト色を統一 */
}
@media screen and (min-width: 650px) {
  .form-select {
    font-size: 16px;
  }
}

.form-textarea {
  border-radius: 8px;
  background: #f5f5f5;
  width: 100%;
  height: 160px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  padding: 16px;
  border: none;
}
.form-textarea:focus {
  outline: none;
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
}
@media screen and (min-width: 650px) {
  .form-textarea {
    height: 160px;
    font-size: 16px;
  }
}

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

.contact__privacy {
  text-align: center;
}

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

.form-checkbox__text {
  position: relative;
  padding-left: 36px;
  color: #4a3636;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.form-checkbox__text:focus::before, .form-checkbox__text:hover::before {
  border: 1px solid #9ed0e0;
}
@media screen and (min-width: 650px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}
.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: #f5f5f5;
}
.form-checkbox__text::after {
  opacity: 0;
  width: 24px;
  height: 24px;
  background: url(../img/contact/check-icon.png) no-repeat center center/contain;
}
.form-checkbox__text a {
  text-decoration-line: underline;
  font-weight: inherit;
}
.form-checkbox__text a:hover {
  color: #67b0c7;
}

.contact__button {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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 #4a3636;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  color: #4a3636;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  margin-top: 24px;
  width: 208px;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.contact__button:hover, .contact__button:focus {
  background: #ffee56;
}
@media screen and (min-width: 650px) {
  .contact__button {
    margin-top: 40px;
    width: 240px;
    height: 40px;
  }
}

.error-message {
  color: red;
  font-size: 0.9em;
}

.form-text.invalid,
.form-select.invalid,
.form-textarea.invalid,
.form-checkbox__input.invalid {
  border: 1px solid red;
  background-color: #ffcccc; /* 背景色を統一 */
}

.footer {
  margin-top: 40px;
}
@media screen and (min-width: 650px) {
  .footer {
    margin-top: 120px;
  }
}

.footer__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 650px) {
  .footer__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__inner {
    padding-left: 170px;
    padding-right: 170px;
  }
}
@media screen and (min-width: 1512px) {
  .footer__inner {
    padding-left: 244px;
    padding-right: 244px;
  }
}

.footer__bg-image {
  display: none;
}
@media screen and (min-width: 1280px) {
  .footer__bg-image {
    display: block;
    position: absolute;
    top: -40px;
    right: -162px;
  }
}
@media screen and (min-width: 650px) {
  .footer__bg-image img {
    width: 100px;
  }
}

@media screen and (min-width: 650px) {
  .footer-wrapper {
    position: relative;
  }
}

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

.footer-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__youtube-icon img {
  width: 32px;
}
@media screen and (min-width: 650px) {
  .footer__youtube-icon img {
    width: 40px;
  }
}

.footer__insta-icon img {
  width: 32px;
}
@media screen and (min-width: 650px) {
  .footer__insta-icon img {
    width: 40px;
  }
}

.footer__twitter-icon img {
  width: 32px;
}
@media screen and (min-width: 650px) {
  .footer__twitter-icon img {
    width: 40px;
  }
}

.footer__logo {
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 650px) {
  .footer__logo {
    margin-top: 40px;
  }
}
.footer__logo img {
  width: 327px;
}
@media screen and (min-width: 650px) {
  .footer__logo img {
    width: 748px;
  }
}

.footer__frame {
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -3px;
}
@media screen and (min-width: 650px) {
  .footer__frame {
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .footer__frame {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 122px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}

.iframe__map {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  height: 271px;
}
@media screen and (min-width: 650px) {
  .iframe__map {
    max-width: 512px;
    height: 400px;
  }
}
@media screen and (min-width: 1280px) {
  .iframe__map {
    border-bottom-right-radius: 16px;
    border-top-left-radius: 0;
  }
}

.frame__wrapper {
  padding-top: 19px;
  padding-inline: 24px;
  padding-bottom: 24px;
  background: #fff;
  width: 100%;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media screen and (min-width: 650px) {
  .frame__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 35px;
    margin-bottom: 60px;
    padding-left: 35px;
    height: 400px;
    width: 512px;
  }
}
@media screen and (min-width: 1280px) {
  .frame__wrapper {
    border-top-left-radius: 16px;
    border-bottom-right-radius: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 7px;
    margin-bottom: 80px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1512px) {
  .frame__wrapper {
    padding-top: 100px;
    padding-bottom: 92px;
    padding-right: 61.5px;
    margin-bottom: 120px;
    padding-left: 61.5px;
  }
}

.iframe__image {
  margin-bottom: 27px;
  text-align: center;
}
@media screen and (min-width: 650px) {
  .iframe__image {
    text-align: left;
    margin-bottom: 26px;
  }
}
.iframe__image img {
  width: 153px;
}
@media screen and (min-width: 650px) {
  .iframe__image img {
    width: 183px;
  }
}

.frame__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 650px) {
  .frame__date {
    margin-bottom: 13px;
    gap: 0;
  }
}

.frame__head {
  position: relative;
  color: #4a3636;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  width: 80px;
  padding-left: 19px;
  text-align: left;
}
@media screen and (min-width: 650px) {
  .frame__head {
    width: 120px;
    font-size: 16px;
    padding-left: 16px;
  }
}
.frame__head::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ed0e0;
}
@media screen and (min-width: 650px) {
  .frame__head::before {
    left: 0;
  }
}

.frame__body {
  color: #4a3636;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 650px) {
  .frame__body {
    font-size: 16px;
  }
}

.pagetop {
  display: block;
  margin-top: 22px;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (min-width: 650px) {
  .pagetop {
    margin-bottom: 170px;
  }
}
@media screen and (min-width: 1280px) {
  .pagetop {
    position: fixed;
    right: 40px;
    bottom: 50px;
    z-index: 80;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .pagetop.is-show {
    opacity: 1;
    visibility: visible;
  }
}
.pagetop img {
  width: 75px;
}
@media screen and (min-width: 1280px) {
  .pagetop img {
    width: 100px;
  }
}

.copyright {
  position: relative;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 160%;
  height: 41px;
  padding-bottom: 24px;
  text-align: center;
  background: #67b0c7;
  width: 100%;
}
@media screen and (min-width: 650px) {
  .copyright {
    font-size: 14px;
    padding-bottom: 32px;
    height: 56px;
  }
}
.copyright::before {
  position: absolute;
  left: 0;
  top: -45px;
  background: url(../img/spots/sp/sp-wave-1.svg) repeat center center;
  width: 100%;
  height: 45.7px;
  overflow: hidden;
  background-size: auto;
  content: "";
}
@media screen and (min-width: 650px) {
  .copyright::before {
    background: url(../img/spots/pc/pc-wave-1.svg);
    top: -119px;
    width: 100%;
    height: 120px;
  }
}