@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: Helvetica Neue;
  src: url(../fonts/helveticaneue.woff);
}

@font-face {
  font-family: HelveticaNeueThin;
  src: url(../fonts/HelveticaNeueLT-Thin.woff);
}

body {
  overflow-x: hidden;
}

body.fixed {
  overflow: hidden;
}

body * {
  font-family: 'Noto Sans TC';
  font-size: 16px;
}

section {
  position: relative;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 991px) {
  .pc {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .mobile {
    display: block !important;
  }
}

i[class*=icon-] {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
}

i[class*=icon-].icon-arrow-up {
  width: 23px;
  height: 11px;
  background-image: url("../images/icon-arrow-up.svg");
  top: 2px;
}

i[class*=icon-].icon-arrow-right {
  width: 15px;
  height: 17px;
  background-image: url("../images/icon-arrow-right.png");
  top: -3px;
}

i[class*=icon-].icon-arrow-right2 {
  width: 15px;
  height: 17px;
  background-image: url("../images/icon-arrow-right2.png");
  top: -3px;
}

i[class*=icon-].icon-arrow-down {
  width: 15px;
  height: 9px;
  background: url(../images/icon-arrow-down.png) no-repeat center;
}

select {
  width: 130px;
  height: 36px;
  display: inline-block;
  margin-right: 26px;
  padding: 0 30px 0 0;
  font-size: 28px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #666666;
  margin-bottom: 0;
  border: 0;
  background: url(../images/icon-arrow-down3.svg) no-repeat -webkit-calc(100% - 7px) 14px;
  background: url(../images/icon-arrow-down3.svg) no-repeat -moz-calc(100% - 7px) 14px;
  background: url(../images/icon-arrow-down3.svg) no-repeat calc(100% - 7px) 14px;
  background-color: transparent;
  -moz-background-size: 16px;
    -o-background-size: 16px;
       background-size: 16px;
}

select::-ms-expand {
  display: none;
}

select:disabled {
  color: #666666;
  display: none;
}

select:invalid {
  color: #666666;
}

select:focus, select:active {
  outline: none;
}

select option {
  font-size: 25px;
  color: #666666;
  padding: 5px;
}

body {
  background-color: #b6846e;
}

section {
  margin: 0 auto;
  width: 750px;
  background-color: #fff;
  position: relative;
}

section .container {
  max-width: 100% !important;
  padding: 0;
  margin: 0;
}

section .swiper-product .swiper-container {
  overflow: hidden;
}

#section-1 {
  padding-top: 80px;
  background: url(../images/s1-bg.png) no-repeat center bottom;
  background-color: #fff;
}

#section-1 h3 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  color: #171717;
}

#section-1 h2 p {
  font-size: 55px;
  font-weight: 500;
  text-align: center;
  color: #171717;
  margin-bottom: 3px;
}

#section-1 .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 117px;
  position: relative;
}

#section-1 .info:after {
  display: block;
  content: "";
  width: 543px;
  background-color: #fcdfc9;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

#section-1 .info .photo {
  width: 315px;
  padding-top: 44px;
  padding-left: 29px;
  position: relative;
  z-index: 1;
}

#section-1 .info .desc {
  position: relative;
  z-index: 1;
  padding: 34px 0 56px 50px;
}

#section-1 .info .desc h4 {
  font-family: Helvetica Neue;
  font-size: 65px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0;
}

#section-1 .info .desc h5 {
  font-size: 26px;
  font-weight: 300;
  color: #000000;
  padding-bottom: 2px;
  border-bottom: solid 1px #000;
  margin-bottom: 44px;
}

#section-1 .info .desc .text-wrap {
  position: relative;
}

#section-1 .info .desc .text-wrap:before {
  display: block;
  content: "";
  width: 24px;
  height: 19px;
  position: absolute;
  top: -19px;
  left: -26px;
  z-index: 0;
  background: url(../images/icon-symbol-1.png) no-repeat 0 0;
}

