@charset "UTF-8";
body {
  margin: 0;
}

.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 p, .mainframe a, .mainframe p a, .mainframe p span {
  font-size: 15px;
  font-family: "Noto Sans TC", "Cormorant Garamond", Arial, sans-serif;
  color: #000000;
  margin: 0;
}
.mainframe h1, .mainframe h2 {
  font-family: "Cormorant Garamond", "Noto Serif TC", serif;
  font-weight: 400;
}
.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;
  }
}
.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__items {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.mainframe .section__items.alt {
  background-color: #E0EDED;
}
.mainframe .section__items.alt .item .item-bot .item-list a {
  border-bottom: solid 1px #FFFFFF;
}
.mainframe .section__items .item {
  max-width: 900px;
  margin: 0 auto;
}
.mainframe .section__items .item .item-top {
  text-align: center;
  margin-bottom: 4rem;
}
.mainframe .section__items .item .item-top h1 {
  font-size: 3.5em;
  letter-spacing: 0.04em;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 600px) {
  .mainframe .section__items .item .item-top h1 {
    font-size: 3em;
  }
}
.mainframe .section__items .item .item-top h2 {
  font-size: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .mainframe .section__items .item .item-top h2 {
    font-size: 1.5em;
  }
}
.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: 47.5%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .mainframe .section__items .item .item-mid .slide-holder {
    width: 90%;
  }
}
.mainframe .section__items .item .item-mid .slide-holder:last-child {
  margin-top: 4rem;
  align-self: end;
}
.mainframe .section__items .item .item-mid .slide-holder .button {
  position: relative;
  z-index: 2;
  font-size: 0.9em;
  display: inline-block;
  bottom: 2.5rem;
  padding: 2rem 3rem;
}
.mainframe .section__items .item .item-bot .text {
  margin: 6rem auto 4rem;
  text-align: center;
}
.mainframe .section__items .item .item-bot .text span {
  display: block;
  line-height: 2.5;
}
.mainframe .section__items .item .item-bot .item-list {
  max-width: 540px;
  margin: 0 auto 1rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .mainframe .section__items .item .item-bot .item-list {
    width: 90%;
  }
}
.mainframe .section__items .item .item-bot .item-list h1 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.7em;
  letter-spacing: 0.05em;
  border-bottom: solid 1px black;
  display: inline-block;
}
.mainframe .section__items .item .item-bot .item-list a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #EEEEEE;
  align-items: center;
}
.mainframe .section__items .item .item-bot .item-list a:hover {
  transform: translateX(3px);
}
.mainframe .section__items .item .item-bot .item-list a:last-child {
  border-bottom: none;
}
.mainframe .section__items .item .item-bot .item-list a .left {
  display: flex;
}
.mainframe .section__items .item .item-bot .item-list a .left img {
  width: 60px;
}
.mainframe .section__items .item .item-bot .item-list a .left .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 2rem;
}
.mainframe .section__items .item .item-bot .item-list a .left .desc p {
  font-size: 0.9em;
  text-align: left;
}
.mainframe .section__items .item .item-bot .item-list a .left .desc .name {
  margin: 0.5rem 0;
  line-height: 1.5;
}
.mainframe .section__items .item .item-bot .item-list a .shopnow {
  font-family: "Cormorant Garamond";
  background-color: #000000;
  color: #FFFFFF;
  padding: 0.3rem 0.8rem;
  display: block;
  font-size: 0.6em;
  font-weight: 600;
  text-transform: uppercase;
}
.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: "Cormorant Garamond";
}
.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;
  background-color: #000000;
  color: #FFFFFF;
  padding: 1.2rem 3rem 1rem;
  font-size: 1.2em;
}
.mainframe .button:after {
  content: "→";
  margin-left: 0.5rem;
  top: 1px;
  position: relative;
}
.mainframe .button:hover {
  transform: translateX(3px);
}
.mainframe .sep {
  margin: 6rem auto 0;
}
.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;
}

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