@charset "UTF-8";
/* Break Set */
.br1075 {
  display: block !important;
}

.view1075 {
  display: none !important;
}

@media only screen and (max-width: 1075px) {
  .br1075 {
    display: none !important;
  }
  .view1075 {
    display: block !important;
  }
}

.br1024 {
  display: block !important;
}

.view1024 {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .br1024 {
    display: none !important;
  }
  .view1024 {
    display: block !important;
  }
}

.br991 {
  display: block !important;
}

.view991 {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .br991 {
    display: none !important;
  }
  .view991 {
    display: block !important;
  }
}

.br960 {
  display: block !important;
}

.view960 {
  display: none !important;
}

@media only screen and (max-width: 960px) {
  .br960 {
    display: none !important;
  }
  .view960 {
    display: block !important;
  }
}

.br892 {
  display: block !important;
}

.view892 {
  display: none !important;
}

@media only screen and (max-width: 892px) {
  .br892 {
    display: none !important;
  }
  .view892 {
    display: block !important;
  }
}

.br860 {
  display: block !important;
}

.view860 {
  display: none !important;
}

@media only screen and (max-width: 860px) {
  .br860 {
    display: none !important;
  }
  .view860 {
    display: block !important;
  }
}

.br800 {
  display: block !important;
}

.view800 {
  display: none !important;
}

@media only screen and (max-width: 800px) {
  .br800 {
    display: none !important;
  }
  .view800 {
    display: block !important;
  }
}

.br768 {
  display: block !important;
}

.view768 {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .br768 {
    display: none !important;
  }
  .view768 {
    display: block !important;
  }
}

.br767 {
  display: block !important;
}

.view767 {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .br767 {
    display: none !important;
  }
  .view767 {
    display: block !important;
  }
}

.br700 {
  display: block !important;
}

.view700 {
  display: none !important;
}

@media only screen and (max-width: 700px) {
  .br700 {
    display: none !important;
  }
  .view700 {
    display: block !important;
  }
}

.br650 {
  display: block !important;
}

.view650 {
  display: none !important;
}

@media only screen and (max-width: 650px) {
  .br650 {
    display: none !important;
  }
  .view650 {
    display: block !important;
  }
}

.br600 {
  display: block !important;
}

.view600 {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  .br600 {
    display: none !important;
  }
  .view600 {
    display: block !important;
  }
}

.br550 {
  display: block !important;
}

.view550 {
  display: none !important;
}

@media only screen and (max-width: 550px) {
  .br550 {
    display: none !important;
  }
  .view550 {
    display: block !important;
  }
}

.br520 {
  display: block !important;
}

.view520 {
  display: none !important;
}

@media only screen and (max-width: 520px) {
  .br520 {
    display: none !important;
  }
  .view520 {
    display: block !important;
  }
}

.br480 {
  display: block !important;
}

.view480 {
  display: none !important;
}

@media only screen and (max-width: 480px) {
  .br480 {
    display: none !important;
  }
  .view480 {
    display: block !important;
  }
}

.br450 {
  display: block !important;
}

.view450 {
  display: none !important;
}

@media only screen and (max-width: 450px) {
  .br450 {
    display: none !important;
  }
  .view450 {
    display: block !important;
  }
}

.br425 {
  display: block !important;
}

.view425 {
  display: none !important;
}

@media only screen and (max-width: 425px) {
  .br425 {
    display: none !important;
  }
  .view425 {
    display: block !important;
  }
}

.br375 {
  display: block !important;
}

.view375 {
  display: none !important;
}

@media only screen and (max-width: 375px) {
  .br375 {
    display: none !important;
  }
  .view375 {
    display: block !important;
  }
}

.br340 {
  display: block !important;
}

.view340 {
  display: none !important;
}

@media only screen and (max-width: 340px) {
  .br340 {
    display: none !important;
  }
  .view340 {
    display: block !important;
  }
}

.n-text {
  font-family: "HelveticaNeueLTStd-UltLt", "Noto Sans TC", "Microsoft JhengHei", 微軟正黑體, "Microsoft YaHei"  !important;
  font-weight: 100;
}

.n-normal-text {
  font-family: "HelveticaNeueLTStd-Lt",  "Noto Sans TC";
  font-weight: 300;
  font-size: 22px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  outline: none;
}

body {
  margin: 0;
  padding: 0;
}

