@charset "UTF-8";
.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;
}

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

@media (min-width: 1700px) {
  .container {
    max-width: 1650px;
  }
}

.bannerArea {
  overflow: hidden;
}
.bannerArea .bannerBox {
  min-height: 100vh;
  align-items: center;
}
.bannerArea .bannerBox .Txt {
  text-align: center;
}
.bannerArea .bannerBox .Txt h2 {
  font-size: 4rem;
  font-weight: 900;
  display: inline-block;
}
@media (max-width: 1600px) {
  .bannerArea .bannerBox .Txt h2 {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h2 {
    font-size: 2.2rem;
    font-weight: 600;
  }
}
.bannerArea .bannerBox .Txt h2::after {
  content: "";
  width: 40px;
  height: 110%;
  border: 2px solid #000;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 102%;
  transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .bannerArea .bannerBox .Txt h2::after {
    height: 120%;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h2::after {
    width: 25px;
  }
}
.bannerArea .bannerBox .Txt h2::before {
  content: "";
  width: 40px;
  height: 110%;
  border: 2px solid #000;
  border-left: 0;
  position: absolute;
  top: 50%;
  left: 102%;
  transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .bannerArea .bannerBox .Txt h2::before {
    height: 120%;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h2::before {
    width: 25px;
  }
}
.bannerArea .bannerBox .Txt h3 {
  font-weight: 600;
  line-height: 1.5;
  margin: 1rem 0 15% 0;
}
@media (max-width: 1600px) {
  .bannerArea .bannerBox .Txt h3 {
    font-size: 1.35rem;
    margin: 1rem 0 10% 0;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h3 {
    font-size: 1.1rem;
    margin-bottom: 30%;
  }
}
.bannerArea .bannerBox .Txt img {
  width: 23%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .bannerArea .bannerBox .Txt img {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt img {
    width: 140px;
  }
}

.Txt h2 {
  font-weight: 900;
}
@media (max-width: 1600px) {
  .Txt .h1 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .Txt .h1 {
    font-size: 1.7rem;
  }
}

.ytVideo {
  overflow: hidden;
}
.ytVideo a {
  display: block;
}
.ytVideo a .Img .innerImg {
  padding-top: 50%;
}
.ytVideo a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 5rem;
  transition: all 0.5s;
}
.ytVideo a:hover i {
  font-size: 6rem;
  transition: all 0.5s;
}

.page .Txt {
  padding: 5% 0;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .page .Txt {
    justify-content: end;
  }
}
.page .Txt h2 {
  writing-mode: vertical-rl;
  margin: 0 0 0 2rem;
}
@media (max-width: 991px) {
  .page .Txt h2 {
    margin: 0 0 0 1rem;
  }
}
.page .Txt h2 span {
  position: absolute;
  bottom: 21%;
  left: 13%;
}
@media (max-width: 1600px) {
  .page .Txt h2 span {
    bottom: 25%;
    left: 9%;
  }
}
@media (max-width: 991px) {
  .page .Txt h2 span {
    bottom: 29%;
    left: 10%;
  }
}
.page .Txt p {
  writing-mode: vertical-rl;
  margin: 0;
}

.page01 {
  overflow: hidden;
}
.page01 .stage .layer {
  background-size: contain;
  background-position: bottom;
}
@media (max-width: 991px) {
  .page01 .contentBox {
    display: flex;
    flex-direction: column-reverse;
    padding: 6% 5%;
  }
}
.page01 .contentBox .imgSlick2 {
  margin: 0 -5px;
}
.page01 .contentBox .imgSlick2 .item {
  padding: 0 5px;
}
@media (max-width: 991px) {
  .page01 .contentBox .Txt {
    padding-bottom: 63%;
  }
}

.page02, .page03, .page05 {
  overflow: hidden;
  padding: 5% 0;
}
@media (max-width: 991px) {
  .page02, .page03, .page05 {
    padding: 6% 2%;
  }
}
.page02 .stage .layer, .page03 .stage .layer, .page05 .stage .layer {
  background-size: contain;
}
.page02 .Txt h2, .page03 .Txt h2, .page05 .Txt h2 {
  display: inline-block;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .page02 .Txt h2, .page03 .Txt h2, .page05 .Txt h2 {
    margin-bottom: 1rem;
  }
}
.page02 .Txt h2 span, .page03 .Txt h2 span, .page05 .Txt h2 span {
  position: absolute;
  bottom: -11%;
  right: 20%;
}
@media (max-width: 991px) {
  .page02 .Txt h2 span, .page03 .Txt h2 span, .page05 .Txt h2 span {
    bottom: -11%;
    right: 20%;
  }
}

.page02 .Txt {
  padding-bottom: 20%;
}
@media (max-width: 991px) {
  .page02 .Txt {
    padding: 5% 0 43% 0;
  }
}
.page02 .Img::after {
  content: "";
  width: 30%;
  height: 46%;
  background-image: url(../images/img/page02-deco-pic.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 3%;
  right: 100%;
}
@media (max-width: 991px) {
  .page02 .Img::after {
    width: 0;
  }
}

.page03 {
  padding-bottom: 0;
}
.page03 .Txt {
  padding: 17% 0 0 7%;
}
@media (max-width: 991px) {
  .page03 .Txt {
    padding: 5% 0 83% 0;
  }
}
.page03 .imgSlick::after {
  content: "";
  width: 50%;
  height: 50%;
  background-image: url(../images/img/page03-deco-pic.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .page03 .imgSlick::after {
    width: 0;
  }
}
.page03 .imgSlick::before {
  content: "「惠宇新聚」外觀線稿概念圖";
  position: absolute;
  left: 48%;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 7px;
  text-align: right;
  font-size: 0.9rem;
  z-index: 2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.678);
}
@media (max-width: 991px) {
  .page03 .imgSlick::before {
    display: none;
  }
}

.page04 .imgSlick3 .item, .page05 .imgSlick3 .item {
  padding: 0 5px;
}
@media (max-width: 768px) {
  .page04 .imgSlick3 .item, .page05 .imgSlick3 .item {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .page04 .contentBox {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .page04 .contentBox .Txt {
    padding-right: 5%;
    padding-bottom: 10%;
  }
}
.page04 .contentBox .Txt h2 span {
  bottom: 20%;
  left: 11%;
}
@media (max-width: 1600px) {
  .page04 .contentBox .Txt h2 span {
    bottom: 19%;
    left: 9%;
  }
}
@media (max-width: 991px) {
  .page04 .contentBox .Txt h2 span {
    bottom: 24%;
  }
}
.page04 .contentBox .Txt p span {
  writing-mode: horizontal-tb;
  line-height: 1;
}
.page04 .contentBox .Txt::after {
  content: "";
  width: 13%;
  height: 70%;
  background-image: url(../images/img/page04-deco-pic.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 55%;
  left: 25%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .page04 .contentBox .Txt::after {
    width: 0;
  }
}

.page05 {
  padding-top: 8%;
}
@media (max-width: 991px) {
  .page05 {
    padding: 10% 0 0 0;
  }
}
.page05 .Txt {
  text-align: center;
  padding-bottom: 5%;
}
@media (max-width: 991px) {
  .page05 .Txt {
    text-align: left;
    padding-left: 5%;
  }
}
.page05 .Txt h2 span {
  position: absolute;
  bottom: -12%;
  right: 4%;
}
@media (max-width: 991px) {
  .page05 .Txt h2 span {
    bottom: -11%;
    right: 20%;
  }
}
.page05 .Txt::after {
  content: "";
  width: 9%;
  height: 100%;
  background-image: url(../images/img/page05-deco-pic.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 35%;
  right: 27%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .page05 .Txt::after {
    width: 0;
  }
}

.shine {
  animation-name: shine-animate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
@media (max-width: 991px) {
  .shine {
    animation-name: shine-animate-m;
  }
}

@keyframes shine-animate {
  0%, 100% {
    opacity: 0;
    filter: brightness(1.2) blur(2px);
  }
  50% {
    opacity: 1;
    filter: brightness(0.95) blur(0);
  }
}
@keyframes shine-animate-m {
  0%, 100% {
    opacity: 0;
    filter: brightness(1.2) blur(4px);
  }
  50% {
    opacity: 1;
    filter: brightness(0.9) blur(0);
  }
}/*# sourceMappingURL=style.css.map */