@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,800&display=swap");
/*-------------------------------------------*\
	_common.scss

  Index
  - 0.scroll
  - 1.title
  - 2.more
  - 3.img-slide
  - 4.anmiate
\*-------------------------------------------*/
.idx-container {
  position: relative;
  z-index: 4;
  margin: 0 1rem;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .idx-container {
    padding: 0 3rem;
  }
}
@media (min-width: 1440px) {
  .idx-container {
    max-width: 1432px;
    margin: 0 auto;
    padding: 0 4rem;
  }
}

.scroll-down {
  position: relative;
  z-index: 9;
  pointer-events: none;
  display: none;
}
@media (min-width: 1200px) {
  .scroll-down {
    display: block;
    position: absolute;
    right: 12px;
    top: 210px;
  }
}
@media (min-width: 1300px) {
  .scroll-down {
    top: 235px;
  }
}
@media (min-width: 1440px) {
  .scroll-down {
    top: 285px;
    right: 20px;
  }
}
@media (min-width: 1500px) {
  .scroll-down {
    top: 315px;
  }
}
@media (min-width: 1600px) {
  .scroll-down {
    top: 345px;
    right: 25px;
  }
}
@media (min-width: 1800px) {
  .scroll-down {
    top: 375px;
    right: 30px;
  }
}
@media (min-width: 2000px) {
  .scroll-down {
    top: calc(50% - 120px);
  }
}
.scroll-down a {
  display: block;
  pointer-events: auto;
  width: 60px;
  height: 250px;
  color: #615D5D;
  font-size: 0.5rem;
  font-weight: bold;
  letter-spacing: 9px;
  white-space: nowrap;
  writing-mode: vertical-lr;
  line-height: 60px;
  text-align: center;
  transition: all 1s;
}
.scroll-down a span {
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}
.scroll-down a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 2px solid #615D5D;
  border-bottom: 2px solid #615D5D;
  transition: all 1s;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
  transform: rotate(-45deg);
}
.scroll-down a:before {
  left: calc(50% - 4px);
  bottom: 0rem;
}
.scroll-down a:hover, .scroll-down a.active {
  color: #4a3a2a;
  transition: all 1s;
}
.scroll-down a:hover:before, .scroll-down a.active:before {
  border-left: 2px solid #4a3a2a;
  border-bottom: 2px solid #4a3a2a;
  transition: all 1s;
}

.id-title {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 3rem;
  color: #261414;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
}
.id-title small {
  position: relative;
  padding-left: 27px;
  letter-spacing: 3px;
  color: #4a3a2a;
}
.id-title small:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 15px;
  height: 4px;
  background: #bf6430;
  border-radius: 10px;
}
.id-title h3 {
  line-height: 2;
  font-size: 1.85rem;
  letter-spacing: 5px;
}
.id-title-xl {
  display: none;
}
.id-title-xs {
  max-width: 120px;
}

@media (min-width: 1200px) {
  .id-title {
    flex-shrink: 0;
  }
  .id-title-xl {
    display: inline-flex;
    padding-left: 5rem;
  }
  .id-title-xs {
    display: none;
  }
}
.more-btn {
  display: flex;
  justify-content: center;
  font-family: "momochidori-variable", sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 500;
  -webkit-user-select: none;
          user-select: none;
}
.more-btn a {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  border: 1px solid #92897f;
  color: #92897f;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.more-btn a:before, .more-btn a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 100% 0 0);
}
.more-btn a:before {
  background: #bf6430;
  transition: all 0.75s ease-in-out;
}
.more-btn a:after {
  background: #4a3a2a;
  transition: all 0.5s ease-in-out;
}
.more-btn a span {
  position: relative;
  z-index: 1;
  min-width: 175px;
  padding: 1rem 0;
  text-align: center;
}
.more-btn a span:before, .more-btn a span:after {
  content: "";
  position: absolute;
}
.more-btn a span:before {
  right: -15px;
  top: calc(50% - 1px);
  width: 32px;
  height: 1px;
  background: #4a3a2a;
}
.more-btn a span:after {
  right: -17px;
  top: calc(50% - 4px);
  width: 10px;
  height: 1px;
  transform: rotate(45deg);
  background: #4a3a2a;
}
@media (min-width: 374px) {
  .more-btn a span {
    min-width: 220px;
    padding: 1.25rem 0;
  }
  .more-btn a span:before {
    width: 32px;
    height: 1px;
    top: calc(50% - 1px);
    right: -15px;
  }
  .more-btn a span:after {
    right: -17px;
  }
}
@media (min-width: 1200px) {
  .more-btn a span {
    min-width: 290px;
    padding: 1.5rem 0;
    font-size: 1rem;
  }
}
.more-btn a:hover {
  border: 1px solid #bf6430;
}
.more-btn a:hover span {
  color: #bf6430;
}
.more-btn a:hover span:before, .more-btn a:hover span:after {
  background: #bf6430;
}
.more-btn a:hover:before {
  clip-path: inset(0 0 0 0);
  transition: all 0.5s ease-in-out;
}
.more-btn a:hover:after {
  clip-path: inset(0 0 0 0);
  transition: all 0.75s ease-in-out;
}

.color-reverse a {
  border: 1px solid #fff;
}
.color-reverse a:before {
  background: #bf6430;
}
.color-reverse a:after {
  background: #fff;
}
.color-reverse a span {
  color: #fff;
}
.color-reverse a span:before {
  background: #fff;
}
.color-reverse a span:after {
  background: #fff;
}
.color-reverse a:hover span {
  color: #bf6430;
}

.slide-img {
  position: relative;
}
.slide-img:before, .slide-img:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.slide-img:before {
  background: #bf6430;
  z-index: 5;
}
.slide-img:after {
  background: #4a3a2a;
  z-index: 6;
}
.slide-img.active:before {
  animation: img-slide-rtl 0.6s cubic-bezier(0.91, 0.31, 0.24, 0.89) forwards 0.6s;
  animation-fill-mode: both;
}
.slide-img.active:after {
  animation: img-slide-rtl 0.6s cubic-bezier(0.91, 0.31, 0.24, 0.89) forwards;
  animation-fill-mode: both;
}

@keyframes img-slide {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes img-slide-rtl {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes clipInLeft {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0% 0 0);
  }
}
.clipInLeft {
  animation-name: clipInLeft;
}

@keyframes clipInTop {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0% 0);
  }
}
.before-clip:before, .before-clip:after {
  animation: clipInTop 1s ease-in-out 0.5s forwards;
}

