/*-----------------------------------------------
    Noto Sans 縦書き
-----------------------------------------------*/
@font-face {
    font-family: 'Noto Sans JP Vertical';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSansCJKjp/vertical/NotoSansCJKjp-Regular.woff2) format('woff2'),
        url(../fonts/NotoSansCJKjp/vertical/NotoSansCJKjp-Regular.woff) format('woff'),
        url(../fonts/NotoSansCJKjp/vertical/NotoSansCJKjp-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP Vertical';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoSansCJKjp/vertical/NotoSansCJKjp-Bold.woff2) format('woff2'),
        url(../fonts/NotoSansCJKjp/vertical/NotoSansCJKjp-Bold.woff) format('woff'),
        url(../fonts/NotoSansCJKjp/vertical/NotoSansCJKjp-Bold.otf) format('opentype');
}
.fVerticalSans{
    font-family: 'Noto Sans JP Vertical', sans;
}