/* @font-face {
    font-family:'Noto Serif Japanese';
    font-style:normal;
    font-weight:400;
    src:url('../fonts/NotoSerifCJKjp-Regular.eot');
    src:url('../fonts/NotoSerifCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSerifCJKjp-Regular.woff') format('woff'),
    url('../fonts/NotoSerifCJKjp-Regular.otf') format('opentype')
} */

@font-face {
    font-family:'Noto Serif Japanese';
    font-style:normal;
    font-weight:400;
    src:url('../fonts/NotoSerifJP-Light.eot');
    src:url('../fonts/NotoSerifJP-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSerifJP-Light.woff') format('woff'),
    url('../fonts/NotoSerifJP-Light.otf') format('opentype');
}

@font-face {
    font-family:'Noto Serif Japanese';
    font-style:normal;
    font-weight:bold;
    src:url('../fonts/NotoSerifCJKjp-Regular.eot');
    src:url('../fonts/NotoSerifCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSerifCJKjp-Regular.woff') format('woff'),
    url('../fonts/NotoSansCJKjp-Regular.otf')  format('opentype');
}

@media screen and (max-width: 768px) { 

    @font-face {
        font-family:'Noto Serif Japanese';
        font-style:normal;
        font-weight:400;
        src:url('../fonts/NotoSerifCJKjp-Regular.eot');
        src:url('../fonts/NotoSerifCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSerifCJKjp-Regular.woff') format('woff'),
        url('../fonts/NotoSerifCJKjp-Regular.otf') format('opentype')
    }


    @font-face {
    font-family:'Noto Serif Japanese';
    font-style:normal;
    font-weight:bold;
    src:url('../fonts/NotoSerifCJKjp-Medium.eot');
    src:url('../fonts/NotoSerifCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSerifCJKjp-Medium.woff') format('woff'),
    url('../fonts/NotoSansCJKjp-Medium.otf')  format('opentype');
}



}



.nsj-normal{
    font-family:'Noto Serif Japanese';
    font-weight:400;
}

.nsj-bold{
    font-family:'Noto Serif Japanese';
    font-weight:bold;
}

