@media print {
  /* ---------------------------------------------
  *    common
  --------------------------------------------- */
  body {
    -webkit-print-color-adjust: exact;
  }
  .header,
  .footer {
    display: none !important;
  }
  .js-scroll-fade {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  /* ---------------------------------------------
  *   index (home)
  --------------------------------------------- */
  .keyvisual {
    display: none !important;
  }
  .keyvisual-print {
    display: block;
    padding-bottom: 40px;
  }
  /* ---------------------------------------------
  *   ir/message
  --------------------------------------------- */
  .ir-message__kv-img.pc-hide {
    display: none;
  }
  /* ---------------------------------------------
  *   company/integration
  --------------------------------------------- */
  .special-index-message__image {
    position: static;
  }
  .special-index-message__textarea {
    width: 88%;
    top: 0;
    margin: -20px auto 0;
  }
  .special-index-overview__head {
    top: 20px;
  }
  .special-index-overview__inner {
    padding-top: 150px;
  }
  .special-header,
  .special-footer {
    display: none;
  }
  .special-overview-kv img {
    width: 100%;
    position: static;
  }
  .special-message-kv + .special-message-block {
    margin-top: -10px;
  }
  .special-message-kv__textarea {
    top: 20px;
  }
  .special-message-kv__textarea * {
    font-size: 25px;
  }
  .special-message-kv__text {
    margin-top: 20px;
  }
}
