@charset "UTF-8";
.pre-inc .headerColorScroll #header h1 span {
  color: #fff;
}
.pre-inc .headerColorScroll .drawer-hamburger-icon,
.pre-inc .headerColorScroll .drawer-hamburger-icon::before,
.pre-inc .headerColorScroll .drawer-hamburger-icon::after {
  background-color: #fff;
}
.pre-inc .page_wrapp {
  width: 100%;
  overflow: hidden;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.pre-inc .top_contents_wrapp.bg_wh {
  background: #fff;
}
.pre-inc .top_contents_wrapp.bg_wh .light-theme {
  display: block;
}
.pre-inc .top_contents_wrapp.bg_wh .dark-theme {
  display: none;
}
.pre-inc .top_contents_wrapp.bg_bk {
  background: #000;
}
.pre-inc .top_contents_wrapp.bg_bk .light-theme {
  display: none;
}
.pre-inc .top_contents_wrapp.bg_bk .dark-theme {
  display: block;
}
.pre-inc {
  /***メイン***/
}
.pre-inc .top_mv {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: 0.6s;
}
.pre-inc .mv_s2_bg {
  margin: auto;
  aspect-ratio: 900/720;
  background-image: url(../images/top_re/mv_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1.1);
  opacity: 0;
  filter: brightness(150%) blur(40px);
  transition: 1.8s;
}
@media (min-width: 900px) {
  .pre-inc .mv_s2_bg {
    width: max(70.3125vw, 900px);
  }
}
.pre-inc .top_mv.set2 .mv_s2_bg {
  filter: brightness(100%) blur(0);
  transform: scale(1);
  opacity: 1;
}
.pre-inc .mv_s2_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  max-width: max-content;
  font-size: min(3.3333333333vw, 30px);
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
  color: #000;
  transform: translateY(0) scale(1);
  transition: transform 1.1s ease-in-out 1.4s;
}
@media (min-width: 900px) {
  .pre-inc .mv_s2_copy {
    font-size: max(2.34375vw, 30px);
  }
}
.pre-inc .mv_s2_copy span {
  display: inline-block;
  filter: brightness(500%) blur(10px);
  opacity: 0;
  transition: transform 1.1s ease-out, filter 1.1s ease-out, opacity 1.1s ease-out;
  text-shadow: 0px 0px 10px rgb(255, 255, 255);
  transform: translateY(90px) scale(5);
}
.pre-inc .mv_s2_copy span:nth-of-type(1) {
  transition-delay: 0.025s;
}
.pre-inc .mv_s2_copy span:nth-of-type(2) {
  transition-delay: 0.05s;
}
.pre-inc .mv_s2_copy span:nth-of-type(3) {
  transition-delay: 0.075s;
}
.pre-inc .mv_s2_copy span:nth-of-type(4) {
  transition-delay: 0.1s;
}
.pre-inc .mv_s2_copy span:nth-of-type(5) {
  transition-delay: 0.125s;
}
.pre-inc .mv_s2_copy span:nth-of-type(6) {
  transition-delay: 0.15s;
}
.pre-inc .mv_s2_copy span:nth-of-type(7) {
  transition-delay: 0.175s;
}
.pre-inc .mv_s2_copy span:nth-of-type(8) {
  transition-delay: 0.2s;
}
.pre-inc .mv_s2_copy span:nth-of-type(9) {
  transition-delay: 0.225s;
}
.pre-inc .mv_s2_copy span:nth-of-type(10) {
  transition-delay: 0.25s;
}
.pre-inc .mv_s2_copy span:nth-of-type(11) {
  transition-delay: 0.275s;
}
.pre-inc .mv_s2_copy span:nth-of-type(12) {
  transition-delay: 0.3s;
}
.pre-inc .mv_s2_copy span:nth-of-type(13) {
  transition-delay: 0.325s;
}
.pre-inc .mv_s2_copy span:nth-of-type(14) {
  transition-delay: 0.35s;
}
.pre-inc .mv_s2_copy span:nth-of-type(15) {
  transition-delay: 0.375s;
}
.pre-inc .mv_s2_copy span:nth-of-type(16) {
  transition-delay: 0.4s;
}
.pre-inc .mv_s2_copy span:nth-of-type(17) {
  transition-delay: 0.425s;
}
.pre-inc .mv_s2_copy span:nth-of-type(18) {
  transition-delay: 0.45s;
}
.pre-inc .mv_s2_copy span:nth-of-type(19) {
  transition-delay: 0.475s;
}
.pre-inc .mv_s2_copy span:nth-of-type(20) {
  transition-delay: 0.5s;
}
.pre-inc .mv_s2_copy span:nth-of-type(21) {
  transition-delay: 0.525s;
}
.pre-inc .mv_s2_copy span:nth-of-type(22) {
  transition-delay: 0.55s;
}
.pre-inc .mv_s2_copy span:last-of-type {
  letter-spacing: -1em;
}
.pre-inc .mv_s2_copy sup {
  font-size: 0.3333333333em;
  letter-spacing: 0;
  vertical-align: text-top;
}
.pre-inc .top_mv.set1 .mv_s2_copy {
  transform: translateY(-500%) scale(0.9);
}
.pre-inc .top_mv.set1 .mv_s2_copy span {
  transform: translateY(0px) scale(1);
  filter: brightness(100%) blur(0px);
  opacity: 1;
}
.pre-inc .mv_s2_text {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transform: translateY(200%) scale(1.3);
  width: min(53.3333333333vw, 480px);
  opacity: 0;
  transform-origin: center;
  transition: opacity 1.8s ease-out 0.2s, transform 1.8s ease-out 0.2s;
}
@media (min-width: 900px) {
  .pre-inc .mv_s2_text {
    width: max(37.5vw, 480px);
  }
}
.pre-inc .top_mv.set2 .mv_s2_text {
  opacity: 1;
  transform: translateY(200%) scale(1);
}
@media screen and (max-width: 767px) {
  .pre-inc .mv_s2_bg {
    width: 100%;
    aspect-ratio: 700/1008;
    background-image: url(../images/top_re/mv_bg_sp.jpg);
  }
  .pre-inc .mv_s2_copy {
    font-size: 5.7142857143vw;
  }
  .pre-inc .top_mv.set1 .mv_s2_copy {
    transform: translateY(-220%) scale(0.9);
  }
  .pre-inc .mv_s2_text {
    transform: translateY(220%) scale(1.3);
    width: 88.8571428571vw;
  }
  .pre-inc .top_mv.set2 .mv_s2_text {
    opacity: 1;
    transform: translateY(220%) scale(1);
  }
}
.pre-inc {
  /***ボタン***/
}
.pre-inc .top_ctb_wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
  gap: 1.5%;
}
.pre-inc .entry_bt {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}
.pre-inc .entry_bt.buttonset_2 {
  width: 48%;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pre-inc .entry_bt.buttonset_2 {
    width: 100%;
    margin-bottom: 15px;
  }
}
.pre-inc .entry_bt a {
  display: block;
  position: relative;
  text-align: center;
}
.pre-inc .entry_bt a:hover {
  opacity: 0.8;
}
.pre-inc .sub_space {
  opacity: 0;
  transition: opacity 1.1s ease-out;
}
.pre-inc .sub_space.set2 {
  opacity: 1;
}
.pre-inc {
  /***ポイントテキスト***/
}
.pre-inc .point_text {
  padding: 50px 0;
  text-align: center;
}
.pre-inc .point_text .point_text_in {
  margin: 0 auto;
  width: 90%;
  max-width: 946px;
}
@media screen and (max-width: 767px) {
  .pre-inc .point_text {
    padding: 20px 0 40px;
  }
  .pre-inc .top_contents_wrapp {
    padding-top: 40px;
  }
}
.pre-inc {
  /***行動提起***/
}
.pre-inc .top_cta {
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .pre-inc .top_cta {
    padding-bottom: 55px;
  }
}
.pre-inc .top_do_text {
  width: 90%;
  margin: 0 auto 20px;
}
.pre-inc .top_contents_wrapp.bg_bk .top_do_text {
  color: #fff;
}
.pre-inc .top_do_text .do_text_sub {
  margin: 0 auto 20px;
  font-size: min(3.8vw, 36px);
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pre-inc .top_do_text .do_text_sub {
    font-size: min(5.8vw, 36px);
  }
}
.pre-inc {
  /***セクション共通***/
}
.pre-inc .top_section {
  position: relative;
  z-index: 0;
  height: 100vh;
  min-height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 100px 0;
  color: #fff;
}
.pre-inc .top_section_bg {
  position: absolute;
  z-index: -2;
  inset: 0;
}
.pre-inc .top_section_bg picture, .pre-inc .top_section_bg img, .pre-inc .top_section_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pre-inc .top_section_bg::before {
  position: absolute;
  inset: 0;
  content: "";
  background: #000;
  opacity: 0.64;
}
.pre-inc .top_section_container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.pre-inc .top_section_title {
  text-align: center;
}
.pre-inc .top_section_title img {
  width: auto;
  height: min(3.2222222222vw, 29px);
}
.pre-inc .top_section_copy {
  margin-top: 1em;
  font-size: min(3.7777777778vw, 34px);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.pre-inc .top_section_copy sup {
  font-size: 10px;
  vertical-align: top;
}
.pre-inc .top_section_text {
  margin-top: 2em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.pre-inc .top_section_cap {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
  font-weight: 100;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pre-inc .top_section {
    padding: 70px 0;
  }
  .pre-inc .top_section_title img {
    height: 5.2857142857vw;
  }
  .pre-inc .top_section_copy {
    font-size: 5.7142857143vw;
  }
  .pre-inc .top_section_text {
    font-size: 14px;
  }
}
.pre-inc {
  /***アクセス***/
}
.pre-inc .top_access_wrapp {
  margin: 50px auto 0;
}
@media (max-width: 1100px) {
  .pre-inc .top_access_wrapp {
    max-width: 495px;
  }
}
.pre-inc .top_access_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 1100px) {
  .pre-inc .top_access_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pre-inc .top_access_card {
  position: relative;
  aspect-ratio: 315/287;
  cursor: pointer;
  border-radius: 10px;
}
.pre-inc .top_access_card img.front,
.pre-inc .top_access_card img.back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: transform 0.2s ease-in;
}
.pre-inc .top_access_card.is-front img.front {
  transform: rotateY(0);
  transition-delay: 0.2s;
}
.pre-inc .top_access_card.is-front img.back {
  transform: rotateY(-90deg);
}
.pre-inc .top_access_card.is-back img.front {
  transform: rotateY(90deg);
}
.pre-inc .top_access_card.is-back img.back {
  transform: rotateY(0);
  transition-delay: 0.2s;
}
.pre-inc .top_access_cap {
  margin-top: 10px;
  font-size: 10px;
  font-weight: 100;
  text-align: right;
  line-height: 1;
}
.pre-inc {
  /***ロケーション***/
}
.pre-inc .top_contents_wrapp.bg_wh .top_location .top_section_bg::before {
  opacity: 0.75;
}
.pre-inc .top_location_wrapp {
  margin: 0 -5%;
}
.pre-inc .top_location_slider {
  max-width: 1000px;
  margin: 50px auto 0;
}
.pre-inc .top_location_slide.slick-slide {
  width: min(43.3333333333vw, 390px);
  margin: 0 min(3.8888888889vw, 35px);
}
.pre-inc .top_location_slider .slick-arrow {
  position: absolute;
  z-index: 2;
  top: min(22.2222222222vw, 200px);
  font-size: 0;
  background: none;
  width: min(2.8888888889vw, 26px);
  height: min(5.3333333333vw, 48px);
  color: transparent;
  background: url(../images/top_re/location_arrow.svg) no-repeat center/contain;
  cursor: pointer;
}
.pre-inc .top_location_slider .slick-prev {
  left: calc(50% - min(27.2222222222vw, 245px));
}
.pre-inc .top_location_slider .slick-next {
  right: calc(50% - min(27.2222222222vw, 245px));
  scale: -1 1;
}
.pre-inc .top_location_place {
  margin-top: min(3.3333333333vw, 30px);
  font-size: min(3.1111111111vw, 28px);
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
}
.pre-inc .top_location_place span {
  display: block;
  margin-top: 1em;
  font-size: 0.4285714286em;
  font-weight: 100;
}
.pre-inc .top_location_thumb {
  position: relative;
}
.pre-inc .top_location_cap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  line-height: 1;
  text-shadow: 0 0 3px #000;
}
@media screen and (max-width: 767px) {
  .pre-inc .top_location_slide.slick-slide {
    width: 55.7142857143vw;
    margin: 0 6.7142857143vw;
  }
  .pre-inc .top_location_slider .slick-arrow {
    top: 28.5714285714vw;
    width: 4.7142857143vw;
    height: 8.8571428571vw;
  }
  .pre-inc .top_location_slider .slick-prev {
    left: calc(50% - 37.1428571429vw);
  }
  .pre-inc .top_location_slider .slick-next {
    right: calc(50% - 37.1428571429vw);
  }
  .pre-inc .top_location_place {
    margin-top: 1em;
    font-size: 5.1428571429vw;
    line-height: 1;
  }
}
.pre-inc {
  /***プラン***/
}
.pre-inc .top_plan .top_ctb_wrapp {
  flex-direction: column;
  gap: 15px;
  margin-top: 35px;
}
.pre-inc .top_plan_cos {
  width: min(54.7777777778vw, 493px);
  margin: 56px auto;
}
@media screen and (max-width: 767px) {
  .pre-inc .top_plan .top_ctb_wrapp {
    gap: 0;
    margin-top: 7.1428571429vw;
  }
  .pre-inc .top_plan_cos {
    width: 100%;
    margin: 10vw auto 8.5714285714vw;
  }
}
.pre-inc {
  /***スタイル調整用***/
}
.pre-inc .nbsp {
  letter-spacing: -0.5em;
}
.pre-inc div.exp p {
  border-top: none;
}/*# sourceMappingURL=top_re.css.map */