@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 Inter------- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap');

/* ----------Font Family Noto Serif JP------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;200;300;400;500;600;700;800&display=swap');

/* ----------Font Family Noto Sans Gothic------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Gothic:wght@100;200;300;400;500;600;700;800&display=swap');


/* ----------Font Family Hiragino Mincho Pro W6------- */
@font-face {
    font-family: 'Hiragino Mincho Pro';
    src: url('../font/hiragino-mincho-pro-w6.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

/* ----------Font Family Hiragino Mincho Pro W3------- */
@font-face {
    font-family: 'Hiragino Mincho Pro';
    src: url('../font/hiragino-mincho-pro-w3.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* ----------Font Family Hiragino Kaku Gothic W6------- */
@font-face {
    font-family: 'Hiragino Kaku Gothic';
    src: url('../font/hiragino-kaku-gothic-pro-w6.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

/* ----------Font Family Hiragino Kaku Gothic W3------- */
@font-face {
    font-family: 'Hiragino Kaku Gothic';
    src: url('../font/hiragino-kaku-gothic-pro-w3.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}