html {
  scroll-behavior: smooth;
}

body {
  color: #4a3636;
  line-height: 1.6;
  background: #e9f6f8;
}

.inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 900px) {
  .inner {
    padding: 0 20px;
  }
}

.button {
  display: inline-block;
  border: 2px solid #4a3636;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  border-radius: 40px;
  padding: 4px 24px 6px;
  background: #fff;
  font-weight: 700;
}

.title {
  text-align: center;
}
.title-icon {
  width: 48px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .title-icon {
    width: 37.33px;
  }
}
.title-en {
  font-family: "Courgette", cursive;
  font-size: 20px;
  line-height: 1.25;
  padding-top: 8px;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .title-en {
    padding-top: 6px;
    font-size: 16px;
  }
}
.title-ja {
  display: inline-block;
  font-family: "Kiwi Maru", serif;
  font-size: 32px;
  line-height: 1.25;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 8px solid #ffee56;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .title-ja {
    font-size: 20px;
    padding: 6px 0;
  }
}

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

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

.header {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 1000;
}
.header-inner {
  max-width: 100%;
  padding: 14px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .header-inner {
    height: 64px;
  }
}
.header-logo {
  width: 183px;
  height: 24px;
}
@media screen and (max-width: 900px) {
  .header-logo {
    width: 210px;
    height: 27px;
  }
}
.header-nav {
  font-size: 12px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .header-nav {
    display: none;
  }
}
.header-button {
  font-size: 14px;
  margin-left: 4px;
}

