/*
@font-face {
    font-family: 'LINE Seed JP';
    src: url('../fonts/line_seed_jp/WOFF2/LINESeedJP_OTF_Th.woff2') format('woff2'),
         url('../fonts/line_seed_jp/WOFF/LINESeedJP_OTF_Th.woff') format('woff'),
         url('../fonts/line_seed_jp/EOT/LINESeedJP_TTF_Th.eot') format('embedded-opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
*/
/**
 * LINE Seed JP フォント定義
 * フォントウェイト: 100(Thin), 400(Regular), 700(Bold), 800(ExtraBold)
 */

/* LINE Seed JP - Thin (100) */
@font-face {
    font-family: 'LINE Seed JP';
    src: url('../fonts/line_seed_jp/WOFF2/LINESeedJP_OTF_Th.woff2') format('woff2'),
        url('../fonts/line_seed_jp/WOFF/LINESeedJP_OTF_Th.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* LINE Seed JP - Regular (400) */
@font-face {
    font-family: 'LINE Seed JP';
    src: url('../fonts/line_seed_jp/WOFF2/LINESeedJP_OTF_Rg.woff2') format('woff2'),
        url('../fonts/line_seed_jp/WOFF/LINESeedJP_OTF_Rg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* LINE Seed JP - Bold (700) */
@font-face {
    font-family: 'LINE Seed JP';
    src: url('../fonts/line_seed_jp/WOFF2/LINESeedJP_OTF_Bd.woff2') format('woff2'),
        url('../fonts/line_seed_jp/WOFF/LINESeedJP_OTF_Bd.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* LINE Seed JP - ExtraBold (800) */
@font-face {
    font-family: 'LINE Seed JP';
    src: url('../fonts/line_seed_jp/WOFF2/LINESeedJP_OTF_Eb.woff2') format('woff2'),
        url('../fonts/line_seed_jp/WOFF/LINESeedJP_OTF_Eb.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'LINE Seed JP';
    src: url('../fonts/line_seed_jp/WOFF2/LINESeedJP_OTF_Bd.woff2') format('woff2'),
        url('../fonts/line_seed_jp/WOFF/LINESeedJP_OTF_Bd.woff') format('woff'),
        url('../fonts/line_seed_jp/EOT/LINESeedJP_TTF_Bd.eot') format('embedded-opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LINE Seed JP';
    src: url('../fonts/line_seed_jp/WOFF2/LINESeedJP_OTF_Eb.woff2') format('woff2'),
        url('../fonts/line_seed_jp/WOFF/LINESeedJP_OTF_Eb.woff') format('woff'),
        url('../fonts/line_seed_jp/EOT/LINESeedJP_TTF_Eb.eot') format('embedded-opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