embed,
iframe,
img,
object,
video {
  max-width: 100%;
}

.full-width .primary-content {
  padding: 0 !important;
}

.cus__dot {
  width: 10px;
  height: 10px;
  background-color: #b4b0ae;
  border-radius: 50%;
}

.cus__arrow {
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  z-index: 100;
  max-width: 25px;
  max-height: 55px;
  cursor: pointer;
}

@media (max-width: 1075px) {
  .cus__arrow {
    width: 2.32558vw;
    height: 5.11628vw;
  }
}

@media (max-width: 767px) {
  .cus__arrow {
    width: 3.25945vw;
    height: 7.1708vw;
    top: 50%;
  }
}

.cus__prev-arrow {
  left: 3%;
}

@media (max-width: 767px) {
  .cus__prev-arrow {
    left: 0%;
  }
}

.cus__next-arrow {
  right: 3%;
}

@media (max-width: 767px) {
  .cus__next-arrow {
    right: 0%;
  }
}

.slick-dots {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slick-dots .slick-active .cus__dot {
  background-color: #e90055;
}

.slick-dots li {
  cursor: pointer;
  margin-right: 10px;
}

.slick-dots li.slick-active,
.slick-dots li {
  background: none;
  border: none;
}

.slick-arrow,
.slick-arrow--alt {
  padding: inherit;
}

.main-visual__text-wrapper {
  position: absolute;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  left: 5%;
  top: 47%;
}

@media (max-width: 767px) {
  .main-visual__text-wrapper {
    width: 100%;
    left: 0;
    top: 88%;
  }
}

.main-visual__header {
  color: #000000;
  font-size: 80px;
  line-height: 1.2;
  text-transform: uppercase;
}

.main-visual__header sup {
  font-size: 50%;
}

@media (max-width: 1499px) {
  .main-visual__header {
    font-size: 5.33333vw;
  }
}

@media (max-width: 767px) {
  .main-visual__header {
    color: #ffffff;
    font-size: 9.33333vw;
    text-align: center;
  }
}

.main-visual__sub-header {
  color: #000000;
  font-size: 56px;
  text-align: left;
  line-height: 1;
}

@media (max-width: 1499px) {
  .main-visual__sub-header {
    font-size: 3.73333vw;
  }
}

@media (max-width: 767px) {
  .main-visual__sub-header {
    color: #ffffff;
    font-size: 6.66667vw;
    line-height: 1.18;
    text-align: center;
  }
}

.en .main-visual__header {
  font-size: 60px;
}

@media (max-width: 1499px) {
  .en .main-visual__header {
    font-size: 4vw;
  }
}

@media (max-width: 767px) {
  .en .main-visual__header {
    font-size: 7.33333vw;
  }
}

.en .main-visual__sub-header {
  font-size: 50px;
}

@media (max-width: 1499px) {
  .en .main-visual__sub-header {
    font-size: 3.33333vw;
  }
}

@media (max-width: 767px) {
  .en .main-visual__sub-header {
    font-size: 6vw;
  }
}

.n-navigation {
  margin-top: 5%;
  margin-bottom: 5%;
}

.n-navigation__header {
  text-align: center;
  font-size: 27.5px;
  margin-bottom: 5%;
  padding: 0 20px;
  font-weight: 300;
  font-family: "HelveticaNeueLTStd-Lt", "Noto Sans TC";
}

@media (max-width: 767px) {
  .n-navigation__header {
    font-size: 4vw;
    padding: 0 4vw;
  }
}

@media (max-width: 479px) {
  .n-navigation__header {
    font-size: 4.5vw;
    padding: 0 5vw;
  }
}

.n-navigation__container {
  margin-bottom: 3%;
}

.n-navigation__link {
  font-size: 35px;
  text-align: center;
  width: 45%;
  color: #888888;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "HelveticaNeueLTStd-Lt", "Noto Sans TC";
  line-height: 1.5;
}

.n-navigation__link:hover, .n-navigation__link:active, .n-navigation__link:focus, .n-navigation__link.active {
  color: #000000;
}

.n-navigation__link:not(:last-child) {
  border-right: 1px solid #888888;
}

@media (max-width: 767px) {
  .n-navigation__link {
    width: 100%;
    margin-bottom: 2vw;
    font-size: 35px;
  }
  .n-navigation__link:not(:last-child) {
    border-right: none;
  }
}

@media (max-width: 479px) {
  .n-navigation__link {
    font-size: 5.5vw;
  }
}

.n-navigation #sogo-e-store-btn {
  position: relative;
  border-color: black;
  border-width: 2px;
  border-style: solid;
  color: #000000;
  background-color: #fff;
  padding: 8px 20px;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd-Lt", "Noto Sans TC";
  cursor: pointer;
  text-decoration: none;
  font-weight: 300;
}

