.stage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.stage .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.stage .bgSize-contain {
  background-size: contain;
  z-index: 2;
}

.slogan {
  position: absolute;
  opacity: 0;
}

.videoBlock {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
}
.videoBlock .videoArea {
  width: 100%;
  font-size: 0;
  position: relative;
}
.videoBlock .videoArea video {
  height: 100%;
}
.videoBlock .videoArea video source {
  width: 100%;
  height: 100%;
}

.p-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.p-wrapper .preview__inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  background-color: rgba(120, 120, 120, 0.7);
  height: 100vh;
  backdrop-filter: blur(2px);
}
.p-wrapper .preview__inner .innerBox {
  position: relative;
  display: block;
  background-color: #dec585;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5%;
}
.p-wrapper .preview__inner .innerBox .Text {
  width: 100%;
  color: #000;
}
.p-wrapper .preview__inner .innerBox:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #000;
  pointer-events: none;
  opacity: 0.8;
}
.p-wrapper .preview__inner .innerBox:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .p-wrapper .preview__inner .innerBox {
    width: 90%;
    padding: 10%;
  }
}

.bannerArea .topBox {
  padding: 16% 0 11% 0;
}
@media (max-width: 991px) {
  .bannerArea .topBox {
    padding: 30% 0 54% 0;
  }
}
.bannerArea .topBox .Txt {
  text-align: center;
  color: #fff;
}
.bannerArea .topBox .Txt .vipBox {
  display: inline;
}
.bannerArea .topBox .Txt .vipBox::after, .bannerArea .topBox .Txt .vipBox::before {
  content: "";
  width: 40%;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -150%;
  z-index: 3;
}
@media (max-width: 991px) {
  .bannerArea .topBox .Txt .vipBox::after, .bannerArea .topBox .Txt .vipBox::before {
    width: 30%;
    bottom: -60%;
  }
}
.bannerArea .topBox .Txt .vipBox::after {
  left: 101%;
}
@media (max-width: 991px) {
  .bannerArea .topBox .Txt .vipBox::after {
    left: 95%;
  }
}
.bannerArea .topBox .Txt .vipBox::before {
  right: 101%;
}
@media (max-width: 991px) {
  .bannerArea .topBox .Txt .vipBox::before {
    right: 95%;
  }
}
.bannerArea .topBox .Txt .vipBox .vip {
  width: 15%;
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .bannerArea .topBox .Txt .vipBox .vip {
    width: 30%;
  }
}
.bannerArea .topBox .Txt h2 {
  font-size: calc(1px + 2.35vw);
  letter-spacing: 4px;
  font-weight: 500;
  margin: 3% 0 2% 0;
}
@media (max-width: 991px) {
  .bannerArea .topBox .Txt h2 {
    font-size: calc(1.1rem + 0.9vw);
    letter-spacing: 2px;
    margin: 5% 0 0 0;
    line-height: 1.4;
  }
}
.bannerArea .topBox .Txt h3 {
  font-size: calc(1px + 1.8vw);
  letter-spacing: 9px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .bannerArea .topBox .Txt h3 {
    font-size: calc(12px + 0.4vw);
    letter-spacing: 5px;
    margin-top: 4%;
    line-height: 1.7;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .bannerArea .topBox .Txt h3 .room {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .bannerArea .topBox .Txt h3 .room span::after, .bannerArea .topBox .Txt h3 .room span::before {
    content: "";
    width: 85%;
    height: 1px;
    background: rgba(255, 255, 255, 0.4745098039);
    position: absolute;
    top: 50%;
    z-index: 999;
  }
}
@media (max-width: 991px) {
  .bannerArea .topBox .Txt h3 .room span::after {
    left: 110%;
  }
}
@media (max-width: 991px) {
  .bannerArea .topBox .Txt h3 .room span::before {
    right: 119%;
  }
}
.bannerArea .bottomBox {
  padding: 3% 0 4% 0;
}
@media (max-width: 991px) {
  .bannerArea .bottomBox {
    padding: 10% 0 12% 0;
  }
}
.bannerArea .bottomBox .decoPic {
  width: 20%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .bannerArea .bottomBox .decoPic {
    width: 50%;
  }
}

.page01 .stage .layer, .page03 .stage .layer, .page05 .stage .layer, .page07 .stage .layer, .page09 .stage .layer {
  background-position: bottom;
  background-size: contain;
  z-index: 2;
}
.page01 .TxtBox, .page03 .TxtBox, .page05 .TxtBox, .page07 .TxtBox, .page09 .TxtBox {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 991px) {
  .page01 .TxtBox, .page03 .TxtBox, .page05 .TxtBox, .page07 .TxtBox, .page09 .TxtBox {
    bottom: 6%;
  }
}
.page01 .TxtBox .Txt .title, .page03 .TxtBox .Txt .title, .page05 .TxtBox .Txt .title, .page07 .TxtBox .Txt .title, .page09 .TxtBox .Txt .title {
  color: #fff;
  text-align: center;
  font-size: calc(1px + 1.8vw);
  font-weight: 400;
}
@media (max-width: 991px) {
  .page01 .TxtBox .Txt .title, .page03 .TxtBox .Txt .title, .page05 .TxtBox .Txt .title, .page07 .TxtBox .Txt .title, .page09 .TxtBox .Txt .title {
    font-size: calc(0.9rem + 0.4vw);
  }
}
.page01 .TxtBox .Txt .title span, .page03 .TxtBox .Txt .title span, .page05 .TxtBox .Txt .title span, .page07 .TxtBox .Txt .title span, .page09 .TxtBox .Txt .title span {
  padding-left: 16px;
  margin-left: 16px;
}
@media (max-width: 991px) {
  .page01 .TxtBox .Txt .title span, .page03 .TxtBox .Txt .title span, .page05 .TxtBox .Txt .title span, .page07 .TxtBox .Txt .title span, .page09 .TxtBox .Txt .title span {
    padding-left: 8px;
    margin-left: 8px;
  }
}
.page01 .TxtBox .Txt .title span::after, .page03 .TxtBox .Txt .title span::after, .page05 .TxtBox .Txt .title span::after, .page07 .TxtBox .Txt .title span::after, .page09 .TxtBox .Txt .title span::after {
  content: "";
  width: 1px;
  height: 45%;
  background: rgba(255, 255, 255, 0.7411764706);
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .page01 .TxtBox .Txt .title span::after, .page03 .TxtBox .Txt .title span::after, .page05 .TxtBox .Txt .title span::after, .page07 .TxtBox .Txt .title span::after, .page09 .TxtBox .Txt .title span::after {
    top: 55%;
    background: rgba(255, 255, 255, 0.5137254902);
  }
}

.page {
  padding: 14% 0 16% 0;
}
.page::after, .page::before {
  content: "";
  width: 1.09%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .page::after, .page::before {
    width: 1.3%;
  }
}
.page::after {
  left: 0;
}
.page::before {
  right: 0;
}
.page .decoPic {
  display: block;
  margin: 0 auto;
  width: 20%;
}
@media (max-width: 991px) {
  .page .decoPic {
    width: 40%;
  }
}
.page .Txt {
  text-align: center;
}
.page .Txt h2 {
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  font-size: calc(1px + 2.35vw);
  margin: 5% 0 2% 0;
}
@media (max-width: 991px) {
  .page .Txt h2 {
    font-size: calc(1rem + 0.7vw);
    margin: 8% 0 3% 0;
  }
}
.page .Txt p {
  font-size: calc(1px + 1.2vw);
  line-height: 1.8;
}
@media (max-width: 991px) {
  .page .Txt p {
    font-size: 0.85rem;
    line-height: 1.7;
  }
}

.page02 .stage .layer, .page06 .stage .layer {
  background-size: contain;
  background-position: bottom;
  z-index: 3;
}

@media (max-width: 991px) {
  .page03 .TxtBox, .page07 .TxtBox {
    bottom: 25%;
  }
}

.page04::after, .page04::before, .page08::after, .page08::before {
  width: 0;
}

.dark {
  animation: bgDark 4s ease-in-out infinite;
}

@keyframes bgDark {
  0% {
    filter: brightness(85%);
  }
  50% {
    filter: brightness(105%);
  }
  100% {
    filter: brightness(85%);
  }
}
[data-aos=custom-zoom-out] {
  transform: scale(1.1);
  opacity: 1;
  transition-property: transform, opacity;
  transition: transform 5s ease, opacity 5s ease !important;
}

[data-aos=custom-zoom-out].aos-animate {
  transform: scale(1);
  opacity: 1;
}

[data-aos=custom-zoom-in] {
  transform: scale(0.85);
  opacity: 1;
  transition-property: transform, opacity;
  transition: transform 3s ease, opacity 3s ease !important;
}

[data-aos=custom-zoom-in].aos-animate {
  transform: scale(1);
  opacity: 1;
}

[data-aos=fade-up] {
  transform: translateY(30px);
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos=fade-up].aos-animate {
  transform: translateY(0);
  opacity: 1;
}

[data-aos=fade-down] {
  transform: translateY(-30px);
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos=fade-down].aos-animate {
  transform: translateY(0);
  opacity: 1;
}

[data-aos=fade] {
  opacity: 0;
  transition: opacity 2s ease;
}

[data-aos=fade].aos-animate {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */