@charset "UTF-8";
a {
  text-decoration: none; }

img {
  max-width: 100%;
  /*display: block*/; }

button {
  background: none;
  border: none; }

button:hover {
  cursor: pointer; }

html.sr .reveal,
html.sr .reveal-top,
html.sr .reveal-bot,
html.sr .reveal-left,
html.sr .reveal-right {
  visibility: hidden; }
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
@font-face {
  font-family: 'FuturaLT';
  src: url('./FuturaLT.woff2') format('woff2');
  font-weight: 400; 
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FuturaLT';
  src: url('./FuturaLT-Heavy.woff2') format('woff2');
  font-weight: 900; /* Heavy 通常對應 900 或 bold */
  font-style: normal;
  font-display: swap;
}

.mainframe {
  overflow-x: hidden; }
  .mainframe p, .mainframe a, .mainframe p a, .mainframe p span {
    font-family: 'FuturaLT', 'Noto Sans TC', 'Helvetica', sans-serif;
    font-size: 1rem;
    color: #000000;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px; }
  .mainframe h1 {
    font-family: 'FuturaLT', 'Noto Sans TC', 'Helvetica', sans-serif;
    font-size: 4rem;
    color: #000000;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    height: auto; }
  .mainframe .section__top {
    max-width: 1400px;
    margin: 0 auto;
    padding: 4vw 4vw 0; }
    @media screen and (max-width: 1440px) {
      .mainframe .section__top {
        padding: 0; } }
    .mainframe .section__top img {
      width: 100%; }
      @media screen and (max-width: 600px) {
        .mainframe .section__top img.top--db {
          display: none; } }
      .mainframe .section__top img.top--dn {
        display: none; }
        @media screen and (max-width: 600px) {
          .mainframe .section__top img.top--dn {
            display: block; } }
  .mainframe .section__desc {
    padding: 4rem 2rem; }
    .mainframe .section__desc p {
      text-align: center;
      margin-bottom: 2rem; }
      @media screen and (max-width: 500px) {
        .mainframe .section__desc p {
          text-align: justify; } }
      .mainframe .section__desc p:last-child {
        margin-bottom: 0; }
      .mainframe .section__desc p.special span {
        color: #E93A2F;
        text-decoration: underline;
        display: block;
        line-height: 2; }
      .mainframe .section__desc p span {
        display: block;
        line-height: 2; }
        @media screen and (max-width: 600px) {
          .mainframe .section__desc p span {
            font-size: 0.9rem; } }
        @media screen and (max-width: 500px) {
          .mainframe .section__desc p span {
            display: inline; } }
  .mainframe .section__items {
    /*margin-bottom: 8rem; */}
    @media screen and (max-width: 600px) {
      .mainframe .section__items {
        /*margin-bottom: 2.3rem;*/ } }
    .mainframe .section__items .inner {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      max-width: 1200px;
      width: 90%;
      margin: 0 auto 3em auto;
      flex-wrap: wrap;
      justify-content: center; }
      @media screen and (max-width: 400px) {
        .mainframe .section__items .inner {
          width: 95%; } }
      .mainframe .section__items .inner .title {
        width: 100%; 
        margin-bottom: 2rem;
      }
        .mainframe .section__items .inner .title h1 {
          font-size: 2.5rem;
          text-align: center;
          font-weight: 400;
          line-height: 1.5;
          margin-bottom: 2rem; }
          @media screen and (max-width: 600px) {
            .mainframe .section__items .inner .title h1 {
              font-size: 1.75rem;
              margin-bottom: 1.5rem; } }
      .mainframe .section__items .inner .title h2{
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        line-height: 2;
        letter-spacing: 0.05em;
        margin-bottom: 0px;
      }
       .mainframe .section__items .inner .title h2 span{
        display: inline-block;
        font-weight: 400;
        font-size: 70%;
        letter-spacing: .03em;
        margin-left: 6px;
       }
       .mainframe .section__items .inner .title h2 span::before{
        content: '';
        background-color: #8f8f8f;
        display: inline-block;
        width: 1px;
        height: 14px;
        transform: rotate(30deg);
        margin-right: 6px;
       }
       .mainframe .section__items .inner .title h3{
        text-align: center;
        font-size: 13px;
        letter-spacing: 0.05em;
    
        margin-bottom: 10px;
      }
      .mainframe .section__items .inner .title p{
          font-size: 90%;
          text-align: center;
          white-space: pre-line;
          margin-top: 0;
          line-height: 1.8;
          color: #666;
          }
      .mainframe .section__items .inner .staffImg{
        width: 180px;
        margin: 0 auto 10px auto;
      }
       .mainframe .section__items .inner .staffImg img{
        border-radius: 50%;
       }
      .mainframe .section__items .inner a.col {
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        text-align: center;
        width: calc(25% - 1.5rem);
        margin: 0 0.75rem 4rem; }
        @media screen and (max-width: 1200px) {
          .mainframe .section__items .inner a.col {
            width: calc(25% - 0.5rem);/*(33.33% - 0.5rem)*/
            margin: 0 0.25rem 1.5rem; } }
        @media screen and (max-width: 800px) {
          .mainframe .section__items .inner a.col {
            width: calc(45% - 0.5rem);/*(50% - 0.5rem)*/
            margin: 0 0.25rem 2.2rem; } }
        @media screen and (max-width: 600px) {
          .mainframe .section__items .inner a.col {
            width: calc(50% - 0.25rem);
            margin: 0 0.125rem 2rem; } }
        .mainframe .section__items .inner a.col:hover {
          transform: translateY(-5px); }
          @media screen and (max-width: 600px) {
            .mainframe .section__items .inner a.col:hover {
              transform: none; } }
        .mainframe .section__items .inner a.col p.item-name {
          margin: 0.75rem auto; }
          .mainframe .section__items .inner a.col p.item-name span {
            font-size: 1rem;
            font-weight: 400;
            letter-spacing: 0.05em;
            line-height: 1.5;
            display: block; }
            @media screen and (max-width: 1200px) {
              .mainframe .section__items .inner a.col p.item-name span {
                font-size: 0.9rem; } }
            .mainframe .section__items .inner a.col p.item-name span:nth-child(2) {
              font-size: 0.75rem;
              margin: 0.5rem auto 0.8rem;
              text-transform: uppercase; }
          @media screen and (max-width: 600px) {
            .mainframe .section__items .inner a.col p.item-name {
             /* margin-top: 1.5rem;*/ } }
        .mainframe .section__items .inner a.col p.item-price {
          margin: 0 auto 1.5rem;
          font-size: 0.8rem; }
          @media screen and (max-width: 600px) {
            .mainframe .section__items .inner a.col p.item-price {
              margin: 0rem auto 1.25rem; } }
          .mainframe .section__items .inner a.col p.item-price--discount {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-direction: row;
            justify-content: center;
            margin: 0 auto 1.5rem; }
            @media screen and (max-width: 1200px) {
              .mainframe .section__items .inner a.col p.item-price--discount {
                font-size: 0.9rem; } }
            @media screen and (max-width: 600px) {
              .mainframe .section__items .inner a.col p.item-price--discount {
                margin: 0rem auto 1.25rem; } }
            .mainframe .section__items .inner a.col p.item-price--discount span:first-child {
              color: #666666;
              text-decoration: line-through; }
            .mainframe .section__items .inner a.col p.item-price--discount span:last-child {
              color: #e83927; }
              .mainframe .section__items .inner a.col p.item-price--discount span:last-child:before {
                content: '→';
                color: #666666;
                position: relative;
                margin: 0 0.75rem;
                position: relative;
                top: 1px; }
                @media screen and (max-width: 400px) {
                  .mainframe .section__items .inner a.col p.item-price--discount span:last-child:before {
                    margin: 0 0.5rem; } }
        .mainframe .section__items .inner a.col p.item-price, .mainframe .section__items .inner a.col p.item-price--discount span {
          font-size: 0.8rem; }
          @media screen and (max-width: 600px) {
            .mainframe .section__items .inner a.col p.item-price, .mainframe .section__items .inner a.col p.item-price--discount span {
              font-size: 0.7rem; } }
        .mainframe .section__items .inner a.col span.button {
          background-color: #000000;
          padding: 0.6rem 1rem 0.5rem;
          color: #FFFFFF;
          display: inline-flex; }
          .mainframe .section__items .inner a.col span.button:after {
            content: 'Shop Now';
            text-transform: uppercase;
            font-size: 0.6rem;
            letter-spacing: 0.07em; }
  .mainframe .section__more {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -0.5em auto 5em auto; }
    @media screen and (max-width: 500px) {
      .mainframe .section__more {
        margin: -1em auto 4em auto; } }
    .mainframe .section__more .button {
      font-size: 90%;
      letter-spacing: 0.08em;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background-color: #fff;
      border: 1px solid #333;
      color: #333;
      text-transform: uppercase;
      padding: 1rem 2rem }
      .mainframe .section__more .button:after {
        content: '→';
        margin-left: 0.5rem;
        top: 1px;
        position: relative; }
      .mainframe .section__more .button:hover {
        transform: translateX(3px); }

/* --------------------
    footer
-------------------- */
.footer {
  padding: 16vw 0;
  background-color: black;
}
@media screen and (min-width: 1000px) {
  .footer {
    padding: 3.90625vw 0;
  }
}
.footer img {
  width: 100%;
  height: auto;
}
.footer__btn a {
  display: block;
  width: 80%;
  margin: 0 auto 10.6666666667vw;
  padding: 4vw;
  border: 1px solid #FFF;
  color: #FFF;
  transition: all 0.5s ease 0s;
  position: relative;
  font-family: 'FuturaLT', sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .footer__btn a {
    width: 380px;
    padding: 14px;
    margin: 0 auto 3.90625vw;
  }
}
.footer__btn a:hover {
  opacity: 0.6;
}
.footer__btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 4px solid transparent;
  border-right: 0 solid transparent;
  border-left: 6px solid #FFF;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
  transition: all 0.5s ease 0s;
}
.footer__logo {
  width: 29.3333333333vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo {
    width: min(130px, 10.15625vw);
    margin: 0 auto 1.25vw;
  }
}
.footer__logo a {
  display: block;
}
@media screen and (min-width: 1000px) {
  .footer__logo a {
    transition: all 0.5s ease;
  }
  .footer__logo a:hover {
    opacity: 0.6;
  }
}
.footer__copyright {
  text-align: center;
  color: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: min(13px, 1.015625vw);
  }
}