.drawer-icon {
  display: none;
}
@media screen and (max-width: 900px) {
  .drawer-icon {
    display: block;
    width: 32px;
    height: 28px;
    position: relative;
  }
  .drawer-icon.is-checked .drawer-icon-bar:nth-of-type(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 32px;
  }
  .drawer-icon.is-checked .drawer-icon-bar .drawer-icon-bar-dot {
    display: none;
  }
  .drawer-icon.is-checked .drawer-icon-bar:nth-of-type(2) {
    display: none;
  }
  .drawer-icon.is-checked .drawer-icon-bar:nth-of-type(3) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.drawer-icon-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 3px;
  border-radius: 6px;
  background: #4a3636;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon-bar:nth-of-type(1) {
  width: 25.6px;
}
.drawer-icon-bar:nth-of-type(2) {
  top: 9px;
}
.drawer-icon-bar:nth-of-type(3) {
  top: 18px;
}
.drawer-icon-bar-dot {
  position: absolute;
  top: 0;
  right: -6px;
  width: 4.8px;
  height: 3px;
  border-radius: 6px;
  background: #4a3636;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}

.drawer-menu {
  display: none;
}
@media screen and (max-width: 900px) {
  .drawer-menu {
    display: block;
    background: #fff;
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    height: calc(100vh - 64px);
    text-align: center;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 999;
  }
  .drawer-menu.is-checked {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.drawer-menu .header-link {
  display: block;
  margin-bottom: 40px;
}
.drawer-menu .header-link:nth-child(1) {
  margin-top: 82px;
}
.drawer-menu .header-button {
  margin: 0 auto;
}

.fv {
  padding-top: 64px;
}
@media screen and (max-width: 900px) {
  .fv {
    padding-top: 60px;
  }
}
.fv-inner {
  padding: 0;
  max-width: 100%;
  position: relative;
}
.fv-bg-img {
  height: 740px;
}
@media screen and (max-width: 900px) {
  .fv-bg-img {
    height: 554px;
  }
}
.fv-bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.fv-content {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 35px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 848px;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .fv-content {
    top: 17px;
  }
}
.fv-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 900px) {
  .fv-title {
    font-weight: 400;
    font-size: 14px;
  }
}
.fv-title-img {
  padding-top: 24px;
  max-width: 520px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .fv-title-img {
    padding-top: 20px;
    max-width: 335px;
  }
}
.fv-title-img img {
  width: 100%;
  height: 100%;
}
.fv-main-img {
  position: relative;
  max-width: 848px;
  height: 603px;
}
@media screen and (max-width: 900px) {
  .fv-main-img {
    max-width: 335px;
    height: 522px;
    margin: 10px auto;
  }
}
.fv-main-img-1 {
  position: absolute;
  max-width: 244px;
  top: 0;
  left: 37px;
}
@media screen and (max-width: 900px) {
  .fv-main-img-1 {
    max-width: 142px;
    top: 8.41px;
    left: 0;
  }
}
.fv-main-img-2 {
  position: absolute;
  max-width: 180px;
  top: 45px;
  right: 127px;
}
@media screen and (max-width: 900px) {
  .fv-main-img-2 {
    max-width: 110px;
    top: 0;
    right: 25px;
  }
}
.fv-main-img-3 {
  position: absolute;
  max-width: 250px;
  top: 33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .fv-main-img-3 {
    max-width: 200px;
    top: 103px;
  }
}
.fv-main-img-4 {
  position: absolute;
  max-width: 202px;
  bottom: 44px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .fv-main-img-4 {
    max-width: 86px;
    bottom: 0;
  }
}
.fv-main-img-5 {
  position: absolute;
  max-width: 170px;
  bottom: 105px;
  right: 63px;
}
@media screen and (max-width: 900px) {
  .fv-main-img-5 {
    max-width: 62px;
    bottom: 58px;
    right: 0;
  }
}
.fv-main-img-6 {
  position: absolute;
  max-width: 223px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 900px) {
  .fv-main-img-6 {
    max-width: 98px;
    right: 9px;
  }
}

.about {
  position: relative;
  background: #e9f6f8;
  overflow-x: hidden;
  padding-top: 177px;
}
@media screen and (max-width: 900px) {
  .about {
    padding-top: 188px;
  }
}
.about-inner {
  position: relative;
  margin: 0 auto;
}
.about-decoration {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1512px;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .about-decoration {
    width: 100%;
  }
}
.about-decoration-bg-1 {
  position: absolute;
  left: -338px;
  top: 337px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 480px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .about-decoration-bg-1 {
    left: -105px;
  }
}
@media screen and (max-width: 900px) {
  .about-decoration-bg-1 {
    max-width: 200px;
    top: 427px;
    left: 50%;
    -webkit-transform: translate(-365px, -50%);
            transform: translate(-365px, -50%);
  }
}
.about-decoration-bg-2 {
  position: absolute;
  top: 331px;
  left: -103px;
  max-width: 427px;
}
@media screen and (max-width: 1200px) {
  .about-decoration-bg-2 {
    left: 150px;
    top: 370px;
  }
}
@media screen and (max-width: 900px) {
  .about-decoration-bg-2 {
    max-width: 138px;
    left: -15px;
    top: 630px;
  }
}
.about-decoration-bg-3 {
  position: absolute;
  right: -284px;
  top: 337px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 480px;
}
@media screen and (max-width: 1200px) {
  .about-decoration-bg-3 {
    right: -125px;
  }
}
@media screen and (max-width: 900px) {
  .about-decoration-bg-3 {
    max-width: 200px;
    top: 305px;
    left: 50%;
    -webkit-transform: translate(175px, -50%);
            transform: translate(175px, -50%);
  }
}
.about-decoration-stripe {
  position: absolute;
  top: -20px;
  left: -21px;
  max-width: 250px;
}
@media screen and (max-width: 1200px) {
  .about-decoration-stripe {
    left: 240px;
  }
}
@media screen and (max-width: 900px) {
  .about-decoration-stripe {
    display: none;
  }
}
.about-decoration-paws {
  position: absolute;
  top: -50px;
  right: 165px;
  max-width: 100px;
}
@media screen and (max-width: 1200px) {
  .about-decoration-paws {
    right: 322px;
    width: 70px;
  }
}
@media screen and (max-width: 900px) {
  .about-decoration-paws {
    max-width: 54px;
    right: 50%;
    -webkit-transform: translateX(230px);
            transform: translateX(230px);
  }
}
.about-decoration-goods-1 {
  position: absolute;
  top: 620px;
  right: 150px;
  max-width: 101px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .about-decoration-goods-1 {
    right: 315px;
  }
}
@media screen and (max-width: 900px) {
  .about-decoration-goods-1 {
    max-width: 48px;
    top: 740px;
    left: 40%;
    -webkit-transform: translateX(153px);
            transform: translateX(153px);
  }
}
.about-decoration-goods-2 {
  position: absolute;
  top: 765px;
  right: 74px;
  max-width: 308px;
  height: 150px;
}
@media screen and (max-width: 1200px) {
  .about-decoration-goods-2 {
    right: 255px;
    top: 915px;
    max-width: 133px;
    height: 65px;
  }
}
@media screen and (max-width: 900px) {
  .about-decoration-goods-2 {
    max-width: 133px;
    top: 780px;
    left: 40%;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
.about-decoration-wave {
  position: absolute;
  top: 622px;
  right: -566px;
  max-width: 873px;
  height: 45.02px;
}
@media screen and (max-width: 1200px) {
  .about-decoration-wave {
    right: 142px;
  }
}
@media screen and (max-width: 900px) {
  .about-decoration-wave {
    display: none;
  }
}
.about-content {
  max-width: 848px;
  background: #fff;
  border-radius: 40px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .about-content {
    max-width: 460px;
  }
}
.about-content::before {
  content: "";
  position: absolute;
  left: 10%;
  top: 107.35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 134px;
  height: 100px;
  background: url(../img/about-content-1.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 900px) {
  .about-content::before {
    width: 80px;
    height: 60px;
    top: 80px;
    left: 50%;
    -webkit-transform: translate(-134.5px, -50%);
            transform: translate(-134.5px, -50%);
  }
}
.about-content::after {
  content: "";
  position: absolute;
  right: 10%;
  top: 107.35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 134px;
  height: 100px;
  background: url(../img/about-content-2.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 900px) {
  .about-content::after {
    width: 80px;
    height: 60px;
    top: 80px;
    right: 50%;
    -webkit-transform: translate(147.7px, -50%);
            transform: translate(147.7px, -50%);
  }
}
.about-title {
  max-width: 360px;
  margin: 0 auto;
  padding-top: 40px;
}
.about-wrap-text {
  padding-top: 32px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .about-wrap-text {
    padding-top: 24px;
  }
}
.about-text-title {
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .about-text-title {
    display: none;
  }
}
.about-text-title-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .about-text-title-sp {
    display: block;
    font-weight: 700;
    font-size: 14px;
  }
}
.about-wrap-texts {
  padding-top: 32px;
}
@media screen and (max-width: 900px) {
  .about-wrap-texts {
    padding-top: 24px;
    font-size: 12px;
  }
}
.about-wrap-texts p {
  font-weight: 400;
}
.about-wrap-texts span {
  font-weight: 700;
}
.about-text-present {
  font-weight: 700;
  font-size: 20px;
  padding-top: 44px;
  padding-bottom: 12px;
  border-bottom: 2px dashed #9ed0e0;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .about-text-present {
    padding-top: 24px;
    font-size: 14px;
  }
}
.about-button {
  font-size: 20px;
  margin-top: 29px;
  margin-bottom: 40px;
  padding: 8px 37px 10px;
  border: 3px solid #4a3636;
}
@media screen and (max-width: 900px) {
  .about-button {
    padding: 6px 24px 8px;
    font-size: 16px;
  }
}
.about-gallery {
  margin-top: 167px;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
.about-gallery-text {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 890px;
  height: 97px;
  z-index: 2;
}
.about-gallery-text img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .about-gallery-text {
    width: 354.64px;
    height: auto;
  }
}
.about-gallery-item {
  padding-top: 93px;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.about-swiper {
  width: 100%;
  overflow: hidden;
}
.about-swiper .swiper-slide {
  width: 200px !important;
  height: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .about-swiper .swiper-slide {
    width: 100px !important;
    height: 100px;
  }
}

.how-to-enter {
  text-align: center;
  overflow-x: hidden;
}
@media screen and (max-width: 900px) {
  .how-to-enter {
    margin-top: 65px;
  }
}
.how-to-enter-inner {
  position: relative;
}
.how-to-enter-decoration-map {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translate(-707px, 0);
          transform: translate(-707px, 0);
  width: 460px;
}
@media screen and (max-width: 900px) {
  .how-to-enter-decoration-map {
    width: 136px;
    top: 120px;
    -webkit-transform: translate(-180px, -50%);
            transform: translate(-180px, -50%);
  }
}
.how-to-enter-decoration-paws-1 {
  position: absolute;
  top: 580px;
  left: 50%;
  -webkit-transform: translate(-700px, 0);
          transform: translate(-700px, 0);
  width: 100px;
}
@media screen and (max-width: 900px) {
  .how-to-enter-decoration-paws-1 {
    width: 55px;
    top: 640px;
    -webkit-transform: translate(-175px, -50%);
            transform: translate(-175px, -50%);
  }
}
.how-to-enter-decoration-paws-2 {
  position: absolute;
  top: 148px;
  left: 50%;
  -webkit-transform: translate(600px, 0);
          transform: translate(600px, 0);
  width: 100px;
}
@media screen and (max-width: 900px) {
  .how-to-enter-decoration-paws-2 {
    width: 55px;
    top: 140px;
    -webkit-transform: translate(175px, -50%);
            transform: translate(175px, -50%);
  }
}
.how-to-enter-decoration-cat-1 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(281px, 0);
          transform: translate(281px, 0);
  width: 238px;
}
@media screen and (max-width: 900px) {
  .how-to-enter-decoration-cat-1 {
    width: 105px;
    top: 32px;
    -webkit-transform: translate(170px, -50%);
            transform: translate(170px, -50%);
  }
}
.how-to-enter-decoration-cat-2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(407px, 0);
          transform: translate(407px, 0);
  width: 214px;
}
@media screen and (max-width: 900px) {
  .how-to-enter-decoration-cat-2 {
    width: 95px;
    top: 37px;
    -webkit-transform: translate(220px, -50%);
            transform: translate(220px, -50%);
  }
}
.how-to-enter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  gap: 72px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .how-to-enter-content {
    display: block;
    margin-top: 40px;
  }
}
.how-to-enter-content::before {
  content: "";
  position: absolute;
  left: 228px;
  top: 45%;
  width: 133px;
  height: 24px;
  position: absolute;
  background: url(../img/how-to-enter-line.png) no-repeat center center/cover;
}
@media screen and (max-width: 900px) {
  .how-to-enter-content::before {
    background: url(../img/sp-how-to-enter-line.png) no-repeat center center/cover;
    width: 7px;
    height: 34px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform: translateY(-188px);
            transform: translateY(-188px);
  }
}
.how-to-enter-content::after {
  content: "";
  position: absolute;
  right: 283px;
  top: 45%;
  width: 133px;
  height: 24px;
  position: absolute;
  background: url(../img/how-to-enter-line.png) no-repeat center center/cover;
}
@media screen and (max-width: 900px) {
  .how-to-enter-content::after {
    background: url(../img/sp-how-to-enter-line.png) no-repeat center center/cover;
    width: 7px;
    height: 34px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform: translateY(214px);
            transform: translateY(214px);
  }
}
.how-to-enter-item {
  margin-top: 52px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 900px) {
  .how-to-enter-item {
    margin-top: 0;
  }
}
.how-to-enter-item:nth-child(2) {
  margin-top: 125px;
}
@media screen and (max-width: 900px) {
  .how-to-enter-item:nth-child(2) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .how-to-enter-item:nth-child(3) {
    margin-top: 50px;
  }
}
.how-to-enter-img {
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .how-to-enter-img {
    width: 196px;
  }
}
.how-to-enter-text {
  text-align: center;
  margin-top: 23.64px;
  color: #4a3636;
  line-height: 1.6;
  width: 100%;
}
.how-to-enter-text h3 {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .how-to-enter-text h3 {
    font-size: 16px;
  }
}
.how-to-enter-text p {
  margin-top: 16px;
}
@media screen and (max-width: 900px) {
  .how-to-enter-text p {
    font-size: 12px;
  }
}
.how-to-enter-text p a {
  border-bottom: 1px solid #4a3636;
}
.how-to-enter-text p span {
  font-weight: 700;
}
.how-to-enter-text h2 {
  font-weight: 700;
  margin-top: 24px;
  background: #fff;
  padding: 8px 12px;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .how-to-enter-text h2 {
    margin-top: 16px;
    font-size: 14px;
  }
}
.how-to-enter-text h2 img {
  padding-right: 8px;
}
.how-to-enter-button {
  margin-top: 48px;
  padding: 11px 40px 13px;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .how-to-enter-button {
    margin-top: 22px;
    font-size: 13px;
    padding: 6px 24px 8px;
  }
}

.prizes {
  margin: 0 auto;
  position: relative;
}
.prizes-inner {
  padding: 0;
}
.prizes-triangle-1 {
  position: absolute;
  width: 315px;
  height: 86px;
  top: 80px;
  left: 50%;
  -webkit-transform: translate(-480px, -50%);
          transform: translate(-480px, -50%);
}
@media screen and (max-width: 900px) {
  .prizes-triangle-1 {
    display: none;
  }
}
.prizes-triangle-2 {
  position: absolute;
  width: 315px;
  height: 86px;
  top: 80px;
  right: 50%;
  -webkit-transform: translate(480px, -50%);
          transform: translate(480px, -50%);
}
@media screen and (max-width: 900px) {
  .prizes-triangle-2 {
    display: none;
  }
}
.prizes-title {
  margin-top: 120px;
  position: relative;
  z-index: 100;
  top: 28px;
}
@media screen and (max-width: 900px) {
  .prizes-title {
    margin-top: 10px;
    top: 40px;
  }
}
.prizes-content-wrap {
  width: 1136px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  padding: 64px 56px 53px;
  border-radius: 24px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .prizes-content-wrap {
    padding: 42px 20px 34px;
  }
}
.prizes-content-wrap::after {
  content: "";
  position: absolute;
  background: url(../img/prizes-top-img.png) no-repeat center center/cover;
  top: -150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 378px;
  height: 150px;
}
@media screen and (max-width: 900px) {
  .prizes-content-wrap::after {
    background: url(../img/sp/sp-prizes-top-img.png) no-repeat center center/cover;
    top: -83px;
    left: 51.15%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 238px;
    height: 83px;
  }
}
.prizes-header-text {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .prizes-header-text {
    font-size: 12px;
    margin-top: 16px;
  }
}
.prizes-list-tp, .prizes-list-bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .prizes-list-tp, .prizes-list-bt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.prizes-list-tp {
  margin-top: 82px;
  gap: 32px;
}
@media screen and (max-width: 900px) {
  .prizes-list-tp {
    margin-top: 48px;
    gap: 15px;
  }
}
.prizes-list-bt {
  margin-top: 80px;
  gap: 36px;
}
@media screen and (max-width: 900px) {
  .prizes-list-bt {
    margin-top: 39px;
    gap: 15px;
  }
}
.prizes-item-tp, .prizes-item-bt {
  position: relative;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.prizes-item-tp:hover, .prizes-item-bt:hover {
  border: 4px solid #9ed0e0;
  border-radius: 24px;
}
.prizes-item-tp {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 32px) / 2);
          flex: 0 0 calc((100% - 32px) / 2);
  max-width: calc((100% - 32px) / 2);
}
@media screen and (max-width: 900px) {
  .prizes-item-tp {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    max-width: 160px;
  }
}
.prizes-item-bt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 72px) / 3);
          flex: 0 0 calc((100% - 72px) / 3);
  max-width: calc((100% - 72px) / 3);
}
@media screen and (max-width: 900px) {
  .prizes-item-bt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    max-width: 160px;
  }
}
@media screen and (max-width: 900px) {
  .prizes-item-bt:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen and (max-width: 549px) {
  .prizes-item-bt:last-child {
    margin-top: 32px;
  }
}
.prizes-img-tp, .prizes-img-bt {
  width: 100%;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}
.prizes-img-tp img, .prizes-img-bt img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.prizes-img-bt {
  border-radius: 16px 16px 0 6;
}
.prizes-number-tp, .prizes-number-bt {
  position: absolute;
  left: 50%;
  top: -50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.prizes-number-tp {
  width: 100px;
}
@media screen and (max-width: 900px) {
  .prizes-number-tp {
    width: 48px;
    top: -25px;
  }
}
.prizes-number-bt {
  width: 80px;
  top: -40px;
}
@media screen and (max-width: 900px) {
  .prizes-number-bt {
    width: 48px;
    top: -25px;
  }
}
.prizes-name-tp, .prizes-name-bt {
  position: relative;
  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;
  text-align: center;
  background: #f5f5f5;
  font-weight: 700;
  border-radius: 0 0 24px 24px;
}
.prizes-name-tp {
  width: 100%;
  height: 120px;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .prizes-name-tp {
    height: 56px;
    font-size: 12px;
  }
}
.prizes-name-tp::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100px;
  border-color: transparent transparent #67b0c7 transparent;
  border-bottom-right-radius: 24px;
}
@media screen and (max-width: 900px) {
  .prizes-name-tp::after {
    border-width: 0 0 48px 48px;
  }
}
.prizes-name-bt {
  width: 100%;
  height: 80px;
  border-radius: 0 0 16px 16px;
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .prizes-name-bt {
    height: 56px;
  }
}
.prizes-name-bt::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 64px 64px;
  border-color: transparent transparent #67b0c7 transparent;
  border-bottom-right-radius: 16px;
}
@media screen and (max-width: 900px) {
  .prizes-name-bt::after {
    border-width: 0 0 48px 48px;
  }
}
.prizes-zoom-btn-tp {
  position: absolute;
  right: 12.5px;
  bottom: 14px;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 900px) {
  .prizes-zoom-btn-tp {
    width: 11.52px;
    bottom: -2px;
    right: 10px;
  }
}
.prizes-zoom-btn-bt {
  position: absolute;
  right: 8px;
  bottom: 13px;
  width: 20.48px;
  height: 20.48px;
  border-bottom-right-radius: 16px;
}
@media screen and (max-width: 900px) {
  .prizes-zoom-btn-bt {
    width: 11.52px;
    bottom: 8px;
    right: 10px;
  }
}
.prizes-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2000;
}
.prizes-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prizes-modal-card {
  display: none;
  width: 100%;
  max-width: 480px;
}
@media screen and (max-width: 900px) {
  .prizes-modal-card {
    max-width: 336px;
  }
}
.prizes-modal-card.is-active {
  display: block;
}
.prizes-modal-img {
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}
.prizes-modal-text {
  border-radius: 0 0 24px 24px;
  height: 350px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 32px 40px 54px;
  background: #f5f5f5;
}
@media screen and (max-width: 900px) {
  .prizes-modal-text {
    height: 270px;
    padding: 39px 20px 27px;
  }
}
.prizes-modal-text-main {
  color: #4a3636;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .prizes-modal-text-main {
    font-size: 16px;
  }
}
.prizes-modal-text-sub {
  color: #000;
  margin-top: 12px;
  font-weight: 400;
  font-size: 12px;
}
.prizes-modal-button {
  margin-top: 24px;
}
.prizes-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
}
@media screen and (max-width: 900px) {
  .prizes-button {
    margin-top: 18px;
    font-size: 15px;
  }
}