/*
animation-name: 動畫名稱;
animation-duration: 動畫作用時間;
animation-timing-function: ease-in-out 動畫補間時運用的計算公式;
animation-delay: 動畫需間隔多久後才開始;
animation-iteration-count: 動畫作用次數;
animation-direction: 動畫作用的方向;
*/
.delay1s {
  animation-delay: 0.1s;
}

.duration1s {
  animation-duration: 0.1s;
}

.timing1s {
  animation-timing-function: 0.1s;
}

.delay2s {
  animation-delay: 0.2s;
}

.duration2s {
  animation-duration: 0.2s;
}

.timing2s {
  animation-timing-function: 0.2s;
}

.delay3s {
  animation-delay: 0.3s;
}

.duration3s {
  animation-duration: 0.3s;
}

.timing3s {
  animation-timing-function: 0.3s;
}

.delay4s {
  animation-delay: 0.4s;
}

.duration4s {
  animation-duration: 0.4s;
}

.timing4s {
  animation-timing-function: 0.4s;
}

.delay5s {
  animation-delay: 0.5s;
}

.duration5s {
  animation-duration: 0.5s;
}

.timing5s {
  animation-timing-function: 0.5s;
}

.delay6s {
  animation-delay: 0.6s;
}

.duration6s {
  animation-duration: 0.6s;
}

.timing6s {
  animation-timing-function: 0.6s;
}

.delay7s {
  animation-delay: 0.7s;
}

.duration7s {
  animation-duration: 0.7s;
}

.timing7s {
  animation-timing-function: 0.7s;
}

.delay8s {
  animation-delay: 0.8s;
}

.duration8s {
  animation-duration: 0.8s;
}

.timing8s {
  animation-timing-function: 0.8s;
}

.delay9s {
  animation-delay: 0.9s;
}

.duration9s {
  animation-duration: 0.9s;
}

.timing9s {
  animation-timing-function: 0.9s;
}

.delay10s {
  animation-delay: 1s;
}

.duration10s {
  animation-duration: 1s;
}

.timing10s {
  animation-timing-function: 1s;
}

.delay11s {
  animation-delay: 1.1s;
}

.duration11s {
  animation-duration: 1.1s;
}

.timing11s {
  animation-timing-function: 1.1s;
}

.delay12s {
  animation-delay: 1.2s;
}

.duration12s {
  animation-duration: 1.2s;
}

.timing12s {
  animation-timing-function: 1.2s;
}

.delay13s {
  animation-delay: 1.3s;
}

.duration13s {
  animation-duration: 1.3s;
}

.timing13s {
  animation-timing-function: 1.3s;
}

.delay14s {
  animation-delay: 1.4s;
}

.duration14s {
  animation-duration: 1.4s;
}

.timing14s {
  animation-timing-function: 1.4s;
}

.delay15s {
  animation-delay: 1.5s;
}

.duration15s {
  animation-duration: 1.5s;
}

.timing15s {
  animation-timing-function: 1.5s;
}

.delay16s {
  animation-delay: 1.6s;
}

.duration16s {
  animation-duration: 1.6s;
}

.timing16s {
  animation-timing-function: 1.6s;
}

.delay17s {
  animation-delay: 1.7s;
}

.duration17s {
  animation-duration: 1.7s;
}

.timing17s {
  animation-timing-function: 1.7s;
}

.delay18s {
  animation-delay: 1.8s;
}

.duration18s {
  animation-duration: 1.8s;
}

.timing18s {
  animation-timing-function: 1.8s;
}

.delay19s {
  animation-delay: 1.9s;
}

.duration19s {
  animation-duration: 1.9s;
}

.timing19s {
  animation-timing-function: 1.9s;
}

.delay20s {
  animation-delay: 2s;
}

.duration20s {
  animation-duration: 2s;
}

.timing20s {
  animation-timing-function: 2s;
}

.delay21s {
  animation-delay: 2.1s;
}

.duration21s {
  animation-duration: 2.1s;
}

.timing21s {
  animation-timing-function: 2.1s;
}

.delay22s {
  animation-delay: 2.2s;
}

.duration22s {
  animation-duration: 2.2s;
}

.timing22s {
  animation-timing-function: 2.2s;
}

.delay23s {
  animation-delay: 2.3s;
}

.duration23s {
  animation-duration: 2.3s;
}

.timing23s {
  animation-timing-function: 2.3s;
}

.delay24s {
  animation-delay: 2.4s;
}

.duration24s {
  animation-duration: 2.4s;
}

.timing24s {
  animation-timing-function: 2.4s;
}

.delay25s {
  animation-delay: 2.5s;
}

.duration25s {
  animation-duration: 2.5s;
}

.timing25s {
  animation-timing-function: 2.5s;
}

.delay26s {
  animation-delay: 2.6s;
}

.duration26s {
  animation-duration: 2.6s;
}

.timing26s {
  animation-timing-function: 2.6s;
}

.delay27s {
  animation-delay: 2.7s;
}

.duration27s {
  animation-duration: 2.7s;
}

.timing27s {
  animation-timing-function: 2.7s;
}

.delay28s {
  animation-delay: 2.8s;
}

.duration28s {
  animation-duration: 2.8s;
}

.timing28s {
  animation-timing-function: 2.8s;
}

.delay29s {
  animation-delay: 2.9s;
}

.duration29s {
  animation-duration: 2.9s;
}

.timing29s {
  animation-timing-function: 2.9s;
}

.delay30s {
  animation-delay: 3s;
}

.duration30s {
  animation-duration: 3s;
}

.timing30s {
  animation-timing-function: 3s;
}

.delay31s {
  animation-delay: 3.1s;
}

.duration31s {
  animation-duration: 3.1s;
}

.timing31s {
  animation-timing-function: 3.1s;
}

.delay32s {
  animation-delay: 3.2s;
}

.duration32s {
  animation-duration: 3.2s;
}

.timing32s {
  animation-timing-function: 3.2s;
}

.delay33s {
  animation-delay: 3.3s;
}

.duration33s {
  animation-duration: 3.3s;
}

.timing33s {
  animation-timing-function: 3.3s;
}

.delay34s {
  animation-delay: 3.4s;
}

.duration34s {
  animation-duration: 3.4s;
}

.timing34s {
  animation-timing-function: 3.4s;
}

.delay35s {
  animation-delay: 3.5s;
}

.duration35s {
  animation-duration: 3.5s;
}

.timing35s {
  animation-timing-function: 3.5s;
}

.delay36s {
  animation-delay: 3.6s;
}

.duration36s {
  animation-duration: 3.6s;
}

.timing36s {
  animation-timing-function: 3.6s;
}

.delay37s {
  animation-delay: 3.7s;
}

.duration37s {
  animation-duration: 3.7s;
}

