@page {
    margin: 10mm;
    size: 210mm 297mm;
    /* A4縦サイズの場合 */
}

@media print {

    /* 全体設定 */
    body {
        -webkit-print-color-adjust: exact;
        /* 印刷時でも背景色や背景画像を表示 */
        width: 1190px;
        /* 印刷時の全ページ幅を統一（px数値はお好みで） */
        zoom: 0.8;
        /* なるべく多くのブラウザで切れないようにするため */
    }

    /* topページ */
    header {
        position: unset !important;
    }

    .header__navitem {
        color: #333 !important;
    }

    #main {
        margin-top: 0px !important;
    }

    .sp {
        display: none;
    }

    .mainVisual {
        height: 500px !important;
        margin-top: 0px !important;
        overflow: hidden;
    }

    .mainVisual__catchcopyWapper {
        transform: translateY(0) !important;
    }

    .scrolldown {
        display: none;
    }

    div[class$="__wrapper"] {
        padding: 50px 0 !important;
    }

    .slide-bottom {
        opacity: 1.0 !important;
    }

    .img-wrap {
        opacity: 1.0 !important;
    }

}