@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
\*-------------------------------------------*/
.container {
  padding: 0 2rem;
}
@media (min-width: 576px) {
  .container {
    padding: 0 4rem;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 6rem;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1380px;
  }
}

.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: #c26a17;
  -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 {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 2rem;
  color: #1a1a1a;
  font-family: Helvetica, "Kosugi Maru", serif;
  line-height: 0.9;
}
.id-title span {
  position: relative;
  color: #c26a17;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 2px;
}
@media (min-width: 1200px) {
  .id-title span {
    font-size: 3.5rem;
  }
}
@media (min-width: 1400px) {
  .id-title span {
    font-size: 4.25rem;
  }
}
.id-title small {
  padding-top: 0.5rem;
  color: #f4c347;
  font-size: 0.95rem;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .id-title small {
    padding-top: 1rem;
    font-size: 1.1rem;
  }
}
@media (min-width: 1400px) {
  .id-title small {
    padding-top: 1.5rem;
    font-size: 1.375rem;
  }
}

.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;
}
.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;
  background: #fff;
  border: 1px solid rgba(79, 61, 62, 0.5);
  color: rgb(148.4055299539, 81.0875576037, 17.5944700461);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 10px;
  overflow: hidden;
}
.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: #f4c347;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.more-btn a:after {
  background: #c26a17;
  -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 {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c26a17;
  -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;
}
.more-btn a span:before {
  top: calc(50% - 2px);
  left: calc(50% + 3rem);
}
.more-btn a span:after {
  content: "";
  position: absolute;
  left: calc(50% + 3rem);
  top: calc(50% + 0px);
  width: 30px;
  height: 1px;
  background: #c26a17;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .more-btn a span {
    min-width: 280px;
    padding: 1.5rem 0;
    font-size: 1rem;
  }
}
.more-btn a:hover {
  border: 1px solid #c26a17;
}
.more-btn a:hover span {
  color: #fff;
}
.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 #fff;
}
.color-reverse a:before {
  background: #f4c347;
}
.color-reverse a:after {
  background: #fff;
}
.color-reverse a span {
  color: #fff;
}
.color-reverse a span:before {
  background: #fff;
}
.color-reverse a span:after {
  border-top: 2px solid #c26a17;
  border-right: 2px solid #c26a17;
}
.color-reverse a:hover span {
  color: #c26a17;
}

.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: #f4c347;
  z-index: 7;
}
.slide-img:after {
  background: #c26a17;
  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
\*-------------------------------------------*/
body[data-hijacking=on] {
  overflow: hidden;
}

.cd-section {
  pointer-events: none;
  height: 122vw;
}
.cd-section:before {
  content: "";
  position: fixed;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/banner_bg_sm.jpg) no-repeat center top/cover;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media (min-width: 1200px) {
  .cd-section {
    height: 47.5vw;
  }
  .cd-section:before {
    background: url(../../images/banner_bg.jpg) no-repeat center top/cover;
  }
}

.banner-wrap {
  pointer-events: none;
  position: relative;
  z-index: -2;
}
.banner-wrap img {
  width: 100%;
}
.banner-wrap .slogan {
  position: absolute;
  top: 42vw;
  left: 0;
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(79, 61, 62, 0.5));
          filter: drop-shadow(0px 0px 10px rgba(79, 61, 62, 0.5));
}
@media (min-width: 768px) {
  .banner-wrap .slogan {
    max-width: 720px;
    left: calc(50% - 360px);
  }
}
@media (min-width: 1200px) {
  .banner-wrap .slogan {
    max-width: 100%;
    left: 0;
    top: calc(25% + 10vw);
  }
}
@media (min-width: 1400px) {
  .banner-wrap .slogan {
    top: calc(25% + 6vw);
  }
}
.banner-xl {
  display: none;
}
@media (min-width: 1200px) {
  .banner-xl {
    display: block;
  }
}
.banner-sm-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.banner-sm-wrap img {
  width: 100%;
}
@media (min-width: 1200px) {
  .banner-sm-wrap {
    display: none;
  }
}
.banner-sm-ss {
  position: absolute;
  top: 42vw;
  width: 100%;
}
@media (min-width: 1200px) {
  .banner-sm {
    display: none;
  }
}

