@charset "UTF-8";

/* Base Styles */
.mainframe {
  position: relative;
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  font-size: 15px;
}

.mainframe a {
  text-decoration: none;
}

.mainframe img {
  max-width: 100%;
  display: block;
}

.mainframe button {
  background: none;
  border: none;
}

.mainframe button:hover {
  cursor: pointer;
}

.mainframe p,
.mainframe a,
.mainframe p a,
.mainframe p span {
  font-size: 15px;
  font-family: "Work Sans", "Noto Sans TC", Helvetica, Arial, sans-serif;
  color: #000000;
  margin: 0;
}

.mainframe h1 {
  font-family: "Work Sans", "Noto Sans TC", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

/* Section Top */
.mainframe .section__top {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4vw 4vw 0;
}

@media screen and (max-width: 1200px) {
  .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;
  }
}

/* Section Description */
.mainframe .section__desc {
  padding: 5rem 3rem 4rem;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .mainframe .section__desc {
    padding: 3rem 2.5rem 2rem;
  }
}

.mainframe .section__desc h1 {
  font-size: 30px;
  margin-bottom: 1.5rem;
  line-height: 1.75;
}

@media screen and (max-width: 600px) {
  .mainframe .section__desc h1 {
    font-size: 22.5px;
  }
}

.mainframe .section__desc p {
  text-align: center;
}

@media screen and (max-width: 500px) {
  .mainframe .section__desc p {
    text-align: justify;
  }
}

.mainframe .section__desc p span {
  font-size: 15px;
  letter-spacing: 0.04em;
  display: block;
  line-height: 2.5;
}

@media screen and (max-width: 500px) {
  .mainframe .section__desc p span {
    display: inline;
    font-size: 12.75px;
  }
}

.mainframe .section__desc p.special {
  display: inline-block;
  padding: 0.7rem 1rem;
  color: #FFFFFF;
  background-color: #651018;
  font-size: 17.25px;
  margin-top: 1rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 500px) {
  .mainframe .section__desc p.special {
    width: calc(100% - 2rem);
    text-align: center;
    font-size: 15px;
  }
}

@media screen and (max-width: 320px) {
  .mainframe .section__desc p.special {
    width: calc(100% - 1.5rem);
    padding: 0.7rem 0.75rem;
    font-size: 12.75px;
  }
}

.mainframe .section__desc p.special2 {
  text-align: center;
  margin-top: 0.5rem;
}

.mainframe .section__desc p.special2 span {
  color: #ff0000;
  font-size: 12.75px;
  line-height: 1.5;
}

/* Section Items */
.mainframe .section__items {
  position: relative;
  margin-top: 80px;
}

.mainframe .section__items .item {
  max-width: 1000px;
  margin: 0 auto 6rem;
}

@media screen and (max-width: 1200px) {
  .mainframe .section__items .item {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .mainframe .section__items .item {
    width: 95%;
    margin: 0 auto 2.2rem;
  }
}

.mainframe .section__items .item .title {
  text-align: center;
  margin-bottom: 2.5rem;
}

.mainframe .section__items .item .title h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 600px) {
  .mainframe .section__items .item .title h1 {
    font-size: 25.5px;
  }
}

.mainframe .section__items .item .inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.mainframe .section__items .item .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;
  width: calc(33.3333% - 1.5rem);
  margin: 0 0.75rem 4rem;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .mainframe .section__items .item .inner a.col:hover {
    transform: none;
  }
}

@media screen and (max-width: 800px) {
  .mainframe .section__items .item .inner a.col {
    width: calc(33.3333% - 1rem);
    margin: 0 0.5rem 4rem;
  }
}

@media screen and (max-width: 600px) {
  .mainframe .section__items .item .inner a.col {
    width: calc(50% - 0.5rem);
    margin: 0 0.25rem 3rem;
  }
}

.mainframe .section__items .item .inner a.col p {
  margin-top: 0.75rem;
  font-size: 13.5px;
}

@media screen and (max-width: 800px) {
  .mainframe .section__items .item .inner a.col p {
    font-size: 12px;
  }
}

.mainframe .section__items .item .inner a.col .item-top .rank {
  z-index: 2;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 52px solid #000000;
  border-right: 52px solid transparent;
  left: 0;
}

@media screen and (max-width: 500px) {
  .mainframe .section__items .item .inner a.col .item-top .rank {
    border-top: 44px solid #000000;
    border-right: 44px solid transparent;
  }
}

.mainframe .section__items .item .inner a.col .item-top .rank--r1 {
  border-top-color: #bfa870;
}

.mainframe .section__items .item .inner a.col .item-top .rank--r2 {
  border-top-color: #a8a9a8;
}

.mainframe .section__items .item .inner a.col .item-top .rank--r3 {
  border-top-color: #99795c;
}

.mainframe .section__items .item .inner a.col .item-top .rank span {
  font-size: 18px;
  color: #FFFFFF;
  position: relative;
  top: -2.9rem;
  left: 0.5rem;
  z-index: 3;
}

@media screen and (max-width: 500px) {
  .mainframe .section__items .item .inner a.col .item-top .rank span {
    font-size: 15px;
    top: -2.4rem;
    left: 0.4rem;
  }
}