#section-1 .info .desc .text-wrap:after {
  display: block;
  content: "";
  width: 24px;
  height: 19px;
  position: absolute;
  bottom: -25px;
  right: 53px;
  z-index: 0;
  background: url(../images/icon-symbol-1.png) no-repeat 0 0;
}

#section-1 .info .desc .text-wrap p {
  font-size: 22px;
  font-weight: 400;
  color: #481e14;
  margin-bottom: 3px;
}

#section-1 .info .desc a {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  padding: 8px 25px;
  background-color: #000;
  text-decoration: none;
  margin-top: 52px;
  transition: .2s linear;
}
#section-1 .info .desc a:hover {
  background-color: #b5816c;
transition: .2s linear;
}

#section-1 .intro {
  padding-top: 109px;
  padding-bottom: 154px;
  text-align: center;
  color: #ffffff;
}

#section-1 .intro h4 {
  font-family: Helvetica Neue;
  font-size: 48px;
  font-weight: 500;
}

#section-1 .intro h5 {
  font-family: Helvetica Neue;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 61px;
}

#section-1 .intro p {
  font-family: Helvetica Neue, 'Noto Sans TC';
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 8px;
  min-height: 37px;
}

#section-2 {
  padding: 64px 32px;
}

#section-2 .yt-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

#section-2 .yt-wrap iframe,
#section-2 .yt-wrap object,
#section-2 .yt-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#section-3 img {
  display: block;
  width: 100%;
}

#section-3 .title {
  position: absolute;
  top: 289px;
  left: 0;
  right: 0;
  z-index: 1;
}

#section-3 .title h2 {
  font-family: Helvetica Neue, 'Noto Sans TC';
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  color: #7e5040;
  margin-bottom: 8px;
  text-shadow: 0 0 6px #fff9e2;
}

#section-3 .title h3 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #7e5040;
  margin-bottom: 8px;
  text-shadow: 0 0 6px #fff9e2;
}

#section-4 {
  padding: 64px 0 0;
}

#section-4 > img {
  display: block;
  width: -webkit-calc(100% - 56px);
  width: -moz-calc(100% - 56px);
  width: calc(100% - 56px);
  margin: 0 auto;
}

#section-4 .product-wrap .title {
  width: -webkit-calc(100% - 56px);
  width: -moz-calc(100% - 56px);
  width: calc(100% - 56px);
  margin-top: 57px;
  text-align: center;
}

#section-4 .product-wrap .title p {
  font-family: HelveticaNeueThin, 'Noto Sans TC';
  font-size: 22px;
  font-weight: 100;
  color: #7e5040;
  margin-bottom: 0;
  letter-spacing: 2.2px;
}

#section-4 .product-wrap .title h2 {
  font-family: Helvetica Neue, 'Noto Sans TC';
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 2.4px;
  margin-bottom: 12px;
  color: #7e5040;
}

#section-4 .product-wrap .title h4 {
  font-size: 24px;
  font-weight: 400;
  color: #713f30;
  margin-bottom: 0;
  letter-spacing: 1.2px;
}

#section-4 .product-wrap .title-list li > p,
#section-4 .product-wrap > p {
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: justify;
  color: #713f30;
  margin: 35px 80px 0;
}

#section-4 .product-wrap > h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-align: center;
  color: #713f30;
  border-bottom: 1px solid #713f30;
  margin: 18px auto 0;
  padding-bottom: 4px;
}

#section-4 .product-wrap .prod-info {
  margin: 0;
  padding: 54px 80px 49px 80px;
  background-color: #fcf8f2;
}

#section-4 .product-wrap .prod-info > h3 {
  font-family: Helvetica Neue;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-align: center;
  color: #7e5040;
  margin-bottom: 0;
}

#section-4 .product-wrap .prod-info .d-flex {
  margin-top: 27px;
  margin-bottom: 8px;
}

#section-4 .product-wrap .prod-info .d-flex img {
  width: 72px;
  margin-right: 23px;
}

