.header .logo {
  display: none;
}
.header--scroll .logo {
  display: block;
}

.news-detail .page-title {
  font-weight: bold;
  line-height: 0.9166666667;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}
@media (max-width: 63.94em) {
  .news-detail .page-title {
    padding: 0 var(--padding15);
    font-size: 2.4rem;
  }
}
@media (min-width: 64em) {
  .news-detail .page-title {
    font-size: 4.8rem;
    margin-bottom: 45px;
  }
}
.news-detail .detail-content {
  font-size: 1.4rem;
}