.timing37s {
  animation-timing-function: 3.7s;
}

.delay38s {
  animation-delay: 3.8s;
}

.duration38s {
  animation-duration: 3.8s;
}

.timing38s {
  animation-timing-function: 3.8s;
}

.delay39s {
  animation-delay: 3.9s;
}

.duration39s {
  animation-duration: 3.9s;
}

.timing39s {
  animation-timing-function: 3.9s;
}

.delay40s {
  animation-delay: 4s;
}

.duration40s {
  animation-duration: 4s;
}

.timing40s {
  animation-timing-function: 4s;
}

/*-------------------------------------------*\
	_banner
\*-------------------------------------------*/
.banner {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
  background-size: cover;
  overflow: hidden;
}
.banner-wrap {
  display: block;
}
.banner-wrap #mv {
  background: url(../../images/banner-mask.jpg) no-repeat center top/cover;
}
.banner-scroll, .banner-sider {
  visibility: hidden;
}
.banner:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #4a3a2a 10%, transparent 100%);
}
@media (min-width: 1200px) {
  .banner-scroll {
    visibility: visible;
    position: absolute;
    z-index: 5;
    top: 580px;
    left: 190px;
    width: 100px;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 0;
    transform: translateY(15%);
    -webkit-user-select: none;
            user-select: none;
    animation: show_bnicon 0.7s ease-in-out 3s forwards;
    transition: filter 1s cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 1s cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.3s ease-in-out;
  }
  .banner-scroll:hover {
    cursor: pointer;
    background: #bf6430;
    transition: all 0.3s ease-in-out;
  }
  .banner-sider {
    visibility: visible;
    position: absolute;
    z-index: 5;
    right: 65px;
    top: calc(50% - 100px);
    writing-mode: vertical-lr;
    font-family: "momochidori-variable", sans-serif;
    font-variation-settings: "ital" 0, "wdth" 100, "wght" 400;
    letter-spacing: 2px;
    opacity: 0;
    transform: translateY(15%);
    -webkit-user-select: none;
            user-select: none;
    animation: show_bnicon 0.7s ease-in-out 4s forwards;
  }
  .banner-sider a {
    position: relative;
    color: #fff;
  }
  .banner-sider a:before {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 15px;
    height: 3px;
    background: url(../../images/banner-sider.svg) no-repeat center center;
  }
  .banner-sider a:after {
    content: "";
    position: absolute;
    bottom: -70px;
    left: calc(50% - 20px);
    width: 41px;
    height: 41px;
    background: #bf6430 url(../../images/banner-sider-icon.svg) no-repeat center center;
    border-radius: 50%;
  }
  .banner-sider a:hover {
    color: #bf6430;
    transition: all 0.3s ease-in-out;
  }
  .banner-sider a:hover:after {
    transition: all 0.3s ease-in-out;
  }
  .banner:after {
    content: "";
    position: absolute;
    z-index: 990;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background: #fff;
  }
}
@media (min-width: 1800px) {
  .banner-scroll {
    top: 700px;
    left: 250px;
    width: auto;
  }
}

