.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;
}

.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%;
}
.videoBlock .soundControl {
  position: absolute;
  bottom: 3%;
  right: 5%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  color: #E0DFC6;
  z-index: 10;
}
.videoBlock .soundControl .soundBtn {
  font-size: 14px;
  color: #E0DFC6;
  font-weight: bold;
  cursor: pointer;
}
.videoBlock .soundControl .sound1, .videoBlock .soundControl .sound2 {
  display: none;
}

.Txt {
  text-align: center;
  font-family: "Noto Serif TC", serif;
}
.Txt h2 {
  color: #986a01;
  letter-spacing: 0.1vw;
  font-size: calc(1px + 2.7vw);
}
@media (max-width: 991px) {
  .Txt h2 {
    font-size: calc(18px + 4vw);
  }
}
.Txt p {
  font-size: calc(1px + 1.1vw);
  letter-spacing: 0.1vw;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .Txt p {
    font-size: calc(10px + 1.3vw);
    letter-spacing: 0.2vw;
  }
}

.bannerArea {
  overflow: hidden;
  background: #dfdcda;
  padding: 7%;
  border-bottom: none;
}
@media (max-width: 991px) {
  .bannerArea {
    padding: 15% 7% 5% 7%;
  }
}
@media (max-width: 767px) {
  .bannerArea {
    padding: 18% 3% 5% 3%;
  }
}
.bannerArea .Txt .logo {
  width: 50%;
  display: block;
  margin: 0 auto 4% auto;
}
.bannerArea .Txt .sloganImg {
  width: 74%;
  margin: 0 auto;
  padding-right: 5%;
  z-index: 2;
}
.bannerArea .Txt .sloganImg .innerImg {
  padding-top: 49%;
}
.bannerArea .Txt h2 {
  font-size: calc(1px + 2.2vw);
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  margin-top: 5%;
}
@media (max-width: 991px) {
  .bannerArea .Txt h2 {
    font-size: calc(14px + 2.2vw);
  }
}
.bannerArea .Txt h2 small {
  font-size: calc(1px + 1.2vw);
  margin-top: 2px;
}
@media (max-width: 991px) {
  .bannerArea .Txt h2 small {
    font-size: calc(8px + 1.2vw);
    margin-top: 4px;
    color: #6f4f04;
  }
}
.bannerArea .Txt h2 span {
  font-family: "Times New Roman", serif;
  font-size: calc(1px + 2.5vw);
  margin-top: 3px;
}
@media (max-width: 991px) {
  .bannerArea .Txt h2 span {
    font-size: calc(14px + 3.5vw);
    margin-top: 2px;
  }
}
@media (max-width: 991px) {
  .bannerArea .mainImg {
    margin-top: -13%;
  }
}

.page01 {
  overflow: hidden;
  padding: 7%;
  background: linear-gradient(154deg, #e0dcdc 0, #e1dddd 50%, #eae9e8 75%, #f2f1f0 100%);
}
@media (max-width: 991px) {
  .page01 {
    padding: 10% 7% 5% 7%;
    background: linear-gradient(32deg, #e0dcdc 0, #e1dddd 50%, #eae9e8 75%, #f2f1f0 100%);
  }
}
@media (max-width: 767px) {
  .page01 {
    padding: 10% 3% 5% 3%;
  }
}
@media (max-width: 991px) {
  .page01 .Txt {
    margin-bottom: 8%;
  }
}
.page01 .Txt h2 {
  margin-bottom: 4%;
}
@media (max-width: 991px) {
  .page01 .Txt h2 {
    margin-bottom: 7%;
  }
}
.page01 .Txt h2 span {
  font-size: calc(1px + 1.5vw);
  letter-spacing: calc(1px + 0.47vw);
  margin-left: calc(1px + 0.4vw);
}
@media (max-width: 991px) {
  .page01 .Txt h2 span {
    font-size: calc(10px + 2.4vw);
    letter-spacing: calc(1px + 1.2vw);
    margin-left: calc(1px + 1.2vw);
  }
}
.page01 .Txt p:nth-of-type(1) {
  padding: 1.5% 0 2% 0;
}
@media (max-width: 991px) {
  .page01 .Txt p:nth-of-type(1) {
    padding: 3% 0 4% 0;
    margin-bottom: 3%;
  }
}
.page01 .Txt p:nth-of-type(1)::after, .page01 .Txt p:nth-of-type(1)::before {
  content: "";
  width: 8%;
  height: 1px;
  background: rgba(152, 107, 1, 0.5254901961);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .page01 .Txt p:nth-of-type(1)::after, .page01 .Txt p:nth-of-type(1)::before {
    width: 12%;
  }
}
.page01 .Txt p:nth-of-type(1)::after {
  top: 0;
}
.page01 .Txt p:nth-of-type(1)::before {
  bottom: 0;
}

.page02 {
  overflow: hidden;
  padding: 19% 7%;
  background: #241716;
}
@media (max-width: 991px) {
  .page02 {
    padding: 18% 0 12% 0;
  }
}
.page02 .Txt h2 {
  color: #d3a041;
}
@media (max-width: 991px) {
  .page02 .Txt h2 {
    font-size: calc(20px + 5vw);
    line-height: 1;
  }
}
.page02 .Txt h2 span {
  font-size: calc(1px + 2.1vw);
  letter-spacing: calc(1px + 0.15vw);
  margin-left: calc(1px + 0.15vw);
}
@media (max-width: 991px) {
  .page02 .Txt h2 span {
    font-size: calc(20px + 2vw);
    letter-spacing: calc(1px + 0.5vw);
    margin-left: calc(1px + 0.5vw);
  }
}
.page02 .Txt p {
  color: #fff;
  margin-top: 4%;
  padding-top: 3%;
}
@media (max-width: 991px) {
  .page02 .Txt p {
    margin-top: 85%;
  }
}
.page02 .Txt p::after {
  content: "";
  width: 8%;
  height: 1px;
  background: #986b01;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .page02 .Txt p::after {
    width: 12%;
  }
}

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

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

[data-aos=custom-zoom-in] {
  transform: scale(0.8);
  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(-50px);
  opacity: 0;
  transition-property: transform, opacity;
}

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

.zoom-loop {
  display: inline-block;
  animation: zoom-in-out 5s ease-in-out infinite;
}

@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.light {
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: center 0%;
  -webkit-mask-image: url(../images/img/mark-light.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: center 0%;
  animation-name: light-animate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear(-0.45 51.76%, 1.34 101.31%);
  animation-fill-mode: both;
}

@keyframes light-animate {
  0% {
    mask-position: 0 0%;
    -webkit-mask-position: 0 150%;
  }
  100% {
    mask-position: 0 -150%;
    -webkit-mask-position: 0 -150%;
  }
}/*# sourceMappingURL=style.css.map */