@charset "utf-8";

:root {
	/* ページ全体の背景色 */
	--body-bg: #a9c2b3;

	/* メインの文字色 */
	--main-text-color: #5f3c48;

	/* アクセントカラー */
	--accent: #b396a1;

	/* レイアウトボックスの背景色 */
	--sub-bg-color: #eadfca;

	/* 赤文字の色 */
	--red: #DF96A1;

	/* レイアウトボックスのドロップシャドウ */
	--shadow: 0px 2px 4px var(--text-color-20);

	/* 角丸削除＞改変 */
	--border-radius: 0;

	/* メインのフォントファミリー */
	--main-font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Segoe UI", "Meiryo", sans-serif;
}