.pre-inc * {
  font-family: "Noto Serif JP", serif;
}
.pre-inc .block-pagetitle {
  position: relative;
  width: 100%;
  height: 400vh;
  overflow: clip;
}
.pre-inc .block-pagetitle:before {
  content: "";
  position: sticky;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../images/design/bg_pagetitle02.webp) no-repeat center center;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-pagetitle:before {
    background: url(../images/design/bg_pagetitle_sp.webp) no-repeat center center;
    background-size: cover;
  }
}
.pre-inc .block-pagetitle .panel01 {
  position: sticky;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  text-align: center;
  transition: opacity 1s;
  z-index: 3;
}
.pre-inc .block-pagetitle .panel01 .pagetitle .en {
  font-size: min(56px, 4.375vw);
  color: #d1b19b;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-pagetitle .panel01 .pagetitle .en {
    font-size: min(78px, 11.1428571429vw);
  }
}
.pre-inc .block-pagetitle .panel01 .pagetitle .ja {
  font-size: min(20px, 1.5625vw);
  color: #fff;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-pagetitle .panel01 .pagetitle .ja {
    font-size: min(28px, 4vw);
  }
}
.pre-inc .block-pagetitle .panel02 {
  position: sticky;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  text-align: center;
  opacity: 0;
  transition: opacity 1s;
  z-index: 3;
}
.pre-inc .block-pagetitle .panel02 .lead {
  line-height: 2;
  font-size: min(28px, 2.1875vw);
  color: #fff;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-pagetitle .panel02 .lead {
    font-size: min(40px, 5.7142857143vw);
  }
}
.pre-inc .block-pagetitle .caption_panel {
  position: sticky;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 2;
}
.pre-inc .block-pagetitle .caption_panel .caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 10px;
}
.pre-inc .block-pagetitle.is-title .panel01 {
  opacity: 1;
}
.pre-inc .block-pagetitle.is-title .panel02 {
  opacity: 0;
}
.pre-inc .block-pagetitle.is-catchcopy .panel01 {
  opacity: 0;
}
.pre-inc .block-pagetitle.is-catchcopy .panel02 {
  opacity: 1;
}
.pre-inc .section-form {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-form {
    padding-top: 60px;
  }
}
.pre-inc .section-form .inner {
  padding: 0 20px;
}
.pre-inc .section-form .title {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-form .title {
    font-size: 20px;
  }
}
.pre-inc .section-form .lead {
  margin-top: 30px;
  text-align: center;
  line-height: 1.8;
  color: #8C5937;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-form .lead {
    margin-top: 10px;
    font-size: 18px;
  }
}
.pre-inc .section-form .body {
  margin-top: 50px;
  text-align: center;
  line-height: 2.2;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-form .body {
    margin-top: 30px;
  }
}
.pre-inc .section-form .parse {
  position: relative;
  max-width: 1280px;
  margin: 60px auto 0;
}
.pre-inc .section-form .parse figcaption {
  position: absolute;
  right: 10px;
  bottom: -5px;
  font-size: 10px;
  transform: translateY(100%);
}
.pre-inc .block-entrance {
  padding: 140px 20px 100px;
  background: url(../images/design/bg_entrance.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-entrance {
    padding: 60px 20px 50px;
  }
}
.pre-inc .block-entrance .inner {
  max-width: 790px;
  margin: 0 auto;
}
.pre-inc .block-entrance .lead {
  margin-top: 70px;
  text-align: center;
  line-height: 1.8;
  color: #8C5937;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-entrance .lead {
    margin-top: 40px;
    font-size: 18px;
  }
}
.pre-inc .block-entrance .body {
  margin-top: 40px;
  text-align: center;
  line-height: 2.2;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-entrance .body {
    margin-top: 20px;
  }
}
.pre-inc .block-entrance .approach figure > div {
  overflow: clip;
}
.pre-inc .block-entrance .approach figcaption {
  font-size: 10px;
  text-align: right;
}
.pre-inc .block-entrance .hall {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-entrance .hall {
    margin-top: 40px;
  }
}
.pre-inc .block-entrance .hall figure > div {
  overflow: clip;
}
.pre-inc .block-entrance .hall figcaption {
  font-size: 10px;
  text-align: right;
}
.pre-inc .block-land {
  padding: 140px 20px 100px;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-land {
    padding: 60px 20px 50px;
  }
}
.pre-inc .block-land .map {
  max-width: 1080px;
  margin: 0 auto;
}
.pre-inc .block-land .feature {
  max-width: 950px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-land .feature {
    margin-top: 20px;
  }
}
.pre-inc .block-land .facility {
  max-width: 950px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-land .facility {
    margin-top: 30px;
  }
}
.pre-inc .block-land .service {
  max-width: 950px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-land .service {
    margin-top: 40px;
  }
}
.pre-inc .animate-zoom img {
  opacity: 0;
  transform: scale(1.05);
  transition: 0.7s;
}
.pre-inc .animate-zoom.is-on img {
  opacity: 1;
  transform: scale(1);
  transition: 0.7s;
}/*# sourceMappingURL=design.css.map */