#section-4 .product-wrap .prod-info .d-flex > p {
  width: -webkit-calc(100% - 95px);
  width: -moz-calc(100% - 95px);
  width: calc(100% - 95px);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.55px;
  text-align: justify;
  color: #713f30;
  margin-bottom: 0;
  line-height: 28px;
  margin-top: -6px;
}

#section-4 .product-wrap .prod-info > p {
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
  color: #713f30;
}

#section-4 .product-wrap .prod-info button {
  display: block;
  width: 359px;
  height: 55px;
  margin: 46px auto 0;
  padding: 0;
  -webkit-border-radius: 22px;
     -moz-border-radius: 22px;
          border-radius: 22px;
  border: solid 1px #977966;
  background-color: transparent;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  color: #977966;
transition: .2s linear;
}
#section-4 .product-wrap .prod-info button:hover {
  border: solid 2px #977966;
transition: .2s linear;
}

#section-4 .product-wrap .prod-info button i {
  margin-left: 4px;
  margin-right: 0;
}

#section-4 .swiper-product {
  margin: 36px 45px 36px;
  position: relative;
}

#section-4 .swiper-product .swiper-container {
  padding-bottom: 50px;
}

#section-4 .swiper-product .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#section-4 .swiper-product .swiper-button-next:after,
#section-4 .swiper-product .swiper-container-rtl .swiper-button-prev:after,
#section-4 .swiper-product .swiper-button-prev:after,
#section-4 .swiper-product .swiper-container-rtl .swiper-button-next:after {
  content: "";
}

#section-4 .swiper-product .swiper-button-prev {
  width: 36px;
  height: 36px;
  background: url(../images/icon-arrow-prev.png) no-repeat center;
}

#section-4 .swiper-product .swiper-button-next {
  width: 36px;
  height: 36px;
  background: url(../images/icon-arrow-next.png) no-repeat center;
}

#section-4 .swiper-product .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  bottom: 0;
}

#section-4 .swiper-product .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: solid 2px #b6846e;
  background-color: #fff;
  margin: 0 4px;
  opacity: 1;
}

#section-4 .swiper-product .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b6846e;
}

#section-4 .product-wrap .prodinfo-list li {
  display: none;
}

#section-4 .product-wrap .prodinfo-list li.active {
  display: block;
}

#section-5 {
  padding: 64px 0 0;
}

#section-5 .product-wrap .title {
  width: -webkit-calc(100% - 56px);
  width: -moz-calc(100% - 56px);
  width: calc(100% - 56px);
  margin-top: 57px;
  text-align: center;
}

#section-5 .product-wrap .title p {
  font-family: HelveticaNeueThin, 'Noto Sans TC';
  font-size: 22px;
  font-weight: 100;
  color: #7e5040;
  margin-bottom: 0;
  letter-spacing: 2.2px;
}

#section-5 .product-wrap .title h2 {
  font-family: Helvetica Neue, 'Noto Sans TC';
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 2.4px;
  margin-bottom: 12px;
  color: #7e5040;
}

#section-5 .product-wrap .title h4 {
  font-size: 24px;
  font-weight: 400;
  color: #713f30;
  margin-bottom: 0;
  letter-spacing: 1.2px;
}

#section-5 .product-wrap .title-list li > p,
#section-5 .product-wrap > p {
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: justify;
  color: #713f30;
  margin: 35px 80px 0;
}

#section-5 .product-wrap > h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-align: center;
  color: #713f30;
  border-bottom: 1px solid #713f30;
  margin: 18px auto 0;
  padding-bottom: 4px;
}

#section-5 .product-wrap .prod-info {
  margin: 0;
  padding: 54px 78px 49px 95px;
  background-color: #fcf8f2;
}

#section-5 .product-wrap .prod-info > h3 {
  font-family: Helvetica Neue;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-align: center;
  color: #7e5040;
  margin-bottom: 0;
}

