@media print {
  /* 印刷用を表示 */
  .article-body.--print { display: block; }

  /* 印刷時に非表示 */
  .article-body,
  .header,
  .billboard,
  .sub-column,
  .breadcrumb,
  .category-title,
  .category-title-bg,
  .signage__date,
  .signage__subcategories,
  .sns,
  .more-photo,
  .article-body .ad-article-rect,
  .article-nextpage,
  .article-book,
  .pagination,
  .txt-recommend,
  .article-bottom-ad,
  .recommend,
  [id^="logly"],
  .OUTBRAIN,
  #newsletter,
  .footer,
  [id^="taboola"] {
    display: none;
  }

  [id^='div-gpt-ad'],
  .adsbygoogle {
    display: none !important;
  }

  .to-top {
    display: none !important;
  }

  /* レイアウト調整 */

  .signage__subtitle,
  .article-body h2,
  .article-credit,
  .article-profile__text {
    color: #000000;
  }

  .wrapper {
    border: none;
  }

  .content {
    width: 770px;
  }

  .main-column {
    width: 100%;
  }

  .signage {
    border-bottom: 1px solid #000000;
  }

  .signage__text {
    width: 100%;
  }

  .article-body .image-area {
    max-width: 700px;
  }

  .article-profile__name {
    border-bottom: 1px solid #000000;
    color: #000000;
  }

  .signage__authors {
    margin-bottom: 20px;
  }

  .tag--gray {
    color: #000000;
    border: 1px solid #000000;
  }
}
