@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; }

.dtwrap {
  max-width: 100%;
  width: 100%; }

.memberWrap {
  padding: 0 0px !important;
  overflow-x: hidden; }

.mainframe {
  overflow-x: hidden; }
  .mainframe p, .mainframe a, .mainframe p a, .mainframe p span {
    font-family: 'Futura', 'Noto Sans TC', 'Helvetica', sans-serif;
    font-size: 1rem;
    color: #000000;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px; }
  .mainframe h1 {
    font-family: 'Futura', '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: 6rem 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.5; }
        @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: 6rem; } }
    .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;
      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%; }
        .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 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(33.3333% - 0.5rem);
            margin: 0 0.25rem 4rem; } }
        @media screen and (max-width: 800px) {
          .mainframe .section__items .inner a.col {
            width: calc(50% - 0.5rem);
            margin: 0 0.25rem 4rem; } }
        @media screen and (max-width: 600px) {
          .mainframe .section__items .inner a.col {
            width: calc(50% - 0.25rem);
            margin: 0 0.125rem 4rem; } }
        .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: 1.75rem auto 0.75rem; }
          .mainframe .section__items .inner a.col p.item-name span {
            font-size: 1rem;
            font-weight: 400;
            letter-spacing: 0;
            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.03em; }
  .mainframe .section__more {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -3rem auto 10rem; }
    @media screen and (max-width: 500px) {
      .mainframe .section__more {
        margin: -3rem auto 8rem; } }
    .mainframe .section__more .button {
      -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: #000000;
      color: #FFFFFF;
      text-transform: uppercase;
      padding: 1.5rem 3rem 1.3rem; }
      .mainframe .section__more .button:after {
        content: '→';
        margin-left: 0.5rem;
        top: 1px;
        position: relative; }
      .mainframe .section__more .button:hover {
        transform: translateX(3px); }
.mainframe .section__nav .menu-nav {
  position: relative;
  background-color: #FFFFFF;
  padding: 2rem 0;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 600px) {
  .mainframe .section__nav .menu-nav {
    padding: 1rem 0;
  }
}
.mainframe .section__nav .menu-nav .inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .mainframe .section__nav .menu-nav .inner {
    /*padding: 0 1rem*/;
    padding: 0 .5rem
  }
}
.mainframe .section__nav .menu-nav .inner .menu-item {
  display: flex;
  justify-content: center;
  border: solid 1px #CCCCCC;
  width: calc(33.333% - 10px);
  margin: /*4px*/ auto;
  text-align: center;
  padding: 1rem 0;
}
@media screen and (max-width: 600px) {
  .mainframe .section__nav .menu-nav .inner .menu-item {
   /* width: calc(50% - 6px);*/
   /* margin: 2px;*/
  }
}
.mainframe .section__nav .menu-nav .inner .menu-item p {
  display: flex;
  color: #333;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .mainframe .section__nav .menu-nav .inner .menu-item p {
    font-size: 0.9em;
  }
}
.mainframe .section__nav .menu-nav .inner .menu-item p:after {
  content: url("../images/arrow.svg");
  display: block;
  top: 1px;
  left: 6px;
  zoom: 80%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .mainframe .section__nav .menu-nav .inner .menu-item p:after {
    zoom: 60%;
    top: 4px;
  }
}
.mainframe .section__nav.cloned {
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1));
  background-color: #FFF;
  padding: 1em 0;
}
.mainframe .section__nav.original { 
  margin-bottom: 2rem;
}
@media screen and (max-width: 600px){
  .mainframe .section__nav.cloned{
    padding: 1.15em 0;
  }
}