#section-5 .product-wrap .prod-info .d-flex {
  margin-top: 27px;
  margin-bottom: 8px;
}

#section-5 .product-wrap .prod-info .d-flex img {
  width: 72px;
  margin-right: 23px;
}

#section-5 .product-wrap .prod-info .d-flex > p {
  width: -webkit-calc(100% - 95px);
  width: -moz-calc(100% - 95px);
  width: calc(100% - 95px);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.55px;
  text-align: justify;
  color: #713f30;
  margin-bottom: 0;
  line-height: 28px;
  margin-top: -6px;
}

#section-5 .product-wrap .prod-info > p {
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
  color: #713f30;
}

#section-5 .product-wrap .prod-info button {
  display: block;
  width: 359px;
  height: 55px;
  margin: 46px auto 0;
  padding: 0;
  -webkit-border-radius: 22px;
     -moz-border-radius: 22px;
          border-radius: 22px;
  border: solid 1px #977966;
  background-color: transparent;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  color: #977966;
}

#section-5 .product-wrap .prod-info button i {
  margin-left: 4px;
  margin-right: 0;
}

#section-5 .swiper-product {
  margin: 36px 45px 36px;
  position: relative;
}

#section-5 .swiper-product .swiper-container {
  padding-bottom: 50px;
}

#section-5 .swiper-product .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#section-5 .swiper-product .swiper-button-next:after,
#section-5 .swiper-product .swiper-container-rtl .swiper-button-prev:after,
#section-5 .swiper-product .swiper-button-prev:after,
#section-5 .swiper-product .swiper-container-rtl .swiper-button-next:after {
  content: "";
}

#section-5 .swiper-product .swiper-button-prev {
  width: 36px;
  height: 36px;
  background: url(../images/icon-arrow-prev.png) no-repeat center;
}

#section-5 .swiper-product .swiper-button-next {
  width: 36px;
  height: 36px;
  background: url(../images/icon-arrow-next.png) no-repeat center;
}

#section-5 .swiper-product .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  bottom: 0;
}

#section-5 .swiper-product .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: solid 2px #b6846e;
  background-color: #fff;
  margin: 0 4px;
  opacity: 1;
}

#section-5 .swiper-product .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b6846e;
}

#section-5 .fall-color h2 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #7e5040;
}

#section-5 .fall-color ul {
  width: 572px;
  margin: 42px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#section-5 .fall-color ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 167px;
  height: 177px;
  -webkit-border-radius: 200px;
     -moz-border-radius: 200px;
          border-radius: 200px;
  background-color: #fff9f2;
  position: relative;
  margin-bottom: 33px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#section-5 .fall-color ul li:nth-of-type(2), #section-5 .fall-color ul li:nth-of-type(5) {
  margin: 0 35px;
}

#section-5 .fall-color ul li:hover {
  cursor: pointer;
}

#section-5 .fall-color ul li img {
  margin-bottom: 20px;
  -webkit-animation: pulse 1s 0s infinite linear;
  animation: pulse 1.5s 0s infinite linear;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#section-5 .fall-color ul li i {
  position: absolute;
  bottom: 10px;
}

#section-5 .product-wrap .title-list li,
#section-5 .product-wrap .prodinfo-list li {
  display: none;
}

#section-5 .product-wrap .title-list li.active,
#section-5 .product-wrap .prodinfo-list li.active {
  display: block;
}

#section-5 .product-wrap .prod-info .d-flex {
  margin-top: 0;
  margin-bottom: 18px;
}

#section-5 .product-wrap .prod-info .d-flex img {
  width: 24px;
  height: 24px;
  margin-top: 8px;
  margin-right: 14px;
}

#section-5 .product-wrap .prod-info .d-flex > div {
  width: -webkit-calc(100% - 72px);
  width: -moz-calc(100% - 72px);
  width: calc(100% - 72px);
}

#section-5 .product-wrap .prod-info .d-flex > div h3 {
  font-family: Helvetica Neue;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.6px;
  color: #713f30;
  margin-bottom: 0;
}