.n-navigation #sogo-e-store-btn:hover {
  background-color: #000;
  color: #fff;
}

.n-navigation .cta_btn {
  position: relative;
  margin: 0 auto;
}

.product {
  margin-bottom: 5%;
}

.product__header {
  text-align: center;
  padding: 20px 0;
  background-color: #000000;
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
}

@media (max-width: 767px) {
  .product__header {
    font-size: 5.5vw;
  }
}

@media (max-width: 479px) {
  .product__header {
    font-size: 5.5vw;
    padding: 3vw 0;
  }
}

.product__container {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .product__container {
    width: 100%;
  }
}

.product__container2 {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .product__container2 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .product__box {
    margin-top: 10vw;
  }
}

.product__name {
  font-family: "HelveticaNeueLTStd-Lt", "Noto Sans TC";
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 2%;
  line-height: 1.2;
  width: 95%;
}

@media (max-width: 767px) {
  .product__name {
    font-size: 4.2vw;
  }
}

.product__price {
  font-family: "HelveticaNeueLTStd-Lt", "Noto Sans TC";
  font-size: 25px;
  font-weight: 400;
  color: #aa0000;
  text-transform: capitalize;
}

.product__price span {
  font-size: 120%;
}

@media (max-width: 767px) {
  .product__price {
    font-size: 3vw;
  }
}

.product__items {
  padding-left: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .product__items {
    margin-bottom: 5vw;
    margin-right: 2.5vw;
  }
}

.product__item {
  font-family: "HelveticaNeueLTStd-Lt", "Noto Sans TC";
  font-weight: 300;
  font-size: 22px;
  list-style: disc !important;
}

@media (max-width: 767px) {
  .product__item {
    font-size: 3vw;
  }
}

.product .n-cta-btn {
  margin: 0;
  width: 80%;
}

@media (max-width: 767px) {
  .product .n-cta-btn {
    width: 90%;
  }
}

.scrollToTop {
  position: fixed;
  bottom: -20%;
  right: 10.5%;
  width: 100px;
  height: 100px;
  font-family: "HelveticaNeueLTStd-Lt",  "Noto Sans TC";
  font-size: 40px;
  border: 1px solid black;
  color: #ccc;
  background: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.scrollToTop .scrollContent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.scrollToTop .arrow {
  position: relative;
  content: "";
  display: block;
  border: solid #ccc;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 15px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  text-align: center;
}

.scrollToTop .txt {
  margin-top: -30%;
}

@media (max-width: 1499px) {
  .scrollToTop {
    right: 5%;
    width: 6.667vw;
    height: 6.667vw;
    font-size: 2.667vw;
  }
  .scrollToTop .arrow {
    padding: 1vw;
  }
}

@media (max-width: 767px) {
  .scrollToTop {
    right: 5%;
    width: 12vw;
    height: 12vw;
    font-size: 4vw;
  }
  .scrollToTop .arrow {
    padding: 2vw;
  }
}

.offer-banner {
  position: relative;
  margin-bottom: 5%;
}

.offer-banner .offer-banner-title {
  text-align: center;
  padding: 20px 0;
  background-color: #000000;
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 5%;
}

@media (max-width: 767px) {
  .offer-banner .offer-banner-title {
    font-size: 5.5vw;
  }
}

@media (max-width: 479px) {
  .offer-banner .offer-banner-title {
    font-size: 5.5vw;
    padding: 3vw 0;
  }
}

.offer-banner #tst-offer-banner-img {
  display: none;
}

@media (max-width: 767px) {
  .reward__image {
    width: 90%;
    margin: 0 auto;
  }
}

.reward__cta {
  position: absolute;
  width: 87.5%;
  height: 8%;
  bottom: 22.8%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  cursor: pointer;
}

@media (max-width: 767px) {
  .reward__cta {
    width: 78.5%;
  }
}

.reward__cta-en {
  bottom: 24.8%;
}

.reward__cta-1 {
  left: 50.3%;
}

