.rwdpic {
  aspect-ratio: calc(var(--w) / var(--h));
}
@media (max-width: 980px) {
  .rwdpic {
    aspect-ratio: calc(var(--mw) / var(--mh));
  }
}
.theme__container {
  -webkit-font-smoothing: antialiased;
  font-family: 'Public Sans', 'Noto Sans TC', sans-serif;
}
.theme__container .serif {
  font-family: 'Bodoni Moda', serif;
}
.ratio-img {
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
}
@media (max-width: 980px) {
  .mb-hide {
    display: none!important;
  }
}
.theme__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding-bottom: 120px;
}
@media (max-width: 980px) {
  .theme__container {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
@media (max-width: 980px) {
  .theme__inner {
    padding: 0 10px;
  }
}
.theme__maintitle {
  font-size: 5rem;
  text-align: center;
  line-height: 1.5em;
  margin: 0;
  color: black;
  letter-spacing: 0.01em;
  font-weight: normal;
}
.theme__maintitle span.subtitle {
  font-size: 0.32em;
  line-height: 1.5em;
  margin-top: 5px;
}
@media (max-width: 980px) {
  .theme__maintitle {
    font-size: 3.07692308rem;
  }
}
.theme__banner {
  margin-top: 50px;
  margin-bottom: 40px;
}
.theme__banner img {
  aspect-ratio: 2.22222222;
}
@media (max-width: 980px) {
  .theme__banner img {
    aspect-ratio: 0.90361446;
  }
}
@media (max-width: 980px) {
  .theme__banner {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.theme__intro {
  font-size: 2.4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: black;
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .theme__intro {
    font-size: 1.97802198rem;
  }
}
.theme__section {
  margin-top: 120px;
}
.theme__section--border-top {
  border-top: 1px solid #e9e9e9;
  margin-top: 60px;
  padding-top: 40px;
}
@media (max-width: 980px) {
  .theme__section {
    margin-top: 50px;
  }
  .theme__section--border-top {
    margin-top: 30px;
    padding-top: 0;
  }
}
.theme__sec-title {
  font-size: 3.2rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: black;
  font-weight: normal;
  margin: 0;
  text-align: center;
}
.theme__sec-title .main {
  display: block;
}
.theme__sec-title .sub {
  display: block;
  font-size: 0.4375em;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media (max-width: 980px) {
  .theme__sec-title {
    font-size: 2.63736264rem;
  }
}
.theme__sec-intro {
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 980px) {
  .theme__sec-intro {
    font-size: 1.42857143rem;
  }
}
.theme__content {
  margin-top: 35px;
}
.theme__content--mt-more {
  margin-top: 60px;
}
@media (max-width: 980px) {
  .theme__content {
    margin-top: 20px;
  }
  .theme__content--mt-more {
    margin-top: 40px;
  }
}
.theme__photo {
  display: block;
  width: 100%;
}
.theme__photo img {
  display: block;
  width: 100%;
}
.theme-twin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.theme-twin + .theme-twin {
  margin-top: 120px;
}
@media (max-width: 980px) {
  .theme-twin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .theme-twin + .theme-twin {
    margin-top: 50px;
  }
}
.theme-twin__cell--lg {
  width: 53.3%;
}
.theme-twin__cell--sm {
  width: 40.1%;
}
@media (max-width: 980px) {
  .theme-twin__cell {
    width: 100%;
  }
  .theme-twin__cell--m-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .theme-twin__cell--m-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.theme-twin__photo img {
  aspect-ratio: calc(var(--w) / var(--h));
}
@media (max-width: 980px) {
  .theme-twin__photo img {
    aspect-ratio: calc(var(--mw) / var(--mh));
  }
}
@media (max-width: 980px) {
  .theme-twin__content {
    margin-top: 20px;
    padding: 0 20px;
  }
}
.theme-twin__title {
  font-size: 2rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: black;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 980px) {
  .theme-twin__title {
    font-size: 1.42857143rem;
    font-weight: bold;
  }
}
.theme-twin__title--lg {
  font-size: 3.2rem;
  line-height: 1.5em;
}
.theme-twin__text {
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 0.06em;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 980px) {
  .theme-twin__text {
    font-size: 1.42857143rem;
  }
}
.theme-lineup__title {
  text-align: center;
  font-weight: 300;
  margin: 0;
}
.theme-lineup__title .main {
  display: block;
  font-size: 1.8rem;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  color: black;
}
.theme-lineup__title .sub {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  color: black;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media (max-width: 980px) {
  .theme-lineup__title .main {
    font-size: 1.86813187rem;
  }
  .theme-lineup__title .sub {
    font-size: 1.31868132rem;
  }
}
.theme-lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.theme-lineup__list--narrower {
  max-width: 900px;
}
@media (max-width: 980px) {
  .theme-lineup__list {
    padding: 0 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.theme-lineup__item {
  height: 240px;
}
.theme-lineup__item--1-3 {
  width: 33.33%;
}
.theme-lineup__item--1-3:nth-of-type(n+4) {
  margin-top: 30px;
}
.theme-lineup__item--1-4 {
  width: 25%;
}
.theme-lineup__item--1-4:nth-of-type(n+5) {
  margin-top: 30px;
}
.theme-lineup__item--higher {
  height: 260px;
}
@media (max-width: 980px) {
  .theme-lineup__item {
    height: auto;
    min-height: 170px;
    width: 50%;
  }
  .theme-lineup__item:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .theme-lineup__item--1-4:nth-of-type(n+5) {
    margin-top: 20px;
  }
}
.theme-lineup__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: rgba(245, 245, 245, 0);
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
.theme-lineup__item a:hover {
  background-color: #f5f5f5;
}
.theme-lineup__item a:hover svg {
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
}
.theme-lineup__inner {
  display: block;
}
.theme-lineup__name {
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: center;
  margin: 0;
  font-weight: 300;
}
@media (max-width: 980px) {
  .theme-lineup__name {
    font-size: 1.53846154rem;
  }
}
.theme-lineup__photo {
  width: 147px;
  display: block;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}
.theme-lineup__photo--auto {
  width: auto;
}
.theme-lineup__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: calc(var(--w) / var(--h));
}
@media (max-width: 980px) {
  .theme-lineup__photo img {
    aspect-ratio: calc(var(--mw) / var(--mh));
  }
}
.theme-lineup__photo--pair {
  width: 105px;
  margin-top: 15px;
}
@media (max-width: 980px) {
  .theme-lineup__photo {
    margin-top: 15px;
    width: auto;
  }
}
.theme-lineup__more {
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
  position: relative;
  font-weight: 300;
}
.theme-lineup__more .new {
  position: absolute;
  top: -1.5em;
  left: 0;
  display: block;
  width: 100%;
  font-size: 0.85714286em;
  color: #999;
}
.theme-lineup__more svg {
  display: inline;
  vertical-align: -0.1em;
  width: 1em;
  height: 1em;
  margin-left: 0.57142857em;
  -webkit-transition: -webkit-transform 0.45s;
  transition: -webkit-transform 0.45s;
  transition: transform 0.45s;
  transition: transform 0.45s, -webkit-transform 0.45s;
}
@media (max-width: 980px) {
  .theme-lineup__more {
    font-size: 1.31868132rem;
  }
}
@media (max-width: 980px) {
  .theme__belt {
    margin: 0 -10px;
    width: auto;
  }
}
.theme__belt img {
  aspect-ratio: calc(var(--w) / var(--h));
}
@media (max-width: 980px) {
  .theme__belt img {
    aspect-ratio: calc(var(--mw) / var(--mh));
  }
}
.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 980px) {
  .feature {
    display: block;
  }
}
.feature__block {
  width: 46.7%;
}
@media (max-width: 980px) {
  .feature__block {
    width: 100%;
  }
  .feature__block + .feature__block {
    margin-top: 50px;
  }
}
.feature__content {
  margin-top: 18px;
}
@media (max-width: 980px) {
  .feature__content {
    padding: 0 20px;
  }
}
.feature__photo img {
  aspect-ratio: calc(var(--w) / var(--h));
}
@media (max-width: 980px) {
  .feature__photo img {
    aspect-ratio: calc(var(--mw) / var(--mh));
  }
}
.feature__title {
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: black;
  margin: 0;
}
@media (max-width: 980px) {
  .feature__title {
    font-size: 1.42857143rem;
  }
}
.feature__text {
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 0.06em;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 980px) {
  .feature__text {
    font-size: 1.42857143rem;
  }
}
.feature__caption {
  font-size: 1.2rem;
  line-height: 1.33333333em;
  letter-spacing: 0;
  color: #999;
}
@media (max-width: 980px) {
  .feature__caption {
    font-size: 1.31868132rem;
  }
}
.uppercase {
  text-transform: uppercase;
}
.collection {
  margin-top: 120px;
}
@media (max-width: 980px) {
  .collection {
    margin-top: 50px;
  }
}
.collection__title {
  font-size: 2.8rem;
}