#section-5 .product-wrap .prod-info .d-flex > div p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #713f30;
  margin-bottom: 0;
}

#section-5 .notice {
  padding-top: 20px;
  margin-right: 32px;
}

#section-5 .notice h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Helvetica Neue;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.75px;
  color: #713f30;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: solid 1px #713f30;
}

#section-5 .notice p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: justify;
  color: #713f30;
  margin-bottom: 0;
}

#section-6 {
  padding: 64px 0 0;
}

#section-6 .product-wrap .title {
  width: -webkit-calc(100% - 56px);
  width: -moz-calc(100% - 56px);
  width: calc(100% - 56px);
  margin-top: 57px;
  text-align: center;
}

#section-6 .product-wrap .title p {
  font-family: HelveticaNeueThin, 'Noto Sans TC';
  font-size: 22px;
  font-weight: 100;
  color: #7e5040;
  margin-bottom: 0;
  letter-spacing: 2.2px;
}

#section-6 .product-wrap .title h2 {
  font-family: Helvetica Neue, 'Noto Sans TC';
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 2.4px;
  margin-bottom: 12px;
  color: #7e5040;
}

#section-6 .product-wrap .title h4 {
  font-size: 24px;
  font-weight: 400;
  color: #713f30;
  margin-bottom: 0;
  letter-spacing: 1.2px;
}

#section-6 .product-wrap .title-list li > p,
#section-6 .product-wrap > p {
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: justify;
  color: #713f30;
  margin: 35px 80px 0;
}

#section-6 .product-wrap > h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-align: center;
  color: #713f30;
  border-bottom: 1px solid #713f30;
  margin: 18px auto 0;
  padding-bottom: 4px;
}

#section-6 .product-wrap .prod-info {
  margin: 0;
  padding: 54px 78px 49px 95px;
  background-color: #fcf8f2;
}

#section-6 .product-wrap .prod-info > h3 {
  font-family: Helvetica Neue;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-align: center;
  color: #7e5040;
  margin-bottom: 0;
}

#section-6 .product-wrap .prod-info .d-flex {
  margin-top: 27px;
  margin-bottom: 8px;
}

#section-6 .product-wrap .prod-info .d-flex img {
  width: 72px;
  margin-right: 23px;
}

#section-6 .product-wrap .prod-info .d-flex > p {
  width: -webkit-calc(100% - 95px);
  width: -moz-calc(100% - 95px);
  width: calc(100% - 95px);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.55px;
  text-align: justify;
  color: #713f30;
  margin-bottom: 0;
  line-height: 28px;
  margin-top: -6px;
}

#section-6 .product-wrap .prod-info > p {
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
  color: #713f30;
}

#section-6 .product-wrap .prod-info button {
  display: block;
  width: 359px;
  height: 55px;
  margin: 46px auto 0;
  padding: 0;
  -webkit-border-radius: 22px;
     -moz-border-radius: 22px;
          border-radius: 22px;
  border: solid 1px #977966;
  background-color: transparent;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  color: #977966;
}

#section-6 .product-wrap .prod-info button i {
  margin-left: 4px;
  margin-right: 0;
}

#section-6 .swiper-product {
  margin: 36px 45px 36px;
  position: relative;
}

#section-6 .swiper-product .swiper-container {
  padding-bottom: 50px;
}

#section-6 .swiper-product .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#section-6 .swiper-product .swiper-button-next:after,
#section-6 .swiper-product .swiper-container-rtl .swiper-button-prev:after,
#section-6 .swiper-product .swiper-button-prev:after,
#section-6 .swiper-product .swiper-container-rtl .swiper-button-next:after {
  content: "";
}

#section-6 .swiper-product .swiper-button-prev {
  width: 36px;
  height: 36px;
  background: url(../images/icon-arrow-prev.png) no-repeat center;
}

