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

.mainframe {
  position: relative;
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1;
  overflow-x: hidden;
}
.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 {
  font-family: "Cormorant Garamond", "Noto Serif TC", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.mainframe p.text {
  text-align: center;
}
.mainframe p.text span {
  font-size: 15px;
  letter-spacing: 0.04em;
  display: block;
  line-height: 2.5;
}
.mainframe .section__top {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4vw 4vw 0;
}
.mainframe .section__list {
  max-width: 600px;
  margin: 4rem auto 0;
}
.mainframe .section__list h1 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 1em;
}
.mainframe .section__list .inner {
  display: flex;
  flex-wrap: wrap;
}
.mainframe .section__list .inner a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
  width: 33.3333%;
}
.mainframe .section__list .inner a p {
  font-size: 0.9em;
  text-align: center;
  line-height: 1.25;
  margin: 1em auto 0.75em;
}
.mainframe .section__list .inner a span {
  font-size: 0.7em;
  background-color: #000000;
  color: white;
  text-transform: uppercase;
  padding: 0.2em 0.4em;
}
@media screen and (max-width: 1200px) {
  .mainframe .section__top {
    padding: 0;
  }
}
.mainframe .section__top img {
  width: 100%;
  border: solid 1px #DDDDDD;
}
@media screen and (max-width: 600px) {
  .mainframe .section__top img {
    border: none;
  }
}
@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;
  }
}
@media screen and (max-width: 500px) {
  .mainframe .section__desc p.text {
    text-align: justify;
  }
}
@media screen and (max-width: 500px) {
  .mainframe .section__desc p.text 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__items .item {
  max-width: 800px;
  margin: 0 auto 8em;
}
@media screen and (max-width: 600px) {
  .mainframe .section__items .item {
    margin: 0 auto 6em;
  }
}
.mainframe .section__items .item:last-child {
  margin-bottom: 0;
  padding-bottom: 3em;
}
.mainframe .section__items .item .title {
  text-align: center;
  margin-bottom: 2em;
}
.mainframe .section__items .item .title h1 {
  margin-top: 0.3em;
  font-size: 3.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .mainframe .section__items .item .title h1 {
    font-size: 2.75em;
  }
}
.mainframe .section__items .item .title p {
  font-size: 1.05em;
  font-weight: 600;
  display: inline-block;
  border-bottom: solid 1px #000000;
}
@media screen and (max-width: 600px) {
  .mainframe .section__items .item .title p {
    font-size: 1em;
  }
}
.mainframe .section__items .item .slideframe {
  width: 80%;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .mainframe .section__items .item .slideframe {
    width: 100%;
    max-width: 100%;
  }
}
.mainframe .section__items .item .text {
  margin: 2em auto;
  width: 90%;
}
@media screen and (max-width: 600px) {
  .mainframe .section__items .item .text span {
    font-size: 0.9em;
  }
}
.mainframe .section__items .item .details {
  background-color: #fff;
  display: flex;
  margin: 0 auto;
  width: 90%;
}
.mainframe .section__items .item .details a {
  width: 50%;
}
.mainframe .section__items .item .itemlist {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.5em;
}
.mainframe .section__items .item .itemlist p {
  text-decoration: underline;
  margin-bottom: 1.5em;
  font-size: 1.3em;
}
@media screen and (max-width: 600px) {
  .mainframe .section__items .item .itemlist p {
    font-size: 1.1em;
  }
}
.mainframe .section__items .item .itemlist a {
  margin-bottom: 1.25em;
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 600px) {
  .mainframe .section__items .item .itemlist a {
    font-size: 0.9em;
  }
}
.mainframe .section__items .item .itemlist a:last-child {
  margin-bottom: 0;
}
.mainframe .section__items .item .itemlist a:after {
  content: "→";
  margin-left: 0.5em;
}
.mainframe .section__items .item .itemlist a:hover {
  transform: translateX(5px);
}
.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 .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: 1em 2em;
  font-weight: 600;
}
.mainframe .button:after {
  content: "→";
  margin-left: 0.5em;
  top: 1px;
  position: relative;
}
.mainframe .button:hover {
  transform: translateX(3px);
}
.mainframe .sep {
  margin: 4em auto 6em;
}
.mainframe .sep span {
  margin: 0 auto;
  height: 2px;
  width: 80px;
  background-color: #DDDDDD;
  transform: rotate(30deg);
  display: block;
}
@media screen and (max-width: 600px) {
  .mainframe .sep span {
    width: 60px;
  }
}

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