@charset "UTF-8";
/**
 * 往上適應
 */
/**
 * 往下適應
 */
/**
 * 範圍內適應
 */
/**
 * 直立螢幕
 */
/**
 * 橫向螢幕
 */
/**
 * 觸碰裝置
 */
/**
 * 非觸碰裝置
 */
.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-middle {
  font-weight: 500 !important;
}

.fw-middler {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

@media (min-width: 414px) {
  .fw-xs-lighter {
    font-weight: lighter !important;
  }
  .fw-xs-light {
    font-weight: 300 !important;
  }
  .fw-xs-normal {
    font-weight: 400 !important;
  }
  .fw-xs-middle {
    font-weight: 500 !important;
  }
  .fw-xs-middler {
    font-weight: 600 !important;
  }
  .fw-xs-bold {
    font-weight: 700 !important;
  }
  .fw-xs-bolder {
    font-weight: bolder !important;
  }
}
@media (min-width: 576px) {
  .fw-sm-lighter {
    font-weight: lighter !important;
  }
  .fw-sm-light {
    font-weight: 300 !important;
  }
  .fw-sm-normal {
    font-weight: 400 !important;
  }
  .fw-sm-middle {
    font-weight: 500 !important;
  }
  .fw-sm-middler {
    font-weight: 600 !important;
  }
  .fw-sm-bold {
    font-weight: 700 !important;
  }
  .fw-sm-bolder {
    font-weight: bolder !important;
  }
}
@media (min-width: 768px) {
  .fw-md-lighter {
    font-weight: lighter !important;
  }
  .fw-md-light {
    font-weight: 300 !important;
  }
  .fw-md-normal {
    font-weight: 400 !important;
  }
  .fw-md-middle {
    font-weight: 500 !important;
  }
  .fw-md-middler {
    font-weight: 600 !important;
  }
  .fw-md-bold {
    font-weight: 700 !important;
  }
  .fw-md-bolder {
    font-weight: bolder !important;
  }
}
@media (min-width: 992px) {
  .fw-lg-lighter {
    font-weight: lighter !important;
  }
  .fw-lg-light {
    font-weight: 300 !important;
  }
  .fw-lg-normal {
    font-weight: 400 !important;
  }
  .fw-lg-middle {
    font-weight: 500 !important;
  }
  .fw-lg-middler {
    font-weight: 600 !important;
  }
  .fw-lg-bold {
    font-weight: 700 !important;
  }
  .fw-lg-bolder {
    font-weight: bolder !important;
  }
}
@media (min-width: 1200px) {
  .fw-xl-lighter {
    font-weight: lighter !important;
  }
  .fw-xl-light {
    font-weight: 300 !important;
  }
  .fw-xl-normal {
    font-weight: 400 !important;
  }
  .fw-xl-middle {
    font-weight: 500 !important;
  }
  .fw-xl-middler {
    font-weight: 600 !important;
  }
  .fw-xl-bold {
    font-weight: 700 !important;
  }
  .fw-xl-bolder {
    font-weight: bolder !important;
  }
}
@media (min-width: 1400px) {
  .fw-xxl-lighter {
    font-weight: lighter !important;
  }
  .fw-xxl-light {
    font-weight: 300 !important;
  }
  .fw-xxl-normal {
    font-weight: 400 !important;
  }
  .fw-xxl-middle {
    font-weight: 500 !important;
  }
  .fw-xxl-middler {
    font-weight: 600 !important;
  }
  .fw-xxl-bold {
    font-weight: 700 !important;
  }
  .fw-xxl-bolder {
    font-weight: bolder !important;
  }
}
@media (min-width: 1620px) {
  .fw-jumbo-lighter {
    font-weight: lighter !important;
  }
  .fw-jumbo-light {
    font-weight: 300 !important;
  }
  .fw-jumbo-normal {
    font-weight: 400 !important;
  }
  .fw-jumbo-middle {
    font-weight: 500 !important;
  }
  .fw-jumbo-middler {
    font-weight: 600 !important;
  }
  .fw-jumbo-bold {
    font-weight: 700 !important;
  }
  .fw-jumbo-bolder {
    font-weight: bolder !important;
  }
}
/**
 * * Allows you to use retina images at various pixel densities.
 * * Examples:
 * *
 * *   +retina(/images/mypic.jpg, 2);
 * *   +retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 * *
 * * @param  {Value}  $path               The path to the file name minus extension.
 * * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * * @param  {Value}  $extras: null       Any other `background` values to be added.
 * */
/**
 * * font-size
 * */
/**
 * * line-height
 * */
/**
 * * letter-spacing
 * */
/**
 * * font-weight
 * */
/*  ===== firefox font weight bold 統一設定為 normal (firefox 在小字為粗體的時候會過粗) ===== */
/**
 * * ellipsis（文字設定超過幾行 -> ...）
 * */
/**
 * * px 換算 -> vw
 * */
/**
 * * margin
 * */
/**
 * * padding
 * */
.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 576px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100%;
    padding-right: 13.5vw;
    padding-left: 13.5vw;
  }
}

