@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');



/* Font */
/*    "Hiragino Kaku Gothic ProN", "Hiragino Sans",*/
body {
    font-family: "Helvetica Neue",
    Arial,
    "BIZ UDGothic",
    Meiryo,
    sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}



h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}


.serif {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
}

.gothic {
    font-family: "Helvetica Neue",
    Arial,
    "BIZ UDGothic",
    Meiryo,
    sans-serif;
    font-weight: 400;
}

b, strong {
    font-optical-sizing: auto;
    font-style: normal;
}