@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

body.intro {
  position: fixed;
  overflow: hidden;
}

.intro_movie {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1100;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
}
.intro_movie #video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro_movie .video_overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.intro_movie .btn_skip {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  padding: 8px 20px 8px 20px;
  background: rgba(0, 0, 0, 0.75);
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
  font-family: "Helvetica Neue", "Segoe UI", sans-serif;
  cursor: pointer;
  overflow: hidden;
  z-index: 3;
  transition: opacity 0.3s, box-shadow 0.3s;
}
.intro_movie .btn_skip:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .toppage {
    padding-top: 53px;
  }
}
.toppage .header {
  transition: transform 0.2s;
}
.toppage .header.is-hidden {
  transform: translateY(-101%);
}
.toppage .block_mv {
  position: relative;
  width: 100%;
  aspect-ratio: 1280/720;
}
@media screen and (max-width: 767px) {
  .toppage .block_mv {
    aspect-ratio: 750/835;
  }
}
.toppage .block_mv .scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.toppage .block_mv .scene01 {
  background: url(../img/top/bg_scene01.webp) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toppage .block_mv .scene01_txt01 {
  width: 87.4666666667%;
  max-width: 600px;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.8s, filter 0.8s;
}
.toppage .block_mv .scene03 {
  background: #fff;
  opacity: 0;
  transition: opacity 1.3s;
}
.toppage .block_mv .scene03_img01 {
  position: relative;
  width: 100%;
  height: 100%;
}
.toppage .block_mv .scene03_img01 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  -o-object-fit: cover;
     object-fit: cover;
}
.toppage .block_mv .scene03_img01 .caption {
  position: absolute;
  right: 10%;
  bottom: 10px;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .toppage .block_mv .scene03_img01 .caption {
    right: 10px;
  }
}
.toppage .block_mv .scene04 {
  background: url(../img/top/bg_scene03.webp) no-repeat center center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s;
  overflow: clip;
}
.toppage .block_mv .scene04_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .toppage .block_mv .scene04_inner {
    display: block;
  }
}
.toppage .block_mv .scene04_txt01 {
  width: 33.6363636364%;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .toppage .block_mv .scene04_txt01 {
    width: 77.0666666667%;
    margin-inline: auto;
    margin-top: 11.3333333333vw;
  }
}
.toppage .block_mv .scene04_img01 {
  position: relative;
  width: 61.6363636364%;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 1s;
  transition-delay: 1s;
}
@media screen and (max-width: 767px) {
  .toppage .block_mv .scene04_img01 {
    position: absolute;
    width: 80%;
    bottom: 0;
    left: 10%;
  }
}
.toppage .block_mv .scene04_img01 .caption {
  position: absolute;
  right: 0;
  bottom: 16.6666666667%;
  font-size: 10px;
  color: #fff;
}
.toppage .block_mv .scene05 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1280/720;
  background: #fff;
  opacity: 0;
  transition: opacity 1.5s;
}
.toppage .block_mv .scene05_img01 {
  position: relative;
  width: 100%;
  height: 100%;
}
.toppage .block_mv .scene05_img01 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  -o-object-fit: cover;
     object-fit: cover;
}
.toppage .block_mv .scene05_img01 .caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  color: #fff;
}
.toppage .block_mv .scene02 {
  position: relative;
  width: 100%;
  aspect-ratio: 1280/720;
  background: #fff;
  opacity: 0;
  transition: opacity 1.5s;
}
.toppage .block_mv .scene02_img01 {
  position: relative;
  width: 100%;
  height: 100%;
}
.toppage .block_mv .scene02_img01 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  -o-object-fit: cover;
     object-fit: cover;
}
.toppage .block_mv .scene02_img01 .caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  color: #000;
}
.toppage .block_mv.is-scene01 .scene01_txt01 {
  opacity: 1;
  filter: blur(0);
}
.toppage .block_mv.is-scene02 .scene02 {
  opacity: 1;
}
.toppage .block_mv.is-scene03 .scene03 {
  opacity: 1;
}
.toppage .block_mv.is-scene04 .scene04 {
  opacity: 1;
}
.toppage .block_mv.is-scene04 .scene04_img01 {
  opacity: 1;
  transform: translateY(0);
}
.toppage .block_mv.is-scene05 .scene05 {
  opacity: 1;
}
.toppage .block-feature {
  background: #333;
  padding: 30px 20px;
}
.toppage .block-feature .feature {
  max-width: 1012px;
  margin-inline: auto;
}
.toppage .block-cta {
  padding: 60px 20px 65px;
  background: url(../img/top/bg_scene01.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .toppage .block-cta {
    padding: 30px 20px;
  }
}
.toppage .block-cta .inner .txt_price {
  display: none;
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .toppage .block-cta .inner .txt_price {
    width: 56%;
    margin-inline: auto;
  }
}
.toppage .block-cta .inner .action {
  max-width: 1000px;
  margin-inline: auto;
  font-size: min(52px, 6.5vw);
  font-weight: 600;
  text-align: center;
  background: linear-gradient(60deg, #9d6232, #d28e74, #9d6232);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .toppage .block-cta .inner .action {
    font-size: 6vw;
  }
}
.toppage .block-cta .inner .action .small {
  font-size: 0.75em;
}
.toppage .block-cta .inner .action .smaller {
  font-size: 0.6em;
  display: block;
}
.toppage .block-cta .inner .action .vertical {
  display: inline-block;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 0.5em;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.4;
  vertical-align: middle;
  margin-top: -0.5em;
}
.toppage .block-cta .inner .btns {
  max-width: 740px;
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.toppage .block-cta .inner .btns a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 5px);
  height: 64px;
  background: #be9360;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-right: 10px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .toppage .block-cta .inner .btns a {
    width: 100%;
  }
}
.toppage .block-cta .inner .btns a span {
  display: inline-block;
  padding: 2px 0 0 4px;
  font-size: 14px;
}
.toppage .block-cta .inner .btns a:before {
  content: "";
  position: absolute;
  right: calc(50% - 120px);
  top: calc(50% - 13px);
  width: 27px;
  height: 27px;
  background: url(../img/common/ico_btn.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .toppage .block-cta .inner .btns a:before {
    right: calc(50% - 100px);
    top: calc(50% - 11px);
    width: 22px;
    height: 22px;
  }
}
.toppage .block-cta .inner .btns a:hover {
  opacity: 0.75;
}
.toppage .block-cta .inner .btns .request {
  background: #be9360;
}
.toppage .block-cta .inner .btns .reserve {
  background: #be7b60;
}
.toppage .area-visible {
  overflow: clip;
  width: 100%;
  height: 500vh;
}
.toppage .area-scroll {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  width: 400%;
  height: 100vh;
  transition: transform 1s;
}
.toppage .area-scroll .section {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toppage .area-scroll .section .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .toppage .area-scroll .section .inner {
    display: block;
  }
}
.toppage .area-scroll .section .inner .txt {
  position: relative;
  padding-left: 90px;
  width: 52.2222222222%;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s;
}
@media screen and (max-width: 767px) {
  .toppage .area-scroll .section .inner .txt {
    width: 92%;
    padding-left: 35px;
    margin-inline: auto;
  }
}
.toppage .area-scroll .section .inner .txt .title {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100%;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  color: #be9360;
  font-size: 23px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .toppage .area-scroll .section .inner .txt .title {
    font-size: 16px;
  }
}
.toppage .area-scroll .section .inner .txt .title span {
  display: inline-block;
}
.toppage .area-scroll .section .inner .txt .title .bar {
  flex-grow: 1;
  width: 1px;
  background: #be9360;
}
.toppage .area-scroll .section .inner .txt .lead {
  line-height: 1.2;
  color: #be9360;
  font-size: 70px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .toppage .area-scroll .section .inner .txt .lead {
    font-size: 35px;
  }
}
.toppage .area-scroll .section .inner .txt .lead span {
  display: block;
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .toppage .area-scroll .section .inner .txt .lead span {
    font-size: 15px;
  }
}
.toppage .area-scroll .section .inner .txt .body {
  margin-top: 20px;
  line-height: 2.5;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .toppage .area-scroll .section .inner .txt .body {
    font-size: 12px;
    margin-top: 10px;
  }
}
.toppage .area-scroll .section .inner .img {
  width: 42.2222222222%;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s;
}
@media screen and (max-width: 767px) {
  .toppage .area-scroll .section .inner .img {
    width: 66vw;
    margin-inline: auto;
    margin-top: 10px;
  }
}
.toppage .area-scroll .section .inner .img .caption {
  margin-top: 10px;
  text-align: right;
  color: #fff;
  font-size: 10px;
}
.toppage .area-scroll .section .inner .btn {
  max-width: 250px;
  margin-top: 30px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s;
}
@media screen and (max-width: 767px) {
  .toppage .area-scroll .section .inner .btn {
    max-width: 200px;
    margin-inline: auto;
    margin-top: 20px;
  }
}
.toppage .area-scroll .section .inner .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  background: linear-gradient(90deg, #801f40 0%, #801f40 15%, #2c0003 100%);
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.2em;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .toppage .area-scroll .section .inner .btn a {
    font-size: 12px;
    padding: 10px;
  }
}
.toppage .area-scroll .section .inner .btn a:hover {
  opacity: 0.75;
}
.toppage .area-scroll .section .section-caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  color: #fff;
}
.toppage .area-scroll .section.is-show .txt {
  opacity: 1;
  transform: translateY(0);
}
.toppage .area-scroll .section.is-show .img {
  opacity: 1;
  transform: translateY(0);
}
.toppage .area-scroll .section.is-show .btn {
  opacity: 1;
  transform: translateY(0);
}
.toppage .area-scroll .section-access {
  background: url(../img/top/bg_access.webp) no-repeat center center;
  background-size: cover;
  transition: opacity 1s;
}
@media screen and (max-width: 767px) {
  .toppage .area-scroll .section-access {
    background: url(../img/top/bg_access_sp.webp) no-repeat center center;
    background-size: cover;
  }
}
.toppage .area-scroll .section-location {
  background: url(../img/top/bg_location.webp) no-repeat center center;
  background-size: cover;
  transition: opacity 1s;
}
@media screen and (max-width: 767px) {
  .toppage .area-scroll .section-location {
    background: url(../img/top/bg_location_sp.webp) no-repeat center center;
    background-size: cover;
  }
}
.toppage .area-scroll .section-plan {
  background: url(../img/top/bg_plan.webp) no-repeat center center;
  background-size: cover;
  transition: opacity 1s;
}
@media screen and (max-width: 767px) {
  .toppage .area-scroll .section-plan {
    background: url(../img/top/bg_plan_sp.webp) no-repeat center center;
    background-size: cover;
  }
}
.toppage .area-scroll .section-design {
  background: url(../img/top/bg_design.webp) no-repeat center center;
  background-size: cover;
  transition: opacity 1s;
}
@media screen and (max-width: 767px) {
  .toppage .area-scroll .section-design {
    background: url(../img/top/bg_design_sp.webp) no-repeat center center;
    background-size: cover;
  }
}
.toppage .block-bottom {
  position: relative;
  width: 100%;
  height: 90vh;
}
.toppage .block-bottom .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/top/bg_bottom.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .toppage .block-bottom .background {
    background: url(../img/top/bg_bottom_sp.webp) no-repeat center center;
    background-size: cover;
  }
}
.toppage .block-bottom .background .caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 10px;
}
.toppage .block-bottom .title {
  position: absolute;
  top: 150px;
  left: 100px;
  color: #fff;
  font-size: 40px;
  text-shadow: 0 0 3px #000;
}
@media screen and (max-width: 767px) {
  .toppage .block-bottom .title {
    top: 10%;
    left: 40px;
    font-size: 20px;
  }
}

@-webkit-keyframes fadeSlide {
  0% {
    opacity: 1;
    left: 0;
  }
  66% {
    opacity: 0;
    left: 20px;
  }
  67% {
    opacity: 0;
    left: 0;
  }
  93% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeSlide {
  0% {
    opacity: 1;
    left: 0;
  }
  66% {
    opacity: 0;
    left: 20px;
  }
  67% {
    opacity: 0;
    left: 0;
  }
  93% {
    opacity: 1;
    left: 0;
  }
}/*# sourceMappingURL=top.css.map */