@charset "UTF-8";
.mainframe {
  position: relative;
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1;
}
.mainframe a {
  text-decoration: none;
}
.mainframe img {
  max-width: 100%;
  display: block;
}
.mainframe button {
  background: none;
  border: none;
}
.mainframe button:hover {
  cursor: pointer;
}
.mainframe .button {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 60px;
  background-color: black;
  display: inline-block;
  color: #FFFFFF;
  padding: 1.25rem 1.5rem;
  font-size: 0.9em;
}
.mainframe .button:after {
  content: "→";
  margin-left: 0.5rem;
  top: 1px;
  position: relative;
}
.mainframe .button:hover {
  transform: translateX(3px);
}
.mainframe .button.color1 {
  background-color: #F47B34;
}
.mainframe .button.color2 {
  background-color: #F47B34;
}
.mainframe .button.color3 {
  background-color: #F47B34;
}
.mainframe .button.color4 {
  background-color: #F47B34;
}
.mainframe .button.color5 {
  background-color: #F47B34;
}
.mainframe .button.color6 {
  background-color: #F47B34;
}
.mainframe p, .mainframe a, .mainframe p a, .mainframe p span {
  font-size: 15px;
  font-family: "Josefin Sans", "Noto Sans TC", Arial, sans-serif;
  color: #000000;
  margin: 0;
}
.mainframe h1, .mainframe h2 {
  font-family: "Josefin Sans", "Noto Serif TC", serif;
  font-weight: 600;
}
.mainframe .text {
  margin: 2rem auto 0;
  text-align: left;
  font-size: 0.9em;
  line-height: 2.25;
}
.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;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .mainframe .section__desc {
    padding: 3rem 2.5rem;
  }
}
.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;
    margin-top: 0;
  }
}
.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__nav {
  max-width: 600px;
  margin: 0 auto;
  width: 90%;
}
.mainframe .section__nav .inner {
  display: flex;
  flex-wrap: wrap;
}
.mainframe .section__nav .inner a {
  position: relative;
  width: calc(33.3333% - 0.5rem);
  margin: 0.25rem;
}
@media screen and (max-width: 600px) {
  .mainframe .section__nav .inner a {
    width: calc(33.3333% - 0.3rem);
    margin: 0.15rem;
  }
}
.mainframe .section__nav .inner a .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
.mainframe .section__nav .inner a .overlay p {
  font-family: "Josefin Sans", "Noto Serif TC", serif;
  color: #FFFFFF;
  font-size: 1.75em;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .mainframe .section__nav .inner a .overlay p {
    font-size: 1.3em;
  }
}
.mainframe .section__nav .inner a .overlay img {
  width: 12px;
}
.mainframe .section__nav .inner a > img {
  position: relative;
  z-index: 1;
}
.mainframe .section__items {
  margin: 0 auto;
  background-color: #F9F4EE;
  padding: 6rem 0 0;
}
.mainframe .section__items.alt {
  background-color: #FFFFFF;
}
.mainframe .section__items.alt .item .item-bot .item-list a {
  border-bottom: solid 1px #FFFFFF;
}
.mainframe .section__items .item {
  max-width: 800px;
  margin: 0 auto;
}
.mainframe .section__items .item .item-up {
  text-align: center;
  margin-bottom: 4rem;
}
.mainframe .section__items .item .item-up .title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.mainframe .section__items .item .item-up .title .sub {
  background-color: black;
  color: #FFFFFF;
  font-family: "Josefin Sans", "Noto Sans TC", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0.8rem 1rem 0.4em;
  line-height: 1;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  border-radius: 20px;
}
.mainframe .section__items .item .item-up .title .sub.color1 {
  background-color: #F47B34;
}
.mainframe .section__items .item .item-up .title .sub.color2 {
  background-color: #F47B34;
}
.mainframe .section__items .item .item-up .title .sub.color3 {
  background-color: #F47B34;
}
.mainframe .section__items .item .item-up .title .sub.color4 {
  background-color: #F47B34;
}
.mainframe .section__items .item .item-up .title .sub.color5 {
  background-color: #F47B34;
}
.mainframe .section__items .item .item-up .title .sub.color6 {
  background-color: #F47B34;
}
.mainframe .section__items .item .item-up .title h1 {
  font-size: 2.75em;
  line-height: 1.25;
  margin-top: 1.5rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 600px) {
  .mainframe .section__items .item .item-up .title h1 {
    font-size: 2.25em;
  }
}
.mainframe .section__items .item .item-mid {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .mainframe .section__items .item .item-mid {
    flex-direction: column;
  }
}
.mainframe .section__items .item .item-mid .slide-holder {
  width: 60%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .mainframe .section__items .item .item-mid .slide-holder {
    width: 90%;
    margin: 0 auto;
  }
}
.mainframe .section__items .item .item-mid .slide-holder:last-child {
  width: 35%;
  margin-top: 2rem;
}
@media screen and (max-width: 800px) {
  .mainframe .section__items .item .item-mid .slide-holder:last-child {
    width: 70%;
  }
}
.mainframe .section__items .item .item-mid .slide-holder:last-child .staff {
  font-size: 0.9em;
  margin-top: 1rem;
}
.mainframe .section__items .item .item-mid .slide-holder:last-child .text {
  width: 90%;
  margin: 1.5rem auto;
}
@media screen and (max-width: 600px) {
  .mainframe .section__items .item .item-mid .slide-holder:last-child .text {
    margin: 2rem auto;
  }
}
.mainframe .section__items .item .item-down {
  margin-top: 6rem;
}
.mainframe .section__items .item .item-down .item {
  margin: 0 auto 2rem;
}
@media screen and (max-width: 1200px) {
  .mainframe .section__items .item .item-down .item {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .mainframe .section__items .item .item-down .item {
    width: 95%;
    margin: 0 auto 4rem;
  }
}
.mainframe .section__items .item .item-down .item .title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.mainframe .section__items .item .item-down .item .title h1 {
  font-size: 36px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .mainframe .section__items .item .item-down .item .title h1 {
    font-size: 25.5px;
  }
}
.mainframe .section__items .item .item-down .item .inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.mainframe .section__items .item .item-down .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 .item-down .item .inner a.col:hover {
  transform: translateY(5px);
}
@media screen and (max-width: 600px) {
  .mainframe .section__items .item .item-down .item .inner a.col:hover {
    transform: none;
  }
}
@media screen and (max-width: 800px) {
  .mainframe .section__items .item .item-down .item .inner a.col {
    width: calc(33.3333% - 1rem);
    margin: 0 0.5rem 4rem;
  }
}
@media screen and (max-width: 600px) {
  .mainframe .section__items .item .item-down .item .inner a.col {
    width: calc(50% - 0.5rem);
    margin: 0 0.25rem 3rem;
  }
}
.mainframe .section__items .item .item-down .item .inner a.col p {
  margin-top: 0.75rem;
  font-size: 13.5px;
}
@media screen and (max-width: 800px) {
  .mainframe .section__items .item .item-down .item .inner a.col p {
    font-size: 12px;
  }
}
.mainframe .section__items .item .item-down .item .inner a.col .item-bot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mainframe .section__items .item .item-down .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 .item-down .item .inner a.col .item-bot p.item-name {
    font-size: 12.75px;
  }
}
.mainframe .section__items .item .item-down .item .inner a.col .shop-button {
  background-color: #000000;
  color: #FFFFFF;
  padding: 0.4rem 0.8rem;
  margin-top: 1.25rem;
}
.mainframe .section__items .item .item-down .item .inner a.col .shop-button:after {
  font-size: 9px;
  content: "Shop Now";
  text-transform: uppercase;
  display: block;
  color: #FFFFFF;
}
.mainframe .section__more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8rem auto;
}
@media screen and (max-width: 400px) {
  .mainframe .section__more {
    margin: 6rem auto;
  }
}
.mainframe .section__more a {
  font-family: "Josefin Sans";
  background-color: #F47B34;
}
.mainframe .sep {
  margin: 6rem auto;
}
@media screen and (max-width: 600px) {
  .mainframe .sep {
    margin: 4rem auto;
  }
}
.mainframe .sep.sep-end {
  margin: 8rem auto;
}
.mainframe .sep span {
  margin: 0 auto;
  height: 2px;
  width: 80px;
  background-color: #EFEFEF;
  transform: rotate(30deg);
  display: block;
}
@media screen and (max-width: 600px) {
  .mainframe .sep span {
    width: 60px;
  }
}

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