.reward__cta-2 {
  left: 49%;
}

.reward__cta-3 {
  left: 49.5%;
}

@media (max-width: 767px) {
  .fancybox-content {
    width: 100%;
    padding: 10vw 4vw;
  }
}

.shoppingHacks {
  position: relative;
}

.shoppingHacks .title {
  font-family: "HelveticaNeueLTStd-Lt", "Noto Sans TC";
  font-size: 44px;
  margin-top: 4%;
}

@media (max-width: 767px) {
  .shoppingHacks .title {
    font-size: 7vw;
    margin-top: 16%;
  }
}

@media (max-width: 767px) {
  .shoppingHacks .title_en {
    font-size: 7.6vw;
    margin-top: 16%;
  }
}

.shoppingHacks .combine {
  font-size: 60px;
  font-family: "HelveticaNeueLTStd-Lt", "Noto Sans TC";
}

.shoppingHacks .price {
  font-size: 20px;
  font-family: "HelveticaNeueLTStd-Lt", "Noto Sans TC";
}

@media (max-width: 767px) {
  .shoppingHacks .price {
    font-size: 3.91134vw;
    margin: 1% 0 2%;
  }
}

.shoppingHacks .price .price_red {
  font-family: "HelveticaNeueLTStd-Lt", "Noto Sans TC";
  font-size: 160%;
  font-weight: bold;
  color: #d8565e;
}

.shoppingHacks .prod_desc {
  font-family: "HelveticaNeueLTStd-Lt", "Noto Sans TC";
  text-align: center;
  font-size: 30px;
}

@media (max-width: 767px) {
  .shoppingHacks .prod_desc {
    font-size: 4.69361vw;
  }
}

.shoppingHacks .prod_desc_sm {
  font-family: "HelveticaNeueLTStd-Lt", "Noto Sans TC";
  text-align: center;
  font-size: 20px;
}

@media (max-width: 767px) {
  .shoppingHacks .prod_desc_sm {
    font-size: 3.38983vw;
  }
}

.shoppingHacks .slogan_zh {
  font-family: "HelveticaNeueLTStd-Lt", "Noto Sans TC";
  background-color: #d8565e;
  max-width: 182px;
  width: auto;
  color: #fff;
  padding: 8px 10px 3px  10px;
  font-size: 30px;
  text-align: center;
  margin-top: 0.7%;
}

@media (max-width: 767px) {
  .shoppingHacks .slogan_zh {
    padding: 6px 10px 3px  10px;
    font-size: 5.21512vw;
  }
}

.shoppingHacks .slogan_en {
  font-family: "HelveticaNeueLTStd-Lt", "Noto Sans TC";
  background-color: #d8565e;
  max-width: 220px;
  width: auto;
  color: #fff;
  margin-top: 0.7%;
  padding: 6px 0 3px 0;
  font-size: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .shoppingHacks .slogan_en {
    font-size: 5.21512vw;
    max-width: 210px;
  }
}

.page-wrapper {
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden;
}

.page-wrapper__content {
  margin: 0 auto;
  max-width: 1280px;
}

@media only screen and (max-width: 767px) {
  .page-wrapper__content {
    max-width: 90%;
  }
}

@media only screen and (max-width: 1280px) {
  .page-wrapper__content--max-width {
    max-width: 95%;
  }
}

.address__container {
  margin: 5% 0;
}

@media (max-width: 767px) {
  .address__container {
    margin: 10vw 0;
  }
}

.address__text {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .address__text {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
}

.tnc__container {
  width: 90%;
  margin: 5% auto 0;
  padding-top: 5%;
  border-top: 1px solid #888888;
  padding-left: 5%;
  padding-right: 5%;
}

@media (max-width: 767px) {
  .tnc__container {
    width: 10 0%;
    margin: 10vw auto 0;
    padding-top: 10vw;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .tnc__text {
    font-size: 4vw;
  }
}

.n-cta-btn {
  display: table;
  text-align: center;
  width: 40%;
  margin: 0 auto;
  border: 1px solid #000000;
  font-family: "HelveticaNeueLTStd-Lt", "Noto Sans TC";
  padding: 1.5% 0;
  text-decoration: none !important;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 25px;
}

.n-cta-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

@media (max-width: 767px) {
  .n-cta-btn {
    width: 100%;
    font-size: 4vw;
  }
}
/*# sourceMappingURL=main.css.map */