/* index
---------------------------------------------------------------- */

/* main image
---------------------------------------------------------------- */
.sectionMainImage {
  position: relative;
  padding: 0;
  width: 100%;
  line-height: 0;
  background-color: #EEEDEC;
}
.sectionMainImage img {
  max-width: 100%;
  height: auto !important;
}

/* new release
-------------------------------- */
.sectionNewRelease {
  background-color: #f3f3f3;
}
.sectionNewRelease .row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.sectionNewRelease figure {
  width: 100%;
  height: 240px;
  background-image: url(/wp-content/uploads/2020/05/IMG_2759.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sectionNewRelease figure a {
  display: block;
  width: 100%;
  height: 100%;
}
.sectionNewRelease figcaption {
  padding: 24px;
  width: 100%;
  text-align: left;
}
.sectionNewRelease figcaption p {
  padding: 16px 0;
}
.sectionNewRelease figcaption h3 {
  font-size: 24px;
  border-bottom: 1px solid  rgba(0, 0, 0, 0.8);
}
.sectionNewRelease figcaption time {
  display: block;
  text-align: right;
}
.sectionNewRelease figcaption .toDetail {
  text-align: center;
}
.sectionNewRelease figcaption a {
  display: inline-block;
  padding: 16px 0;
  width: 80%;
  font-weight: 700;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 1.0);
}
.sectionNewRelease figcaption a:hover {
  background-color: rgba(0, 0, 0, 0.16);
}
@media(min-width:769px) {
  .sectionNewRelease .row {
    flex-direction: row;
  }
  .sectionNewRelease figure {
    width: 40%;
    height: auto;
  }
  .sectionNewRelease figcaption {
    padding: 120px 64px;
    width: 60%;
  }
  .sectionNewRelease figcaption h3 {
    font-size: 32px;
    font-weight: 700;
  }
  .sectionNewRelease figcaption time {
    font-size: 16px;
  }
  .sectionNewRelease figcaption p {
    padding: 40px;
  }
  .sectionNewRelease figcaption a {
    padding: 16px 80px;
  }
}

/* biography
-------------------------------- */
.sectionBiography {
  line-height: 2.4;
  background: #ffffff;
}
.sectionBiography article {
  text-align: left;
}
.sectionBiography ul {
  margin: 56px auto 0 auto;
  padding: 0;
  max-width: 320px;
  font-size: 32px;
  list-style-type: none;
}
.sectionBiography li {
  text-align: center;
}
.sectionBiography .ticktok img {
  position: relative;
  top: -4px;
  height: 32px;
}
@media(min-width:769px) {
  .sectionBiography article {
    width: 640px;
  }
}
