@font-face {
    src: url("../fonts/NotoSerifJP-Regular.woff") format("woff");
    font-family: "Noto Serif JP";
    font-style: normal;
    font-display: swap;
}

html {
    min-height: 100vh;
    display: -webkit-flex; display: flex;
    -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
}

body {
    width: 100%;
    background: #F9F9F9;
    min-height: 100vh;
    -webkit-flex: 1 1 auto; flex: 1 1 auto;
    -webkit-font-smoothing: antialiased; 
    font-family: 'Noto Serif JP', serif;
    line-height: 1.7!important;
    background: #fff;
}

@media screen and (max-width: 767px){
    #headerSp {
        position: unset;
    }
}
@media screen and (min-width: 800px) {
    #header.gnav01fix-fixed {
        z-index: 50;
    }
}