.mainframe .section__items .item .inner a.col .item-bot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mainframe .section__items .item .inner a.col .item-bot p.item-name {
  font-size: 15px;
  margin-top: 1.5rem;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 800px) {
  .mainframe .section__items .item .inner a.col .item-bot p.item-name {
    font-size: 12.75px;
  }
}

.mainframe .section__items .item .inner a.col .item-bot p.item-price {
  color: #666666;
}

.mainframe .section__items .item .inner a.col .item-bot p.item-price--discount span {
  font-size: 13.5px;
}

@media screen and (max-width: 800px) {
  .mainframe .section__items .item .inner a.col .item-bot p.item-price--discount span {
    font-size: 12px;
  }
}

.mainframe .section__items .item .inner a.col .item-bot p.item-price--discount span:first-child {
  color: #666666;
  text-decoration: line-through;
  margin-right: 0.25rem;
}

.mainframe .section__items .item .inner a.col .item-bot p.item-price--discount span:last-child {
  color: #fc1212;
}

.mainframe .section__items .item .inner a.col .item-bot p.item-price--discount span:last-child:before {
  color: #666666;
  content: "→";
  margin-right: 0.75rem;
  position: relative;
  top: 1px;
}

.mainframe .section__items .item .inner a.col .item-bot p.item-discount {
  color: #fc1212;
}

.mainframe .section__items .item .inner a.col .shop-button {
  background-color: #000000;
  color: #FFFFFF;
  padding: 0.4rem 0.8rem;
  margin-top: 1.25rem;
}

.mainframe .section__items .item .inner a.col .shop-button:after {
  font-size: 9px;
  content: "Shop Now";
  text-transform: uppercase;
  display: block;
  color: #FFFFFF;
}

.mainframe .section__items .item .inner .rank {
  z-index: 2;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 52px solid #000000;
  border-right: 52px solid transparent;
  left: 0;
}

@media screen and (max-width: 500px) {
  .mainframe .section__items .item .inner .rank {
    border-top: 44px solid #000000;
    border-right: 44px solid transparent;
  }
}

.mainframe .section__items .item .inner .rank--r1 {
  border-top-color: #bfa870;
}

.mainframe .section__items .item .inner .rank--r2 {
  border-top-color: #a8a9a8;
}

.mainframe .section__items .item .inner .rank--r3 {
  border-top-color: #99795c;
}

.mainframe .section__items .item .inner .rank span {
  font-size: 18px;
  color: #FFFFFF;
  position: relative;
  top: -2.9rem;
  left: 0.5rem;
  z-index: 3;
}

@media screen and (max-width: 500px) {
  .mainframe .section__items .item .inner .rank span {
    font-size: 15px;
    top: -2.4rem;
    left: 0.4rem;
  }
}

/* Section More */
.mainframe .section__more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem auto 8rem;
}

@media screen and (max-width: 400px) {
  .mainframe .section__more {
    margin: 6rem 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;
  padding: 1.2rem 3rem 1rem;
}

.mainframe .section__more .button:after {
  content: "→";
  margin-left: 0.5rem;
  top: 1px;
  position: relative;
}

.mainframe .section__more .button:hover {
  transform: translateX(3px);
}

/* Back to Top */
.mainframe #backtop {
  position: fixed;
  bottom: 100px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 32px;
  height: 32px;
  display: block;
  text-decoration: none;
  display: none;
  text-align: center;
  z-index: 5;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.mainframe #backtop img {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 9px;
}

.mainframe #backtop:hover {
  background-color: #000000;
}

/* 圖片式Navigation */
.mainframe .nav-bg {
  background: #fff;
  padding: 20px 0;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .mainframe .nav-bg {
    padding: 20px 0;
  }
}

.mainframe .nav {
  display: flex;
  overflow-x: scroll;
  margin: 0;
  padding-left: 15px;
}
@media screen and (max-width: 640px) {
  .mainframe .nav {
    padding-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .mainframe .nav {
    flex-wrap: wrap;
    width: 60vw;
    margin: 0 auto;
    overflow-x: visible;
    padding: 0;
    justify-content: center;
  }
}

.mainframe .nav li {
  width: 30vw;
  white-space: nowrap;
  list-style: none;
}

@media screen and (min-width: 767px) {
  .mainframe .nav li {
    width: 22vw;
  }
}

@media screen and (min-width: 1025px) {
  .mainframe .nav li {
    width: 10vw;
  }
}
@media screen and (min-width: 1441px) {
  .mainframe .nav li {
    width: 8vw;
  }
}

@media screen and (min-width: 1921px) {
  .mainframe .nav li {
    width: 13%;
  }
}

.mainframe .nav li:nth-child(n+2) {
  margin-left: 8px;
}

@media screen and (min-width: 1025px) {
  .mainframe .nav li:nth-child(n+2) {
    margin-left: 1vw;
  }
}

.mainframe .nav li:last-child {
  margin-right: 15px;
}
@media screen and (max-width: 640px) {
  .mainframe .nav li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .mainframe .nav li:last-child {
    margin-right: 0;
  }
}

.mainframe .nav .nav__img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .mainframe .nav .nav__img {
    width: 30vw;
  }
}

.mainframe .nav li a {
  display: block;
  transition: 0.3s;
}

@media screen and (min-width: 1025px) {
  .mainframe .nav li a:hover {
    transform: translateY(3px);
    filter: brightness(0.5);
  }
}

/* Animation Classes */
.fadein-01 {
  position: relative;
  z-index: 100;
}

.cloned {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
