.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;
  overflow: hidden;
}
.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;
}
@media (max-width: 991px) {
  .videoBlock .soundControl {
    z-index: 9999;
  }
}
.videoBlock .soundControl .soundBtn {
  font-size: 14px;
  color: #E0DFC6;
  font-weight: bold;
  cursor: pointer;
}
.videoBlock .soundControl .sound1, .videoBlock .soundControl .sound2 {
  display: none;
}
.videoBlock .videoBox {
  align-items: center;
  min-height: 100vh;
}
@media (max-width: 991px) {
  .videoBlock .videoBox {
    min-height: 0;
    padding: 67% 0;
  }
}
.videoBlock .videoBox .Txt {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px rgba(93, 92, 92, 0.678);
}
.videoBlock .videoBox .Txt h2 {
  letter-spacing: 1.5rem;
  font-size: 2.5rem;
  margin-bottom: 3%;
  padding-left: 1.5rem;
}
@media (max-width: 991px) {
  .videoBlock .videoBox .Txt h2 {
    font-size: 1.7rem;
    letter-spacing: 1rem;
    margin-bottom: 10%;
    padding-left: 1rem;
  }
}
.videoBlock .videoBox .Txt b {
  display: block;
  font-weight: 500;
  font-family: "Cinzel", serif;
  font-size: 2.8rem;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .videoBlock .videoBox .Txt b {
    font-size: 1.5rem;
  }
}
.videoBlock .videoBox .Txt span {
  font-family: "Cinzel", serif;
}
@media (max-width: 991px) {
  .videoBlock .videoBox .Txt span {
    font-size: 0.8rem;
  }
}

.Txt {
  z-index: 2;
  font-family: "Noto Serif TC", serif;
}

.page {
  background-image: url(../images/img/page-layer.jpg);
  background-size: contain;
  background-position: bottom;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page {
    background-image: url(../images/img/page-layer-m.jpg);
  }
}
.page .TxtBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991px) {
  .page .TxtBox {
    padding: 18% 0 13% 0;
  }
}
.page .TxtBox .Txt {
  text-align: center;
}
.page .TxtBox .Txt h2 {
  letter-spacing: 3px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 3rem;
}
.page .TxtBox .Txt h2 span::after, .page .TxtBox .Txt h2 span::before {
  content: "";
  width: 20px;
  height: 40px;
  position: absolute;
}
@media (max-width: 991px) {
  .page .TxtBox .Txt h2 span::after, .page .TxtBox .Txt h2 span::before {
    height: 30px;
  }
}
.page .TxtBox .Txt h2 span:first-child::after {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  top: -12px;
  right: 167%;
}
@media (max-width: 991px) {
  .page .TxtBox .Txt h2 span:first-child::after {
    right: 150%;
  }
}
.page .TxtBox .Txt h2 span:first-child::before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: -12px;
  left: 165%;
}
@media (max-width: 991px) {
  .page .TxtBox .Txt h2 span:first-child::before {
    left: 148%;
  }
}
.page .TxtBox .Txt h2 span:last-child::after {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  top: 1.5rem;
  right: 110%;
}
@media (max-width: 991px) {
  .page .TxtBox .Txt h2 span:last-child::after {
    right: 100%;
  }
}
.page .TxtBox .Txt h2 span:last-child::before {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  top: 1.5rem;
  left: 108%;
}
@media (max-width: 991px) {
  .page .TxtBox .Txt h2 span:last-child::before {
    left: 98%;
  }
}
.page .TxtBox .Txt p {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 1.1rem;
}
@media (max-width: 991px) {
  .page .TxtBox .Txt p {
    font-size: 0.9rem;
  }
}/*# sourceMappingURL=style.css.map */