@keyframes show_bnicon {
  0% {
    opacity: 0;
    transform: translateY(15%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.page-counter {
  visibility: hidden;
  position: absolute;
  top: 80%;
  right: 4rem;
  z-index: 9;
  /* border: 2px solid red; */
  -webkit-user-select: none;
          user-select: none;
  opacity: 0;
  transform: translateY(15%);
  animation: show_bnicon 0.7s ease-in-out 4s forwards;
}
.page-counter span {
  display: inline-flex;
  justify-content: center;
  padding: 10px 5px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  font-family: "momochidori-variable", sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 400;
}
.page-counter span.current {
  color: #fff;
}
.page-counter span:not(:last-child):after {
  content: "／";
  color: rgba(255, 255, 255, 0.5);
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .page-counter {
    visibility: visible;
  }
}

.slideLetterGroup {
  position: absolute;
  z-index: 5;
  left: 48px;
  top: 270px;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1.2;
}
.slideLetterGroup p {
  margin: 0;
}
.slideLetterGroup p:not(:last-child) {
  margin-bottom: 12px;
}
.slideLetterGroup .slideLetterIn.has-a {
  margin-bottom: -15px;
}
.slideLetterGroup .slideLetterIn.has-a .outer:nth-child(16) .inner {
  margin-right: 13px;
  color: rgba(255, 255, 255, 0);
  font-size: 80px;
  background: url(../../images/slogan-A.svg) no-repeat center top/contain;
}

.slideLetterIn {
  display: flex;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #fff;
  cursor: default;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 500;
  filter: drop-shadow(0 0 15px #261414);
  -webkit-user-select: none;
          user-select: none;
}
.slideLetterIn .outer {
  overflow: hidden;
  display: inline-block;
  transition: filter 1s cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 1s cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.slideLetterIn .outer:hover {
  filter: blur(5px);
  transform: scale(0.97);
  opacity: 0.8;
  transition: filter 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slideLetterIn .inner {
  display: inline-block;
  transform: translateY(145%);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slideLetterIn.active .inner {
  transform: translateX(0px) rotate(0deg);
}
.slideLetterIn.txt-smart {
  top: 70%;
}
.slideLetterIn span:nth-child(1) .inner {
  transition-delay: 0.05s;
}
.slideLetterIn span:nth-child(2) .inner {
  transition-delay: 0.1s;
}
.slideLetterIn span:nth-child(3) .inner {
  transition-delay: 0.15s;
}
.slideLetterIn span:nth-child(4) .inner {
  transition-delay: 0.2s;
}
.slideLetterIn span:nth-child(5) .inner {
  transition-delay: 0.25s;
}
.slideLetterIn span:nth-child(6) .inner {
  transition-delay: 0.3s;
}
.slideLetterIn span:nth-child(7) .inner {
  transition-delay: 0.35s;
}
.slideLetterIn span:nth-child(8) .inner {
  transition-delay: 0.4s;
}
.slideLetterIn span:nth-child(9) .inner {
  transition-delay: 0.45s;
}
.slideLetterIn span:nth-child(10) .inner {
  transition-delay: 0.5s;
}
.slideLetterIn span:nth-child(11) .inner {
  transition-delay: 0.55s;
}
.slideLetterIn span:nth-child(12) .inner {
  transition-delay: 0.6s;
}
.slideLetterIn span:nth-child(13) .inner {
  transition-delay: 0.65s;
}
.slideLetterIn span:nth-child(14) .inner {
  transition-delay: 0.7s;
}
.slideLetterIn span:nth-child(15) .inner {
  transition-delay: 0.75s;
}
.slideLetterIn span:nth-child(16) .inner {
  transition-delay: 0.8s;
}
.slideLetterIn span:nth-child(17) .inner {
  transition-delay: 0.85s;
}
.slideLetterIn span:nth-child(18) .inner {
  transition-delay: 0.9s;
}
.slideLetterIn span:nth-child(19) .inner {
  transition-delay: 0.95s;
}
.slideLetterIn span:nth-child(20) .inner {
  transition-delay: 1s;
}
.slideLetterIn span:nth-child(21) .inner {
  transition-delay: 1.05s;
}
.slideLetterIn span:nth-child(22) .inner {
  transition-delay: 1.1s;
}
.slideLetterIn span:nth-child(23) .inner {
  transition-delay: 1.15s;
}
.slideLetterIn span:nth-child(24) .inner {
  transition-delay: 1.2s;
}
.slideLetterIn span:nth-child(25) .inner {
  transition-delay: 1.25s;
}
.slideLetterIn span:nth-child(26) .inner {
  transition-delay: 1.3s;
}
.slideLetterIn span:nth-child(27) .inner {
  transition-delay: 1.35s;
}
.slideLetterIn span:nth-child(28) .inner {
  transition-delay: 1.4s;
}
.slideLetterIn span:nth-child(29) .inner {
  transition-delay: 1.45s;
}
.slideLetterIn span:nth-child(30) .inner {
  transition-delay: 1.5s;
}
.slideLetterIn span:nth-child(31) .inner {
  transition-delay: 1.55s;
}
.slideLetterIn span:nth-child(32) .inner {
  transition-delay: 1.6s;
}
.slideLetterIn span:nth-child(33) .inner {
  transition-delay: 1.65s;
}
.slideLetterIn span:nth-child(34) .inner {
  transition-delay: 1.7s;
}
.slideLetterIn span:nth-child(35) .inner {
  transition-delay: 1.75s;
}
.slideLetterIn span:nth-child(36) .inner {
  transition-delay: 1.8s;
}
.slideLetterIn span:nth-child(37) .inner {
  transition-delay: 1.85s;
}
.slideLetterIn span:nth-child(38) .inner {
  transition-delay: 1.9s;
}
.slideLetterIn span:nth-child(39) .inner {
  transition-delay: 1.95s;
}
.slideLetterIn span:nth-child(40) .inner {
  transition-delay: 2s;
}
.slideLetterIn span:nth-child(41) .inner {
  transition-delay: 2.05s;
}
.slideLetterIn span:nth-child(42) .inner {
  transition-delay: 2.1s;
}
.slideLetterIn span:nth-child(43) .inner {
  transition-delay: 2.15s;
}
.slideLetterIn span:nth-child(44) .inner {
  transition-delay: 2.2s;
}
.slideLetterIn span:nth-child(45) .inner {
  transition-delay: 2.25s;
}
.slideLetterIn span:nth-child(46) .inner {
  transition-delay: 2.3s;
}
.slideLetterIn span:nth-child(47) .inner {
  transition-delay: 2.35s;
}
.slideLetterIn span:nth-child(48) .inner {
  transition-delay: 2.4s;
}
.slideLetterIn span:nth-child(49) .inner {
  transition-delay: 2.45s;
}
.slideLetterIn span:nth-child(50) .inner {
  transition-delay: 2.5s;
}
.slideLetterIn span:nth-child(51) .inner {
  transition-delay: 2.55s;
}
.slideLetterIn span:nth-child(52) .inner {
  transition-delay: 2.6s;
}
.slideLetterIn span:nth-child(53) .inner {
  transition-delay: 2.65s;
}
.slideLetterIn span:nth-child(54) .inner {
  transition-delay: 2.7s;
}
.slideLetterIn span:nth-child(55) .inner {
  transition-delay: 2.75s;
}
.slideLetterIn span:nth-child(56) .inner {
  transition-delay: 2.8s;
}
.slideLetterIn span:nth-child(57) .inner {
  transition-delay: 2.85s;
}
.slideLetterIn span:nth-child(58) .inner {
  transition-delay: 2.9s;
}
.slideLetterIn span:nth-child(59) .inner {
  transition-delay: 2.95s;
}
.slideLetterIn span:nth-child(60) .inner {
  transition-delay: 3s;
}
.slideLetterIn span:nth-child(61) .inner {
  transition-delay: 3.05s;
}
.slideLetterIn span:nth-child(62) .inner {
  transition-delay: 3.1s;
}
.slideLetterIn span:nth-child(63) .inner {
  transition-delay: 3.15s;
}
.slideLetterIn span:nth-child(64) .inner {
  transition-delay: 3.2s;
}
.slideLetterIn span:nth-child(65) .inner {
  transition-delay: 3.25s;
}
.slideLetterIn span:nth-child(66) .inner {
  transition-delay: 3.3s;
}
.slideLetterIn span:nth-child(67) .inner {
  transition-delay: 3.35s;
}
.slideLetterIn span:nth-child(68) .inner {
  transition-delay: 3.4s;
}
.slideLetterIn span:nth-child(69) .inner {
  transition-delay: 3.45s;
}
.slideLetterIn span:nth-child(70) .inner {
  transition-delay: 3.5s;
}
.slideLetterIn span:nth-child(71) .inner {
  transition-delay: 3.55s;
}
.slideLetterIn span:nth-child(72) .inner {
  transition-delay: 3.6s;
}
.slideLetterIn span:nth-child(73) .inner {
  transition-delay: 3.65s;
}
.slideLetterIn span:nth-child(74) .inner {
  transition-delay: 3.7s;
}
.slideLetterIn span:nth-child(75) .inner {
  transition-delay: 3.75s;
}
.slideLetterIn span:nth-child(76) .inner {
  transition-delay: 3.8s;
}
.slideLetterIn span:nth-child(77) .inner {
  transition-delay: 3.85s;
}
.slideLetterIn span:nth-child(78) .inner {
  transition-delay: 3.9s;
}
.slideLetterIn span:nth-child(79) .inner {
  transition-delay: 3.95s;
}
.slideLetterIn span:nth-child(80) .inner {
  transition-delay: 4s;
}
.slideLetterIn span:nth-child(81) .inner {
  transition-delay: 4.05s;
}
.slideLetterIn span:nth-child(82) .inner {
  transition-delay: 4.1s;
}
.slideLetterIn span:nth-child(83) .inner {
  transition-delay: 4.15s;
}
.slideLetterIn span:nth-child(84) .inner {
  transition-delay: 4.2s;
}
.slideLetterIn span:nth-child(85) .inner {
  transition-delay: 4.25s;
}
.slideLetterIn span:nth-child(86) .inner {
  transition-delay: 4.3s;
}
.slideLetterIn span:nth-child(87) .inner {
  transition-delay: 4.35s;
}
.slideLetterIn span:nth-child(88) .inner {
  transition-delay: 4.4s;
}
.slideLetterIn span:nth-child(89) .inner {
  transition-delay: 4.45s;
}
.slideLetterIn span:nth-child(90) .inner {
  transition-delay: 4.5s;
}
.slideLetterIn span:nth-child(91) .inner {
  transition-delay: 4.55s;
}
.slideLetterIn span:nth-child(92) .inner {
  transition-delay: 4.6s;
}
.slideLetterIn span:nth-child(93) .inner {
  transition-delay: 4.65s;
}
.slideLetterIn span:nth-child(94) .inner {
  transition-delay: 4.7s;
}
.slideLetterIn span:nth-child(95) .inner {
  transition-delay: 4.75s;
}
.slideLetterIn span:nth-child(96) .inner {
  transition-delay: 4.8s;
}
.slideLetterIn span:nth-child(97) .inner {
  transition-delay: 4.85s;
}
.slideLetterIn span:nth-child(98) .inner {
  transition-delay: 4.9s;
}
.slideLetterIn span:nth-child(99) .inner {
  transition-delay: 4.95s;
}
.slideLetterIn span:nth-child(100) .inner {
  transition-delay: 5s;
}

.slideLetterBottom {
  position: absolute;
  z-index: 5;
  top: 440px;
  left: 80px;
}
.slideLetterBottom:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 8px;
  width: 20px;
  height: 5px;
  background: #bf6430;
  border-radius: 10px;
}
.slideLetterBottom .slideLetterIn {
  font-size: 18px;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 100;
  letter-spacing: 5px;
}

@media (min-width: 400px) {
  .slideLetterGroup {
    left: 58px;
  }
  .slideLetterBottom {
    left: 90px;
  }
}
@media (min-width: 430px) {
  .slideLetterGroup {
    left: 68px;
  }
  .slideLetterBottom {
    left: 100px;
  }
}
@media (min-width: 576px) {
  .slideLetterGroup {
    left: 90px;
  }
  .slideLetterGroup .slideLetterIn {
    font-size: 80px;
  }
  .slideLetterGroup .slideLetterIn.has-a .outer:nth-child(16) .inner {
    font-size: 100px;
  }
  .slideLetterBottom {
    left: 125px;
    top: 495px;
  }
  .slideLetterBottom .slideLetterIn {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .slideLetterGroup {
    left: 180px;
  }
  .slideLetterGroup .slideLetterIn {
    font-size: 100px;
  }
  .slideLetterGroup .slideLetterIn.has-a {
    margin-bottom: -30px;
  }
  .slideLetterGroup .slideLetterIn.has-a .outer:nth-child(16) .inner {
    font-size: 120px;
  }
  .slideLetterBottom {
    left: 215px;
    top: 520px;
  }
  .slideLetterBottom .slideLetterIn {
    font-size: 22px;
    letter-spacing: 8px;
  }
}
@media (min-width: 1800px) {
  .slideLetterGroup {
    left: 240px;
    top: 300px;
  }
  .slideLetterGroup .slideLetterIn {
    font-size: 120px;
    letter-spacing: 15px;
  }
  .slideLetterGroup .slideLetterIn.has-a .outer:nth-child(16) .inner {
    font-size: 150px;
  }
  .slideLetterBottom {
    top: 620px;
    left: 300px;
  }
  .slideLetterBottom:before {
    left: -50px;
    top: 10px;
    width: 28px;
    height: 7px;
  }
  .slideLetterBottom .slideLetterIn {
    font-size: 24px;
    letter-spacing: 10px;
  }
}
/*-------------------------------------------*\
	_news.scss //最新消息
\*-------------------------------------------*/
.news-wrap {
  position: relative;
  z-index: 2;
  padding: 6rem 30px;
  background: #f1efee;
}
.news-box {
  margin-bottom: -235px;
  padding: 30px 30px 60px;
  background: #4a3a2a;
  font-family: "Noto Sans TC", sans-serif;
}
.news-box .more-btn {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .news-inner {
    display: flex;
  }
}
.news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #92897f;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.news-item:before, .news-item:after {
  content: "";
  position: absolute;
  background: #c9c4bf;
  transition: all 0.3s ease-in-out;
}
.news-item:before {
  right: 0;
  bottom: 1.5rem;
  width: 32px;
  height: 1px;
}
.news-item:after {
  right: -1px;
  bottom: calc(1.5rem + 4px);
  width: 10px;
  height: 1px;
  transform: rotate(45deg);
}
.news-item:hover {
  color: #bf6430;
  transition: all 1s ease-in-out;
}
.news-item:hover:before, .news-item:hover:after {
  background: #bf6430;
  transition: all 1s ease-in-out;
}
.news-item:hover .news-date {
  color: #bf6430;
  transition: all 0.5s ease-in-out;
}
.news-item:hover .news-issue:before {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  transition: all 0.7s ease-in-out;
}
.news-date {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  min-height: 26px;
  color: #c9c4bf;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 0;
  transition: all 0.3s ease-in-out;
}
.news-date:before, .news-date:after {
  content: "";
  transition: all 0.3s ease-in-out;
}
.news-date:before {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-right: 0.5rem;
  background: #bf6430;
}
.news-date:after {
  content: "⁞";
  margin-left: 0.5rem;
  font-family: "Arial";
  font-size: 0.9rem;
}
.news-issue {
  line-height: 2;
  text-align: justify;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-issue:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #bf6430;
  transition: all 1s ease-in-out;
}
@media (min-width: 1200px) {
  .news-issue {
    height: 4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media (min-width: 1200px) {
  .news-wrap {
    padding: 6rem calc(60px + 5rem);
  }
  .news-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background: #fff;
  }
  .news-box {
    padding: 80px 0 5rem;
    margin-bottom: -350px;
  }
  .news-list {
    padding: 0 5rem;
    flex: 1;
  }
  .news-list:first-child {
    border-right: 1px solid #92897f;
  }
  .news-item {
    border-bottom: 0;
  }
  .news-item:last-child {
    margin-bottom: -1rem;
  }
  .news-issue:before {
    display: none;
  }
}
@media (min-width: 1440px) {
  .news-wrap {
    padding: 6rem calc(88px + 6rem);
  }
}
@media (min-width: 1600px) {
  .news-wrap {
    padding: 6rem calc(88px + 10rem);
  }
}
/*-------------------------------------------*\
	_about.scss
\*-------------------------------------------*/
.about-wrap {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  margin-top: calc(55vh + 10rem);
  color: #261414;
}
.about-desc {
  padding: 6rem 30px;
  font-family: "momochidori-variable", sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 500;
  background: #fff;
}
@media (min-width: 1200px) {
  .about-desc .more-btn {
    justify-content: flex-start;
  }
}
.about-slogan {
  position: relative;
  display: flex;
  width: 7em;
  margin-bottom: 3rem;
  padding: 0;
  font-family: "momochidori-variable", sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 400;
  font-size: 2.25rem;
  letter-spacing: 8px;
  line-height: 1.5;
  text-indent: -1.5rem;
}
.about-text {
  text-align: justify;
  line-height: 2;
  margin-bottom: 5rem;
  font-family: "Noto Sans TC", sans-serif;
}
.about-text i {
  color: #bf6430;
}
.about-img {
  position: relative;
  display: flex;
  flex: 60%;
  margin-left: 30px;
  background: #fff;
  padding: 20px 0 0 20px;
  -webkit-user-select: none;
          user-select: none;
}
.about-img .item {
  position: relative;
  z-index: 2;
  flex: 1;
  width: 100%;
}
.about-img .item img {
  width: 100%;
}

@media (min-width: 1200px) {
  .about-wrap {
    margin-top: 100vh;
    flex-direction: row-reverse;
    padding: 0 0 0 5.5rem;
    background: #fff;
  }
  .about-desc {
    flex: 50%;
    padding: 6rem 2rem;
  }
  .about-slogan {
    width: 100%;
    font-size: 2.2rem;
    white-space: nowrap;
  }
  .about-text {
    padding-right: 1.5rem;
  }
  .about-img {
    padding: 0 60px 0 0;
    background: #f1efee;
  }
  .about-img:before, .about-img:after {
    content: "";
    position: absolute;
    top: -100px;
    width: 100%;
    height: 100px;
    background: #f1efee;
    -webkit-user-select: none;
            user-select: none;
  }
  .about-img:after {
    top: unset;
    bottom: 0;
    width: calc(100% - 60px);
    height: 100%;
    background: #fff;
  }
}
@media (min-width: 1440px) {
  .about-desc {
    flex: 44%;
    padding: 6rem 3rem 6rem 6rem;
  }
  .about-slogan {
    font-size: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .about-desc {
    padding: 6rem 6rem 6rem 10rem;
  }
  .about-slogan {
    font-size: 2.75rem;
  }
}
.about-img.active .slide-img:before {
  animation: img-slide-rtl 1s cubic-bezier(0.91, 0.31, 0.24, 0.89) forwards 0.6s;
  animation-fill-mode: both;
}
.about-img.active .slide-img:after {
  animation: img-slide-rtl 1s cubic-bezier(0.91, 0.31, 0.24, 0.89) forwards;
  animation-fill-mode: both;
}
.about-img.active .item:nth-child(1) .slide-img:before {
  animation-delay: 0.65s;
}
.about-img.active .item:nth-child(1) .slide-img:after {
  animation-delay: 0.05s;
}
.about-img.active .item:nth-child(2) .slide-img:before {
  animation-delay: 0.75s;
}
.about-img.active .item:nth-child(2) .slide-img:after {
  animation-delay: 0.15s;
}
.about-img.active .item:nth-child(3) .slide-img:before {
  animation-delay: 0.85s;
}
.about-img.active .item:nth-child(3) .slide-img:after {
  animation-delay: 0.25s;
}

/*-------------------------------------------*\
	_service.scss
\*-------------------------------------------*/
.service-wrap {
  position: relative;
  padding: 235px 30px 6rem;
  background: #fff;
}
.service-top {
  display: flex;
  justify-content: flex-end;
}
.service-slogan {
  display: flex;
  margin-bottom: 3rem;
  color: #261414;
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 8px;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 300;
}
.service-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem 3rem;
}
.service-box .item {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 1.5rem;
  margin: 1rem 0;
  letter-spacing: 1px;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 500;
}
.service-box .item h4 {
  color: #261414;
  font-size: 1.25rem;
  transition: all 0.3s ease-in-out;
}
.service-box .item small {
  color: #b2b2c2;
  transition: all 0.3s ease-in-out;
}
.service-box .item:nth-child(odd):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: url(../../images/service-border-bg.svg) repeat-y center top;
}
.service-box .item:last-child:after {
  display: none;
}
.service-icon {
  display: flex;
  justify-content: center;
}
.service-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .service-slogan {
    margin-top: -7.25rem;
  }
  .service-slogan br {
    display: none;
  }
}
@media (min-width: 1200px) {
  .service-wrap {
    padding: 350px calc(60px + 5rem) 6rem;
  }
  .service-wrap:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background: #f1efee;
  }
  .service-box {
    padding-top: 2rem;
    margin: 0 -3rem 3rem;
  }
  .service-box .item {
    width: 20%;
    padding: 0 1.5rem;
  }
  .service-box .item:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: url(../../images/service-border-bg.svg) repeat-y center top;
  }
  .service-box .item:hover h4, .service-box .item:hover small {
    color: #bf6430;
    transition: all 0.3s ease-in-out;
  }
  .service-bottom {
    display: flex;
    justify-content: flex-end;
    padding-top: 2rem;
  }
}
@media (min-width: 1440px) {
  .service-wrap {
    padding: 350px calc(88px + 6rem) 6rem;
  }
  .service-slogan {
    font-size: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .service-wrap {
    padding: 350px calc(88px + 10rem) 6rem;
  }
}
/*-------------------------------------------*\
	_contact.scss
\*-------------------------------------------*/
.contact-wrap {
  position: relative;
  z-index: 2;
  padding: 6rem 0 260px;
  background: #f1efee;
}
.contact-box {
  position: relative;
  padding: 6rem 30px 6rem;
  background: #80756a;
}
.contact-box .id-title {
  color: #fff;
}
.contact-box .id-title small {
  color: #fff;
}
.contact-branch .branch-office {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 2.5rem 0;
  padding: 10px 2rem 20px;
  background: #261414;
  color: #fff;
  font-family: "momochidori-variable", sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 400;
  text-align: center;
  line-height: 2;
}
.contact-branch .branch-office:before, .contact-branch .branch-office:after {
  content: "";
  position: absolute;
}
.contact-branch .branch-office:before {
  top: 17px;
  right: 8px;
  width: 18px;
  height: 1px;
  background: #fff;
  transform: rotate(135deg);
}
.contact-branch .branch-office:after {
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.contact-branch .branch-office:hover {
  background: #4a3a2a;
  transition: all 0.3s ease-in-out;
}
.contact-branch .branch-office:hover:before {
  background: #bf6430;
  transition: all 0.3s ease-in-out;
}
.contact-branch .branch-office:hover:after {
  border-color: #bf6430;
  transition: all 0.3s ease-in-out;
}
.contact-branch .branch-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  background-image: linear-gradient(to right, #bf6430 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 1px;
  background-repeat: repeat-x;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  font-size: 2rem;
}
.contact-branch .branch-title small {
  padding-bottom: 0.5rem;
  font-size: 1rem;
}
.contact-branch .branch-info {
  font-size: 1rem;
}
.contact-branch .branch-info .tel {
  font-size: 2rem;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
}

@media (min-width: 1200px) {
  .contact-wrap {
    padding-right: 60px;
    padding-bottom: 0;
    z-index: 5;
    background: none;
  }
  .contact-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 50%;
    background: #fff;
  }
  .contact-box {
    padding: 6rem calc(60px + 5rem);
  }
  .contact-branch {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: -1rem -1rem 0;
  }
  .contact-branch .branch-office {
    flex: calc(50% - 2rem);
    flex-direction: row;
    margin: 1rem;
    padding: 20px 2rem;
    line-height: 1.5;
  }
  .contact-branch .branch-title {
    margin: 0;
    padding: 0 1rem 0 0;
    background: none;
    font-size: 1.25rem;
    white-space: nowrap;
  }
  .contact-branch .branch-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 1rem;
    text-align: left;
    background-image: linear-gradient(to bottom, #bf6430 33%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 1px 6px;
    background-repeat: repeat-y;
  }
  .contact-branch .branch-info .tel {
    font-size: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .contact-box {
    padding: 6rem calc(88px + 6rem);
  }
  .contact-branch {
    margin: -1.5rem -1.5rem 0;
  }
  .contact-branch .branch-office {
    flex: calc(50% - 3rem);
    margin: 1.5rem;
  }
  .contact-branch .branch-title {
    min-width: 160px;
    font-size: 1.5rem;
  }
  .contact-branch .branch-info {
    padding-left: 1.5rem;
  }
  .contact-branch .branch-info .tel {
    font-size: 1.75rem;
  }
}
@media (min-width: 1600px) {
  .contact-box {
    padding: 6rem calc(88px + 10rem);
  }
  .contact-branch .branch-info .address {
    letter-spacing: 1px;
  }
}
@media (min-width: 1800px) {
  .contact-branch .branch-title {
    min-width: 200px;
    font-size: 1.875rem;
  }
  .contact-branch .branch-info {
    padding-left: 2rem;
  }
  .contact-branch .branch-info .tel {
    font-size: 2.5rem;
  }
  .contact-branch .branch-info .address {
    letter-spacing: 2px;
  }
}
/*-------------------------------------------*\
	表單共用，到時會移進pages裡的contact.scss
\*-------------------------------------------*/
.contact-form {
  margin-bottom: -300px;
  padding: 30px;
  background: #fff;
  font-family: "momochidori-variable", sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 400;
  line-height: 2;
}
@media (min-width: 1200px) {
  .contact-form {
    margin-top: 1.25rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .contact-form {
    margin-top: 2rem;
  }
}
.contact-tips {
  font-family: "momochidori-variable", sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 500;
}
.contact-tips .important-tip {
  position: relative;
  padding-left: 24px;
  color: #261414;
}
.contact-tips .important-tip:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #bf6430;
}
.contact-tips .require-tip {
  display: flex;
  justify-content: flex-end;
}
.contact-tips .require-tip span {
  position: relative;
  display: inline-flex;
  padding-left: 20px;
  color: #bf6430;
}
.contact-tips .require-tip span:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #bf6430;
  border-radius: 50%;
}

.ct-form {
  margin-bottom: 3rem;
}
.ct-form ul {
  display: flex;
  flex-direction: column;
}
.ct-form li {
  display: flex;
  width: 100%;
}
@media (min-width: 992px) {
  .ct-form li {
    padding: 0;
  }
  .ct-form li.ct-always {
    width: 100%;
  }
  .ct-form li:nth-child(2), .ct-form li:nth-child(4) {
    position: relative;
  }
  .ct-form li:nth-child(2) .ct-group label, .ct-form li:nth-child(4) .ct-group label {
    position: relative;
  }
}
@media (min-width: 1800px) {
  .ct-form {
    display: flex;
  }
  .ct-form ul {
    flex: 1;
  }
  .ct-form ul:nth-child(2) {
    flex: 1.35;
  }
}
.ct-group {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: calc(100% - 4px);
  margin: 10px 2px;
}
.ct-group label {
  position: relative;
  display: flex;
  margin-bottom: 0.75rem;
  padding-left: 1rem;
}
.ct-group label.required:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  background: #bf6430;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .ct-group {
    flex-direction: row;
  }
  .ct-group label {
    position: static;
    flex-shrink: 0;
    padding: 1rem 1.5rem 0 2rem;
  }
  .ct-group label.required:before {
    top: 25px;
    left: 15px;
  }
}
@media (min-width: 576px) {
  .ct-half {
    width: calc(50% - 8px);
  }
  .ct-half + .ct-half {
    margin-left: 6px;
  }
  .ct-half + .ct-half + .ct-half {
    margin-left: 2px;
  }
  .ct-half + .ct-half + .ct-half + .ct-half {
    margin-left: 6px;
  }
  .ct-half + .ct-half + .ct-half + .ct-half + .ct-half {
    margin-left: 2px;
  }
  .ct-half + .ct-half + .ct-half + .ct-half + .ct-half + .ct-half {
    margin-left: 6px;
  }
}
@media (min-width: 1200px) {
  .ct-half + .ct-half label {
    padding-left: 2rem;
  }
  .ct-half + .ct-half + .ct-half label {
    padding-left: 0;
  }
  .ct-half + .ct-half + .ct-half + .ct-half label {
    padding-left: 2rem;
  }
  .ct-half + .ct-half + .ct-half + .ct-half + .ct-half label {
    padding-left: 0;
  }
}
.ct-input {
  width: 100%;
  max-width: 100%;
  padding: 0.95rem;
  border: 0;
  appearance: none;
  box-sizing: border-box;
  font-family: "momochidori-variable", sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 400;
  background: #f1efee;
  transition: all 0.3s ease-in-out;
}
.ct-input::placeholder {
  color: #b7ada8;
}
.ct-input:focus {
  color: #4a3a2a;
  outline: 2px solid #c9c4bf;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .ct-input {
    font-size: 1rem;
  }
}
.ct-input[readonly] {
  background: #f4f4f4;
}
.ct-input[readonly]:focus {
  outline: 2px solid #e5e5e5;
}
.ct-select {
  width: 100%;
  padding: 0.95rem 2.5rem 0.95rem 0.95rem;
  border: 0;
  outline: 2px solid #ADA6A6;
  appearance: none;
  border-radius: 10px;
  box-sizing: border-box;
  background: url(../../images/select-arrow.svg) no-repeat center right 1.25rem #fff;
  color: #807979;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .ct-select {
    font-size: 1rem;
  }
}
.ct-select:focus {
  outline: 2px solid #c9c4bf;
  transition: all 0.3s ease-in-out;
}
.ct-textarea {
  padding: 0.95rem;
  border: 0;
  appearance: none;
  background: #f1efee;
  outline: 0;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 400;
}
.ct-textarea::placeholder {
  color: #b7ada8;
}
.ct-textarea:focus {
  outline: 2px solid #c9c4bf;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .ct-textarea {
    display: flex;
    width: 100%;
  }
}
@media (min-width: 1800px) {
  .ct-textarea {
    min-height: 180px;
  }
}
.ct-submit {
  display: flex;
  padding: 1rem 0;
  margin: 0 auto;
}
.ct-submit button, .ct-submit a {
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-content: inherit;
  line-height: 1.2;
  margin: 10px;
  padding: 1.25rem 1rem;
  border: 0;
  appearance: none;
  box-sizing: border-box;
  background: #4a3a2a;
  color: #fff;
  font-size: 1rem;
}
.ct-submit button:hover, .ct-submit a:hover {
  background: #bf6430;
}
@media (min-width: 1200px) {
  .ct-submit button, .ct-submit a {
    padding: 1.5rem;
  }
}
.ct-submit button {
  background: #bf6430;
}
.ct-submit button span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  text-align: center;
}
@media (min-width: 374px) {
  .ct-submit button span {
    width: 150px;
  }
  .ct-submit button span:before, .ct-submit button span:after {
    content: "";
    position: absolute;
  }
  .ct-submit button span:before {
    right: 0;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 4px;
  }
  .ct-submit button span:after {
    right: 5px;
    top: calc(50% - 4px);
    width: 6px;
    height: 6px;
    border-top: 2px solid #bf6430;
    border-right: 2px solid #bf6430;
    transform: rotate(45deg);
  }
}
@media (min-width: 1200px) {
  .ct-submit button span {
    min-width: 200px;
  }
}
.ct-sendto {
  display: flex;
  justify-content: space-between;
  margin: 0 -0.5rem;
}
.ct-sendto button, .ct-sendto a {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 58px;
  margin: 2rem 0.5rem 0;
  padding: 0 20px 0 0;
  background: #fff;
  color: #92897f;
  font-family: "momochidori-variable", sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 500;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  pointer-events: auto !important;
  border: 1px solid #92897f;
  appearance: none;
  cursor: pointer;
}
.ct-sendto button span, .ct-sendto a span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.ct-sendto button i svg, .ct-sendto a i svg {
  position: absolute;
  top: calc(50% - 7px);
  right: 1rem;
  height: 16px;
}
@media (min-width: 400px) {
  .ct-sendto button i svg, .ct-sendto a i svg {
    top: calc(50% - 11px);
    height: 21px;
  }
}
.ct-sendto button i .st0, .ct-sendto a i .st0 {
  fill: #92897f;
}
.ct-sendto button:hover, .ct-sendto a:hover {
  background: #bf6430;
  border-color: #bf6430;
  transition: all 0.3s ease-in-out;
}
.ct-sendto button:hover span, .ct-sendto a:hover span {
  color: #fff;
}
.ct-sendto button:hover i svg .st0, .ct-sendto a:hover i svg .st0 {
  fill: #fff;
}
@media (min-width: 1200px) {
  .ct-sendto {
    align-items: center;
  }
  .ct-sendto button, .ct-sendto a {
    margin: 0 0.5rem;
    min-width: 160px;
  }
}