.spot-bg-img {
  background: url(../img/spot-bg-img.jpg) no-repeat center center/cover;
  width: 100%;
  height: 620px;
}
@media screen and (max-width: 900px) {
  .spot-bg-img {
    height: 260px;
    width: 100%;
  }
}

.spot {
  background: #67b0c7;
  position: relative;
}
.spot::before {
  content: "";
  position: absolute;
  background: url(../img/spot-wave-tp.png) no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  width: 100%;
  height: 8vw;
  min-height: 80px;
  max-height: 150px;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 900px) {
  .spot::before {
    background: url(../img/sp/spot-wave-tp-sp.png.png) repeat;
  }
}
.spot::after {
  content: "";
  position: absolute;
  background: url(../img/spot-wave-bt.png) no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 8vw;
  min-height: 80px;
  max-height: 150px;
  bottom: 2px;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 900px) {
  .spot::after {
    background: url(../img/sp/spot-wave-bt-sp.png.png) repeat;
    min-height: 92px;
  }
}
.spot-inner {
  margin-left: 244px;
  padding: 0 0 0 36px;
}
@media screen and (max-width: 1200px) {
  .spot-inner {
    margin: 0;
    padding: 0;
  }
}
.spot-decoration {
  position: absolute;
  width: 100px;
  height: 220px;
  bottom: 0;
  left: 36px;
}
@media screen and (max-width: 900px) {
  .spot-decoration {
    display: none;
  }
}
.spot-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  gap: 8px;
}
@media screen and (max-width: 900px) {
  .spot-content {
    display: block;
  }
}
.spot-title {
  font-size: 40px;
  line-height: 1.25;
  color: #fff;
  font-family: "Kiwi Maru", serif;
  padding-top: 64px;
  position: relative;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 2px;
}
@media screen and (max-width: 900px) {
  .spot-title {
    max-width: 260px;
    font-size: 28px;
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: 0;
  }
}
.spot-title::after {
  content: "";
  position: absolute;
  background: url(../img/spot-title-star.png) no-repeat center center/cover;
  width: 56px;
  height: 56px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 0;
}
@media screen and (max-width: 900px) {
  .spot-title::after {
    left: -28px;
    top: 50%;
    width: 28px;
    height: 28px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.spot-swiper {
  padding: 0 24px 48px;
}
@media screen and (max-width: 900px) {
  .spot-swiper {
    padding-bottom: 0;
    margin-top: 24px;
  }
}
.spot-slide {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .spot-slide {
    height: 402px;
  }
}
.spot-card-text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  padding: 24px 32px 40px;
}
@media screen and (max-width: 900px) {
  .spot-card-text {
    padding: 16px 24px 31px;
  }
}
.spot-card-text h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .spot-card-text h2 {
    font-size: 16px;
  }
}
.spot-card-text p {
  font-size: 16px;
  font-weight: 400;
  padding-top: 24px;
}
@media screen and (max-width: 900px) {
  .spot-card-text p {
    font-size: 12px;
    padding-top: 16px;
  }
}
.spot-arrows {
  position: absolute;
  width: 944px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 0;
  left: 0;
}
.spot-prev, .spot-next {
  position: static;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 900px) {
  .spot-prev, .spot-next {
    display: none;
  }
}
.spot-prev::after, .spot-next::after {
  display: none;
}
.spot-prev svg, .spot-next svg {
  display: none;
}
.spot-prev {
  background: url(../img/spot-slide-icon-left.png) no-repeat center center/contain;
}
.spot-next {
  background: url(../img/spot-slide-icon-right.png) no-repeat center center/contain;
}
.spot-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 18px 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .spot-bottom {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
}
.spot-bottom-logo-img {
  max-width: 495px;
}
@media screen and (max-width: 900px) {
  .spot-bottom-logo-img {
    max-width: 255px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .spot-bottom-wrap {
    text-align: center;
    margin-top: 16px;
  }
}
.spot-bottom-text {
  font-weight: 400;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 900px) {
  .spot-bottom-text {
    font-size: 11.44px;
    margin-top: 16px;
  }
}
.spot-bottom-button {
  display: block;
  font-size: 20px;
  margin: 24px auto;
  padding: 11px 40px 13px;
}
@media screen and (max-width: 1200px) {
  .spot-bottom-button {
    display: inline-block;
    font-size: 16px;
    padding: 6px 24px 8px;
  }
}

.qa {
  margin-top: 240px;
  margin: 240px 0 auto;
}
@media screen and (max-width: 900px) {
  .qa {
    margin-top: 135px;
  }
}
.qa-inner {
  max-width: 1084px;
}
@media screen and (max-width: 900px) {
  .qa-inner {
    max-width: 100%;
  }
}
.qa-boxes {
  margin-top: 56px;
}
@media screen and (max-width: 900px) {
  .qa-boxes {
    margin-top: 36px;
  }
}
.qa-box {
  margin-bottom: 24px;
  background: #fff;
  border-radius: 16px;
  border: 2px solid #4a3636;
  position: relative;
}
@media screen and (max-width: 900px) {
  .qa-box {
    margin-bottom: 12px;
  }
}
.qa-box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 30px 24px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .qa-box-head {
    gap: 12px;
    padding: 12px 16px;
  }
}
.qa-box-head-icon {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 12.5px;
  color: #9ed0e0;
}
@media screen and (max-width: 900px) {
  .qa-box-head-icon {
    font-size: 24px;
  }
}
.qa-box-head-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .qa-box-head-text {
    font-size: 14px;
  }
}
.qa-box-head-toggle {
  width: 48px;
  height: 48px;
  position: relative;
  display: block;
  background-color: #9ed0e0;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .qa-box-head-toggle {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.qa-box-head-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  .qa-box-head-toggle::before {
    width: 10.18px;
    height: 1.45px;
  }
}
.qa-box-head-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3px;
  height: 18px;
  background: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .qa-box-head-toggle::after {
    width: 1.45px;
    height: 10.18px;
  }
}
.qa-box-head-toggle.is-open::after {
  opacity: 0;
}
.qa-box-body {
  background: #f5f5f5;
  padding: 31px 24px;
  border-radius: 0 0 16px 16px;
  display: none;
}
@media screen and (max-width: 900px) {
  .qa-box-body {
    padding: 16px;
  }
}
@media screen and (max-width: 900px) {
  .qa-box-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}
