@charset "UTF-8";
.mainframe {
  position: relative;
  padding: 0 0 8em 0;
  margin: 0;
  background-color: #FCF2E6;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1;
}
.mainframe ul, .mainframe li {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.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: "Cormorant Garamond", "Noto Serif TC", Helvetica, Arial, sans-serif;
  color: #000000;
  margin: 0;
}
.mainframe h1, .mainframe h2 {
  font-family: "Cormorant Garamond", "Noto Serif 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: 5em 3em 4em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .mainframe .section__desc {
    padding: 3em 2.5em 2em;
  }
}
.mainframe .section__desc h1 {
  font-size: 30px;
  margin-bottom: 1.5em;
  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.7em 1em;
  color: #FFFFFF;
  background-color: #651018;
  font-size: 17.25px;
  margin-top: 1em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 500px) {
  .mainframe .section__desc p.special {
    width: calc(100% - 2em);
    text-align: center;
    font-size: 15px;
  }
}
@media screen and (max-width: 320px) {
  .mainframe .section__desc p.special {
    width: calc(100% - 1.5em);
    padding: 0.7em 0.75em;
    font-size: 12.75px;
  }
}
.mainframe .section__desc p.special2 {
  text-align: center;
  margin-top: 0.5em;
}
.mainframe .section__desc p.special2 span {
  color: #651018;
  font-size: 12.75px;
  line-height: 1.5;
}
.mainframe .section__main {
  max-width: 700px;
  margin: 0 auto;
}
.mainframe .section__main .single, .mainframe .section__main .double {
  margin-bottom: 8em !important;
}
@media screen and (max-width: 600px) {
  .mainframe .section__main .single, .mainframe .section__main .double {
    margin-bottom: 6em !important;
  }
}
.mainframe .section__main .single {
  width: 70%;
  margin: 0 auto;
}
.mainframe .section__main .single .itemlist {
  text-align: center;
}
.mainframe .section__main .single .itemlist h2 {
  margin-top: 2.5em;
  text-decoration: underline;
  letter-spacing: 0.07em;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.mainframe .section__main .single .itemlist li {
  margin-bottom: 1em;
}
.mainframe .section__main .single .itemlist li:last-child {
  margin-bottom: 0;
}
.mainframe .section__main .double {
  display: flex;
}
.mainframe .section__main .double a {
  width: 50%;
}
.mainframe .section__main .double a:first-child {
  z-index: 1;
  left: 2em;
  position: relative;
}
.mainframe .section__main .double a:last-child {
  margin-top: 6em;
  z-index: 2;
  right: 2em;
  position: relative;
}
.mainframe .section__main .final {
  max-width: 340px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.mainframe .section__main .final img {
  margin-bottom: 2em;
}
.mainframe .section__more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4em auto 8em;
}
@media screen and (max-width: 400px) {
  .mainframe .section__more {
    margin: 6em auto 8em;
  }
}
.mainframe .sep {
  margin: 6em auto;
}
.mainframe .sep span {
  margin: 0 auto;
  height: 2px;
  width: 80px;
  background-color: #CCCCCC;
  transform: rotate(30deg);
  display: block;
}
.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.2em 3em 1em;
}
.mainframe .button:after {
  content: "→";
  margin-left: 0.5em;
  top: 1px;
  position: relative;
}
.mainframe .button:hover {
  transform: translateX(3px);
}

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