#section-6 .swiper-product .swiper-button-next {
  width: 36px;
  height: 36px;
  background: url(../images/icon-arrow-next.png) no-repeat center;
}

#section-6 .swiper-product .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  bottom: 0;
}

#section-6 .swiper-product .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: solid 2px #b6846e;
  background-color: #fff;
  margin: 0 4px;
  opacity: 1;
}

#section-6 .swiper-product .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b6846e;
}

#section-6 h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: relative;
  margin: 0 auto 90px;
  padding: 0 20px;
}

#section-6 h2 p {
  font-size: 48px;
  font-weight: 500;
  color: #7e5040;
  position: relative;
  z-index: 1;
}

#section-6 h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 26px;
  background-color: #f3c3ad;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 0;
}

#section-6 .swiper-product {
  margin: 36px 25px 100px;
}

#section-7 {
  background: url(../images/s7-bg.png) no-repeat 18px -60px;
  background-color: #fff;
  padding: 70px 24px 10px;
}

#section-7 > h2 {
  font-size: 60px;
  font-weight: 500;
  text-align: center;
  color: #7e5040;
  margin-bottom: 0;
}

#section-7 > h3 {
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  color: #7e5040;
  margin-bottom: 32px;
}

#section-7 .info-box {
  padding: 0 8px 0 32px;
}

#section-7 .info-box .subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 10px;
}

#section-7 .info-box .subtitle span {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1.7px;
  color: #7e5040;
  position: relative;
  z-index: 1;
}

#section-7 .info-box .subtitle img {
  margin: 0 15px;
  position: relative;
  z-index: 1;
}

#section-7 .info-box .subtitle:after {
  display: block;
  content: "";
  width: 100%;
  height: 12px;
  background-color: #ffa882;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-border-radius: 11px;
     -moz-border-radius: 11px;
          border-radius: 11px;
}

#section-7 .info-box p {
  font-size: 26px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 5px;
  text-align: justify;
}

#section-7 .info-box p.small {
  font-size: 18px;
}

#section-7 .info-box .d-left {
  padding-top: 20px;
  padding-right: 34px;
}

#section-7 .line-btn {
  display: block;
  width: 486px;
  margin: 30px auto 50px;
  padding: 15px 0;
  background-color: #cd9075;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1.7px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
overflow: hidden;
  
}
#section-7 .line-btn::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 55%, rgba(255, 255, 255, 0) 70%);
  -webkit-animation: light 1.5s 0s infinite linear;
  animation: light 1.5s 0s infinite linear;

}
@keyframes light {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
#section-7 .prod-info {
  margin: 42px 24px 56px;
}

#section-7 .prod-info .prod {
  width: -webkit-calc(50% - 5px);
  width: -moz-calc(50% - 5px);
  width: calc(50% - 5px);
  padding: 37px 15px 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background-color: #fff8ee;
}

#section-7 .prod-info .prod:first-of-type {
  margin-right: 10px;
}

#section-7 .prod-info .prod h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2.4px;
  text-align: center;
  color: #cd9075;
  padding-bottom: 12px;
  margin: 0 auto 30px;
  border-bottom: solid 1px #cd9075;
}

#section-7 .prod-info .prod img {
  display: block;
  margin: 0 auto 20px;
}

#section-7 .prod-info .prod .info {
  height: 200px;
}

#section-7 .prod-info .prod .info h6 {
  font-family: Helvetica Neue, 'Noto Sans TC';
  font-size: 26px;
  font-weight: normal;
  color: #454545;
}

#section-7 .prod-info .prod .info h6 p {
  font-family: Helvetica Neue, 'Noto Sans TC';
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 2px;
}

#section-7 .prod-info .prod .info h6 p.ml {
  margin-left: 37px;
}

#section-7 .prod-info .prod .info h6 span {
  /* display: inline-block; */
  font-family: Helvetica Neue, 'Noto Sans TC';
  font-size: 26px;
  font-weight: normal;
  margin-right: 10px;
}

