@charset "UTF-8";
/* =======================================================
共通設定
======================================================= */
.ly-header.--is-scrolled {
  background-color: var(--color-brightest) !important;
}

/* =======================================================
トップ：記事一覧カードの件数制限（SPのみ）
======================================================= */
@media (width <= 750px) {
  .c-article-wrapper .c-article-link:nth-child(n+3) {
    display: none;
  }
}