@charset "UTF-8";
/* ----------------------------reset.css---------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ----------------------------reset.END---------------------------- */
.fontColor_main {
  color: #aa0111; }

.fontC_red {
  color: #e91818; }

.fontW_4 {
  font-weight: 400; }

.fontW_5 {
  font-weight: 500; }

.btn_basic:hover, .cta_container .cta-animated-container, .cta_container .cta-animated-container .cta-animated-heading, header, header .topLogo, header .cart, nav, .topPage_center_inner .topPage_center .snsShareZone .snsShareItem:hover img, .alignCenter_popup {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.cta_container, .cta_container .cta-animated-container, header .cart, .story_bottom, .qaContainer, .footer_shop, .footer_shop .shop_logo {
  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; }

html {
  overflow-x: hidden; }

body {
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans TC', sans-serif, '微軟正黑體', Arial, Helvetica, sans-serif;
  background-color: #fff;
  font-weight: 400;
  overflow-x: hidden; }

img {
  max-width: 100%;
  display: block;
  margin: auto; }
  img.fullWidth {
    width: 100%; }

ul,
li {
  list-style-type: none; }

a {
  text-decoration: none;
  color: #000;
  cursor: pointer; }

p {
  color: #2d2b2c;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1.2px;
  margin: 2% auto 0.5%;
  text-align: left;
  font-weight: 300; }

h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.25;
  margin-bottom: 20px; }
  h2.pageTitle {
    color: #fff; }
  h2 br {
    display: none; }

h3 {
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  h3:before {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
    height: 1px;
    content: '';
    background-color: #aa0111; }
  h3:before {
    margin-right: 20px; }
  h3.typeLeft:before {
    margin-right: 28px;
    height: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3px;
            flex: 0 0 3px;
    border-left: 1px solid #505050; }

h4 {
  font-size: 24px;
  margin: 0 auto 3%; }

h5 {
  font-size: 16px;
  margin: 0 auto 3%;
  letter-spacing: 3px;
  text-align: center; }
  h5 br {
    display: none; }

.fullWrapper {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden; }

.outerWrap {
  max-width: 1300px;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  padding: 1%; }

.innerWrap {
  max-width: 1280px;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.TopBanner {
  padding-top: 167px;
  position: relative; }
  .TopBanner .changeSize_sp {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .TopBanner .pageTitle {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25%;
    margin: auto;
    font-weight: 400;
    font-family: "Noto Serif TC"; }

.btn_basic {
  font-size: 18px;
  background: #fff;
  font-family: "Noto Serif TC";
  width: 260px;
  height: 60px;
  line-height: 60px;
  display: block;
  color: #c6b27b;
  border: 1px solid #c6b27b;
  border-radius: 50px;
  margin: 2.5% 0 0;
  text-align: center;
  letter-spacing: 2px; }
  .btn_basic:hover {
    background: #aa0111;
    color: #c6b27b; }
  .btn_basic .arrow {
    width: 45px;
    height: 1px;
    background: #000;
    display: inline-block;
    position: relative;
    left: 15px;
    top: 25px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    .btn_basic .arrow:before {
      content: '';
      width: 12px;
      height: 1px;
      top: -5px;
      left: 34px;
      background: #000;
      display: block;
      position: absolute;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }

.cta_container {
  margin: 7.5%;
  padding: 2.5%; }
  .cta_container .cta-animated-container {
    height: 75px;
    width: 300px;
    padding: 30px;
    cursor: pointer;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#fdff86), color-stop(80%, #ffe55f), to(#f2e00a));
    background: -o-linear-gradient(left, #fdff86 0%, #ffe55f 80%, #f2e00a 100%);
    background: linear-gradient(90deg, #fdff86 0%, #ffe55f 80%, #f2e00a 100%);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .cta_container .cta-animated-container .cta-animated-heading {
      color: #2d2b2c;
      text-align: center;
      font-size: 24px;
      letter-spacing: 1px;
      font-weight: bold; }
    .cta_container .cta-animated-container .cta-animated-body {
      height: 0;
      visibility: hidden;
      opacity: 0; }
    .cta_container .cta-animated-container .buyNow_btn {
      display: none; }
    .cta_container .cta-animated-container:hover {
      height: auto;
      background: none;
      padding: 0; }
      .cta_container .cta-animated-container:hover .cta-animated-heading span {
        display: none; }
      .cta_container .cta-animated-container:hover .cta-animated-body {
        height: inherit;
        visibility: inherit;
        opacity: 1;
        -webkit-transition: all ease-in-out 0.75s;
        -o-transition: all ease-in-out 0.75s;
        transition: all ease-in-out 0.75s; }
      .cta_container .cta-animated-container:hover .buyNow_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 5% auto;
        padding: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-weight: 500; }

.pos_rel {
  position: relative; }

.pos_abs {
  position: absolute; }

figcaption.news_title {
  font-size: 20px; }

figcaption.news_info {
  font-size: 15px; }

.js-social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  line-height: 1;
  list-style: none; }
  .js-social-share li {
    padding-right: 0.4rem;
    height: 22px; }
    .js-social-share li:nth-of-type(1) {
      padding-right: 0.6rem; }
    .js-social-share li:nth-of-type(3) {
      padding-right: 0.7rem; }
      .js-social-share li:nth-of-type(3) #b.btn {
        border-radius: 4px;
        padding: 1px 8px 1px 8px; }

.sns_share {
  margin: 3.5% 0; }

.related_products {
  margin-top: 7.5%; }
  .related_products .sec_title {
    display: inline;
    background: #2d2b2c;
    margin-bottom: 5%;
    font-size: 24px; }
    .related_products .sec_title span {
      padding: 0 3%;
      color: #fff; }
    .related_products .sec_title:after {
      content: "";
      display: block;
      border-bottom: 5px solid #2d2b2c; }
  .related_products .item {
    width: 33%;
    margin: 5% 0;
    padding-bottom: 2.5%;
    display: block; }
    .related_products .item:hover {
      outline: 2px solid #fcff00; }
    .related_products .item .product_title {
      font-size: 16px;
      font-weight: 550;
      margin-top: 2%;
      margin-bottom: 1%; }
    .related_products .item .product_title,
    .related_products .item .parent_node {
      text-align: center; }
    .related_products .item .parent_node {
      display: block; }
    .related_products .item .product_capacity {
      border: 1px solid #101010;
      padding: 0.3% 1.5%;
      font-size: 8px;
      font-weight: 550; }
    .related_products .item .cta {
      margin: 7.5% auto;
      width: 80%;
      display: block; }

.loadingBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff0409;
  background: -o-radial-gradient(circle, #ff0409 0%, #8d0708 50%, #530002 100%);
  background: radial-gradient(circle, #ff0409 0%, #8d0708 50%, #530002 100%);
  /*background: rgb(255,41,45);
        background: radial-gradient(circle, rgba(255,41,45,1) 0%, rgba(221,221,221,1) 61%, rgba(255,255,255,1) 92%);   */
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: ease-in-out opacity 0.5s;
  -o-transition: ease-in-out opacity 0.5s;
  transition: ease-in-out opacity 0.5s;
  -webkit-animation: gradient 3s ease-in-out infinite alternate;
          animation: gradient 3s ease-in-out infinite alternate;
  background-position: center; }

@-webkit-keyframes gradient {
  from {
    background-size: 100% 100%; }
  to {
    background-size: 150% 150%; } }

@keyframes gradient {
  from {
    background-size: 100% 100%; }
  to {
    background-size: 150% 150%; } }

.loadingBg.hidden {
  opacity: 0; }

#loadingIcon {
  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;
  font-size: 1.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  margin: auto;
  width: 100%;
  top: 50%; }

.three-quarter-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  border-top: 3px solid transparent;
  border-radius: 50%;
  -webkit-animation: spin 1s linear 0s infinite;
          animation: spin 1s linear 0s infinite; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@media screen and (max-width: 1200px) {
  h2 {
    font-size: 36px; }
  h3 {
    font-size: 25.2px;
    margin: 45px auto 60px; }
  h4 {
    font-size: 21.6px; }
  h5 {
    font-size: 14.4px; }
  .TopBanner .changeSize_sp {
    height: 200px; }
  .btn_basic {
    font-size: 16.2px; }
  .cta_container .cta-animated-container .cta-animated-heading {
    font-size: 21.6px; }
  figcaption.news_title {
    font-size: 18px; }
  figcaption.news_info {
    font-size: 13.5px; }
  .related_products .sec_title {
    font-size: 23.4px; }
  .related_products .item .product_title {
    font-size: 14.4px; } }

@media screen and (max-width: 992px) {
  h2 {
    font-size: 34px; }
  h3 {
    font-size: 23.8px;
    margin: 30px auto 45px; }
  h4 {
    font-size: 20.4px; }
  h5 {
    font-size: 13.6px; }
  .btn_basic {
    font-size: 15.3px; }
  .cta_container .cta-animated-container .cta-animated-heading {
    font-size: 20.4px; }
  figcaption.news_title {
    font-size: 17px; }
  figcaption.news_info {
    font-size: 12.75px; }
  .related_products .sec_title {
    font-size: 22.1px; }
  .related_products .item .product_title {
    font-size: 13.6px; } }

@media screen and (max-width: 768px) {
  .TopBanner .changeSize_sp {
    height: 180px; }
  .TopBanner .pageTitle {
    bottom: 27.5%; }
  h2 {
    font-size: 32px;
    margin-bottom: 10px; }
    h2 br {
      display: block; }
  h3 {
    font-size: 22.4px;
    margin: 7.5% auto; }
  h4 {
    font-size: 19.2px; }
  h5 {
    font-size: 12.8px; }
  .innerWrap {
    width: 90%;
    padding: 0; }
  .btn_basic {
    font-size: 14.4px;
    width: 150px;
    height: 30px;
    line-height: 30px; }
    .btn_basic:hover .arrow:before {
      left: 30px; }
    .btn_basic .arrow {
      top: 18px;
      width: 40px; }
      .btn_basic .arrow:before {
        left: 30px; }
  .cta_container .cta-animated-container .cta-animated-heading {
    font-size: 19.2px; }
  .related_products .sec_title {
    font-size: 20.8px; }
  .related_products .item .product_title {
    font-size: 12.8px; }
  figcaption.news_title {
    font-size: 20px; }
  figcaption.news_info {
    font-size: 12px; } }

@media screen and (max-width: 600px) {
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 19.6px;
    margin: 12% auto; }
  h4 {
    font-size: 16.8px; }
  h5 {
    font-size: 11.2px; }
  .btn_basic {
    font-size: 12.6px; }
  .cta_container .cta-animated-container .cta-animated-heading {
    font-size: 16.8px; }
  .related_products .sec_title {
    font-size: 18.2px; }
  .related_products .item .product_title {
    font-size: 11.2px; }
  figcaption.news_title {
    font-size: 17.5px; }
  figcaption.news_info {
    font-size: 10.5px; } }

@media screen and (max-width: 480px) {
  .TopBanner .changeSize_sp {
    height: 150px; }
  .TopBanner .pageTitle {
    bottom: 25%; }
  p {
    letter-spacing: 1px;
    line-height: 2; }
  h2 {
    font-size: 29.25px; }
    h2 br {
      display: block; }
  h3 {
    font-size: 19.5px; }
  h4 {
    font-size: 15.6px; }
  h5 {
    font-size: 10.4px; }
  .outerWrap {
    width: 95%; }
  .innerWrap {
    width: 92.5%; }
  .btn_basic {
    font-size: 11.7px; }
  .related_products .sec_title {
    font-size: 16.9px; }
  .related_products .item .product_title {
    font-size: 10.4px; }
  .cta_container .cta-animated-container .cta-animated-heading {
    font-size: 15.6px; }
  figcaption.news_title {
    font-size: 16.25px; }
  figcaption.news_info {
    font-size: 9.75px; } }

@media screen and (max-width: 375px) {
  h2 {
    font-size: 24px; }
  h3 {
    font-size: 18px;
    margin: 12% auto; }
  h4 {
    font-size: 14.4px; }
  h5 {
    font-size: 9.6px; }
  .btn_basic {
    font-size: 10.8px; }
  .related_products .sec_title {
    font-size: 15.6px; }
  .related_products .item .product_title {
    font-size: 9.6px; }
  .cta_container .cta-animated-container .cta-animated-heading {
    font-size: 14.4px; }
  figcaption.news_title {
    font-size: 15px; }
  figcaption.news_info {
    font-size: 9px; } }

header {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 2px #e2e2e2bf;
          box-shadow: 2px 2px 2px #e2e2e2bf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  header.is-scrolled {
    padding: 12px 0; }
  header .headerContent {
    position: relative; }
  header h1 {
    visibility: hidden;
    margin: 0;
    height: 0; }
  header .topLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 200px;
    margin: auto; }
    header .topLogo.is-scrolled {
      width: 150px; }
    header .topLogo img {
      margin-left: -15%; }
  header .cart {
    width: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    right: -20%;
    top: 0;
    bottom: 0;
    -webkit-animation: pushCartIn ease-in-out 1.5s 1s forwards;
            animation: pushCartIn ease-in-out 1.5s 1s forwards; }
    header .cart.is-scrolled {
      width: 45px; }
      header .cart.is-scrolled:hover .num {
        -webkit-transform: rotateZ(375deg) scale(1.05);
            -ms-transform: rotate(375deg) scale(1.05);
                transform: rotateZ(375deg) scale(1.05);
        -webkit-filter: saturate(1.2);
                filter: saturate(1.2); }
      header .cart.is-scrolled img {
        margin: auto; }
      header .cart.is-scrolled .num {
        left: 17px;
        top: 15px;
        -webkit-transform: rotateZ(375deg);
            -ms-transform: rotate(375deg);
                transform: rotateZ(375deg);
        z-index: -1; }
    header .cart.itemIn {
      /* 購物車內有商品 */ }
      header .cart.itemIn img {
        opacity: 0.6;
        /* 購物車才會變淡 */ }
    header .cart:hover img {
      -webkit-filter: sepia(0.7);
              filter: sepia(0.7); }
    header .cart img {
      width: 45px;
      margin-bottom: 2.5px; }
    header .cart span {
      color: #c6b27b;
      letter-spacing: 1px;
      font-size: 14px;
      display: block;
      margin-left: -5px; }
    header .cart .num {
      min-width: 16px;
      height: 16px;
      border-radius: 8px;
      background: #aa0111;
      color: #fff;
      font-size: 1rem;
      font-weight: 700;
      position: absolute;
      left: 0;
      top: 8px;
      text-align: center;
      line-height: 1.5;
      padding-left: 2px;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }

@-webkit-keyframes pushCartIn {
  from {
    right: -20%; }
  to {
    right: 0; } }

@keyframes pushCartIn {
  from {
    right: -20%; }
  to {
    right: 0; } }

@-webkit-keyframes scrollAnimation {
  0% {
    left: -3px;
    top: 8px;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    z-index: 0; }
  100% {
    left: 10px;
    top: 17px;
    -webkit-transform: rotateZ(375deg);
            transform: rotateZ(375deg);
    z-index: -1; } }

@keyframes scrollAnimation {
  0% {
    left: -3px;
    top: 8px;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    z-index: 0; }
  100% {
    left: 10px;
    top: 17px;
    -webkit-transform: rotateZ(375deg);
            transform: rotateZ(375deg);
    z-index: -1; } }

nav {
  position: fixed;
  top: 108px;
  height: 60px;
  width: 100%;
  background-color: #aa0111;
  overflow: hidden;
  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;
  border-top: 1px solid #f5f5f5;
  z-index: 1000;
  -webkit-box-shadow: 1px 1px 2px #919191;
          box-shadow: 1px 1px 2px #919191; }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: auto;
    padding: 0 40px;
    max-width: 750px; }
    nav ul li {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      nav ul li a {
        position: relative;
        height: 40px;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 1px;
        color: #fff;
        padding: 0px 0;
        white-space: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        -webkit-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
        nav ul li a:hover {
          color: #c6b27b; }
      nav ul li:before {
        content: '';
        height: 4px;
        width: 90%;
        position: absolute;
        left: 5%;
        right: 5%;
        bottom: 0;
        background-color: #ccb44a;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: scale(0, 1);
            -ms-transform: scale(0, 1);
                transform: scale(0, 1); }
      nav ul li.sns {
        display: none; }
  nav.dropDown {
    padding-top: 80px; }
  nav.nav_fb {
    display: none; }

@media screen and (max-width: 1280px) {
  header .cart {
    width: 45px; }
    header .cart img {
      width: 40px; }
    header .cart span {
      font-size: 13.3px; }
  nav ul li a {
    font-size: 17.1px; } }

@media screen and (max-width: 1000px) {
  nav ul li a {
    font-size: 16.2px; } }

@media screen and (min-width: 769px) {
  nav.is-scrolled {
    height: 55px;
    top: 80px; }
    nav.is-scrolled ul li a {
      font-size: 17px; }
      nav.is-scrolled ul li a.is-scrolled {
        height: 50px; } }

@media screen and (max-width: 768px) {
  header {
    height: 80px;
    margin: 0px auto;
    padding: 5px 0;
    background-color: #fff; }
    header.is-scrolled {
      height: 70px; }
      header.is-scrolled .topLogo {
        width: 140px; }
    header .topLogo {
      width: 160px;
      margin: 0; }
      header .topLogo img {
        margin-left: 0; }
    header .cart {
      width: 40px;
      right: 10%; }
      header .cart img {
        width: 35px; }
      header .cart span {
        font-size: 10.4px; }
      header .cart .num {
        top: 5%; }
  @-webkit-keyframes pushCartIn {
    from {
      right: -20%; }
    to {
      right: 10%; } }
  @keyframes pushCartIn {
    from {
      right: -20%; }
    to {
      right: 10%; } }
    header #spNav_btn {
      width: 28px;
      height: 24px;
      position: absolute;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      cursor: pointer;
      display: block;
      top: 0;
      bottom: 0;
      right: 0%;
      margin: auto;
      z-index: 1000; }
      header #spNav_btn span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #2d2b2c;
        border-radius: 5px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out; }
        header #spNav_btn span:nth-child(1) {
          top: 0px; }
        header #spNav_btn span:nth-child(2), header #spNav_btn span:nth-child(3) {
          top: 12px; }
        header #spNav_btn span:nth-child(4) {
          top: 24px; }
      header #spNav_btn.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%; }
      header #spNav_btn.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      header #spNav_btn.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      header #spNav_btn.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%; }
  nav {
    width: 100%;
    position: fixed;
    overflow: auto;
    background-color: #ffffffed;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 79px;
    height: 100vh;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden; }
    nav:after {
      height: 0; }
    nav.is-active {
      opacity: 1;
      visibility: visible; }
      nav.is-active ul li {
        opacity: 1; }
        nav.is-active ul li:nth-child(1) {
          -webkit-transition-delay: 0.15s;
               -o-transition-delay: 0.15s;
                  transition-delay: 0.15s; }
        nav.is-active ul li:nth-child(2) {
          -webkit-transition-delay: 0.3s;
               -o-transition-delay: 0.3s;
                  transition-delay: 0.3s; }
        nav.is-active ul li:nth-child(3) {
          -webkit-transition-delay: 0.45s;
               -o-transition-delay: 0.45s;
                  transition-delay: 0.45s; }
        nav.is-active ul li:nth-child(4) {
          -webkit-transition-delay: 0.6s;
               -o-transition-delay: 0.6s;
                  transition-delay: 0.6s; }
        nav.is-active ul li:nth-child(5) {
          -webkit-transition-delay: 0.75s;
               -o-transition-delay: 0.75s;
                  transition-delay: 0.75s; }
        nav.is-active ul li:nth-child(6) {
          -webkit-transition-delay: 0.9s;
               -o-transition-delay: 0.9s;
                  transition-delay: 0.9s; }
        nav.is-active ul li:nth-child(7) {
          -webkit-transition-delay: 1.05s;
               -o-transition-delay: 1.05s;
                  transition-delay: 1.05s; }
        nav.is-active ul li:nth-child(8) {
          -webkit-transition-delay: 1.2s;
               -o-transition-delay: 1.2s;
                  transition-delay: 1.2s; }
        nav.is-active ul li:nth-child(9) {
          -webkit-transition-delay: 1.35s;
               -o-transition-delay: 1.35s;
                  transition-delay: 1.35s; }
        nav.is-active ul li:nth-child(10) {
          -webkit-transition-delay: 1.5s;
               -o-transition-delay: 1.5s;
                  transition-delay: 1.5s; }
        nav.is-active ul li:nth-child(11) {
          -webkit-transition-delay: 1.65s;
               -o-transition-delay: 1.65s;
                  transition-delay: 1.65s; }
        nav.is-active ul li:nth-child(12) {
          -webkit-transition-delay: 1.8s;
               -o-transition-delay: 1.8s;
                  transition-delay: 1.8s; }
    nav.is-scrolled {
      top: 68px; }
    nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-item-align: self-start;
          align-self: self-start;
      height: 70%;
      padding: 0;
      margin: 0; }
      nav ul li {
        opacity: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        list-style: none;
        text-decoration: none;
        border-top: 1px solid #e7e7e7d1;
        border-bottom: 1px solid #e7e7e7d1;
        font-weight: normal;
        text-align: center;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        nav ul li:before {
          width: 0; }
        nav ul li:first-child:after {
          width: 0; }
        nav ul li a {
          color: #2d2b2c;
          height: 100%;
          font-weight: 400; }
        nav ul li.sns {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          nav ul li.sns a:first-of-type:after {
            content: '';
            border-right: 2px solid #eae8e8;
            height: 50%;
            position: absolute;
            left: 100%; }
          nav ul li.sns picture {
            -webkit-filter: contrast(0);
                    filter: contrast(0); }
    nav .nav_fb {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media screen and (max-width: 480px) {
  header .cart {
    right: -20%; }
    header .cart span {
      font-size: 9.1px; }
  @-webkit-keyframes pushCartIn {
    from {
      right: -20%; }
    to {
      right: 12.5%; } }
  @keyframes pushCartIn {
    from {
      right: -20%; }
    to {
      right: 12.5%; } }
  nav ul li a {
    font-size: 18.2px; } }

@media screen and (max-width: 375px) {
  .wrapper {
    padding: 0 15px; }
  .copyright {
    text-align: center;
    line-height: 20px; } }

.TopBanner {
  overflow: hidden; }

.slick-dots {
  bottom: 15px; }
  .slick-dots li {
    margin: 0 10px;
    width: 65px;
    height: 6px; }
    .slick-dots li button {
      width: 65px;
      height: 6px; }
      .slick-dots li button:before {
        content: '';
        font-size: 15px;
        width: 65px;
        height: 6px;
        border: 1.5px solid #fff; }
    .slick-dots li.slick-active button:before {
      background-color: #ccc; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-prev,
.slick-next {
  width: 15%;
  height: 36.1vw;
  max-height: 36.1vw;
  top: -2%;
  z-index: 1000;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-top: 185px;
  z-index: 10; }
  .slick-prev:before,
  .slick-next:before {
    content: '';
    background-repeat: no-repeat;
    width: 2vw;
    display: inline-block;
    height: 4vw;
    background-size: cover; }

.slick-prev {
  left: -4%; }
  .slick-prev:before {
    background-image: url("../images/index_iconArrowLeft.png"); }

.slick-next {
  right: -4%; }
  .slick-next:before {
    background-image: url("../images/index_iconArrowRight.png"); }

.fullWrapper.bgImg {
  background: #f5f5f5;
  background-attachment: fixed;
  background-image: url(../images/index_aboutBg.jpg);
  background-repeat: no-repeat; }

.fullWrapper.bgColor {
  background-color: #f6f7ed; }

.TitleImg {
  display: block; }
  .TitleImg img {
    margin-left: 0; }

.topPage_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10%;
  margin-bottom: 7.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .topPage_top .about_content {
    margin-right: 2.5%;
    width: 50%; }
    .topPage_top .about_content p {
      font-family: "Noto Serif TC";
      text-align: left;
      line-height: 2;
      margin: 0 auto 7.5%;
      font-size: 16px;
      letter-spacing: 0.8px;
      font-weight: 500; }

.topPage_center_outer {
  background: #f5f5f5;
  background-attachment: fixed;
  background-image: url(../images/index_bg_s.jpg);
  background-repeat: no-repeat; }

.topPage_center_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1%; }
  .topPage_center_inner .news_container,
  .topPage_center_inner .articles_container {
    min-height: 33vw; }
  .topPage_center_inner .moreInfo_btn {
    margin-top: 10%; }
  .topPage_center_inner .topPage_center {
    margin-top: 10%; }
    .topPage_center_inner .topPage_center .snsShareZone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 7.5%; }
      .topPage_center_inner .topPage_center .snsShareZone .snsShareItem {
        width: 32.8%;
        margin: 0.25%;
        overflow: hidden; }
        .topPage_center_inner .topPage_center .snsShareZone .snsShareItem img {
          -webkit-filter: brightness(0.9);
                  filter: brightness(0.9);
          width: 400px; }
        .topPage_center_inner .topPage_center .snsShareZone .snsShareItem:hover img {
          -webkit-filter: brightness(1.05) saturate(1.3);
                  filter: brightness(1.05) saturate(1.3);
          -webkit-transform: scale(1.3);
              -ms-transform: scale(1.3);
                  transform: scale(1.3); }
    .topPage_center_inner .topPage_center .moreInfo_btn {
      margin: 5% auto; }

.topPage_bottom {
  margin-top: 10%;
  margin-bottom: 5%; }
  .topPage_bottom .topPageVideo {
    position: relative;
    padding-bottom: 72%;
    height: 0; }
    .topPage_bottom .topPageVideo iframe {
      position: absolute;
      left: 0;
      right: 0;
      margin: 5% auto;
      width: 100%;
      height: 78%; }

@media screen and (max-width: 1520px) {
  .TopBanner.slide img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 500px; }
  .topPage_top .about_content p {
    font-size: 15.2px; } }

@media screen and (max-width: 1200px) {
  .slick-prev,
  .slick-next {
    top: -3.5%; }
  .topPage_top .about_content p {
    font-size: 14.4px; }
  .moreInfo_btn {
    font-size: 16.2px; } }

@media screen and (max-width: 992px) {
  .TopBanner.slide img {
    min-height: 450px; }
  .topPage_top .about_content p {
    font-size: 13.6px; } }

@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    height: 90%;
    max-height: initial;
    margin-top: 109px; }
    .slick-prev:before,
    .slick-next:before {
      width: 4vw;
      height: 8vw; }
  .fullWrapper.bgImg {
    background-image: url(../images/index_aboutBg_sp.jpg);
    background-size: cover; }
  .topPage_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .topPage_top .about_content {
      margin-right: 0;
      width: 100%; }
      .topPage_top .about_content p {
        font-size: 16px; }
  .moreInfo_btn {
    font-size: 17.6px;
    width: 90%;
    margin: 7.5% auto;
    height: 50px;
    line-height: 50px; }
  .topPage_center_inner .topPage_center .moreInfo_btn {
    margin: 7.5% auto; }
  .topPage_center_inner .topPage_center .snsShareZone .snsShareItem {
    width: 32.3%;
    margin: 0.5%; }
    .topPage_center_inner .topPage_center .snsShareZone .snsShareItem:nth-child(1) {
      -webkit-animation-delay: 700ms;
              animation-delay: 700ms; }
    .topPage_center_inner .topPage_center .snsShareZone .snsShareItem:nth-child(2) {
      -webkit-animation-delay: 800ms;
              animation-delay: 800ms; }
    .topPage_center_inner .topPage_center .snsShareZone .snsShareItem:nth-child(3) {
      -webkit-animation-delay: 900ms;
              animation-delay: 900ms; }
    .topPage_center_inner .topPage_center .snsShareZone .snsShareItem:nth-child(4) {
      -webkit-animation-delay: 1000ms;
              animation-delay: 1000ms; }
    .topPage_center_inner .topPage_center .snsShareZone .snsShareItem:nth-child(5) {
      -webkit-animation-delay: 1100ms;
              animation-delay: 1100ms; }
    .topPage_center_inner .topPage_center .snsShareZone .snsShareItem:nth-child(6) {
      -webkit-animation-delay: 1200ms;
              animation-delay: 1200ms; }
    .topPage_center_inner .topPage_center .snsShareZone .snsShareItem:nth-child(7) {
      -webkit-animation-delay: 1300ms;
              animation-delay: 1300ms; }
    .topPage_center_inner .topPage_center .snsShareZone .snsShareItem:nth-child(8) {
      -webkit-animation-delay: 1400ms;
              animation-delay: 1400ms; }
    .topPage_center_inner .topPage_center .snsShareZone .snsShareItem:nth-child(9) {
      -webkit-animation-delay: 1500ms;
              animation-delay: 1500ms; }
    .topPage_center_inner .topPage_center .snsShareZone .snsShareItem:nth-child(10) {
      -webkit-animation-delay: 1600ms;
              animation-delay: 1600ms; }
  .topPage_bottom {
    margin-bottom: 5%; }
    .topPage_bottom .topPageVideo iframe {
      width: 100%;
      height: 78%; } }

@media screen and (max-width: 600px) {
  .topPage_top .about_content p {
    font-size: 14px; }
  .moreInfo_btn {
    font-size: 15.4px; } }

@media screen and (max-width: 480px) {
  .slick-dots li.slick-active button:before {
    font-size: 9.75px; }
  .slick-prev,
  .slick-next {
    height: 87%;
    top: -4.5%; }
    .slick-prev:before,
    .slick-next:before {
      width: 5vw;
      height: 10vw; }
  .slick-prev {
    left: -2.5%; }
  .slick-next {
    right: -2.5%; }
  .TitleImg.concept {
    width: 90%; }
  .TitleImg.guide {
    width: 70%; } }

@media screen and (max-width: 375px) {
  .topPage_center_inner .moreInfo_btn {
    font-size: 13.2px; } }

.topBnCover {
  width: 53%;
  max-width: 1000px;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  margin: -19% auto 2%; }

.stroy_content {
  margin-bottom: 5%; }

.story_top {
  display: block;
  margin-top: 5%;
  margin-bottom: 2.5%; }
  .story_top .title {
    font-family: "Noto Serif TC";
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 3.5px; }

.story_bottom {
  margin: 0 auto 5%; }
  .story_bottom .textBox {
    width: 80%;
    margin-right: 5%; }
    .story_bottom .textBox .text_content {
      font-family: "Noto Serif TC";
      font-size: 20px;
      text-align: left;
      line-height: 2.2; }
      .story_bottom .textBox .text_content:first-of-type {
        margin-bottom: 5%; }
  .story_bottom picture {
    width: 30%; }

@media screen and (max-width: 1200px) {
  .story_top .title {
    font-size: 31.5px; }
  .story_bottom .textBox .text_content {
    font-size: 18px; } }

@media screen and (max-width: 992px) {
  .story_top {
    margin-bottom: 4%; }
    .story_top .title {
      font-size: 29.75px; }
  .story_bottom .textBox .text_content {
    font-size: 17px; } }

@media screen and (max-width: 768px) {
  .TopBanner img {
    width: 100%; }
  .topBnCover {
    display: none; }
  .stroy_content {
    width: 90%; }
  .story_top .title {
    font-size: 28px; }
  .story_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin-top: 5%; }
    .story_bottom .textBox {
      width: 100%;
      margin-right: 0; }
      .story_bottom .textBox .text_content {
        font-size: 16px; }
    .story_bottom picture {
      width: 90%;
      margin-top: 7.5%; } }

@media screen and (max-width: 600px) {
  .story_top .title {
    font-size: 24.5px; }
  .story_bottom .textBox .text_content {
    font-size: 14px; } }

@media screen and (max-width: 480px) {
  .story_top {
    margin-top: 10%; }
    .story_top .title {
      font-size: 22.75px; }
  .story_bottom .textBox .text_content {
    font-size: 16.25px; } }

@media screen and (max-width: 375px) {
  .story_top .title {
    font-size: 21px; } }

.product_area {
  margin: 60px auto 10%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .product_area .item {
    position: relative;
    width: 24%;
    max-width: 232px;
    padding: 0;
    margin: 2.5% 2% 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .product_area .product_img {
    -webkit-filter: drop-shadow(1px 0px 4px #ddd);
            filter: drop-shadow(1px 0px 4px #ddd); }
  .product_area .product_tag {
    position: absolute;
    top: 6%;
    right: 10%;
    width: 30%; }
  .product_area .product_title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 7%;
    margin-bottom: 3%;
    letter-spacing: 1.5px; }
  .product_area .product_unit {
    letter-spacing: 0.5px;
    padding: 0.5% 5%;
    border: 1px solid #8d8d8d;
    font-size: 14px;
    font-weight: 300;
    min-width: 65px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product_area .info {
    text-align: left;
    font-size: 14px;
    margin-top: 5%;
    line-height: 1.5;
    min-height: 85px; }
  .product_area .product_btn {
    width: 100%;
    height: 50px;
    margin: 7% auto;
    display: block;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    font-family: "Noto Sans TC";
    color: #2d2b2c;
    background-color: #f4f4f4;
    border: 3px solid #fff;
    outline: 1px solid #ececec;
    border-radius: 10px;
    letter-spacing: 1px;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .product_area .product_btn:hover {
      cursor: pointer;
      background: #aa0111 !important;
      color: #fff; }
    .product_area .product_btn.add2cart {
      background-color: #c6b27b;
      color: #fff; }
    .product_area .product_btn.addRegular {
      background-color: #ffc800;
      color: #fff; }
    .product_area .product_btn.comingSoon {
      -webkit-filter: opacity(0.5);
              filter: opacity(0.5);
      pointer-events: none; }
  .product_area hr {
    border-color: #ffffff45;
    margin: 10% auto 7%;
    width: 95%; }
  .product_area .product_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .product_area .product_price .price_right,
    .product_area .product_price .price_left {
      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: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .product_area .product_price .price_left {
      color: #c1c1c1; }
    .product_area .product_price .txt,
    .product_area .product_price .arrow {
      font-size: 15px;
      font-weight: 300;
      letter-spacing: 1px; }
    .product_area .product_price em {
      font-size: 24px;
      font-weight: 400; }
      .product_area .product_price em.lineThrough {
        text-decoration: line-through; }
      .product_area .product_price em span {
        font-size: 12px; }
    .product_area .product_price .arrow {
      line-height: 3; }
  .product_area .regular_price {
    font-size: 14px;
    text-align: center;
    margin: 3% auto -1.5%;
    letter-spacing: 0.8px;
    color: #515151; }
    .product_area .regular_price span {
      font-size: 12px; }

@media screen and (max-width: 1520px) {
  .product_area .item {
    width: 21%; } }

@media screen and (max-width: 1200px) {
  .product_area .item {
    width: 28%; }
  .product_area .product_title {
    font-size: 17.1px; }
  .product_area .product_unit {
    font-size: 13.3px;
    min-width: 50px; }
  .product_area .info {
    font-size: 13.3px; }
  .product_area .product_btn {
    font-size: 14.25px; }
  .product_area .product_price .txt,
  .product_area .product_price .arrow {
    font-size: 14.25px; }
  .product_area .product_price em {
    font-size: 22.8px; }
    .product_area .product_price em span {
      font-size: 11.4px; }
  .product_area .regular_price {
    font-size: 13.3px; }
    .product_area .regular_price span {
      font-size: 11.4px; } }

@media screen and (max-width: 992px) {
  .product_area .product_title {
    font-size: 16.2px; }
  .product_area .product_unit {
    font-size: 12.6px; }
  .product_area .info {
    font-size: 12.6px;
    min-height: 100px; }
  .product_area .product_btn {
    font-size: 13.5px; }
  .product_area .product_price .txt,
  .product_area .product_price .arrow {
    font-size: 13.5px; }
  .product_area .product_price em {
    font-size: 21.6px; }
    .product_area .product_price em span {
      font-size: 10.8px; }
  .product_area .regular_price {
    font-size: 12.6px; }
    .product_area .regular_price span {
      font-size: 10.8px; } }

@media screen and (max-width: 768px) {
  .product_area {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
    .product_area .item {
      width: 45%;
      margin-bottom: 10%; }
    .product_area .info {
      min-height: 80px; } }

@media screen and (max-width: 480px) {
  .product_area .item {
    width: 42%; }
  .product_area .product_title {
    font-size: 14.4px; }
  .product_area .product_unit {
    font-size: 11.2px; }
  .product_area .info {
    font-size: 11.2px;
    min-height: 80px; }
  .product_area .product_btn {
    font-size: 12px; }
  .product_area .product_price .txt,
  .product_area .product_price .arrow {
    font-size: 12px; }
  .product_area .product_price em {
    font-size: 19.2px; }
    .product_area .product_price em span {
      font-size: 9.6px; }
  .product_area .regular_price {
    font-size: 11.2px; }
    .product_area .regular_price span {
      font-size: 9.6px; } }

@media screen and (max-width: 375px) {
  .product_area .info {
    min-height: 90px; } }

.outline {
  text-align: center;
  display: block;
  margin-top: 5% auto 2.5%; }
  .outline .outlineTitle {
    font-family: "Noto Serif TC";
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 15px;
    margin: 60px auto 40px; }
  .outline .listFrame {
    width: 500px;
    margin: auto;
    border: 1px solid #ccc;
    padding: 30px 70px;
    line-height: 2.5;
    font-size: 16px;
    font-weight: 300;
    text-align: left; }
    .outline .listFrame li {
      list-style-type: disc !important; }
      .outline .listFrame li::marker {
        font-size: 10px; }
      .outline .listFrame li:hover {
        cursor: pointer;
        opacity: 0.85; }

.qaContainer {
  width: 90%;
  margin: 5% auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Serif TC"; }
  .qaContainer .qaContent {
    width: 100%;
    margin-bottom: 7.5%; }
  .qaContainer h3.qaHeading {
    height: 60px;
    background-color: #ededed;
    font-weight: 400;
    margin: 0 auto 3%; }
  .qaContainer .qa_panel {
    margin-bottom: 15px; }
  .qaContainer .qa_top {
    height: 60px;
    line-height: 60px;
    padding: 0 40px 0 30px;
    position: relative;
    border-top: 1px solid #eae8e8;
    border-bottom: 1px solid #eae8e8; }
  .qaContainer .qa_trigger {
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    width: 100%; }
  .qaContainer .Q_A {
    font-size: 22px;
    margin-right: 10px; }
  .qaContainer .qa_controls {
    position: absolute;
    right: 1%;
    top: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    color: #aa0111;
    display: inline-block;
    font-size: 35px;
    margin: 0 5px;
    text-decoration: none; }
    .qaContainer .qa_controls::after {
      content: "+"; }
    .qaContainer .qa_controls.open {
      -webkit-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
              transform: rotate(360deg);
      top: -3px; }
      .qaContainer .qa_controls.open::after {
        content: "–"; }
  .qaContainer .qa_bottom {
    padding: 20px 30px 15px 35px;
    font-weight: 300;
    display: none;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 1.5px; }
    .qaContainer .qa_bottom .emphasize {
      color: #aa0111; }

@media screen and (max-width: 1200px) {
  .outline .outlineTitle {
    font-size: 31.5px; }
  .outline .listFrame {
    font-size: 14.4px; }
    .outline .listFrame li::marker {
      font-size: 9px; }
  .qaContainer .qa_trigger {
    font-size: 16.2px; }
  .qaContainer .Q_A {
    font-size: 19.8px; }
  .qaContainer .qa_controls {
    font-size: 31.5px; }
  .qaContainer .qa_bottom {
    font-size: 14.4px; } }

@media screen and (max-width: 992px) {
  .outline .outlineTitle {
    font-size: 29.75px;
    margin: 50px auto 30px; }
  .outline .listFrame {
    width: 50vw;
    font-size: 15.3px; }
    .outline .listFrame li::marker {
      font-size: 8.5px; }
  .qaContainer .qa_trigger {
    font-size: 15.3px; }
  .qaContainer .Q_A {
    font-size: 18.7px; }
  .qaContainer .qa_controls {
    font-size: 29.75px; }
  .qaContainer .qa_bottom {
    font-size: 13.6px; } }

@media screen and (max-width: 768px) {
  .outline .outlineTitle {
    font-size: 28px; }
  .outline .listFrame {
    font-size: 14.4px;
    padding: 4% 0 4% 10%; }
    .outline .listFrame li::marker {
      font-size: 8px; }
  .qaContainer {
    margin: 10% auto 5%; }
    .qaContainer .qa_trigger {
      font-size: 14.4px; }
    .qaContainer .Q_A {
      font-size: 17.6px; }
    .qaContainer .qa_controls {
      font-size: 28px; }
    .qaContainer .qa_bottom {
      font-size: 12.8px; } }

@media screen and (max-width: 480px) {
  .outline .outlineTitle {
    font-size: 22.75px;
    margin: 40px auto 20px; }
  .outline .listFrame {
    font-size: 13px;
    padding: 4% 0 4% 12%; }
    .outline .listFrame li::marker {
      font-size: 6.5px; }
  .qaContainer .qa_trigger {
    font-size: 14.3px; }
  .qaContainer .Q_A {
    font-size: 14.3px; }
  .qaContainer .qa_controls {
    font-size: 22.75px; }
  .qaContainer .qa_bottom {
    font-size: 13px;
    padding: 15px 20px 10px 30px; } }

@media screen and (max-width: 375px) {
  .outline .outlineTitle {
    font-size: 21px; }
  .outline .listFrame li::marker {
    font-size: 6px; }
  .qaContainer .qa_trigger {
    font-size: 10.8px; }
  .qaContainer .Q_A {
    font-size: 13.2px; }
  .qaContainer .qa_controls {
    font-size: 21px; }
  .qaContainer .qa_bottom {
    font-size: 9.6px; } }

.footer_shop {
  padding: 2.5% 0 3.5%;
  background-color: #f6f7ed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .footer_shop .shop_slogan {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    font-family: "Noto Serif TC";
    letter-spacing: 1.5px; }
  .footer_shop hr {
    max-width: 120px;
    width: 20%;
    margin: clamp(30px, 2.4vw, 45px) auto clamp(25px, 2.9vw, 55px);
    border-top: 1px solid #2d2b2c;
    border-bottom: 1px solid #2d2b2c; }
  .footer_shop .shop_logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer_shop .shop_logo .logoTop,
    .footer_shop .shop_logo .logoBottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .footer_shop .shop_logo .logoTop picture,
      .footer_shop .shop_logo .logoBottom picture {
        margin: 0 1.5%;
        height: 40px; }
    .footer_shop .shop_logo .logoTop {
      margin-bottom: 3.5%; }

footer {
  padding: 2.5% 0;
  background-color: #aa0111; }
  footer .footer_top picture {
    width: 160px;
    display: block; }
  footer .footer_bottom {
    bottom: 0;
    color: #c6b27b; }
    footer .footer_bottom .footer_bootom_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding: 0 .5% 0 1%; }
    footer .footer_bottom .footer_bottom_left {
      font-size: 13px;
      letter-spacing: 1px;
      margin-right: 2.5%; }
      footer .footer_bottom .footer_bottom_left a {
        color: #c6b27b; }
      footer .footer_bottom .footer_bottom_left li {
        margin-bottom: 1%; }
    footer .footer_bottom .footer_bottom_right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: 2.5%; }
      footer .footer_bottom .footer_bottom_right a {
        width: 32px;
        margin: 0px 12px; }
        footer .footer_bottom .footer_bottom_right a:last-of-type {
          margin-right: 0; }
    footer .footer_bottom .footer_bottom_right_up {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: 5%; }
    footer .footer_bottom .footer_bottom_right_down p {
      font-size: 10px;
      letter-spacing: 1.5px;
      color: #c6b27b;
      text-align: left;
      font-weight: 400; }

.back2top {
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 50px;
  height: 50px;
  opacity: 0.7; }
  .back2top a {
    display: block;
    width: 100%; }

@media screen and (max-width: 1200px) {
  .footer_shop .shop_slogan {
    font-size: 27px; }
  footer .footer_top h4 {
    font-size: 21.6px; }
    footer .footer_top h4::before, footer .footer_top h4::after {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 10%;
              flex: 1 0 10%; }
  footer .footer_bottom .footer_bottom_left {
    font-size: 9px; } }

@media screen and (max-width: 992px) {
  .footer_shop .shop_slogan {
    font-size: 25.5px; }
  footer .footer_top {
    margin-bottom: 2.5%; }
  footer .footer_bottom .footer_bottom_left {
    font-size: 8.5px; } }

@media screen and (max-width: 768px) {
  .footer_shop {
    padding: 3.5% 0; }
    .footer_shop .shop_slogan {
      font-size: 24px; }
    .footer_shop .logoBottom .shop_logo {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .footer_shop .logoBottom .shop_logo picture {
        width: 46%;
        height: auto;
        margin: 2.5% 1.5%; }
  footer .footer_bottom .footer_bootom_inner {
    display: block; }
  footer .footer_bottom .footer_bottom_left {
    font-size: 8px; }
  footer .footer_bottom .footer_bottom_right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0; }
    footer .footer_bottom .footer_bottom_right .footer_bottom_right_up {
      display: none; } }

@media screen and (max-width: 600px) {
  .footer_shop .shop_slogan {
    font-size: 21px; }
  .footer_shop .shop_logo .logoTop,
  .footer_shop .shop_logo .logoBottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer_shop .shop_logo .logoTop picture,
    .footer_shop .shop_logo .logoBottom picture {
      height: auto;
      margin: 2% auto; }
  .footer_shop .shop_logo .logoTop {
    margin-bottom: 0; }
  footer .footer_bottom .footer_bottom_left {
    font-size: 7px; }
  footer .footer_bottom .innerWrap {
    width: 90%; } }

@media screen and (max-width: 480px) {
  .footer_shop {
    padding: 5% 0; }
    .footer_shop .shop_logo picture {
      width: 45%;
      height: auto;
      margin: 2.5%; }
  footer .footer_top {
    margin-top: 1.5%; }
    footer .footer_top .fb_item {
      display: none; }
    footer .footer_top h4 {
      font-size: 15.6px;
      width: 100%; }
    footer .footer_top .shop {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
      footer .footer_top .shop .shop_item {
        padding: 1.5%;
        width: 40%; }
        footer .footer_top .shop .shop_item:first-of-type, footer .footer_top .shop .shop_item:nth-of-type(2) {
          width: 40%; }
    footer .footer_top .footer_top_content {
      padding: 5% 0; }
    footer .footer_top .innerWrap {
      width: 90%; }
  footer .footer_bottom {
    padding: 1.5% .1%; }
    footer .footer_bottom .footer_bottom_left {
      font-size: 8.45px; }
    footer .footer_bottom .innerWrap {
      width: 99%; }
    footer .footer_bottom .footer_bottom_right a {
      margin: 0px 5px; }
  .back2top {
    width: 40px;
    height: 40px; } }

@media screen and (max-width: 414px) {
  footer .footer_bottom .innerWrap {
    width: 95%; } }

@media screen and (max-width: 375px) {
  .footer_shop .shop_slogan {
    font-size: 18px; }
  footer .footer_bottom .footer_bottom_left {
    font-size: 7.8px; } }

.alignCenter_popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10002;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .alignCenter_popup.show_popup {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s; }
    .alignCenter_popup.show_popup .alignCenter_popup-container {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  .alignCenter_popup .alignCenter_popup-container {
    position: relative;
    width: 90%;
    max-width: 600px;
    margin: 10em auto;
    padding: 30px 0 30px;
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px);
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .alignCenter_popup .alignCenter_popup-container a {
      width: 80%;
      display: block;
      margin: auto; }
    .alignCenter_popup .alignCenter_popup-container .alignCenter_popup-close {
      cursor: pointer;
      position: absolute;
      top: -3%;
      right: 3%;
      width: 30px;
      height: 30px;
      display: inline-block;
      overflow: hidden;
      text-indent: 100%;
      color: transparent;
      white-space: nowrap; }
      .alignCenter_popup .alignCenter_popup-container .alignCenter_popup-close:before, .alignCenter_popup .alignCenter_popup-container .alignCenter_popup-close:after {
        content: '';
        position: absolute;
        top: 13px;
        width: 16px;
        height: 3px;
        background-color: #FFF; }
      .alignCenter_popup .alignCenter_popup-container .alignCenter_popup-close:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        left: 8px; }
      .alignCenter_popup .alignCenter_popup-container .alignCenter_popup-close:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        right: 6px;
        top: 13px; }

@media screen and (max-width: 1200px) {
  .alignCenter_popup .alignCenter_popup-container {
    margin: 8em auto; }
    .alignCenter_popup .alignCenter_popup-container span {
      display: block; } }

@media screen and (max-width: 768px) {
  .alignCenter_popup .alignCenter_popup-container {
    margin: 5em auto; }
    .alignCenter_popup .alignCenter_popup-container img {
      width: 100%; }
    .alignCenter_popup .alignCenter_popup-container .line-break {
      display: block; } }

.animate__animated.animate__delay_100ms {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  --animate-delay: 100ms; }

.animate__animated.animate__delay_200ms {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  --animate-delay: 200ms; }

.animate__animated.animate__delay_300ms {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
  --animate-delay: 300ms; }

.animate__animated.animate__delay_400ms {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
  --animate-delay: 400ms; }

.animate__animated.animate__delay_500ms {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
  --animate-delay: 500ms; }

.animate__animated.animate__delay_600ms {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
  --animate-delay: 600ms; }

.animate__animated.animate__delay_700ms {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
  --animate-delay: 700ms; }

.animate__animated.animate__delay_800ms {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  --animate-delay: 800ms; }

.animate__animated.animate__delay_900ms {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
  --animate-delay: 900ms; }

.animate__animated.animate__delay_1000ms {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
  --animate-delay: 1000ms; }

.animate__animated.animate__delay_1100ms {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
  --animate-delay: 1100ms; }

.animate__animated.animate__delay_1200ms {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
  --animate-delay: 1200ms; }

.animate__animated.animate__delay_1300ms {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
  --animate-delay: 1300ms; }

.animate__animated.animate__delay_1400ms {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
  --animate-delay: 1400ms; }

.animate__animated.animate__delay_1500ms {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
  --animate-delay: 1500ms; }

.animate__animated.animate__delay_1600ms {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
  --animate-delay: 1600ms; }

.animate__duration_500ms {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms; }

.animate__duration_1s {
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s; }

.animate__duration_1500ms {
  -webkit-transition-duration: 1.5s;
       -o-transition-duration: 1.5s;
          transition-duration: 1.5s; }

.animate__zoomIn_custom {
  -webkit-animation: zoomIn_custom .5s ease-in-out;
          animation: zoomIn_custom .5s ease-in-out; }

@-webkit-keyframes zoomIn_custom {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform; }
  to {
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
            transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
    -webkit-transition-duration: .5s;
            transition-duration: .5s; } }

@keyframes zoomIn_custom {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform; }
  to {
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
         -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
            transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
    -webkit-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s; } }

.animate__flipInY_custom {
  -webkit-animation: flipInY_custom .5s ease-in-out forwards;
          animation: flipInY_custom .5s ease-in-out forwards; }

@-webkit-keyframes flipInY_custom {
  from {
    opacity: 0;
    -webkit-transform: perspective(2500px) rotateY(-100deg);
            transform: perspective(2500px) rotateY(-100deg);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  to {
    opacity: 1;
    -webkit-transform: perspective(2500px) rotateY(0);
            transform: perspective(2500px) rotateY(0);
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
            transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); } }

@keyframes flipInY_custom {
  from {
    opacity: 0;
    -webkit-transform: perspective(2500px) rotateY(-100deg);
            transform: perspective(2500px) rotateY(-100deg);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  to {
    opacity: 1;
    -webkit-transform: perspective(2500px) rotateY(0);
            transform: perspective(2500px) rotateY(0);
    -webkit-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
         -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
            transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); } }

.Breadcrumb {
  font-size: 15px;
  font-weight: 400;
  padding-top: 15px; }

@media screen and (max-width: 1200px) {
  .Breadcrumb {
    font-size: 13.5px; } }

@media screen and (max-width: 992px) {
  .Breadcrumb {
    font-size: 12.75px; } }

@media screen and (max-width: 768px) {
  .Breadcrumb {
    font-size: 12px; }
  .TopBanner {
    padding-top: 80px; } }

@media screen and (max-width: 600px) {
  .Breadcrumb {
    font-size: 10.5px; } }

@media screen and (max-width: 480px) {
  .Breadcrumb {
    font-size: 9.75px; } }

@media screen and (max-width: 375px) {
  .Breadcrumb {
    font-size: 9px; } }

/*# sourceMappingURL=style.css.map */
