@charset "UTF-8";

/* 約半フォント */
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css');
/* Noto Sans JP */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* Zen Old Mincho */
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');


:root {
	/* フォント */
	--font-base: "Noto Sans JP", YakuHanJP, sans-serif;/* weight 100-900 */
	--font-sub: "Zen Old Mincho", YakuHanJP, sans-serif;/* weight 4,5,6,7,9 */

	/* フォントサイズ */
	--fontsize-base: 1.4rem;
	/* 文字間 */
	--letter-spacing: 0.15em;
	/* 行間 */
	--lingh-height: 2;
	/* 最高幅 */
	--max-width: 1200px;
	/* 最低幅 */
	--min-width: 980px;

	/* カラー */
	--color-font: #5D4D41;
	--color-main: #f3c933;
    --color-sub: #E59B2F;
    --color-accent: #f7f6f5;
    --color-red: #ea5550;

	/* フォントウェイト */
	--weight-thin: 100;
	--weight-extralight: 200;
	--weight-light: 300;
	--weight-regular: 400;
	--weight-medium: 500;
	--weight-semibold: 600;
	--weight-bold: 700;
	--weight-extrabold: 800;
	--weight-black: 900;

	/* 背景画像 */
	--bg-img: url(../1_img/base/bg-img.jpg);
}