.pos {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  opacity: 0;
}

.fade-01 {
  -webkit-animation: PosInRight 1s ease-in-out 2s forwards;
          animation: PosInRight 1s ease-in-out 2s forwards;
}
.fade-02 {
  -webkit-animation: PosInRight 1s ease-in-out 2.3s forwards;
          animation: PosInRight 1s ease-in-out 2.3s forwards;
}
.fade-03 {
  -webkit-animation: PosInRight 1s ease-in-out 2.6s forwards;
          animation: PosInRight 1s ease-in-out 2.6s forwards;
}
.fade-04 {
  -webkit-animation: PosInRight 1s ease-in-out 2.9s forwards;
          animation: PosInRight 1s ease-in-out 2.9s forwards;
}
.fade-05 {
  -webkit-animation: PosInRight 1s ease-in-out 3.1s forwards;
          animation: PosInRight 1s ease-in-out 3.1s forwards;
}
.fade-06 {
  -webkit-animation: PosInRight 1s ease-in-out 3.4s forwards;
          animation: PosInRight 1s ease-in-out 3.4s forwards;
}
.fade-07 {
  -webkit-animation: PosInRight 1s ease-in-out 3.7s forwards;
          animation: PosInRight 1s ease-in-out 3.7s forwards;
}
.fade-08 {
  -webkit-animation: PosInRight 1s ease-in-out 4s forwards;
          animation: PosInRight 1s ease-in-out 4s forwards;
}
.fade-09 {
  -webkit-animation: PosInRight 1s ease-in-out 4.3s forwards;
          animation: PosInRight 1s ease-in-out 4.3s forwards;
}

@media (min-width: 1200px) {
  .scroll-down {
    position: absolute;
    z-index: 33;
    top: -160px;
    left: calc(50% - 15px);
  }
  .scroll-down:after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 145px;
    background: #f4c347 url(../../images/scorll-txt.svg) no-repeat center center;
    border-radius: 50px;
  }
}

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

