/* Topics Detail - period style override */
.p-worksDetail__visual__period {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.07143vw;
  letter-spacing: 0.05em;
  line-height: 1.65;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-worksDetail__visual__period {
    font-size: 4.26667vw;
    line-height: 1.5;
  }
}
