@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	font
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 400;
    src: url("/wordpress/wp-content/themes/resocaba__theme/fonts/NotoSansJP-Regular.woff") format("woff");
    src: url("../../fonts/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 500;
    src: url("/wordpress/wp-content/themes/resocaba__theme/fonts/NotoSansJP-Medium.woff") format("woff");
    src: url("../../fonts/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 600;
    src: url("/wordpress/wp-content/themes/resocaba__theme/fonts/NotoSansJP-SemiBold.woff") format("woff");
    src: url("../../fonts/NotoSansJP-SemiBold.woff") format("woff");
}
@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 700;
    src: url("/wordpress/wp-content/themes/resocaba__theme/fonts/NotoSansJP-Bold.woff") format("woff");
    src: url("../../fonts/NotoSansJP-Bold.woff") format("woff");
}