@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: 1.2rem 1rem;
    color: #FFFFFF;
    background-color: #651018;
    font-size: 17.25px;
    margin-top: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.3;
}
.mainframe .section__desc p.special span{
	color: #FFFFFF;
	line-height: 2;
	font-size: 14px;
}
.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;
  }
  .mainframe .section__desc p.special span{
	font-size: 13px;
	}
}
@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.special span{
	font-size: 11px;
	}
}
.mainframe .section__desc p.special2 {
  text-align: center;
  margin-top: 0.5rem;
}
.mainframe .section__desc p.special2 span {
  color: #ff0000;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 500px) {
  .mainframe .section__desc p.special2 span {
	  display: block;
	}
}
.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: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .mainframe .section__nav .menu-nav .inner {
    padding: 0 0.3rem;
  }
}
.mainframe .section__nav .menu-nav .inner .menu-item {
  display: flex;
  justify-content: center;
  border: solid 1px #CCCCCC;
  width: calc(21% - 10px);
  margin: 4px;
  text-align: center;
  padding: 1.4rem 0.8rem ;
}
@media screen and (max-width: 600px) {
  .mainframe .section__nav .menu-nav .inner .menu-item {
    width: calc(50% - 6px);
    margin: 2px;
	padding: 1rem 0
  }
}
.mainframe .section__nav .menu-nav .inner .menu-item p {
  display: flex;
  /*flex-direction: column;*/
  color: #333333;
  margin: 0;
}
.mainframe .section__nav .menu-nav .inner .menu-item p span{
	  display:block;
}
@media screen and (max-width: 600px) {
  .mainframe .section__nav .menu-nav .inner .menu-item p {
    font-size: 0.85em;
	line-height: 1.3;
  }
  .mainframe .section__nav .menu-nav .inner .menu-item p span{
	  font-size: 0.9em;
	  display:block;
  }
}
.mainframe .section__nav .menu-nav .inner .menu-item p:after {
  content: url("../images/arrow.svg");
  display: block;
  /*top: 5px;
  left: 6px;*/
  left: 10%;
  top: 15%;
  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: 6rem;
}
.mainframe .section__items {
  position: relative;
}
.mainframe .section__items .item {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .mainframe .section__items .item {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
   .mainframe .section__nav.original {
	margin-bottom: 4rem;
  }
  .mainframe .section__items .item {
    width: 95%;
    margin: 0 auto;
  }
}
.mainframe .section__items .item .title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.mainframe .section__items .item .title h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.5;
  margin: 30px auto 0 auto;
  letter-spacing: 2px;
}
.mainframe .section__items .item .title h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-decoration: underline;
  margin: 5px auto 50px auto;
}
@media screen and (max-width: 600px) {
  .mainframe .section__items .item .title h1 {
    font-size: 25px;
  }
  .mainframe .section__items .item .title h2 {
    font-size: 16px;
  }
}
.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;
	display:block;
  }
  .mainframe .section__items .item .inner a.col .item-bot p.item-name span{
	font-size: 12.75px;
	display:block;
  }
}
.mainframe .section__items .item .inner a.col .item-bot p.item-price span{
  color: #666666;
  font-size: 13.5px;
}
.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,.mainframe .section__items .item .inner a.col .item-bot p.item-price 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.15rem;
}
.mainframe .section__items .item .inner a.col .item-bot p.item-price--discount span:nth-child(2) {
	color: #fc1212;
	/*text-decoration: line-through;*/
}
.text-line-though{
  text-decoration: line-through;
}
.mainframe .section__items .item .inner a.col .item-bot p.item-price--discount span:nth-child(2):before {
	color: #666666;
	content: "→";
	margin-right: 0.45rem;
	position: relative;
	top: 1px;
	text-decoration: inherit;
}
.mainframe .section__items .item .inner a.col .item-bot p.item-price--discount span:nth-child(3),.mainframe .section__items .item .inner a.col .item-bot p.item-price span:nth-child(2) {
	color: #fc1212;
	font-weight: 500;
	display: block;
	margin-top: 5px;
	width: 100%;
}
.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;
  display: flex;
  align-items: flex-end;
}
@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: 3rem auto 8rem auto;
}
@media screen and (max-width: 600px) {
  .mainframe .section__more {
    margin: 3rem auto 8rem;
	flex-direction: column;
  }
}
.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;
  margin:10px;
}
.mainframe .section__more .button:after {
  content: "→";
  margin-left: 0.5rem;
  top: 1px;
  position: relative;
}
.mainframe .section__more .button:hover {
  transform: translateX(3px);
}
@media screen and (max-width: 600px) {

}
.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;
}
.mainframe .sec-one{
	margin:0 auto;
	padding:10px 0;
	width:100%;
}
.mainframe .sec-two{
	margin:0 auto;
	padding:10px 0;
	width:100%;
}