#section-7 .prod-info .prod .info h6 span.small {
  font-size: 17px;
}

#section-7 .prod-info .prod .info h6 span.black {
  color: #000;
  font-weight: bold;
}

#section-7 .prod-info .prod .info h6 span.red {
  color: #ff5b1c;
  font-weight: bold;
}

#section-7 .prod-info .prod .o-price {
  font-size: 20px;
  font-weight: normal;
  color: #585858;
  margin-bottom: 0;
}

#section-7 .prod-info .prod .s-price {
  font-size: 36px;
  font-weight: bold;
  color: #585858;
  margin-bottom: 0;
  line-height: 40px;
}

#section-7 .prod-info .prod .s-price span {
  font-size: 24px;
}

#section-7 .notice {
  margin-left: 24px;
  margin-bottom: 80px;
}

#section-7 .notice h2 {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.6px;
  color: #555555;
}

#section-7 .notice ul li {
  list-style: decimal;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.6px;
  color: #555555;
  margin-left: 26px;
  margin-bottom: 5px;
}

#section-7 .link-btn {
  display: block;
  width: 577px;
  margin: 0 auto 29px;
  padding: 18px 0;
  background-color: #cd8f75;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  overflow:hidden;
}
#section-7 .link-btn::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 55%, rgba(255, 255, 255, 0) 70%);
  -webkit-animation: light 1.5s 0s infinite linear;
  animation: light 1.5s 0s infinite linear;

}

#section-7 .link-btn i {
  margin-left: 20px;
}

#section-form-intro {
  background: url(../images/s7-bg.png) no-repeat 18px -69px;
  background-color: #fff;
  padding: 70px 32px 45px 65px;
}

#section-form-intro h1 {
  font-size: 60px;
  font-weight: 500;
  text-align: center;
  color: #7e5040;
  margin-bottom: 0;
}

#section-form-intro h2 {
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  color: #7e5040;
  margin-bottom: 32px;
}

#section-form-intro .d-flex .d-left {
  padding-top: 20px;
}

#section-form-intro p {
  font-size: 30px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 5px;
}

#section-form-intro p.small {
  font-size: 24px;
}

#section-form {
  background: url(../images/icon-arrow-down2.svg) no-repeat center top/62px;
  background-color: #fcf8f2;
  padding: 100px 75px 75px;
}

#section-form .control-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 18px 0;
  border-bottom: 2px solid #666;
}

#section-form .control-row:last-of-type {
  margin-bottom: 46px;
}

#section-form .control-row label {
  width: 110px;
  font-size: 30px;
  font-weight: 400;
  color: #666666;
  letter-spacing: 18px;
}

#section-form .control-row input {
  width: -webkit-calc(100% - 112px);
  width: -moz-calc(100% - 112px);
  width: calc(100% - 112px);
  font-size: 25px;
  font-weight: 400;
  color: #666666;
  border: 0;
  padding: 0;
  background-color: transparent;
}

#section-form .control-row input:focus, #section-form .control-row input:active {
  outline: none;
}

#section-form .control-row select.mm, #section-form .control-row select.dd {
  width: 105px;
}

#section-form .control-row select.store {
  width: 394px;
}

#section-form .chk-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5px;
}

#section-form .chk-control input {
  margin-top: 10px;
  margin-right: 8px;
  width: 20px;
  height: 20px;
}

#section-form .chk-control p {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  margin-bottom: 0;
  font-size: 24px;
  color: #0d0d0d;
}

#section-form .chk-control a {
  font-size: 24px;
  color: #0d0d0d;
  text-decoration: none;
  border-bottom: solid 1px #000;
}

#section-form button {
  display: block;
  width: 375px;
  height: 59px;
  line-height: 59px;
  margin: 64px auto 0;
  padding: 0 128px 0 126px;
  background-color: #b6846e;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  border: 0;
}

#section-form .notice {
  margin-top: 60px;
}

