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

.bannerArea {
  padding: 28% 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .bannerArea {
    padding: 89% 0;
  }
}

.Txt h2 {
  font-family: "Noto Serif TC", serif;
  color: #71635c;
  font-size: calc(1px + 1.9vw);
  letter-spacing: 3px;
}
@media (max-width: 991px) {
  .Txt h2 {
    font-size: calc(18px + 2vw);
  }
}
.Txt h3 {
  font-family: "Noto Serif TC", serif;
  font-size: calc(1px + 1.4vw);
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .Txt h3 {
    font-size: calc(10px + 1.9vw);
  }
}
.Txt h4 {
  font-size: calc(1px + 1.2vw);
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .Txt h4 {
    font-size: calc(10px + 1.2vw);
  }
}
.Txt h4 span {
  font-size: calc(1px + 1.9vw);
  margin: 0 2%;
}
@media (max-width: 991px) {
  .Txt h4 span {
    font-size: calc(18px + 2vw);
  }
}
.Txt p {
  text-align: justify;
  letter-spacing: 1px;
  line-height: 1.7;
}

.decoTxt {
  font-family: "Cinzel", serif;
  color: #c2a68b;
  font-size: calc(1px + 1.3vw);
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .decoTxt {
    font-size: calc(10px + 1.9vw);
    margin-bottom: 0.5rem;
  }
}

.page01 {
  padding: 7% 8%;
}
@media (max-width: 991px) {
  .page01 {
    padding: 15% 0;
  }
}
.page01 .Txt {
  display: flex;
  width: 100%;
  align-items: center;
}
@media (max-width: 991px) {
  .page01 .Txt {
    display: block;
    padding: 0 5%;
  }
}
.page01 .Txt .title {
  width: 30%;
}
@media (max-width: 991px) {
  .page01 .Txt .title {
    width: 100%;
    text-align: center;
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
}
.page01 .Txt .title::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #c2a68b;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .page01 .Txt .title::after {
    width: 100%;
    height: 1px;
    top: 100%;
    right: auto;
    left: 0;
    transform: translateY(0);
  }
}
.page01 .Txt .title h3 {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page01 .Txt .title h3 {
    margin-top: 0.5rem;
  }
}
.page01 .Txt p {
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page01 .Txt p {
    width: 100%;
  }
}
.page01 .imgBox {
  margin-top: 3%;
}
@media (max-width: 991px) {
  .page01 .imgBox {
    margin-top: 8%;
  }
}
.page01 .imgBox .Img .innerImg {
  padding-top: 50%;
}
@media (max-width: 991px) {
  .page01 .imgBox .Img .innerImg {
    padding-top: 75%;
  }
}
.page01 .imgBox .Img .innerImg .image {
  background-position: right 31% center;
}
.page01 .imgBox .Img .decoTxt {
  font-size: calc(1px + 2.5vw);
  position: absolute;
  top: 3%;
  left: 3%;
  z-index: 3;
}
@media (max-width: 991px) {
  .page01 .imgBox .Img .decoTxt {
    font-size: calc(5px + 3.5vw);
  }
}

