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

.mainframe {
  position: relative;
  padding: 0;
  margin: 0;
  background-color: #EFEFEF;
  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: "Karla", "Noto Sans TC", Helvetica, Arial, sans-serif;
  color: #000000;
  margin: 0;
}
.mainframe h1 {
  font-family: "Karla", "Noto Sans TC", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.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: 6rem 3rem;
  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: #651018;
  font-size: 12.75px;
  line-height: 1.5;
}
.mainframe .section__main .item {
  padding: 8rem 0;
}
.mainframe .section__main .item.color1 {
  background-color: #B0D5D1;
}
.mainframe .section__main .item.color1 .item-top .title span {
  color: #B0D5D1;
}
.mainframe .section__main .item.color2 {
  background-color: #BBBEDA;
}
.mainframe .section__main .item.color2 .item-top .title span {
  color: #BBBEDA;
}
.mainframe .section__main .item.color3 {
  background-color: #DCDAB9;
}
.mainframe .section__main .item.color3 .item-top .title span {
  color: #DCDAB9;
}
.mainframe .section__main .item.color4 {
  background-color: #D5B0B0;
}
.mainframe .section__main .item.color4 .item-top .title span {
  color: #D5B0B0;
}
.mainframe .section__main .item.color5 {
  background-color: #C5D5B0;
}
.mainframe .section__main .item.color5 .item-top .title span {
  color: #C5D5B0;
}
.mainframe .section__main .item.color6 {
  background-color: #B0CAD5;
}
.mainframe .section__main .item.color6 .item-top .title span {
  color: #B0CAD5;
}
.mainframe .section__main .item .item-top .title {
  text-align: center;
}
.mainframe .section__main .item .item-top .title span {
  background-color: #FFFFFF;
  padding: 0.3rem 1rem;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 0.9em;
}
.mainframe .section__main .item .item-top .title h1 {
  font-size: 3.5em;
  font-weight: 700;
  color: #FFFFFF;
  margin: 2rem auto;
}
@media screen and (max-width: 600px) {
  .mainframe .section__main .item .item-top .title h1 {
    font-size: 3em;
  }
}
.mainframe .section__main .item .item-top .tags {
  text-align: center;
  margin: 0 auto;
}
.mainframe .section__main .item .item-top .tags span {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
  line-height: 3;
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
  font-size: 1em;
}
.mainframe .section__main .item .item-mid {
  max-width: 600px;
  margin: 0 auto;
}
.mainframe .section__main .item .item-mid .links {
  text-align: center;
}
.mainframe .section__main .item .item-mid .links a {
  color: #FFFFFF;
  text-decoration: underline;
  display: block;
  margin-bottom: 1.5rem;
  line-height: 2;
}
.mainframe .section__main .item .item-mid .links a:last-child {
  margin-bottom: 0;
}
.mainframe .section__main .item .item-mid .links a:after {
  content: " →";
}
.mainframe .section__main .item .item-mid .links a:nth-child(1):before {
  content: "(左) ";
}
.mainframe .section__main .item .item-mid .links a:nth-child(2):before {
  content: "(中) ";
}
.mainframe .section__main .item .item-mid .links a:nth-child(3):before {
  content: "(右) ";
}
.mainframe .section__main .item .item-bot {
  margin-top: 4rem;
}
.mainframe .section__main .item .item-bot .swiper {
  max-width: 800px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .mainframe .section__main .item .item-bot .swiper {
    width: 95%;
  }
}
.mainframe .section__main .item .item-bot .swiper .swiper-wrapper {
  flex-direction: row;
}
.mainframe .section__main .item .item-bot .swiper .swiper-slide {
  height: calc((100% - 10px) / 2) !important;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .mainframe .section__main .item .item-bot .swiper .swiper-slide {
    margin-top: 8px;
  }
}
.mainframe .section__main .item .item-bot .swiper .swiper-slide a img {
  border-radius: 10px 10px 0 0;
}
.mainframe .section__main .item .item-bot .swiper .swiper-slide a .desc {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #FFFFFF;
  padding: 2rem 0;
  border-radius: 0px 0px 10px 10px;
  min-height: 10rem;
}
@media screen and (max-width: 600px) {
  .mainframe .section__main .item .item-bot .swiper .swiper-slide a .desc {
    padding: 1rem 0;
  }
}
.mainframe .section__main .item .item-bot .swiper .swiper-slide a .desc .brand {
  color: #C5C5C5;
  letter-spacing: 0.05em;
  margin-bottom: 0.4rem;
  font-size: 0.95em;
}
@media screen and (max-width: 600px) {
  .mainframe .section__main .item .item-bot .swiper .swiper-slide a .desc .brand {
    font-size: 0.85em;
  }
}
.mainframe .section__main .item .item-bot .swiper .swiper-slide a .desc .item-name {
  line-height: 1.25;
  font-size: 0.95em;
}
@media screen and (max-width: 600px) {
  .mainframe .section__main .item .item-bot .swiper .swiper-slide a .desc .item-name {
    font-size: 0.85em;
  }
}
.mainframe .section__main .item .item-bot .swiper .swiper-button-next, .mainframe .section__main .item .item-bot .swiper .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  outline: 0px;
  appearance: none;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.3);
  background-image: none;
}
.mainframe .section__main .item .item-bot .swiper .swiper-button-next:after, .mainframe .section__main .item .item-bot .swiper .swiper-button-prev:after {
  font-size: 16px;
}
.mainframe .section__more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8rem;
  padding-top: 6rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 400px) {
  .mainframe .section__more {
    margin: 0 auto 8rem;
    padding-top: 6rem;
  }
}
.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: black;
  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 .sep {
  margin: 6rem auto;
  margin-top: 15rem;
}
.mainframe .sep span {
  margin: 0 auto;
  height: 2px;
  width: 80px;
  background-color: #EFEFEF;
  transform: rotate(30deg);
  display: block;
}

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