@charset "UTF-8";
.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;
}
.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;
  }
}
.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.4rem 1rem;
  color: #FFFFFF;
  background-color: #651018;
  font-size: 17.25px;
  margin-top: 1rem;
  letter-spacing: 0.08em;
}
.mainframe .section__desc p.north{
	background-color: #7dbef4;
}
.mainframe .section__desc p.south{
	background-color: #f7c963;
}

@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.6rem 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;
}
.mainframe .section__nav {
  position: relative;
  width: 100%;
}
.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;
  justify-content: center;
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .mainframe .section__nav .menu-nav .inner {
    padding: 0 1rem;
  }
}
.mainframe .section__nav .menu-nav .inner .menu-item {
  display: flex;
  justify-content: center;
  border: solid 1px #CCCCCC;
  width: calc(25% - 10px);
  margin: 4px;
  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: #333333;
  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: 5px;
  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));
}
.mainframe .section__nav.original {
  margin-bottom: 2rem;
}
.mainframe .section__items {
  position: relative;
}
.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 4rem;
  }
}
.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: 1.5;
  letter-spacing: 0.02em;
}
.mainframe .section__items .item .title h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 600px) {
  .mainframe .section__items .item .title h1 {
    font-size: 25.5px;
  }
  .mainframe .section__items .item .title h2 {
    font-size: 19px;
  }
}
.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;
}
.mainframe .section__items .item .inner a.col:hover {
  transform: translateY(5px);
}
@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;
  }
}
.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);
}
.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;
}

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