@charset "UTF-8"; @import url("../css/custom.css"); @media (min-width: 751px) {
    header {
    }

    header .h_inner {
        justify-content: space-between;
        align-items: center;
        padding: 42px 310px 42px 50px;
    }

    header ul.nav_menu > li > a {
        letter-spacing: .08em;
        font-weight: 500;
    }

    header .shop {
        position: fixed;
        top: 30px;
        right: 30px;
    }

    .logged-in header .shop {
        top: 62px;
    }

    header .shop p.shop_btn a {
        width: 240px;
        min-height: 60px;
        background: #f15a24;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 500;
        letter-spacing: .1em;
    }
}

/*FINISH*/