.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
@media (min-width: 576px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 576px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container-end {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .container-end {
    max-width: 540px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .container-end {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-end {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-end {
    max-width: 100%;
    padding-right: 0;
    padding-left: 13.5vw;
  }
}
@media (min-width: 576px) {
  .container-end > .row {
    padding-right: 0;
  }
}

.container-end-fluid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container-end-fluid > .row {
  padding-left: 0;
  padding-right: 0;
}
.container-end-fluid .row > * {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .container-end-fluid {
    padding-right: 0;
    padding-left: 13.5vw;
  }
}

*:focus, *:active, *:visited,
*::before:focus,
*::before:active,
*::before:visited,
*::after:focus,
*::after:active,
*::after:visited {
  outline: none !important;
  box-shadow: none !important;
}

body {
  color: #121412;
  letter-spacing: 0.1em;
  line-height: 185%;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans TC", "Noto Sans", sans-serif;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  image-rendering: auto;
  touch-action: manipulation;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-color: #eae5d3;
}
body.modal-open {
  overflow: hidden;
}
body.is-hidden {
  overflow: hidden;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #121412;
  text-decoration: none;
  transition: all linear 300ms;
}
a:hover {
  color: currentColor;
}
a:active, a:hover, a:visited, a:focus {
  text-decoration: none;
  outline: 0;
  transition: all linear 300ms;
}

button {
  background-color: transparent;
  border: none;
  outline: 0;
  transition: all linear 300ms;
}
button:active, button:hover, button:visited, button:focus {
  outline: 0;
  transition: all linear 300ms;
}

ul, ol {
  padding: 0;
  margin-bottom: 0;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p {
  margin-bottom: 0;
  line-height: 185%;
  font-size: calc(16 / 16 * 1rem);
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: transparent;
  border: none;
  outline: 0;
  padding: 0;
}
input:active, input:hover, input:visited, input:focus, select:active, select:hover, select:visited, select:focus, textarea:active, textarea:hover, textarea:visited, textarea:focus {
  outline: 0;
}

input[type=submit], [type=date], [type=checkbox], button {
  cursor: pointer;
  transition: all linear 300ms;
}

::placeholder {
  color: #999999;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

main {
  margin: var(--navH) 0;
}
@media (min-width: 992px) {
  main {
    padding: 100px 0;
  }
}

.link-range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.cursor-pointer {
  cursor: pointer;
}

.h1 {
  font-size: calc(24 / 16 * 1rem);
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 160%;
}
@media (min-width: 768px) {
  .h1 {
    font-size: calc(34 / 16 * 1rem);
  }
}

.h2 {
  font-size: calc(18 / 16 * 1rem);
  line-height: 160%;
}
@media (min-width: 768px) {
  .h2 {
    font-size: calc(24 / 16 * 1rem);
  }
}

.h3 {
  font-size: calc(16 / 16 * 1rem);
  line-height: 160%;
}
@media (min-width: 768px) {
  .h3 {
    font-size: calc(20 / 16 * 1rem);
  }
}

.h4 {
  font-size: calc(18 / 16 * 1rem);
  line-height: 160%;
  font-weight: 700;
}

.h5 {
  font-size: calc(16 / 16 * 1rem);
  line-height: 160%;
}
@media (min-width: 768px) {
  .h5 {
    font-size: calc(16 / 16 * 1rem);
  }
}

.text-error {
  color: #FE2828;
}

.text-success {
  color: #1FA809 !important;
}

.img-cover {
  object-fit: cover;
  object-position: center center;
}

.img-contain {
  object-fit: contain;
  object-position: center center;
}

.bg-cover {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.flex-1 {
  flex: 1;
}

.u-list-initial {
  list-style: initial;
  padding-left: 2rem;
}

.swiper-thumbs .swiper-slide {
  border-radius: 3px;
  overflow: hidden;
  background-color: #ffffff;
}
.swiper-thumbs .swiper-slide-thumb-active {
  border: 2px solid #ea5514;
}

.swiper-pagination {
  bottom: 0;
  height: 20px;
  position: static;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 1px;
  background: rgba(18, 20, 18, 0.4);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #121412;
}

.os-custon > .os-scrollbar-horizontal {
  right: 14px;
  height: 14px;
  padding: 0px 6px;
}

.os-custon > .os-scrollbar-vertical {
  bottom: 14px;
  width: 14px;
  padding: 6px 0px;
}

.os-custon.os-host-rtl > .os-scrollbar-horizontal {
  left: 14px;
  right: 0;
}

.os-custon > .os-scrollbar-corner {
  height: 14px;
  width: 14px;
  background-color: transparent;
}

.os-custon > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

.os-custon > .os-scrollbar-horizontal > .os-scrollbar-track:before,
.os-custon > .os-scrollbar-vertical > .os-scrollbar-track:before {
  content: "";
  display: block;
  position: absolute;
  background: #F0F0F0;
}

.os-custon > .os-scrollbar-horizontal > .os-scrollbar-track:before,
.os-custon > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:before {
  left: 0;
  right: 0;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}

.os-custon > .os-scrollbar-vertical > .os-scrollbar-track:before,
.os-custon > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:before {
  top: 0;
  bottom: 0;
  width: 6px;
  left: 50%;
  margin-left: -1px;
}

.os-custon > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
  content: "";
  display: block;
  position: absolute;
  background: #505050;
  border-radius: 10px;
}

.os-custon > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:hover:before,
.os-custon > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle.active:before {
  height: 6px;
  margin-top: -2px;
}

.os-custon > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:hover:before,
.os-custon > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:hover:before {
  background: rgba(0, 0, 0, 0.7);
}

.os-custon > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle.active:before,
.os-custon > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle.active:before {
  background: #000000;
}

.os-custon > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  height: 100%;
  min-width: 30px;
}

.os-custon > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  width: 100%;
  min-height: 30px;
}

.os-custon.os-host-transition > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:before {
  transition: height 0.3s, margin-top 0.3s, background 0.2s;
}

.os-custon.os-host-transition > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:before {
  transition: width 0.3s, margin-left 0.3s, background 0.2s;
}

.breadcrumb {
  color: #505050;
  font-size: calc(14 / 16 * 1rem);
  font-family: "Zen Kaku Gothic Antique", "Noto Sans TC", "Noto Sans", sans-serif;
  line-height: 160%;
  background-color: transparent;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 40px;
  }
}
.breadcrumb a {
  color: #505050;
  letter-spacing: 0.03em;
  vertical-align: middle;
}

.breadcrumb-item + .breadcrumb-item {
  position: relative;
  padding-left: 30px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "｜";
  color: #999999;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translate(0, -50%);
}

.card {
  background-color: transparent;
  border: none;
}
.card.is-soldout .card-img::after {
  content: attr(data-msg);
  width: 100%;
  height: 100%;
  background-color: rgba(18, 20, 18, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
}
.card.is-soldout .c-check-group {
  pointer-events: none;
  color: #999999;
  transition: all linear 300ms;
}
.card.is-soldout .c-check-group .c-checkbox::before {
  color: #999999;
}
.card.is-soldout .c-check-group .c-radio::before {
  color: #999999;
}

.card-img {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  border-radius: 0;
}

.card-img-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all ease 400ms;
}

.card-body {
  padding: 10px 0 0 0;
}
.card-body .c-tags {
  margin-top: 5px;
}

.card-title {
  font-weight: 700;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .card-title {
    font-size: calc(18 / 16 * 1rem);
  }
}

.card-text {
  font-size: calc(14 / 16 * 1rem);
  letter-spacing: 0.03em;
  color: #505050;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans TC", "Noto Sans", sans-serif;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .card-text {
    margin-bottom: 10px;
  }
}

.card-price {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans TC", "Noto Sans", sans-serif;
  line-height: 185%;
}
@media (min-width: 768px) {
  .card-price {
    flex-direction: row;
    align-items: center;
  }
}

.card-price-org {
  font-size: calc(14 / 16 * 1rem);
  letter-spacing: 0.03em;
  color: #505050;
  line-height: 160%;
  font-weight: 400;
  text-decoration-line: line-through;
}
@media (min-width: 768px) {
  .card-price-org {
    margin-left: 10px;
  }
}

.card-choose {
  margin-top: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-top: 1px solid #999999;
}

[data-page=product-detail] .pdInfo.is-soldout .c-btn-count, .card.is-soldout .c-btn-count {
  background-color: rgba(153, 153, 153, 0.4);
  color: #999999;
  pointer-events: none;
}
[data-page=product-detail] .pdInfo.is-soldout .c-btn-count .c-btn-del::after, .card.is-soldout .c-btn-count .c-btn-del::after {
  color: #999999;
}
[data-page=product-detail] .pdInfo.is-soldout .c-btn-count .c-btn-add::after, .card.is-soldout .c-btn-count .c-btn-add::after {
  color: #999999;
}
[data-page=product-detail] .pdInfo.is-soldout .c-btn-count .c-btn-count-num, .card.is-soldout .c-btn-count .c-btn-count-num {
  color: #999999;
}
[data-page=product-detail] .pdInfo.is-soldout .c-btn-count .is-disabled.c-btn-del, .card.is-soldout .c-btn-count .is-disabled.c-btn-del, [data-page=product-detail] .pdInfo.is-soldout .c-btn-count .is-disabled.c-btn-add, .card.is-soldout .c-btn-count .is-disabled.c-btn-add, [data-page=product-detail] .pdInfo.is-soldout .c-btn-count .is-disabled.c-btn-count-num, .card.is-soldout .c-btn-count .is-disabled.c-btn-count-num {
  opacity: 1;
}

.c-btn-count {
  display: flex;
  align-items: center;
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans TC", "Noto Sans", sans-serif;
  border: 1px solid #999999;
  background-color: #ffffff;
  border-radius: 3px;
}
.c-btn-count.is-disabled {
  pointer-events: none;
}
.c-btn-count.is-disabled .c-btn-del {
  opacity: 0.2;
}
.c-btn-count.is-disabled .c-btn-count-num {
  opacity: 0.2;
}
.c-btn-count.is-disabled .c-btn-add {
  opacity: 0.2;
}
.c-btn-count button {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}
.c-btn-count button.is-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.c-btn-count .c-btn-del::after {
  content: "\e91a";
  font-family: "icomoon" !important;
  font-size: calc(24 / 16 * 1rem);
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #121412;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-btn-count .c-btn-add::after {
  content: "\e900";
  font-family: "icomoon" !important;
  font-size: calc(24 / 16 * 1rem);
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #121412;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-btn-count .c-btn-count-num {
  width: 100%;
  height: 42px;
  text-align: center;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}
.c-btn-count.is-inner {
  max-width: 100px;
}
.c-btn-count.is-inner button {
  width: 36px;
  height: 36px;
}
.c-btn-count.is-inner .c-btn-del {
  border-right: none;
}
.c-btn-count.is-inner .c-btn-add {
  border-left: none;
}

.c-btn {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans TC", "Noto Sans", sans-serif;
  line-height: 185%;
  transition: all linear 300ms;
}
.c-btn:hover {
  opacity: 0.7;
  transition: all linear 300ms;
}
.c-btn.is-disabled {
  background-color: rgba(153, 153, 153, 0.4);
  color: #999999;
  pointer-events: none;
}

.c-btn-underline {
  color: #505050;
  line-height: 160%;
  padding-bottom: 1px;
  border-bottom: 1px solid #505050;
  font-size: calc(14 / 16 * 1rem);
}
.c-btn-underline.is-disabled {
  color: #999999;
  border-color: #999999;
  background-color: transparent;
}

.c-btn-underline-error {
  color: #FE2828;
  line-height: 160%;
  padding-bottom: 1px;
  border-bottom: 1px solid #FE2828;
  font-size: calc(14 / 16 * 1rem);
}
.c-btn-underline-error:hover {
  color: #FE2828;
}
.c-btn-underline-error.is-disabled {
  background-color: transparent;
}

.c-btn-back {
  display: flex;
  align-items: center;
}
.c-btn-back.is-disabled {
  color: #999999;
  background-color: transparent;
}
.c-btn-back .icon-arrow_left {
  margin-right: 10px;
}

.c-btn-main {
  background-color: #ea5514;
  border-radius: 3px;
  max-width: 200px;
  padding: 6px 10px;
  width: 100%;
  color: #ffffff;
  display: block;
  text-align: center;
}
.c-btn-main:hover {
  color: #ffffff;
}

.c-btn-ol-dark {
  border-radius: 3px;
  max-width: 200px;
  padding: 6px 10px;
  width: 100%;
  color: #121412;
  display: block;
  text-align: center;
  border: 1px solid #121412;
}
.c-btn-ol-dark.is-disabled {
  border-color: #999999;
  color: #999999;
  background-color: rgba(153, 153, 153, 0.4);
}

.c-btn-ol-error {
  border-radius: 3px;
  max-width: 200px;
  padding: 6px 10px;
  width: 100%;
  color: #FE2828;
  display: block;
  text-align: center;
  border: 1px solid #FE2828;
}
.c-btn-ol-error:hover {
  color: #FE2828;
}
.c-btn-ol-error.is-disabled {
  border-color: #999999;
  color: #999999;
  background-color: rgba(153, 153, 153, 0.4);
}

.c-btn-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 15px;
}
.c-btn-icon.c-btn-ol-dark:hover {
  background-color: #121412;
  color: #ffffff;
  opacity: 1;
}

.m-products__block {
  border-bottom: 1px solid #999999;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .m-products__block {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
}
.m-products__block:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.m-products__item {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .m-products__item {
    margin-bottom: 40px;
  }
}
.m-products .card {
  height: 100%;
}
.m-products .card:hover .card-img-top {
  transform: scale(1.1);
  transition: all ease 400ms;
}
.m-products .card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.m-products .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}
.m-products .card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}
.m-products__item__widget {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: auto;
}

