@charset "UTF-8";
/* ----------Font Family Noto Sans Jp------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800&display=swap');

/* ----------Font Family Poppins------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

/* ----------Font Family Sawarabi Mincho------- */
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho:wght@100;200;300;400;500;600;700;800&display=swap');

/* ----------Font Family HGSMinchoE------- */
@font-face {
    font-family: "HGSMinchoE";
    src: url(../font/HGSMinchoE.ttf) format('truetype'),
        url(../font/HGSMinchoE.woff) format('woff'),
        url(../font/HGSMinchoE.woff2) format('woff2');
}


/* ----------Font Family JTDouro-Sans------- */
@font-face {
    font-family: "JTDouro-Sans";
    src: url(../font/JTDouro-Sans-Light.ttf) format('truetype'),
        url(../font/JTDouro-Sans-Light.woff) format('woff'),
        url(../font/JTDouro-Sans-Light.woff2) format('woff2');
}

/* ----------Font Family Yu Gothic------- */
@font-face {
    font-family: "Yu Gothic";
    src: url(../font/yugothib.ttf) format('truetype'),
        url(../font/yugothib.woff) format('woff'),;
}