.custom-vcode label {
  opacity: 0;
  display: none;
}
@media (min-width: 1200px) {
  .custom-vcode .vcode {
    margin-right: 1rem;
  }
  .custom-vcode .vcode-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .custom-vcode label {
    opacity: 0;
    display: inline-block;
  }
}

.contact-shape {
  position: absolute;
  right: 0.5rem;
  top: -3rem;
  opacity: 0;
  width: 70%;
  max-width: 530px;
}
@media (min-width: 1200px) {
  .contact-shape {
    right: 5rem;
  }
}
.contact-shape.active {
  opacity: 1;
}
.contact-shape.active path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.85);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 3000;
  stroke-dashoffset: 1500;
  animation: wrcpa 5s linear forwards;
}

@keyframes wrcpa {
  0% {
    stroke-dashoffset: 3000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.custom-select {
  position: relative;
  width: 216px;
  padding: 0 !important;
  height: auto !important;
  font-size: 1.125rem;
  border: 0 !important;
  background: none !important;
}
.custom-select select {
  display: none; /* 隱藏原生 select */
}

.custom-label {
  padding-left: 5px !important;
}
@media (min-width: 1200px) {
  .custom-label {
    padding-left: 16px !important;
  }
}

.select-selected {
  position: relative;
  background-color: #ffffff;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  padding: 20px;
  cursor: pointer;
  background: #4a3a2a;
  -webkit-user-select: none;
          user-select: none;
}
.select-selected:before, .select-selected:after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  width: 25px;
  height: 25px;
}
.select-selected:after {
  right: 20px;
  background: url(../../images/custom-select-icon02.svg) no-repeat;
}

.select-items {
  position: absolute;
  background: #4a3a2a;
  top: calc(100% - 20px);
  left: 0;
  right: 0;
  z-index: 99;
  display: none; /* 預設隱藏選項列表 */
  padding: 20px 0 0;
  overflow: hidden;
}

.select-items div {
  display: flex;
  justify-content: flex-start;
  padding: 20px;
  color: #fff;
  cursor: pointer;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-user-select: none;
          user-select: none;
}

.select-items div:hover {
  background-color: #bf6430;
}

.same-as-selected {
  background-color: #bf6430; /* 選中項目樣式 */
}

.googlemap {
  position: relative;
  color: #fff;
}

.googlemap:after {
  content: "MAP";
  display: inline-flex;
  padding: 0 8px;
  margin-left: 5px;
  background: #bf6430;
}

.googlemap:hover:after {
  background: #824421;
}

.modal {
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  height: calc(var(--mvh, 1vh) * 100);
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.85); /* Black w/ opacity */
}
.modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  background: none !important;
  color: #fff;
  font-size: 0.95rem;
}
.modal-content img {
  width: 20%;
  max-width: 80px;
}