@charset "utf-8";
/* CSS Document */

/* @font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("NotoSansJP"), url("NotoSansJP-Black-CJK.woff") format("woff"),
        url("NotoSansJP-Black-CJK.woff2") format("woff2");
}
@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("NotoSansJP"), url("NotoSansJP-Bold-CJK.woff") format("woff"),
        url("NotoSansJP-Bold-CJK.woff2") format("woff2");
}
@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("NotoSansJP"), url("NotoSansJP-R-CJK.woff") format("woff"), url("NotoSansJP-R-CJK.woff2") format("woff2");
} */
@font-face {
    font-family: "NotoSerifJP";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("NotoSerifJP"), url("NotoSerifJP-Black.woff") format("woff"),
        url("NotoSerifJP-Black.woff2") format("woff2");
}
@font-face {
    font-family: "NotoSerifJP";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("NotoSerifJP"), url("NotoSerifJP-Bold.woff") format("woff"),
        url("NotoSerifJP-Bold.woff2") format("woff2");
}
@font-face {
    font-family: "NotoSerifJP";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("NotoSerifJP"), url("NotoSerifJP-Regular.woff") format("woff"), url("NotoSerifJP-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 400;
    src: local("Oswald"), url("Oswald.woff2") format("woff2"), url("Oswald.woff") format("woff");
}
/* @font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Montserrat"), url("Montserrat-Light.woff") format("woff"), url("Montserrat-Light.woff2") format("woff2");
}
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Montserrat"), url("Montserrat-Bold.woff") format("woff"), url("Montserrat-Bold.woff2") format("woff2");
}
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Montserrat"), url("Montserrat-Black.woff") format("woff"), url("Montserrat-Black.woff2") format("woff2");
} */
@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("fa-brands-400.woff2") format("woff2"), url("fa-brands-400.ttf") format("truetype");
}
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("fa-regular-400.woff2") format("woff2"), url("fa-regular-400.ttf") format("truetype");
}
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("fa-solid-900.woff2") format("woff2"), url("fa-solid-900.ttf") format("truetype");
}