.qa-box-a-icon {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  color: #9ed0e0;
}
@media screen and (max-width: 900px) {
  .qa-box-a-icon {
    font-size: 24px;
    margin: auto 0;
  }
}
.qa-box-a-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .qa-box-a-text {
    font-size: 14px;
  }
}

.entry {
  margin: 120px auto;
  padding: 0 30px;
}
@media screen and (max-width: 900px) {
  .entry {
    margin: 30.67px auto 32px;
  }
}
.entry-inner {
  border: 8px solid #ffffff;
  padding: 40px 56px;
  background: rgba(255, 255, 255, 0.5019607843);
}
@media screen and (max-width: 900px) {
  .entry-inner {
    padding: 24px 23.5px;
  }
}
.entry-title {
  padding-top: 40px;
}
.entry-content {
  margin-top: 56px;
}
@media screen and (max-width: 900px) {
  .entry-content {
    margin-top: 36px;
  }
}
.entry-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.entry-table-item {
  color: #4a3636;
}
@media screen and (max-width: 900px) {
  .entry-table-item {
    border-bottom: 1px solid #cccccc;
  }
}
.entry-table-header, .entry-table-data {
  border-bottom: 1px solid #cccccc;
  padding: 12px 0 12px 32px;
}
@media screen and (max-width: 900px) {
  .entry-table-header, .entry-table-data {
    display: block;
    border: none;
    padding: 0 0 0 16px;
  }
}
.entry .entry-table tr:last-child th,
.entry .entry-table tr:last-child td {
  border-bottom: none;
}
.entry-table-header {
  width: 240px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -moz-text-align-last: left;
       text-align-last: left;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 900px) {
  .entry-table-header {
    margin-top: 12px;
    font-size: 14px;
  }
}
.entry-table-header::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 22px;
  left: 14px;
  border-radius: 50%;
  background: #9ed0e0;
}
@media screen and (max-width: 900px) {
  .entry-table-header::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
}
.entry-table-data {
  -moz-text-align-last: left;
       text-align-last: left;
  padding-left: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .entry-table-data {
    padding: 8px 0 8px;
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .entry-table-list {
    margin-left: 8px;
  }
}
.entry-table-list li {
  position: relative;
}
@media screen and (max-width: 900px) {
  .entry-table-list li {
    padding: 0 0 0 13px;
  }
}
.entry-table-list li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 13px;
  left: -13px;
  border-radius: 50%;
  background: #4a3636;
}
@media screen and (max-width: 900px) {
  .entry-table-list li::before {
    left: 0;
    top: 8px;
  }
}
.entry-table-list li a {
  border-bottom: 1px solid #000;
}

