@font-face {
    font-family: 'LINE Seed JP_OTF Bold';
    src:
        url('<?php echo get_template_directory_uri(); ?>/font/WOFF2/LINESeedJP_OTF_Bd.woff2') format('woff2'),
        url('<?php echo get_template_directory_uri(); ?>/font/WOFF/LINESeedJP_OTF_Bd.woff') format('woff'),
        url('<?php echo get_template_directory_uri(); ?>/font/OTF/LINESeedJP_OTF_Bd.otf') format('opentype');
}

@font-face {
    font-family: 'LINE Seed JP_OTF ExtraBold' ;
    src:
        url('<?php echo get_template_directory_uri(); ?>/font/WOFF2/LINESeedJP_OTF_Eb.woff2') format('woff2'),
        url('<?php echo get_template_directory_uri(); ?>/font/WOFF/LINESeedJP_OTF_Eb.woff') format('woff'),
        url('<?php echo get_template_directory_uri(); ?>/font/OTF/LINESeedJP_OTF_Eb.otf') format('opentype') ;
}

@font-face {
    font-family: 'LINE Seed JP_OTF Regular' ;
    src:
        url('<?php echo get_template_directory_uri(); ?>/font/WOFF2/LINESeedJP_OTF_Rg.woff2') format('woff2'),
        url('<?php echo get_template_directory_uri(); ?>/font/WOFF/LINESeedJP_OTF_Rg.woff') format('woff'),
        url('<?php echo get_template_directory_uri(); ?>/font/OTF/LINESeedJP_OTF_Rg.otf') format('opentype') ;
}

@font-face {
    font-family: 'LINE Seed JP_OTF Thin' ;
    src:
        url('<?php echo get_template_directory_uri(); ?>/font/WOFF2/LINESeedJP_OTF_Th.woff2') format('woff2'),
        url('<?php echo get_template_directory_uri(); ?>/font/WOFF/LINESeedJP_OTF_Th.woff') format('woff'),
        url('<?php echo get_template_directory_uri(); ?>/font/OTF/LINESeedJP_OTF_Th.otf') format('opentype') ;
}

.lineseed-bold {
    font-family: 'LINE Seed JP_OTF Bold' ;
    line-height: 150% ;
    letter-spacing: 1px;
}

.lineseed-extrabold {
    font-family: 'LINE Seed JP_OTF ExtraBold' ;
    line-height: 150% ;
    letter-spacing: 0.4px;
}

.lineseed-regular {
    font-family: 'LINE Seed JP_OTF Regular' ;
    line-height: 150% ;
    letter-spacing: 0.4px;
}

.lineseed-thin {
    font-family: 'LINE Seed JP_OTF Thin' ;
    line-height: 150% ;
    letter-spacing: 0.4px;
}