.page02 {
  padding-bottom: 7%;
}
@media (max-width: 991px) {
  .page02 {
    padding-bottom: 15%;
  }
}
.page02 {
  overflow: hidden;
}
.page02 .Txt {
  text-align: center;
  width: 73%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .page02 .Txt {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 7%;
  }
}
.page02 .Txt p {
  -moz-text-align-last: center;
       text-align-last: center;
  margin-top: 2rem;
  border-bottom: 1px solid #c2a68b;
  padding-bottom: 5%;
  margin-bottom: 5%;
}
@media (max-width: 991px) {
  .page02 .Txt p {
    -moz-text-align-last: left;
         text-align-last: left;
    margin-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.page02 .Txt ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.page02 .Txt ul li {
  color: #fff;
  background: #2a343e;
  font-weight: 300;
  padding: 1.2% 4% 1.8% 4%;
  margin: 1.5%;
  font-size: calc(1px + 1.2vw);
}
@media (max-width: 991px) {
  .page02 .Txt ul li {
    font-size: calc(10px + 1.2vw);
  }
}
.page02 .Txt h4 {
  color: #2a343e;
  font-weight: 400;
}
.page02 .Img .innerImg {
  padding-top: 86%;
}

.page03 .TxtBox {
  position: absolute;
  top: 10%;
  right: 7%;
  z-index: 2;
}
@media (max-width: 991px) {
  .page03 .TxtBox {
    right: auto;
    left: 0;
    top: 7%;
    width: 100%;
  }
}
.page03 .TxtBox .Txt {
  text-align: center;
  color: #fff;
}
.page03 .TxtBox .Txt h2 {
  color: #fff;
  margin-bottom: 5%;
}
.page03 .TxtBox .Txt h4 {
  background: #2a343e;
  padding: 1.2% 0 2.2% 0;
  width: 58%;
  margin: 5% auto;
}
.page03 .TxtBox .Txt p {
  text-align: center;
}
@media (max-width: 991px) {
  .page03 .Img .innerImg {
    padding-top: 201%;
  }
}

.page04 {
  padding: 5% 8%;
}
@media (max-width: 991px) {
  .page04 {
    padding: 15% 5%;
  }
}
.page04 .Txt {
  text-align: center;
}
.page04 .imgBox {
  margin-top: 3%;
  padding: 1.5%;
  background: #c2a68b;
}
@media (max-width: 991px) {
  .page04 .imgBox {
    margin-top: 5%;
  }
}
.page04 .imgBox .Img .innerImg {
  padding-top: 53%;
}

@media (max-width: 991px) {
  .page05 {
    padding: 5% 0 15% 0;
  }
}
.page05 .TxtBox {
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 2;
}
@media (max-width: 991px) {
  .page05 .TxtBox {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    padding: 0 5%;
    margin-bottom: 7%;
  }
}
.page05 .TxtBox .Txt h2 {
  color: #fff;
  margin-bottom: 2%;
}
@media (max-width: 991px) {
  .page05 .TxtBox .Txt h2 {
    color: #71635c;
    text-align: center;
  }
}
.page05 .TxtBox .Txt p {
  color: #fff;
  width: 53%;
}
@media (max-width: 991px) {
  .page05 .TxtBox .Txt p {
    width: 100%;
    color: #333333;
  }
}
.page05 .decoTxt {
  position: absolute;
  left: 5%;
  bottom: 2%;
  font-size: calc(1px + 2vw);
  z-index: 2;
}
@media (max-width: 991px) {
  .page05 .decoTxt {
    position: relative;
    top: auto;
    left: auto;
    font-size: calc(5px + 3vw);
    text-align: center;
  }
}
@media (max-width: 991px) {
  .page05 .Img .innerImg {
    padding-top: 85%;
  }
}

.page07 {
  padding: 7% 8% 0 8%;
}
@media (max-width: 991px) {
  .page07 {
    padding: 15% 5% 0 5%;
  }
}
.page07 .Img .innerImg {
  padding-top: 65%;
}
.page07 .infoImg {
  text-shadow: 0 0 0;
  color: #90877d;
}

.page08::before, .page09::before {
  content: "";
  width: 35%;
  background: rgba(194, 166, 139, 0.0980392157);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 991px) {
  .page08::before, .page09::before {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .page08::before, .page09::before {
    width: 60%;
  }
}
.page08 .TxtBox, .page09 .TxtBox {
  text-align: center;
  margin-bottom: 3%;
}
@media (max-width: 991px) {
  .page08 .TxtBox, .page09 .TxtBox {
    margin-bottom: 5%;
  }
}

.page08 {
  padding: 7% 15%;
}
@media (max-width: 991px) {
  .page08 {
    padding: 15% 5%;
  }
}
.page08::before {
  height: 100%;
}
.page08 .item {
  padding: 8px 10px;
}
@media (max-width: 991px) {
  .page08 .item {
    padding: 0;
  }
}
.page08 .item .Img .infoTxt {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background: #a8938a;
  font-size: calc(1px + 1vw);
  letter-spacing: 1px;
  padding: 8px 16px;
}
@media (max-width: 991px) {
  .page08 .item .Img .infoTxt {
    font-size: calc(9px + 1vw);
    padding: 6px 12px;
  }
}

.page09 {
  padding: 7% 10%;
}
@media (max-width: 991px) {
  .page09 {
    padding: 15% 5%;
  }
}
.page09::before {
  height: 50%;
}
.page09 .item {
  padding: 0 10px;
}
@media (max-width: 991px) {
  .page09 .item {
    padding: 0;
  }
}
.page09 .item .Img .innerImg {
  padding-top: 82%;
}
.page09 .item .Txt {
  margin-top: 3%;
}
@media (max-width: 991px) {
  .page09 .item .Txt {
    margin: 5% 0;
  }
}
.page09 .item .Txt h4 {
  background: #a8938a;
  color: #fff;
  display: inline-block;
  padding: 8px 16px;
}
@media (max-width: 991px) {
  .page09 .slick-next,
  .page09 .slick-prev {
    top: 35%;
  }
}
@media (max-width: 767px) {
  .page09 .slick-next,
  .page09 .slick-prev {
    top: 28.5%;
  }
}

@media (max-width: 991px) {
  .page11 .Img .innerImg {
    padding-top: 177%;
  }
}

[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(-30px);
  opacity: 0;
  transition-property: transform, opacity;
}

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

/* 動畫 */
.bgLight {
  display: inline-block;
  animation: bgLight 2s ease-in-out infinite;
}
@media (max-width: 991px) {
  .bgLight {
    animation: bgLight-m 2s ease-in-out infinite;
  }
}

@keyframes bgLight {
  0% {
    filter: brightness(110%);
  }
  50% {
    filter: brightness(100%);
  }
  100% {
    filter: brightness(110%);
  }
}
@keyframes bgLight-m {
  0% {
    filter: brightness(115%);
  }
  50% {
    filter: brightness(100%);
  }
  100% {
    filter: brightness(115%);
  }
}
.shine {
  animation-name: shine-animate;
  animation-duration: 1s;
  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.9;
  }
  50% {
    opacity: 0;
  }
}
@keyframes shine-animate-m {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.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 -100%;
  }
  100% {
    mask-position: 0 100%;
    -webkit-mask-position: 0 100%;
  }
}/*# sourceMappingURL=style.css.map */