@media screen and (max-width: 768px) {
    header {
        margin: 0;
        position: relative;
    }
    /*layout*/
    .header__mobile {
        display: block;
    }
    #masthead {
        display: none;
    }
    #navi-main {
        display: none;
    }
    #main-wrap {
        padding: 0;
        width: 100% !important;
        overflow: visible;
        min-height: auto !important;
    }
    header:after {
        display: none;
    }
    #featured {
        display: none;
    }
    #main-wrap.main-wrap--wide {
        width: 100%;
        overflow: visible;
    }
    header .headerInner {
        width: 100% !important;
        padding: 0;
        z-index: 1040;
    }
    .header--zkm .header-inner {
        margin-bottom: 10px;
    }
    .section-subcontent,
    .section-short,
    .section-left {
        margin: 0 !important;
        float: none;
        box-sizing: border-box;
        width: 100% !important;
    }
    .section-short--mobileHidden {
        display: none;
    }
}