.l-loading {
  background-color: #ffffff;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 500ms;
}

body.is-loaded .l-loading {
  opacity: 0;
  z-index: -1;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 500ms;
}

.l-nav {
  width: 100%;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  color: #121412;
  transition: all ease 400ms;
}
.l-nav.sty-white .l-nav__menu__link {
  color: #ffffff;
}
.l-nav.is-scrollDown {
  transform: translateY(-100%);
  transition: all ease 400ms;
}
.l-nav.not-touch {
  position: relative;
}
.l-nav__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}
@media (min-width: 576px) {
  .l-nav__container {
    padding-right: 12px;
  }
}
@media (min-width: 1200px) {
  .l-nav__container {
    padding-right: 13.5vw;
  }
}
.l-nav__logo {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 80px;
  height: 80px;
  background-image: url("../images/logo/logo.jpg");
  background-size: conver;
  position: relative;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .l-nav__logo {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .l-nav__logo {
    width: 150px;
    height: 150px;
  }
}
.l-nav__menu {
  width: 100%;
}
.l-nav__menu__list {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-nav__menu__item {
  display: flex;
  align-items: center;
  padding: 10px 14px;
}
.l-nav__menu__link {
  color: #121412;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
  padding: 10px 0;
  transition: all linear 300ms;
}
@media (min-width: 1400px) {
  .l-nav__menu__link span {
    padding-bottom: 4px;
    border-bottom: 1px solid transparent;
    transition: all linear 300ms;
  }
}
@media (hover: hover) {
  .l-nav__menu__link:hover {
    opacity: 0.7;
    transition: all linear 300ms;
  }
}

.l-footer {
  background-color: #121412;
  padding: 60px 0;
  margin-top: auto;
}
.l-footer a {
  color: #ffffff;
}
.l-footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .l-footer__info {
    flex-direction: row;
    justify-content: space-between;
  }
}
.l-footer__info__group {
  margin-bottom: 10px;
}
.l-footer__info__col {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .l-footer__info__col {
    width: 50%;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .l-footer__info__col {
    width: 25%;
    margin-bottom: 15px;
  }
}
@media (min-width: 1620px) {
  .l-footer__info__col {
    margin-right: 169px;
  }
}
.l-footer__info__col:last-child {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #999999;
  width: auto;
  word-break: initial;
}
@media (min-width: 992px) {
  .l-footer__info__col:last-child {
    border-bottom: none;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.l-footer__info__col__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .l-footer__info__col__list {
    flex-direction: column;
    padding: 0;
  }
}
.l-footer__info__title {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .l-footer__info__title {
    margin-bottom: 10px;
  }
}
.l-footer__info__item {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans TC", "Noto Sans", sans-serif;
  line-height: 185%;
}
.l-footer__info__link {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans TC", "Noto Sans", sans-serif;
  line-height: 185%;
  color: #ffffff;
}
.l-footer__copy {
  display: flex;
  flex-direction: column;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans TC", "Noto Sans", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: calc(14 / 16 * 1rem);
  letter-spacing: 0.03em;
  text-align: center;
}
@media (min-width: 992px) {
  .l-footer__copy {
    text-align: right;
    flex-direction: row;
    justify-content: end;
  }
}
.l-footer__copy a {
  color: rgba(255, 255, 255, 0.7);
}
.l-footer__copy__others {
  margin-top: 5px;
}
@media (min-width: 992px) {
  .l-footer__copy__others {
    margin-top: 0;
  }
}
.l-footer__copy__link {
  color: white;
  margin-right: 24px;
  position: relative;
}
.l-footer__copy__link::after {
  content: "｜";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .l-footer__copy__link:first-child {
    margin-left: 24px;
  }
  .l-footer__copy__link:first-child::before {
    content: "｜";
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
  }
}
.l-footer__copy__link:last-child {
  margin-right: 0;
}
.l-footer__copy__link:last-child::after {
  display: none;
}

.l-products__select {
  width: 100%;
  border-radius: 3px;
  height: 46px;
  padding: 10px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #121412;
  border-bottom: 1px solid #999999;
  transition: all linear 300ms;
}
@media (min-width: 768px) {
  .l-products__select {
    display: none;
  }
}
.l-products__select .icon-dropdown {
  font-size: calc(16 / 16 * 1rem);
  color: #121412;
}
.l-products__select.is-hidden {
  visibility: hidden;
  opacity: 0;
  transition: all linear 300ms;
}

[data-page=index] main {
  margin-top: 0;
  padding: 0;
}
[data-page=index] .section {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  [data-page=index] .section {
    margin-bottom: 100px;
  }
}
[data-page=index] .banner .swiper-slide {
  position: relative;
  padding-top: 46.875%;
}
[data-page=index] .banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[data-page=index] .about__title {
  color: #ea5514;
  font-size: calc(28 / 16 * 1rem);
  font-weight: 700;
  margin-bottom: 20px;
}
[data-page=index] .vid video {
  width: 100%;
}

[data-page=product-detail] .mainSwiper {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 414px) {
  [data-page=product-detail] .mainSwiper {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  [data-page=product-detail] .mainSwiper {
    margin-bottom: 10px;
  }
}
[data-page=product-detail] .thumbSwiper {
  width: 100%;
}
@media (min-width: 414px) {
  [data-page=product-detail] .thumbSwiper {
    width: 20%;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  [data-page=product-detail] .thumbSwiper {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 414px) {
  [data-page=product-detail] .thumbSwiper .swiper-wrapper {
    flex-direction: column;
    height: calc(64.8% - 10px);
  }
}
@media (min-width: 768px) {
  [data-page=product-detail] .thumbSwiper .swiper-wrapper {
    flex-direction: row;
    width: 100%;
    height: auto;
  }
}
[data-page=product-detail] .thumbSwiper .swiper-slide {
  cursor: pointer;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media (min-width: 414px) {
  [data-page=product-detail] .thumbSwiper .swiper-slide {
    height: auto !important;
  }
}
[data-page=product-detail] .pdInfo.is-soldout .mainSwiper::after {
  content: attr(data-msg);
  width: 100%;
  height: 100%;
  background-color: rgba(18, 20, 18, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  z-index: 1000;
}
[data-page=product-detail] .pdInfo__start {
  height: 100%;
  margin-bottom: 15px;
}
@media (min-width: 414px) {
  [data-page=product-detail] .pdInfo__start {
    display: flex;
  }
}
@media (min-width: 768px) {
  [data-page=product-detail] .pdInfo__start {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  [data-page=product-detail] .pdInfo__start {
    margin-bottom: 0;
  }
}
[data-page=product-detail] .pdInfo__start__img {
  position: relative;
  padding-top: 100%;
}
[data-page=product-detail] .pdInfo__start__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
[data-page=product-detail] .pdInfo__end .h1 {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  [data-page=product-detail] .pdInfo__end .h1 {
    margin-bottom: 10px;
  }
}
[data-page=product-detail] .pdInfo__end .pdInfo__col {
  border-bottom: 1px solid #999999;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  [data-page=product-detail] .pdInfo__end .pdInfo__col {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  [data-page=product-detail] .pdInfo__end .pdInfo__col:first-child {
    padding-bottom: 40px;
  }
}
[data-page=product-detail] .pdInfo__end .pdInfo__col:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
[data-page=product-detail] .pdInfo__end .pdInfo__col__list {
  padding-left: 1rem;
  margin-left: 30px;
  list-style: disc;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans TC", "Noto Sans", sans-serif;
  line-height: 185%;
}
[data-page=product-detail] .pdInfo__end .pdInfo__subtext {
  font-weight: 700;
  color: #505050;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  [data-page=product-detail] .pdInfo__end .pdInfo__subtext {
    margin-bottom: 15px;
  }
}
[data-page=product-detail] .pdInfo__end .pdInfo__group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  [data-page=product-detail] .pdInfo__end .pdInfo__group {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 992px) {
  [data-page=product-detail] .pdInfo__end .pdInfo__group {
    margin-bottom: 30px;
  }
}
[data-page=product-detail] .pdInfo__end .pdInfo__group:last-child {
  margin-bottom: 0;
}
[data-page=product-detail] .pdInfo__end .pdInfo__group .h1 {
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  [data-page=product-detail] .pdInfo__end .pdInfo__group .h1 {
    letter-spacing: 0.05em;
  }
}
[data-page=product-detail] .pdInfo__end .pdInfo__group .h4 {
  flex-shrink: 0;
  margin-right: 10px;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  [data-page=product-detail] .pdInfo__end .pdInfo__group .h4 {
    padding-bottom: 7px;
  }
}
[data-page=product-detail] .pdInfo__end .pdInfo__group .h5 {
  line-height: 185%;
  flex-shrink: 0;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  [data-page=product-detail] .pdInfo__end .pdInfo__group .h5 {
    margin-bottom: 0;
    padding-bottom: 3px;
    margin-right: 15px;
  }
}
[data-page=product-detail] .pdInfo__end .pdInfo__group .c-select, [data-page=product-detail] .pdInfo__end .pdInfo__group .c-btn-count {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  [data-page=product-detail] .pdInfo__end .pdInfo__group .c-select, [data-page=product-detail] .pdInfo__end .pdInfo__group .c-btn-count {
    max-width: 272px;
  }
}
[data-page=product-detail] .pdInfo__end .pdInfo__group .c-btn {
  max-width: 100%;
}
@media (min-width: 1200px) {
  [data-page=product-detail] .pdInfo__end .pdInfo__group .c-btn {
    max-width: 440px;
  }
}
[data-page=product-detail] .pdInfo__end .pdInfo__group .c-hint {
  margin-left: 15px;
}
[data-page=product-detail] .pdInfo__end .pdInfo__group.price {
  flex-direction: row;
  align-items: flex-end;
}
[data-page=product-detail] .pdInfo__end .pdInfo__group .price__currency {
  font-weight: 700;
  margin-right: 5px;
}
@media (min-width: 768px) {
  [data-page=product-detail] .pdInfo__end .pdInfo__group .price__currency {
    font-size: calc(18 / 16 * 1rem);
  }
}
[data-page=product-detail] .pdInfo__end .pdInfo__group .price__org {
  letter-spacing: 0.03em;
  font-size: calc(14 / 16 * 1rem);
  font-family: "Zen Kaku Gothic Antique", "Noto Sans TC", "Noto Sans", sans-serif;
  color: #505050;
  text-decoration-line: line-through;
  margin-left: 10px;
}
@media (min-width: 992px) {
  [data-page=product-detail] .pdInfo__end .pdInfo__group .price__org {
    font-size: calc(16 / 16 * 1rem);
    margin-left: 20px;
  }
}
[data-page=product-detail] .info {
  border-top: 1px solid #999999;
  padding-top: 30px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  [data-page=product-detail] .info {
    padding-top: 50px;
    margin-top: 50px;
  }
}
[data-page=product-detail] .info__item:not(last-child) {
  margin-bottom: 60px;
}
[data-page=product-detail] .info__item__group {
  margin-bottom: 20px;
}
[data-page=product-detail] .info__item__group .h4 {
  margin-bottom: 6px;
}

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