@charset "UTF-8";

@media screen and (min-width:1024px) {

    header {
        position: fixed;
        width: 100%;
        background-color: #fff;
        box-sizing: border-box;
        z-index: 1000;
    }

    section header {
        z-index: unset;
    }

    header .inner {
        width: 1000px;
    }

    header .logoArea h1 {
        font-size: 12.66vw;
        margin-bottom: 1vw;
    }

    footer .logoArea h3 {
        font-size: 12px;
    }
}