.contact {
  padding: 0 30px;
  background: #ffffff;
}
.contact-inner {
  max-width: 848px;
  padding: 120px 0 120px;
}
@media screen and (max-width: 900px) {
  .contact-inner {
    width: 100%;
    padding: 40px 0 40px;
  }
}
.contact-text {
  margin-top: 48px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .contact-text {
    margin-top: 36px;
    font-size: 12px;
  }
}
.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .contact-form {
    margin-top: 24px;
  }
}
.contact-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .contact-field {
    display: block;
  }
}
.contact-field-head {
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.contact-field-label {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .contact-field-label {
    font-size: 14px;
  }
}
.contact-field-tag {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.6;
  background: #ce2073;
  color: #fff;
  border-radius: 4px;
  padding: 4px 8px;
}
.contact-field-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.contact-field-item:focus-within input,
.contact-field-item:focus-within select,
.contact-field-item:focus-within textarea {
  background: #e9f6f8;
  outline: 2px solid #9ed0e0;
  outline-offset: 0;
}
@media screen and (max-width: 900px) {
  .contact-field-item {
    margin-top: 8px;
  }
}
.contact-field-item-select {
  position: relative;
}
.contact-field-item-select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background: #a7d7e4;
  border-radius: 0 8px 8px 0;
  pointer-events: none;
}
.contact-field-item-select::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: url("../img/select-checkbox.png") no-repeat center center/cover;
  border-radius: 0 8px 8px 0;
  pointer-events: none;
}
.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background: #f5f5f5;
  border-radius: 8px;
  font-size: 16px;
  padding: 16px 0 14px 16px;
  height: 56px;
}
@media screen and (max-width: 900px) {
  .contact-field input,
  .contact-field select,
  .contact-field textarea {
    font-size: 14px;
  }
}
.contact-field textarea {
  height: 160px;
}
.contact-field-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  height: 56px;
}
@media screen and (max-width: 900px) {
  .contact-field-radios {
    height: 24px;
    margin-left: 20px;
  }
}
.contact-field-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.contact-field [type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.contact-field [type=radio]:checked + .contact-field-text::after {
  opacity: 1;
}
.contact-field-text {
  position: relative;
  padding-left: 12px;
}
.contact-field-text::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border-radius: 50%;
  left: -20px;
}
.contact-field-text::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #9ed0e0;
  border-radius: 50%;
  left: -13px;
  top: 6px;
  opacity: 0;
}
.contact-field-textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-privacy {
  text-align: center;
}
.contact-checkbox input {
  width: 1px;
  height: 1px;
  position: relative;
}
.contact-checkbox input:checked + .contact-checkbox::after {
  opacity: 1;
}
.contact-checkbox input::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border-radius: 4px;
  top: 50%;
  left: -30px;
}
.contact-checkbox input::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 9px;
  background: url("../img/privacy-checkbox.png") no-repeat center center/cover;
  border-radius: 4px;
  top: 50%;
  -webkit-transform: translateY(60%);
          transform: translateY(60%);
  left: -24px;
  opacity: 0;
}
.contact-checkbox input:checked::after {
  opacity: 1;
}
.contact-checkbox-text a {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 900px) {
  .contact-checkbox-text a {
    font-size: 14px;
  }
}
.contact-button {
  width: 240px;
  margin: 0 auto;
}
.contact .is-error {
  background: #ffe3ee !important;
  outline: 2px solid #ce2073;
}