#section-form .notice h2 {
  font-size: 27px;
  font-weight: 400;
  color: #555555;
}

#section-form .notice ul li {
  list-style: decimal;
  font-size: 27px;
  font-weight: 400;
  color: #555555;
  margin-left: 26px;
  padding-left: 10px;
}

footer {
  margin: 0 auto;
  width: 750px;
  background-color: #fff;
  padding: 40px 0 32px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #979797;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0);
     -moz-transform: translate(0);
      -ms-transform: translate(0);
       -o-transform: translate(0);
          transform: translate(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, -webkit-transform, -webkit-filter;
  -o-transition-property: opacity, filter, -o-transform;
  -moz-transition-property: opacity, transform, filter, -moz-transform;
  transition-property: opacity, transform, filter;
  transition-property: opacity, transform, filter, -webkit-transform, -moz-transform, -o-transform, -webkit-filter;
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
}

.progress {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background-color: #fcf8f2;
  z-index: 9999999;
}

.progress-inner {
  width: 500px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-top: -20px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #b6846e;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
     -moz-animation-timing-function: cubic-bezier(0, 1, 1, 0);
       -o-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
     -moz-animation: lds-ellipsis1 0.6s infinite;
       -o-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
     -moz-animation: lds-ellipsis2 0.6s infinite;
       -o-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
     -moz-animation: lds-ellipsis2 0.6s infinite;
       -o-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
     -moz-animation: lds-ellipsis3 0.6s infinite;
       -o-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes lds-ellipsis1 {
  0% {
    -moz-transform: scale(0);
         transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes lds-ellipsis1 {
  0% {
    -o-transform: scale(0);
       transform: scale(0);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-moz-keyframes lds-ellipsis3 {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  100% {
    -moz-transform: scale(0);
         transform: scale(0);
  }
}

@-o-keyframes lds-ellipsis3 {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
  }
  100% {
    -o-transform: scale(0);
       transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}

@-moz-keyframes lds-ellipsis2 {
  0% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(24px, 0);
         transform: translate(24px, 0);
  }
}

@-o-keyframes lds-ellipsis2 {
  0% {
    -o-transform: translate(0, 0);
       transform: translate(0, 0);
  }
  100% {
    -o-transform: translate(24px, 0);
       transform: translate(24px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
       -moz-transform: translate(24px, 0);
         -o-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}

.modal-dialog {
  max-width: 658px;
}

.modal-dialog .modal-content {
  width: 100%;
  -webkit-border-radius: 29px;
     -moz-border-radius: 29px;
          border-radius: 29px;
  -webkit-box-shadow: 1.5px 13.9px 29px 0 #b6846e51;
     -moz-box-shadow: 1.5px 13.9px 29px 0 #b6846e51;
          box-shadow: 1.5px 13.9px 29px 0 #b6846e51;
  background-color: #fff9f7;
  border: 0;
}

.modal-dialog .modal-content .modal-body .close {
  display: block;
  border: 0;
  background-color: transparent;
  margin: 0 0 0 auto;
}

.modal-dialog .modal-content .modal-body img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.modal-dialog .modal-content .modal-body ul {
  margin: 50px 60px 0;
}

.modal-dialog .modal-content .modal-body ul li {
  margin-bottom: 20px;
}

.modal-dialog .modal-content .modal-body ul li h4 {
  font-family: Helvetica Neue, 'Noto Sans TC';
  font-size: 30px;
  font-weight: bold;
  color: #3c3c3c;
  margin-bottom: 0;
}

.modal-dialog .modal-content .modal-body ul li p {
  font-family: Helvetica Neue, 'Noto Sans TC';
  font-size: 24px;
  font-weight: 400;
  color: #3c3c3c;
  margin-bottom: 0;
}

.modal-dialog .modal-content .modal-body iframe {
  display: block;
  margin: 20px auto;
}

.modal-backdrop {
  background-color: #7e5040;
}

[data-toggle="modal"] {
  cursor: pointer;
}
