@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");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
/*-------------------------------------------*\
	_common.scss

  Index
  - 0.scroll
  - 1.title
  - 2.more
  - 3.img-slide
  - 4.anmiate
\*-------------------------------------------*/
.scroll-down {
  position: relative;
  z-index: 10;
  pointer-events: none;
  display: none;
}
@media (min-width: 1200px) {
  .scroll-down {
    display: block;
    position: absolute;
    left: 50px;
    bottom: 50px;
  }
}
.scroll-down a {
  display: block;
  pointer-events: auto;
  width: 60px;
  height: 250px;
  color: #4f3d3e;
  font-size: 0.7rem;
  font-family: Helvetica, "Kosugi Maru", serif;
  font-weight: bold;
  letter-spacing: 4px;
  white-space: nowrap;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  line-height: 60px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.scroll-down a span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.scroll-down a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4f3d3e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.scroll-down a:before {
  left: calc(50% - 2px);
  bottom: 70px;
}
.scroll-down a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 1px;
  height: 40px;
  background: #4f3d3e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.scroll-down a:hover, .scroll-down a.active {
  color: #220f0d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.scroll-down a:hover:before, .scroll-down a:hover:after, .scroll-down a.active:before, .scroll-down a.active:after {
  background: linear-gradient(135deg, #f6cf7d 0%, #ec999b 70%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.id-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-family: Helvetica, "Kosugi Maru", serif;
}
@media (min-width: 1200px) {
  .id-title.flex-start-sc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.id-title.mb-2 {
  margin-bottom: 1rem;
}
.id-title span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.2;
}
.id-title span:before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 30px;
  margin-right: 0.5rem;
  background: url(../../images/subtit-icon-c1.svg) no-repeat left center/contain;
}
.id-title span:after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 30px;
  margin-left: 0.5rem;
  background: url(../../images/subtit-icon-c2.svg) no-repeat left center/contain;
}
@media (min-width: 576px) {
  .id-title {
    font-size: 2rem;
  }
  .id-title span:before, .id-title span:after {
    width: 50px;
  }
}