.footer {
  margin: 120px auto 240px;
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .footer {
    margin: 39.67px auto 110px;
    padding: 0 20px;
  }
}
.footer-decoration {
  position: absolute;
  width: 100px;
  height: 220px;
  top: 0;
  right: 80px;
}
@media screen and (max-width: 1200px) {
  .footer-decoration {
    width: 60px;
    display: none;
  }
}
.footer-inner {
  padding: 0;
}
.footer-link-title {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .footer-link-title {
    font-size: 20px;
  }
}
.footer-link-img {
  margin-top: 24px;
  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: 43px;
}
@media screen and (max-width: 900px) {
  .footer-link-img {
    gap: 40px;
  }
}
.footer-title-logo {
  max-width: 755px;
  height: 82.2307128906px;
  opacity: 1;
  margin: 46px auto 0;
}
@media screen and (max-width: 900px) {
  .footer-title-logo {
    max-width: 328px;
    height: 34.41px;
    margin: 17px auto 0;
  }
}
.footer-title-logo img {
  width: 100%;
}
.footer address {
  font-style: normal;
}
.footer-address-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .footer-address-wrap {
    display: block;
    max-width: 355px;
    margin: 0 auto;
  }
}
.footer-map {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .footer-map {
    width: 100%;
    height: 271px;
  }
}
.footer-address-body {
  margin: 106px 61px;
  width: 50%;
}
@media screen and (max-width: 900px) {
  .footer-address-body {
    width: 100%;
    margin: 24px auto;
  }
}
.footer-address-body-logo {
  width: 183px;
}
@media screen and (max-width: 900px) {
  .footer-address-body-logo {
    width: 153px;
    margin: 0 auto;
  }
}
.footer-address-body-item {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 900px) {
  .footer-address-body-item {
    gap: 8px;
    padding: 0 27.5px;
  }
}
.footer-address-body-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  .footer-address-body-text {
    gap: 28px;
  }
}
.footer-address-body-text::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ed0e0;
  left: 0;
}
.footer-address-body-text-main {
  font-weight: 700;
  width: 80px;
}
@media screen and (max-width: 900px) {
  .footer-address-body-text-main {
    font-size: 12px;
    width: 52px;
  }
}
.footer-address-body-text-sub {
  font-weight: 400;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 900px) {
  .footer-address-body-text-sub {
    font-size: 12px;
  }
}

.footer-bottom {
  background: #67b0c7;
  text-align: center;
  padding-bottom: 32px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 900px) {
  .footer-bottom {
    font-size: 10px;
    padding-bottom: 25px;
  }
}
.footer-bottom::before {
  content: "";
  position: absolute;
  background: url(../img/spot-wave-tp.png) no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  width: 100%;
  height: 8vw;
  min-height: 80px;
  max-height: 150px;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 900px) {
  .footer-bottom::before {
    background: url(../img/sp/sp-spot-wave-tp.png) repeat;
  }
}

.page-top {
  z-index: 10;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 100px;
}
@media screen and (max-width: 900px) {
  .page-top {
    position: static;
    margin: 30px auto 24px;
    width: 75px;
  }
}