/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 29 2025 | 02:38:19 */
/* フォント */

.font-catch {
	font-family: "Noto Serif JP", "Noto Serif",Georgia, "Times New Roman", serif;
}

.font-english {
	font-family: YuMincho, 	"Hiragino Mincho ProN", serif;
}

body {
	font-family: "Noto Sans", "Noto Sans JP",system-ui, -apple-system, "Segoe UI", Roboto,"Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
}

/* フォントサイズ */
@media screen and (min-width: 600px) {
    :root {
        --swl-fz--content: calc(20rem / 16);
    }
}

@media screen and (max-width: 599px) {
    :root {
        --swl-fz--content: calc(20rem / 13.5);
    }
}