.more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Helvetica, "Kosugi Maru", serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.more-btn a {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #231815;
  color: #f8bb7f;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #220f0d;
}
.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: #e38f4f;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.more-btn a:after {
  background: #801313;
  -webkit-transition: all 0.5s ease-in-out;
  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: 20px;
  top: calc(50% + 4px);
  width: 11px;
  height: 1px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  background: #f8bb7f;
}
.more-btn a span:after {
  right: 20px;
  top: calc(50% - 4px);
  width: 11px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #f8bb7f;
}
@media (min-width: 374px) {
  .more-btn a span {
    min-width: 220px;
    padding: 1.25rem 0;
  }
}
@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 #f8bb7f;
}
.more-btn a:hover span:before, .more-btn a:hover span:after {
  background: #f8bb7f;
}
.more-btn a:hover:before {
  clip-path: inset(0 0 0 0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.more-btn a:hover:after {
  clip-path: inset(0 0 0 0);
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.color-reverse a {
  border: 1px solid #220f0d;
  background: transparent;
}
.color-reverse a:before {
  background: #f8bb7f;
}
.color-reverse a:after {
  background: #220f0d;
}
.color-reverse a span {
  color: #220f0d;
}
.color-reverse a span:before {
  background: #220f0d;
}
.color-reverse a span:after {
  background: #220f0d;
}
.color-reverse a:hover span {
  color: #f8bb7f;
}

.slide-img {
  position: relative;
}
.slide-img:before, .slide-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.slide-img:before {
  background: #f8bb7f;
  z-index: 7;
}
.slide-img:after {
  background: #220f0d;
  z-index: 8;
}
.slide-img.active:before {
  -webkit-animation: img-slide 0.6s cubic-bezier(0.91, 0.31, 0.24, 0.89) forwards 0.6s;
          animation: img-slide 0.6s cubic-bezier(0.91, 0.31, 0.24, 0.89) forwards 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.slide-img.active:after {
  -webkit-animation: img-slide 0.6s cubic-bezier(0.91, 0.31, 0.24, 0.89) forwards;
          animation: img-slide 0.6s cubic-bezier(0.91, 0.31, 0.24, 0.89) forwards;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes img-slide {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

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

@-webkit-keyframes clipInTop {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0% 0);
  }
}

@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 {
  -webkit-animation: clipInTop 1s ease-in-out 0.5s forwards;
          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 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.duration1s {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
}

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

.delay2s {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.duration2s {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

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

.delay3s {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.duration3s {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

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

.delay4s {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.duration4s {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

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

.delay5s {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.duration5s {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

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

.delay6s {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.duration6s {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

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

.delay7s {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.duration7s {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}

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

.delay8s {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.duration8s {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

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

.delay9s {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.duration9s {
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
}

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

.delay10s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.duration10s {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

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

.delay11s {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.duration11s {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}

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

.delay12s {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.duration12s {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

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

.delay13s {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.duration13s {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}

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

.delay14s {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.duration14s {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}

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

.delay15s {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.duration15s {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

.delay16s {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.duration16s {
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
}

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

.delay17s {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.duration17s {
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
}

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

.delay18s {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.duration18s {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

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

.delay19s {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.duration19s {
  -webkit-animation-duration: 1.9s;
          animation-duration: 1.9s;
}

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

.delay20s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.duration20s {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

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

.delay21s {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.duration21s {
  -webkit-animation-duration: 2.1s;
          animation-duration: 2.1s;
}

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

.delay22s {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.duration22s {
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
}

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

.delay23s {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.duration23s {
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
}

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

.delay24s {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.duration24s {
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
}

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

.delay25s {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.duration25s {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

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

.delay26s {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.duration26s {
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
}

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

.delay27s {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.duration27s {
  -webkit-animation-duration: 2.7s;
          animation-duration: 2.7s;
}

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

.delay28s {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.duration28s {
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
}

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

.delay29s {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}

.duration29s {
  -webkit-animation-duration: 2.9s;
          animation-duration: 2.9s;
}

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

.delay30s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.duration30s {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

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

.delay31s {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}

.duration31s {
  -webkit-animation-duration: 3.1s;
          animation-duration: 3.1s;
}

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

.delay32s {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.duration32s {
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
}

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

.delay33s {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

.duration33s {
  -webkit-animation-duration: 3.3s;
          animation-duration: 3.3s;
}

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

.delay34s {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

.duration34s {
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
}

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

.delay35s {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.duration35s {
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}

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

.delay36s {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.duration36s {
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
}

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

.delay37s {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}

.duration37s {
  -webkit-animation-duration: 3.7s;
          animation-duration: 3.7s;
}

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

.delay38s {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}

.duration38s {
  -webkit-animation-duration: 3.8s;
          animation-duration: 3.8s;
}

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

.delay39s {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}

.duration39s {
  -webkit-animation-duration: 3.9s;
          animation-duration: 3.9s;
}

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

.delay40s {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.duration40s {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

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

/*-------------------------------------------*\
	_banner
\*-------------------------------------------*/
.banner-wrap {
  display: block;
}
.banner-wrap #mv {
  background: url(../../images/banner-mask.jpg) no-repeat center top/cover;
}
.banner {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
  background-size: cover;
  overflow: hidden;
}
.banner-scroll, .banner-sider {
  visibility: hidden;
}
@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;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-animation: show_bnicon 0.7s ease-in-out 3s forwards;
            animation: show_bnicon 0.7s ease-in-out 3s forwards;
    -webkit-transition: opacity 1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-filter 1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: opacity 1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-filter 1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    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: 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), -webkit-filter 1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .banner-scroll:hover {
    cursor: pointer;
    background: #f8bb7f;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .banner-sider {
    visibility: visible;
    position: absolute;
    z-index: 5;
    right: 65px;
    top: calc(50% - 100px);
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-variation-settings: "ital" 0, "wdth" 100, "wght" 400;
    letter-spacing: 2px;
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-animation: show_bnicon 0.7s ease-in-out 4s forwards;
            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: #f8bb7f url(../../images/banner-sider-icon.svg) no-repeat center center;
    border-radius: 50%;
  }
  .banner-sider a:hover {
    color: #f8bb7f;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .banner-sider a:hover:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.banner-animate {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  overflow: hidden;
  pointer-events: none;
}
.banner-animate span {
  margin-bottom: 3.5rem;
  letter-spacing: 3px;
}
.banner-animate:before, .banner-animate:after {
  content: "";
  position: absolute;
  z-index: 1;
}
.banner-animate:before {
  left: calc(50% - 15px);
  bottom: 5rem;
  width: 27px;
  height: 41px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 5rem;
}
.banner-animate:after {
  left: 50%;
  bottom: 6.75rem;
  height: 13px;
  width: 2px;
  background: #fff;
  -webkit-animation: mouseicon 1.5s linear 0.2s infinite;
          animation: mouseicon 1.5s linear 0.2s infinite;
}

@-webkit-keyframes show_bnicon {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes show_bnicon {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.page-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  visibility: hidden;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 9;
  /* border: 2px solid red; */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  -webkit-animation: show_bnicon 0.7s ease-in-out 4s forwards;
          animation: show_bnicon 0.7s ease-in-out 4s forwards;
}
.page-counter span {
  width: 10px;
  height: 10px;
  margin: 5px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
}
.page-counter span.current {
  width: 15px;
  height: 15px;
  background: #f8bb7f;
}
@media (min-width: 1200px) {
  .page-counter {
    visibility: visible;
  }
}

.slideLetterGroup {
  position: absolute;
  z-index: 5;
  left: 48px;
  top: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #fff;
  cursor: default;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 500;
  -webkit-filter: drop-shadow(0 0 15px #d47679);
          filter: drop-shadow(0 0 15px #d47679);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slideLetterIn .outer {
  overflow: hidden;
  display: inline-block;
  -webkit-transition: opacity 1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-filter 1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: opacity 1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-filter 1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  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: 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), -webkit-filter 1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.slideLetterIn .outer:hover {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  opacity: 0.8;
  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-filter 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-filter 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  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);
  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), -webkit-filter 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slideLetterIn .inner {
  display: inline-block;
  -webkit-transform: translateY(145%);
          transform: translateY(145%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slideLetterIn.active .inner {
  -webkit-transform: translateX(0px) rotate(0deg);
          transform: translateX(0px) rotate(0deg);
}
.slideLetterIn.txt-smart {
  top: 70%;
}
.slideLetterIn span:nth-child(1) .inner {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.slideLetterIn span:nth-child(2) .inner {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.slideLetterIn span:nth-child(3) .inner {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.slideLetterIn span:nth-child(4) .inner {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.slideLetterIn span:nth-child(5) .inner {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.slideLetterIn span:nth-child(6) .inner {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.slideLetterIn span:nth-child(7) .inner {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.slideLetterIn span:nth-child(8) .inner {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.slideLetterIn span:nth-child(9) .inner {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.slideLetterIn span:nth-child(10) .inner {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.slideLetterIn span:nth-child(11) .inner {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.slideLetterIn span:nth-child(12) .inner {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.slideLetterIn span:nth-child(13) .inner {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.slideLetterIn span:nth-child(14) .inner {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.slideLetterIn span:nth-child(15) .inner {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.slideLetterIn span:nth-child(16) .inner {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.slideLetterIn span:nth-child(17) .inner {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.slideLetterIn span:nth-child(18) .inner {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.slideLetterIn span:nth-child(19) .inner {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.slideLetterIn span:nth-child(20) .inner {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.slideLetterIn span:nth-child(21) .inner {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.slideLetterIn span:nth-child(22) .inner {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.slideLetterIn span:nth-child(23) .inner {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
.slideLetterIn span:nth-child(24) .inner {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.slideLetterIn span:nth-child(25) .inner {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.slideLetterIn span:nth-child(26) .inner {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.slideLetterIn span:nth-child(27) .inner {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.slideLetterIn span:nth-child(28) .inner {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.slideLetterIn span:nth-child(29) .inner {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}
.slideLetterIn span:nth-child(30) .inner {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.slideLetterIn span:nth-child(31) .inner {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}
.slideLetterIn span:nth-child(32) .inner {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.slideLetterIn span:nth-child(33) .inner {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.slideLetterIn span:nth-child(34) .inner {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.slideLetterIn span:nth-child(35) .inner {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}
.slideLetterIn span:nth-child(36) .inner {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.slideLetterIn span:nth-child(37) .inner {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}
.slideLetterIn span:nth-child(38) .inner {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.slideLetterIn span:nth-child(39) .inner {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}
.slideLetterIn span:nth-child(40) .inner {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.slideLetterIn span:nth-child(41) .inner {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}
.slideLetterIn span:nth-child(42) .inner {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.slideLetterIn span:nth-child(43) .inner {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}
.slideLetterIn span:nth-child(44) .inner {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.slideLetterIn span:nth-child(45) .inner {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}
.slideLetterIn span:nth-child(46) .inner {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}
.slideLetterIn span:nth-child(47) .inner {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}
.slideLetterIn span:nth-child(48) .inner {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.slideLetterIn span:nth-child(49) .inner {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}
.slideLetterIn span:nth-child(50) .inner {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.slideLetterIn span:nth-child(51) .inner {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}
.slideLetterIn span:nth-child(52) .inner {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
.slideLetterIn span:nth-child(53) .inner {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}
.slideLetterIn span:nth-child(54) .inner {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.slideLetterIn span:nth-child(55) .inner {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}
.slideLetterIn span:nth-child(56) .inner {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.slideLetterIn span:nth-child(57) .inner {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}
.slideLetterIn span:nth-child(58) .inner {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}
.slideLetterIn span:nth-child(59) .inner {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}
.slideLetterIn span:nth-child(60) .inner {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.slideLetterIn span:nth-child(61) .inner {
  -webkit-transition-delay: 3.05s;
          transition-delay: 3.05s;
}
.slideLetterIn span:nth-child(62) .inner {
  -webkit-transition-delay: 3.1s;
          transition-delay: 3.1s;
}
.slideLetterIn span:nth-child(63) .inner {
  -webkit-transition-delay: 3.15s;
          transition-delay: 3.15s;
}
.slideLetterIn span:nth-child(64) .inner {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}
.slideLetterIn span:nth-child(65) .inner {
  -webkit-transition-delay: 3.25s;
          transition-delay: 3.25s;
}
.slideLetterIn span:nth-child(66) .inner {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}
.slideLetterIn span:nth-child(67) .inner {
  -webkit-transition-delay: 3.35s;
          transition-delay: 3.35s;
}
.slideLetterIn span:nth-child(68) .inner {
  -webkit-transition-delay: 3.4s;
          transition-delay: 3.4s;
}
.slideLetterIn span:nth-child(69) .inner {
  -webkit-transition-delay: 3.45s;
          transition-delay: 3.45s;
}
.slideLetterIn span:nth-child(70) .inner {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
.slideLetterIn span:nth-child(71) .inner {
  -webkit-transition-delay: 3.55s;
          transition-delay: 3.55s;
}
.slideLetterIn span:nth-child(72) .inner {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}
.slideLetterIn span:nth-child(73) .inner {
  -webkit-transition-delay: 3.65s;
          transition-delay: 3.65s;
}
.slideLetterIn span:nth-child(74) .inner {
  -webkit-transition-delay: 3.7s;
          transition-delay: 3.7s;
}
.slideLetterIn span:nth-child(75) .inner {
  -webkit-transition-delay: 3.75s;
          transition-delay: 3.75s;
}
.slideLetterIn span:nth-child(76) .inner {
  -webkit-transition-delay: 3.8s;
          transition-delay: 3.8s;
}
.slideLetterIn span:nth-child(77) .inner {
  -webkit-transition-delay: 3.85s;
          transition-delay: 3.85s;
}
.slideLetterIn span:nth-child(78) .inner {
  -webkit-transition-delay: 3.9s;
          transition-delay: 3.9s;
}
.slideLetterIn span:nth-child(79) .inner {
  -webkit-transition-delay: 3.95s;
          transition-delay: 3.95s;
}
.slideLetterIn span:nth-child(80) .inner {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
.slideLetterIn span:nth-child(81) .inner {
  -webkit-transition-delay: 4.05s;
          transition-delay: 4.05s;
}
.slideLetterIn span:nth-child(82) .inner {
  -webkit-transition-delay: 4.1s;
          transition-delay: 4.1s;
}
.slideLetterIn span:nth-child(83) .inner {
  -webkit-transition-delay: 4.15s;
          transition-delay: 4.15s;
}
.slideLetterIn span:nth-child(84) .inner {
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}
.slideLetterIn span:nth-child(85) .inner {
  -webkit-transition-delay: 4.25s;
          transition-delay: 4.25s;
}
.slideLetterIn span:nth-child(86) .inner {
  -webkit-transition-delay: 4.3s;
          transition-delay: 4.3s;
}
.slideLetterIn span:nth-child(87) .inner {
  -webkit-transition-delay: 4.35s;
          transition-delay: 4.35s;
}
.slideLetterIn span:nth-child(88) .inner {
  -webkit-transition-delay: 4.4s;
          transition-delay: 4.4s;
}
.slideLetterIn span:nth-child(89) .inner {
  -webkit-transition-delay: 4.45s;
          transition-delay: 4.45s;
}
.slideLetterIn span:nth-child(90) .inner {
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}
.slideLetterIn span:nth-child(91) .inner {
  -webkit-transition-delay: 4.55s;
          transition-delay: 4.55s;
}
.slideLetterIn span:nth-child(92) .inner {
  -webkit-transition-delay: 4.6s;
          transition-delay: 4.6s;
}
.slideLetterIn span:nth-child(93) .inner {
  -webkit-transition-delay: 4.65s;
          transition-delay: 4.65s;
}
.slideLetterIn span:nth-child(94) .inner {
  -webkit-transition-delay: 4.7s;
          transition-delay: 4.7s;
}
.slideLetterIn span:nth-child(95) .inner {
  -webkit-transition-delay: 4.75s;
          transition-delay: 4.75s;
}
.slideLetterIn span:nth-child(96) .inner {
  -webkit-transition-delay: 4.8s;
          transition-delay: 4.8s;
}
.slideLetterIn span:nth-child(97) .inner {
  -webkit-transition-delay: 4.85s;
          transition-delay: 4.85s;
}
.slideLetterIn span:nth-child(98) .inner {
  -webkit-transition-delay: 4.9s;
          transition-delay: 4.9s;
}
.slideLetterIn span:nth-child(99) .inner {
  -webkit-transition-delay: 4.95s;
          transition-delay: 4.95s;
}
.slideLetterIn span:nth-child(100) .inner {
  -webkit-transition-delay: 5s;
          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: #f8bb7f;
  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;
  }
}
@-webkit-keyframes mouseicon {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    clip-path: inset(0 0 100% 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    clip-path: inset(0 0 0% 0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
    clip-path: inset(100% 0 0 0);
  }
}
@keyframes mouseicon {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    clip-path: inset(0 0 100% 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    clip-path: inset(0 0 0% 0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
    clip-path: inset(100% 0 0 0);
  }
}
/*-------------------------------------------*\
	_about.scss
\*-------------------------------------------*/
.about-wrap {
  margin-top: 100vh;
  padding: 5rem 0;
  background: url(../../images/bg-meterial.jpg);
  background-attachment: fixed;
}
.about-wrap .container {
  padding: 0 2rem;
}
@media (min-width: 1200px) {
  .about-wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .about-wrap .more-btn.flex-end {
    margin-top: 2rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1400px) {
  .about-wrap .container {
    max-width: 1400px;
  }
}
.about-img {
  position: relative;
  margin-bottom: 2rem;
}
.about-img figure {
  width: 100%;
  will-change: transform; /* 通知瀏覽器優化渲染 */
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* 觸發硬體加速 */
}
.about-img figure:before {
  display: block;
  content: "";
  padding-top: 53.5%;
}
.about-img img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* 防止 iOS 重繪 */
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* 觸發硬體加速 */
}
.about-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
}
.about-left > div {
  width: 100%;
}
@media (min-width: 576px) {
  .about-left > div {
    width: 500px;
  }
}
@media (min-width: 1200px) {
  .about-left {
    margin-bottom: 0;
  }
}
.about-desc {
  padding-bottom: 1rem;
  font-family: Helvetica, "Kosugi Maru", serif;
  line-height: 2;
}
.about-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .about-right {
    margin-left: 3rem;
  }
}

/*-------------------------------------------*\
	_service.scss
\*-------------------------------------------*/
.service-wrap {
  padding: 5rem 0;
  background: #edeae6 url(../../images/dragon_phoenix_design-xs.svg) no-repeat center bottom/contain;
  background-attachment: fixed;
  background-size: 70%;
}
@media (min-width: 1200px) {
  .service-wrap {
    background: #edeae6 url(../../images/dragon_phoenix_design.svg) no-repeat center center/contain;
    background-attachment: fixed;
    background-size: 70%;
  }
}
.service-wrap .container {
  padding: 0 2rem;
}
@media (min-width: 1200px) {
  .service-wrap .container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 2rem;
  }
}
@media (min-width: 1400px) {
  .service-wrap .container {
    max-width: 1400px;
  }
}
.service-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #231815;
  font-family: Helvetica, "Kosugi Maru", serif;
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  .service-tit {
    font-size: 2rem;
  }
}
.service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 3rem;
  max-width: 500px;
}
.service-box .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 1rem);
  margin: 1rem 0.5rem;
}
@media (min-width: 576px) {
  .service-box {
    max-width: 100%;
  }
  .service-box .item {
    width: calc(33.333% - 2rem);
    margin: 1rem;
  }
}
@media (min-width: 1200px) {
  .service-box {
    max-width: 1120px;
  }
  .service-box .item {
    width: calc(33.333% - 6rem);
    margin: 2rem 3rem;
  }
}
.service-img {
  position: relative;
  margin-bottom: 2rem;
}
.service-img figure {
  width: 100%;
  will-change: transform; /* 通知瀏覽器優化渲染 */
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* 觸發硬體加速 */
  border-radius: 50%;
  overflow: hidden;
}
.service-img figure:before {
  display: block;
  content: "";
  padding-top: 100%;
}
.service-img img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* 防止 iOS 重繪 */
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* 觸發硬體加速 */
}

@-webkit-keyframes an-img {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0% 0 0);
  }
}

@keyframes an-img {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0% 0 0);
  }
}
/*-------------------------------------------*\
	_wonderful.scss
\*-------------------------------------------*/
.wonderful-wrap {
  padding: 6rem 0;
  background: url(../../images/bg-meterial.jpg);
  background-attachment: fixed;
}
.wonderful-wrap .container {
  padding: 0 2rem;
}
@media (min-width: 1200px) {
  .wonderful-wrap .container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 2rem;
  }
}
@media (min-width: 1400px) {
  .wonderful-wrap .container {
    max-width: 1400px;
  }
}
.wonderful-wrap [class*=cov-] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.wonderful-wrap [class*=cov-] figure {
  width: 100%;
  will-change: transform; /* 通知瀏覽器優化渲染 */
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* 觸發硬體加速 */
}
.wonderful-wrap [class*=cov-] figure:before {
  display: block;
  content: "";
  padding-top: 100%;
}
.wonderful-wrap [class*=cov-] img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* 防止 iOS 重繪 */
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* 觸發硬體加速 */
}
.wonderful-wrap [class*=cov-]:hover {
  -webkit-box-shadow: 5px 5px 10px rgba(34, 15, 13, 0.75);
          box-shadow: 5px 5px 10px rgba(34, 15, 13, 0.75);
  position: relative;
  z-index: 9;
}
.wonderful-wrap [class*=cov-]:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wonderful-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 3rem 0 5rem;
}
@media (min-width: 1200px) {
  .wonderful-cover {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cover-right, .cover-left, .cover-last, .cover-top, .cover-dubble, .cover-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.cover-right, .cover-left {
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
  border: 4px solid transparent;
}
.cover-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cover-top {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cover-last {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cover-dubble {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cover-bottom {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cov-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  border-right: 4px solid transparent;
}

.cov-3 {
  border-bottom: 4px solid transparent;
}
.cov-5, .cov-6, .cov-7 {
  border-top: 4px solid transparent;
}
.cov-6 {
  border-left: 7px solid transparent;
  border-right: 5px solid transparent;
}