@keyframes PosInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  70% {
    opacity: 0.7;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes clipInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
    clip-path: inset(0 0 100% 0);
  }
  99% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    clip-path: inset(0 0 0% 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    clip-path: none;
  }
}
@-webkit-keyframes clipInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    clip-path: inset(0 0 0% 0);
  }
}
@keyframes clipInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    clip-path: inset(0 0 0% 0);
  }
}
/*-------------------------------------------*\
	_about.scss
\*-------------------------------------------*/
.about-section {
  position: relative;
  background: #fff;
  pointer-events: none;
  max-width: 100%;
}
.about-eggs {
  position: absolute;
  z-index: 0;
  left: 0;
  top: -18.375vw;
  width: 100%;
  height: 100%;
}
.about-eggs img {
  width: 100%;
}
@media (min-width: 1200px) {
  .about-eggs {
    z-index: 2;
    top: -12.5vw;
  }
}
@media (min-width: 2200px) {
  .about-eggs {
    top: -150px;
    max-width: 2000px;
    left: calc(50% - 1000px);
  }
}
.about-wrap {
  position: relative;
  z-index: 1;
  padding: 5rem 0;
}
.about-wrap .id-title {
  opacity: 0;
  -webkit-transform: translate(15px);
          transform: translate(15px);
}
.about-wrap .id-title.active {
  -webkit-animation: an-up 1s ease-in-out 0.1s forwards;
          animation: an-up 1s ease-in-out 0.1s forwards;
}
@media (min-width: 1200px) {
  .about-wrap {
    padding: 6rem 0;
  }
}
.about-wrap:before, .about-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 9.375vw;
}
.about-wrap:before {
  top: -9.3vw;
  background: url(../../images/about-top-shape.svg) no-repeat center bottom/cover;
}
.about-wrap:after {
  bottom: -9.375vw;
  background: url(../../images/about-bottom-shape.svg) no-repeat center bottom/cover;
}
@media (min-width: 1200px) {
  .about-wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.about-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about-desc {
  color: #1a1a1a;
  font-family: Helvetica, "Kosugi Maru", serif;
  line-height: 1.75;
  text-align: justify;
}
@media (min-width: 1200px) {
  .about-desc {
    padding: 1rem 5rem 0 0;
    font-size: 1.1rem;
    line-height: 1.725;
  }
}
.about-desc {
  opacity: 0;
  -webkit-transform: translate(15px);
          transform: translate(15px);
}
.about-desc.active {
  -webkit-animation: an-up 1s ease-in-out 0.3s forwards;
          animation: an-up 1s ease-in-out 0.3s forwards;
}
.about-img {
  position: relative;
  padding-top: 8.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 0;
  -webkit-transform: translate(15px);
          transform: translate(15px);
  mix-blend-mode: multiply;
}
.about-img.active {
  -webkit-animation: an-up 1s ease-in-out 0.3s forwards;
          animation: an-up 1s ease-in-out 0.3s forwards;
}
.about-img.active:before {
  -webkit-animation: an-up 1s ease-in-out 1ms forwards;
          animation: an-up 1s ease-in-out 1ms forwards;
}
@media (min-width: 576px) {
  .about-img {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .about-img {
    max-width: 650px;
  }
}
.about-img:before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 0;
  width: 90px;
  height: 90px;
  background: url(../../images/delicious.svg) no-repeat center center/cover;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
}
@media (min-width: 576px) {
  .about-img:before {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 768px) {
  .about-img:before {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .about-img:before {
    top: 0;
    left: -3rem;
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 1400px) {
  .about-img:before {
    width: 160px;
    height: 160px;
  }
}
@media (min-width: 768px) {
  .about-img {
    padding-top: 10rem;
  }
}
.about-img figure {
  position: relative;
  overflow: hidden;
  will-change: transform; /* 通知瀏覽器優化渲染 */
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* 觸發硬體加速 */
}
.about-img figure:before {
  display: block;
  content: "";
  padding-top: 84%;
}
.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); /* 觸發硬體加速 */
}

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

@keyframes an-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/*-------------------------------------------*\
	_guys.scss
\*-------------------------------------------*/
.an-fowl {
  position: absolute;
  z-index: 2;
  top: -1rem;
  right: 4rem;
  width: 100px;
}
@media (min-width: 576px) {
  .an-fowl {
    width: 120px;
  }
}
@media (min-width: 992px) {
  .an-fowl {
    top: 20vw;
    right: 10rem;
    width: 180px;
  }
}
@media (min-width: 1200px) {
  .an-fowl {
    right: calc(50% - 480px);
  }
}
@media (min-width: 1400px) {
  .an-fowl {
    top: 22vw;
    right: calc(50% - 520px);
  }
}
@media (min-width: 1600px) {
  .an-fowl {
    top: 20vw;
    right: calc(50% - 550px);
  }
}
@media (min-width: 1800px) {
  .an-fowl {
    top: 18vw;
  }
}
@media (min-width: 2200px) {
  .an-fowl {
    top: 270px;
  }
}

.guys-section {
  position: relative;
  pointer-events: none;
}
.guys-wrap {
  position: relative;
  z-index: 0;
  padding: 7rem 0 0;
  background: #f4c347 url(../../images/guys-bg.svg);
  overflow: hidden;
}
.guys-wrap:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 450px;
  bottom: 0px;
  left: 0;
  background: url(../../images/guys-bottom-shape-xs.svg) no-repeat center top/cover;
}
@media (min-width: 400px) {
  .guys-wrap:after {
    padding-top: 500px;
  }
}
@media (min-width: 1200px) {
  .guys-wrap {
    padding: 7rem 0;
  }
  .guys-wrap:after {
    padding-top: 47vw;
    background: url(../../images/guys-bottom-shape-xs.svg) no-repeat center top/contain;
    background-size: 100%;
  }
}
@media (min-width: 1400px) {
  .guys-wrap:after {
    padding-top: 45vw;
  }
}
@media (min-width: 1600px) {
  .guys-wrap:after {
    padding-top: 40vw;
  }
}
@media (min-width: 1800px) {
  .guys-wrap:after {
    padding-top: 38vw;
  }
}
@media (min-width: 2200px) {
  .guys-wrap:after {
    padding-top: 30vw;
  }
}
.guys-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 100%;
  margin-top: 3rem;
  font-family: Helvetica, "Kosugi Maru", serif;
}
@media (min-width: 1200px) {
  .guys-head {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 7rem;
  }
}
.guys-title {
  margin-left: 1.5rem;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 3px;
}
@media (min-width: 1200px) {
  .guys-title {
    font-size: 3.5rem;
    letter-spacing: 0;
  }
}
@media (min-width: 1400px) {
  .guys-title {
    font-size: 4.25rem;
  }
}
.guys-desc {
  height: 11em;
  color: #1a1a1a;
  letter-spacing: 3px;
  line-height: 2;
}
@media (min-width: 1200px) {
  .guys-desc {
    font-size: 1.35rem;
  }
  .guys-desc i, .guys-desc sub {
    position: relative;
    line-height: 0;
    text-align: center;
    margin-left: -1.5rem;
    color: #f4c347;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .guys-desc i:before, .guys-desc sub:before {
    content: "，";
    position: absolute;
    left: -3px;
    top: 5px;
    color: #1a1a1a;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .guys-desc i:before, .guys-desc sub:before {
    left: 5px;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .guys-desc i:before, .guys-desc sub:before {
    top: 8px;
  }
}
@media (min-width: 1200px) {
  .guys-desc sub:before {
    content: "。";
  }
}
@media (min-width: 1400px) {
  .guys-desc {
    font-size: 1.725rem;
  }
}

.guys-list {
  position: relative;
  padding: 0;
}
@media (min-width: 576px) {
  .guys-list {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .guys-list {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1400px) {
  .guys-list {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .guys-list {
    max-width: 1380px;
  }
}
.guys-list .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 3rem 0;
  padding: 0 2rem;
  pointer-events: auto;
  cursor: pointer;
}
.guys-list .item:nth-child(1) .guys-ty:before {
  background: url(../../images/guys-c1.png) no-repeat center center/contain;
}
.guys-list .item:nth-child(2) .guys-ty:before {
  background: url(../../images/guys-c2.png) no-repeat center center/contain;
}
.guys-list .item:nth-child(3) .guys-ty:before {
  background: url(../../images/guys-c3.png) no-repeat center center/contain;
}
.guys-list .item:hover .guys-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.guys-img {
  border-radius: 80px;
  overflow: hidden;
  border: 5px solid #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.guys-img figure {
  position: relative;
  overflow: hidden;
  will-change: transform; /* 通知瀏覽器優化渲染 */
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* 觸發硬體加速 */
}
.guys-img figure:before {
  display: block;
  content: "";
  padding-top: 92%;
}
.guys-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-transition: all 0.3s;
  transition: all 0.3s;
}
.guys-ty {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 4rem;
}
.guys-ty:before {
  content: "";
  position: absolute;
  top: -160px;
  left: -5rem;
  width: 220px;
  height: 220px;
}
.guys-text {
  padding: 0 1rem;
  color: #4d4d4d;
  font-family: Helvetica, "Kosugi Maru", serif;
  line-height: 2;
  text-align: justify;
}

/*-------------------------------------------*\
	_eggs.scss
\*-------------------------------------------*/
.eggs-section {
  position: relative;
  z-index: 2;
  background: #fff;
}
@media (min-width: 1200px) {
  .eggs-section {
    margin-top: -80px;
  }
}
.eggs-bgg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  pointer-events: none;
}
.eggs-bgg img {
  width: 100%;
}
@media (min-width: 1200px) {
  .eggs-bgg {
    top: 20vw;
  }
}
.eggs-wrap {
  position: relative;
  background: #05a176 url(../../images/eggs-bg1.svg) no-repeat center top;
  background-size: 100%;
}
.eggs-wrap .id-title {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 4rem;
}
.eggs-wrap .id-title span {
  color: #fff;
}
@media (min-width: 1200px) {
  .eggs-wrap .id-title {
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .eggs-wrap {
    background: #05a176 url(../../images/eggs-bg2.svg) no-repeat center top;
  }
}
@media (min-width: 1600px) {
  .eggs-wrap .container {
    max-width: 1400px;
  }
}
.eggs-top img {
  width: 100%;
}
.eggs-xl {
  display: none;
}
@media (min-width: 1200px) {
  .eggs-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .eggs-sm {
    display: none;
  }
}
.eggs-consult {
  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;
  padding: 2rem;
  color: #fff;
  font-family: Helvetica, "Kosugi Maru", serif;
}
.eggs-consult span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .eggs-consult span {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.eggs-consult span:before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(../../images/tips-icon.svg) no-repeat center center;
}
.eggs-consult .linebar {
  margin: 0 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.eggs-consult .linebar:hover {
  -webkit-filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.25));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.eggs-consult .qrcode {
  display: none;
}
@media (min-width: 1200px) {
  .eggs-consult {
    padding: 5rem 0;
  }
  .eggs-consult .qrcode {
    display: block;
  }
}

.pr-list {
  position: relative;
  z-index: 2;
  padding: 0;
}
@media (min-width: 576px) {
  .pr-list {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .pr-list {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1400px) {
  .pr-list {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .pr-list {
    max-width: 1400px;
  }
}
.pr-list {
  overflow: hidden;
}
.pr-list .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1rem 0;
}
.pr-list .item strong {
  position: absolute;
  z-index: 2;
  right: 1rem;
  top: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5rem 1rem;
  background: #979191;
  color: #fff;
  font-family: Helvetica, "Kosugi Maru", serif;
  font-weight: normal;
  border-radius: 5rem;
}
.pr-list .item:nth-child(1) strong {
  background: #a41c4d;
}
.pr-list .item:nth-child(2) strong {
  background: #3192a3;
}
.pr-list .item:nth-child(3) strong {
  background: #22a573;
}
@media (min-width: 1200px) {
  .pr-list .item {
    margin: 0 2rem;
  }
  .pr-list .item strong {
    font-size: 1.2rem;
  }
}
.pr-list .item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pr-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.75rem 1.25rem;
  background: #fff;
  border-radius: 100px;
}
.pr-list a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4d4d4d;
  font-size: 1rem !important;
}
.pr-list a span:after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 -5px 0 10px;
  width: 40px;
  height: 40px;
  background: #00c261 url(../../images/sidebar-i01.svg) no-repeat center center/contain;
  border-radius: 50%;
}
.pr-list a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pr-list a:hover {
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.25));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pr-img {
  border: 5px solid #fff;
  border-radius: 0.75rem;
  background: #fff;
}
.pr-img figure {
  position: relative;
  overflow: hidden;
  will-change: transform; /* 通知瀏覽器優化渲染 */
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* 觸發硬體加速 */
  border-radius: 0.5rem;
}
.pr-img figure:before {
  display: block;
  content: "";
  padding-top: 92%;
}
.pr-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-transition: all 0.3s;
  transition: all 0.3s;
}
.pr-inner {
  color: #fff;
  font-family: Helvetica, "Kosugi Maru", serif;
  line-height: 1.5;
}
.pr-top, .pr-price {
  padding: 1rem 0 1.25rem;
}
.pr-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.pr-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
}
.pr-price span {
  padding: 0 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.pr-title {
  font-size: 1.75rem;
}
.pr-weight {
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .pr-title {
    font-size: 2.5rem;
  }
  .pr-weight {
    font-size: 1rem;
  }
  .pr-price {
    font-size: 1.375rem;
  }
  .pr-price span {
    font-size: 1.85rem;
  }
}
@media (min-width: 1400px) {
  .pr-title {
    font-size: 2.75rem;
  }
  .pr-weight {
    font-size: 1.1rem;
  }
  .pr-price {
    font-size: 1.5rem;
  }
  .pr-price span {
    font-size: 2.25rem;
  }
}
.eggs-foot {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 2rem 0;
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .eggs-foot {
    margin-top: 8rem;
    padding: 3rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.eggs-ft {
  padding-right: 2rem;
  opacity: 1;
  clip-path: inset(0 0 0 100%);
}
.eggs-ft.active {
  -webkit-animation: an-eggs 2s ease-in-out 0.1s forwards;
          animation: an-eggs 2s ease-in-out 0.1s forwards;
}
@media (min-width: 1200px) {
  .eggs-ft {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media (min-width: 1400px) {
  .eggs-ft {
    max-width: 1097px;
  }
}
.eggs-ft figure {
  position: relative;
  overflow: hidden;
  will-change: transform; /* 通知瀏覽器優化渲染 */
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* 觸發硬體加速 */
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.eggs-ft figure:before {
  display: block;
  content: "";
  padding-top: 78.5%;
}
@media (min-width: 576px) {
  .eggs-ft figure:before {
    padding-top: 49.2%;
  }
}
.eggs-ft 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); /* 觸發硬體加速 */
}
.eggs-dc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: Helvetica, "Kosugi Maru", serif;
  margin-bottom: 3rem;
}
.eggs-dc p {
  opacity: 0;
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
}
.eggs-dc.active h4 p:nth-child(1) {
  -webkit-animation: an-txt 2s ease-in-out 0.5s forwards;
          animation: an-txt 2s ease-in-out 0.5s forwards;
}
.eggs-dc.active h4 p:nth-child(2) {
  -webkit-animation: an-txt 2s ease-in-out 1s forwards;
          animation: an-txt 2s ease-in-out 1s forwards;
}
.eggs-dc.active span p:nth-child(1) {
  -webkit-animation: an-txt 2s ease-in-out 1.5s forwards;
          animation: an-txt 2s ease-in-out 1.5s forwards;
}
.eggs-dc.active span p:nth-child(2) {
  -webkit-animation: an-txt 2s ease-in-out 2s forwards;
          animation: an-txt 2s ease-in-out 2s forwards;
}
.eggs-dc.active span p:nth-child(3) {
  -webkit-animation: an-txt 2s ease-in-out 2.5s forwards;
          animation: an-txt 2s ease-in-out 2.5s forwards;
}
@media (min-width: 1200px) {
  .eggs-dc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.eggs-dc h4 {
  height: 20rem;
  padding-left: 0.5rem;
  color: #f4c347;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1.5;
}
.eggs-dc span {
  height: 20rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .eggs-dc span b {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    border-top: 2px solid transparent;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .eggs-dc span b {
    border-top: 5px solid transparent;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .eggs-dc span b {
    border-top: 6px solid transparent;
  }
}
@media (min-width: 1200px) {
  .eggs-dc span i, .eggs-dc span sub {
    position: relative;
    margin-left: -1.5rem;
    color: #05a176;
    line-height: 0;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .eggs-dc span i:before, .eggs-dc span sub:before {
    content: "，";
    position: absolute;
    left: -3px;
    top: 5px;
    color: #fff;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .eggs-dc span i:before, .eggs-dc span sub:before {
    left: 5px;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .eggs-dc span i:before, .eggs-dc span sub:before {
    top: 8px;
  }
}
@media (min-width: 1200px) {
  .eggs-dc span sub:before {
    content: "。";
  }
}

@media (min-width: 768px) {
  .eggs-dc h4 {
    height: 27rem;
    font-size: 2.5rem;
  }
  .eggs-dc span {
    height: 25rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 1400px) {
  .eggs-dc {
    padding-left: 7rem;
  }
  .eggs-dc h4 {
    height: 35rem;
    font-size: 3.25rem;
    letter-spacing: 1px;
  }
  .eggs-dc span {
    height: 33rem;
    font-size: 2rem;
    letter-spacing: 3px;
  }
}
.eggs-bottom img {
  width: 100%;
}
.eggs-an-cks, .eggs-an-chi {
  position: absolute;
  z-index: 2;
}
.eggs-an-cks {
  width: 125px;
  left: 3rem;
  bottom: -3rem;
}
.eggs-an-chi {
  width: 80px;
  right: 5rem;
  bottom: -4rem;
}

@media (min-width: 576px) {
  .eggs-an-cks {
    left: 5rem;
    width: 200px;
  }
  .eggs-an-chi {
    width: 120px;
    right: 7rem;
    bottom: -4rem;
  }
}
@media (min-width: 1200px) {
  .eggs-an-cks {
    left: 5rem;
    bottom: 530px;
    width: 250px;
  }
  .eggs-an-chi {
    width: 160px;
    right: calc(50% - 18rem);
    bottom: 0rem;
  }
}
@media (min-width: 1400px) {
  .eggs-an-cks {
    left: 5rem;
    bottom: 660px;
    width: 250px;
  }
  .eggs-an-chi {
    width: 160px;
    right: calc(50% - 15rem);
    bottom: 7rem;
  }
}
@media (min-width: 1600px) {
  .eggs-an-cks {
    left: 15rem;
  }
  .eggs-an-chi {
    right: calc(50% - 14rem);
    bottom: 4rem;
  }
}
@-webkit-keyframes an-eggs {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    clip-path: inset(0 0% 0 0);
  }
}
@keyframes an-eggs {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    clip-path: inset(0 0% 0 0);
  }
}
/*-------------------------------------------*\
	_sgs.scss
\*-------------------------------------------*/
.sgs-wrap {
  padding: 3rem 0 5rem;
  background: #fdfdfd;
}
.sgs-content {
  max-width: 560px;
  margin: 0 auto;
}
.sgs-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sgs-icons .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 1rem;
  width: 50%;
}
.sgs-icons .item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sgs-icons .item strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem 0;
  color: #4d4d4d;
  font-family: Helvetica, "Kosugi Maru", serif;
  font-weight: normal;
}
.sgs-form {
  padding: 3rem 0;
}
.sgs-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Helvetica, "Kosugi Maru", serif;
  line-height: 1.5;
  font-weight: bold;
}
.sgs-tit figure {
  margin-right: 1rem;
}
.sgs-owl {
  margin-top: 3rem;
}
.sgs-owl .owl-stage {
  will-change: width;
}
.sgs-owl .item {
  display: block;
  margin: 0 10px;
  border: 2px solid #f4c347;
  border-radius: 0.75rem;
  background: #fff;
}
.sgs-owl .item figure {
  position: relative;
  overflow: hidden;
  will-change: transform; /* 通知瀏覽器優化渲染 */
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* 觸發硬體加速 */
  border-radius: 0.5rem;
}
.sgs-owl .item figure:before {
  display: block;
  content: "";
  padding-top: 138%;
}
.sgs-owl .item 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-transition: all 0.3s;
  transition: all 0.3s;
}
.sgs-owl .owl-dots {
  position: absolute;
  bottom: -4rem;
  left: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.sgs-owl .owl-dots .owl-dot {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 5px;
}
.sgs-owl .owl-dots .owl-dot span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #f4c347;
}
.sgs-owl .owl-dots .owl-dot.active span {
  width: 14px;
  height: 14px;
  background: #f4c347;
}

@media (min-width: 576px) {
  .sgs-icons .item strong {
    font-size: 1.5rem;
  }
  .sgs-tit {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .sgs-wrap {
    padding: 8rem 0;
  }
  .sgs-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
  }
  .sgs-icons {
    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: 42%;
    max-width: 500px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 550px;
    margin: 0 0 0 -3rem;
  }
  .sgs-form {
    margin-top: -12rem;
    padding: 0;
    width: 58%;
  }
  .sgs-tit {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .sgs-tit {
    font-size: 1.85rem;
  }
}
.sgs-popup {
  display: none; /* 預設隱藏 */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sgs-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sgs-center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 90%;
  padding: 0;
  margin: 0;
}

.sgs-paper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid #f4c347;
  max-width: 90%;
  max-height: 90%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.sgs-paper img {
  max-width: 100%;
  max-height: 100%;
}

.sgs-close {
  position: absolute;
  right: 10px;
  top: -20px;
  width: 40px;
  height: 40px;
  background: #f4c347;
  border-radius: 50%;
  border: 2px solid #f4c347;
  font-size: 0rem;
}
.sgs-close:before, .sgs-close:after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 2px);
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sgs-close:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/*-------------------------------------------*\
	_ad.scss
\*-------------------------------------------*/
.ad-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 2rem 15rem;
  background: #fff;
  overflow-x: hidden;
}
.ad-img {
  width: 100%;
  opacity: 1;
  clip-path: inset(0 100% 0 0);
}
.ad-img.active {
  -webkit-animation: an-img 2s ease-in-out 0.1s forwards;
          animation: an-img 2s ease-in-out 0.1s forwards;
}
.ad-img figure {
  position: relative;
  overflow: hidden;
  will-change: transform; /* 通知瀏覽器優化渲染 */
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* 觸發硬體加速 */
  border-radius: 0.5rem;
  background: url(../../images/ad-img-xs.jpg) no-repeat center center/cover;
}
.ad-img figure:before {
  display: block;
  content: "";
  padding-top: 83.5%;
}
@media (min-width: 576px) {
  .ad-img figure:before {
    padding-top: 55%;
  }
}
@media (min-width: 768px) {
  .ad-img figure:before {
    padding-top: 45%;
  }
}
@media (min-width: 992px) {
  .ad-img figure:before {
    padding-top: 35%;
  }
}
@media (min-width: 1200px) {
  .ad-img figure:before {
    padding-top: 31%;
  }
}
.ad-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); /* 觸發硬體加速 */
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ad-desc {
  position: absolute;
  top: 50%;
  left: calc(50% - 5em);
  height: 15em;
  font-size: 1.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: Helvetica, "Kosugi Maru", serif;
  letter-spacing: 3px;
  line-height: 2;
}
@media (min-width: 576px) {
  .ad-desc {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .ad-desc {
    top: calc(50% - 8em);
    left: 14%;
  }
  .ad-desc i, .ad-desc sub, .ad-desc b {
    position: relative;
    color: transparent;
    line-height: 0;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .ad-desc i:before, .ad-desc sub:before, .ad-desc b:before {
    content: "，";
    position: absolute;
    left: 3px;
    top: 5px;
    color: #1a1a1a;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .ad-desc i:before, .ad-desc sub:before, .ad-desc b:before {
    left: 5px;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .ad-desc i:before, .ad-desc sub:before, .ad-desc b:before {
    top: 8px;
  }
}
@media (min-width: 1200px) {
  .ad-desc sub:before {
    content: "。";
  }
  .ad-desc b:before {
    content: "、";
  }
}
@media (min-width: 1600px) {
  .ad-desc {
    font-size: 2.1rem;
    line-height: 2.2;
  }
}
.ad-desc p {
  opacity: 0;
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
}
.ad-desc.active p:nth-child(1) {
  -webkit-animation: an-txt 2s ease-in-out 0.5s forwards;
          animation: an-txt 2s ease-in-out 0.5s forwards;
}
.ad-desc.active p:nth-child(2) {
  -webkit-animation: an-txt 2s ease-in-out 1s forwards;
          animation: an-txt 2s ease-in-out 1s forwards;
}
.ad-desc.active p:nth-child(3) {
  -webkit-animation: an-txt 2s ease-in-out 1.5s forwards;
          animation: an-txt 2s ease-in-out 1.5s forwards;
}
.ad-desc.active p:nth-child(4) {
  -webkit-animation: an-txt 2s ease-in-out 2s forwards;
          animation: an-txt 2s ease-in-out 2s forwards;
}
.ad-desc.active p:nth-child(5) {
  -webkit-animation: an-txt 2s ease-in-out 2.5s forwards;
          animation: an-txt 2s ease-in-out 2.5s forwards;
}
.ad-desc mark {
  background: none;
  color: #c26a17;
}

@media (min-width: 576px) {
  .ad-img img {
    opacity: 1;
  }
}
@-webkit-keyframes an-img {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    clip-path: inset(0 100% 100% 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    clip-path: inset(0 0% 0 0);
  }
}
@keyframes an-img {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    clip-path: inset(0 100% 100% 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    clip-path: inset(0 0% 0 0);
  }
}
@-webkit-keyframes an-txt {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes an-txt {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    clip-path: inset(0 0 0 0);
  }
}