@charset "UTF-8";
/* *****************************************/
/*    css
/*    V 20251124
/*        by AuOzzy
/******************************************/
:root {
  --spacing: 104px;
  --spacing-half: calc(104px / 2);
}

@media screen and (max-width: 768px) {
  :root {
    --spacing: 56px;
    --spacing-half: calc(56px / 2);
  }
}
:root {
  --spacing-1x: 8px;
  --spacing-2x: 16px;
  --spacing-4x: 32px;
  --spacing-8x: 64px;
  --spacing-16x: 128px;
}

:root {
  --primary: #534741;
}

:root {
  --mobile-fz-title: 4.7vw;
  --mobile-fz-content: 3.75vw;
}

html,
body {
  min-height: -webkit-fill-available;
  margin: 0;
}

body {
  width: 100%;
  background-color: #F2EFE9;
}

body::before {
  content: "Loading...";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #060B1E;
  color: #fff;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

body.loading .body_wrap {
  opacity: 0;
}

body.loading::before {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.body_wrap {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

a {
  color: currentColor;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}

body {
  font-family: "Noto Serif TC", serif;
  font-optical-sizing: auto;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: var(--primary);
}

.ff-noto-serif-tc {
  font-family: "Noto Serif TC", serif;
}

.ff-noto-sans-tc {
  font-family: "Noto Sans TC", sans-serif;
}

.ff-microsoft-jhenghei {
  font-family: "Microsoft JhengHei", "微軟正黑體", "Segoe UI", "PingFang TC", sans-serif;
}

.ff-Cormorant-Infant {
  font-family: "Cormorant Infant", serif;
}

.ff-jost {
  font-family: "Jost", sans-serif;
}

@-webkit-keyframes pulse {
  0%, 100% {
    r: 4.4;
    opacity: 1;
  }
  50% {
    r: 6;
    opacity: 0.7;
  }
}

@keyframes pulse {
  0%, 100% {
    r: 4.4;
    opacity: 1;
  }
  50% {
    r: 6;
    opacity: 0.7;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes ripple {
  0% {
    width: 50%;
    height: 50%;
    opacity: 1;
  }
  30% {
    opacity: 0.6;
  }
  100% {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    width: 50%;
    height: 50%;
    opacity: 1;
  }
  30% {
    opacity: 0.6;
  }
  100% {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
}
@-webkit-keyframes mask-animation {
  0% {
    -webkit-mask-position: 50% 100%;
            mask-position: 50% 100%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: 50% 0%;
            mask-position: 50% 0%;
    -webkit-mask-size: auto 500%;
            mask-size: auto 500%;
    opacity: 1;
  }
}
@keyframes mask-animation {
  0% {
    -webkit-mask-position: 50% 100%;
            mask-position: 50% 100%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: 50% 0%;
            mask-position: 50% 0%;
    -webkit-mask-size: auto 500%;
            mask-size: auto 500%;
    opacity: 1;
  }
}
.color-primary {
  color: #534741;
}

.page_header {
  padding-top: 2.3vw;
}

.page_header.js-scrolling {
  padding-block: 0.8vw;
}

.page_header-container {
  max-width: 84.9vw;
}

.page_header .logo {
  width: 11vw;
}

.page_header .logo img {
  aspect-ratio: 212/37;
}

.page_nav-list {
  gap: 2.4vw;
}

.page_nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page_nav-link {
  gap: 0.3vw;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.page_nav-link .text-en {
  color: #666;
  font-size: 0.8vw;
  letter-spacing: 0.025em;
}

.page_nav-link .text-zh {
  font-size: 1.1vw;
  letter-spacing: 0.3em;
}

.page_nav-link:hover .text-en {
  color: #b01e25;
}

.page_nav-link:hover .text-zh {
  color: #b01e25;
}

.page_nav-link:active {
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}

.page_footer {
  padding-block: 1.7vw;
}

.page_footer .copyright {
  gap: 1vw;
  font-size: 0.8vw;
  letter-spacing: set-ls(100);
  line-height: 1;
}

.photo-mask {
  -webkit-mask-image: url(../images/fade_mask.png);
          mask-image: url(../images/fade_mask.png);
  mask-mode: alpha;
  -webkit-mask-position: right bottom;
          mask-position: right bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 250%;
          mask-size: auto 250%;
  opacity: 0;
}

.photo-mask.is-ani {
  -webkit-animation: mask-animation 2.5s cubic-bezier(0.1, 0.4, 0.25, 1) 0s forwards;
          animation: mask-animation 2.5s cubic-bezier(0.1, 0.4, 0.25, 1) 0s forwards;
}

.section-title .txt-zh {
  font-size: 1.9vw;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.1111111111;
}

.section-title .txt-en {
  top: 0;
  left: 0;
  color: #736357;
  font-size: 1.6vw;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
}

.section-title .txt-en .en-1 {
  left: calc(100% + 0.2vw);
  bottom: 0;
}

.section-title .txt-en .en-2 {
  top: 100%;
  left: 0;
}

.section-title .little-twig {
  left: calc(100% + 0.2vw);
  top: 20.5479452055%;
  width: 1.7vw;
}

.section-title .little-twig img {
  aspect-ratio: 33/34;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-more {
  gap: 0.5vw;
  line-height: 1;
}

.btn-more .txt {
  font-size: 0.9vw;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.btn-more .arrow {
  width: 1.4vw;
  margin-top: -0.2vw;
}

.btn-more .arrow svg {
  width: 100%;
  aspect-ratio: 27/6;
}

.btn-more:hover {
  color: #B01E25;
}

.btn-more:hover .arrow {
  -webkit-transform: translateX(0.5vw);
      -ms-transform: translateX(0.5vw);
          transform: translateX(0.5vw);
}

.btn-more:hover polyline {
  stroke: #B01E25;
}

.btn-more:active {
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}

.news-card-hd img {
  aspect-ratio: 663/432;
}

.news-card-bd {
  padding-top: 3vw;
}

.news-card-bd .date {
  padding-inline: 0.8vw;
  padding-block: 0.4vw;
  border-radius: 1.7vw;
  background-color: #736357;
  font-size: 1.1vw;
  letter-spacing: 0.025em;
  line-height: 1;
}

.news-card-bd .title {
  padding-top: 0.8vw;
  font-size: 1.4vw;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.3846153846;
}

.news-card-ft {
  padding-top: 2vw;
}

.home-cut-1 .photo {
  width: 36.9vw;
  height: 90dvh;
}

.home-cut-1 .slogan {
  top: 48.1913652275%;
  left: 9.7vw;
  font-size: 1.7vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.home-cut-1 .description {
  top: 80.7467911319%;
  left: 71vw;
  gap: 2.2vw;
}

.home-cut-1 .description .title {
  font-size: 1.9vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.home-cut-1 .description .title::first-letter {
  font-size: 3.1vw;
}

.home-cut-1 .description .txt {
  color: #333;
  font-size: 0.8vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.home-cut-2 {
  padding-top: clamp(7.5rem, 4.2500000008rem + 13.33333333vw, 16.25rem);
}

.home-cut-2-container {
  grid-template-columns: 23.3vw 30.8vw 1fr;
}

.home-cut-2-col:nth-child(1) {
  padding-top: 31.3vw;
}

.home-cut-2-col:nth-child(2) {
  padding-top: 17.3vw;
  padding-inline: 3vw;
}

.home-cut-2-col:nth-child(3) {
  justify-self: start;
  padding-top: 6.7vw;
  padding-left: 2.6vw;
}

.home-cut-2-annual-rings {
  top: 0;
  left: 0;
}

.home-cut-2-annual-rings .inner {
  width: 36.7vw;
}

.home-cut-2-annual-rings img {
  aspect-ratio: 704/704;
}

.home-cut-2-photo-1 {
  width: 16.7vw;
}

.home-cut-2-photo-2 {
  width: 30.2vw;
}

.home-cut-2-cnt .cnt-bd {
  padding-top: 0.8vw;
}

.home-cut-2-cnt .cnt-ft {
  padding-top: 3.3vw;
}

.home-cut-2 .subtitle {
  padding-top: 2.6vw;
  font-size: 1.4vw;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.home-cut-2 .line {
  padding-top: 0.8vw;
  padding-left: 0.8vw;
}

.home-cut-2 .line svg {
  width: 1.1vw;
  aspect-ratio: 22/22;
}

.home-cut-2 .txt {
  font-size: 0.9vw;
  letter-spacing: 0.1em;
  line-height: 2;
}

.home-cut-3 {
  padding-top: 6.7vw;
  padding-top: clamp(7.5rem, 4.2500000008rem + 13.33333333vw, 16.25rem);
  padding-inline: 12.9vw;
}

.home-cut-3-hd .section-title {
  -webkit-transform: translateX(-90%);
      -ms-transform: translateX(-90%);
          transform: translateX(-90%);
}

.home-cut-3-bd {
  padding-top: 4.2vw;
}

.home-cut-3-slide {
  aspect-ratio: 1416/568;
  padding: 4px;
}

.home-cut-3-slide-img {
  width: 48vw;
}

.home-cut-3-slide-img .inner {
  overflow: hidden;
}

.home-cut-3-slide-img img {
  aspect-ratio: 921/522;
}

.home-cut-3-slide-cnt .inner {
  width: 28.9vw;
  aspect-ratio: 554/347;
  padding-inline: 3.9vw;
  border-radius: 0 6.5vw 0 6.5vw;
  -webkit-box-shadow: 1px 1px 4px rgba(224, 222, 222, 0.75);
          box-shadow: 1px 1px 4px rgba(224, 222, 222, 0.75);
}

.home-cut-3-slide-cnt .cnt-hd {
  padding-bottom: 1.4vw;
  border-bottom: 1px solid #B3B3B3;
}

.home-cut-3-slide-cnt .cnt-hd .txt {
  font-size: 1.7vw;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.home-cut-3-slide-cnt .cnt-hd .small-txt {
  font-size: 0.8vw;
  letter-spacing: 0.2em;
}

.home-cut-3-slide-cnt .cnt-bd {
  padding-top: 1.6vw;
}

.home-cut-3-slide-cnt .cnt-bd .txt {
  font-size: 0.9vw;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
}

.home-cut-3-slide-cnt .cnt-ft {
  padding-top: 2.4vw;
}

.home-cut-3-button-nav {
  top: 26.4084507042%;
  left: 18.2203389831%;
  gap: 1.7vw;
}

.home-cut-3-button-nav::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 0.7vw;
  background-color: #444344;
}

.home-cut-3-button-nav .swiper-button-prev,
.home-cut-3-button-nav .swiper-button-next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  gap: 0.4vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-top: 0;
  color: #1A1A1A;
}

.home-cut-3-button-nav .swiper-button-prev:active,
.home-cut-3-button-nav .swiper-button-next:active {
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}

.home-cut-3-button-nav .txt {
  font-size: 0.9vw;
  letter-spacing: 0.025em;
}

.home-cut-3-button-nav .arrow {
  width: 1.1vw;
  height: 0.2vw;
  color: #444344;
}

.home-cut-3-pagination {
  bottom: 0.4vw;
  gap: 0.5vw;
}

.home-cut-3-pagination .swiper-pagination {
  --swiper-pagination-color: #754C24;
  --swiper-pagination-progressbar-size: 1px;
  position: relative;
  width: 4vw;
}

.home-cut-3-pagination .swiper-pagination-progressbar-fill {
  margin-top: -1px;
  height: 3px;
}

.home-cut-3-pagination .num {
  font-size: 0.9vw;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 1;
}

.home-cut-4 {
  padding-top: 8.2vw;
  padding-top: clamp(7.5rem, 4.2500000008rem + 13.33333333vw, 16.25rem);
  padding-inline: 12.9vw;
}

.home-cut-4-annual-rings .inner {
  width: 26.6vw;
}

.home-cut-4-annual-rings .inner img {
  aspect-ratio: 511/462;
}

.home-cut-4-hd .section-title {
  -webkit-transform: translateX(-45%);
      -ms-transform: translateX(-45%);
          transform: translateX(-45%);
}

.home-cut-4-bd {
  padding-top: 5.2vw;
  padding-bottom: 13.1vw;
}

.home-cut-4-bd .news-list {
  gap: 4.6vw;
}
/*# sourceMappingURL=style.css.map */
