@charset "utf-8";

:root {
	/* ページ全体の背景色 */
	/*--body-bg: #fae9e9;*/
	--body-bg: #F6E4E2;

	/* メインの文字色 */
	--main-text-color: #18193f;

	/* アクセントカラー */
	--accent: #9055B7;
	/*--accent: #9679D7;
	--accent: #4671d8;*/

	/* レイアウトボックスの背景色 */
	--sub-bg-color: #fff;

	/* 赤文字の色 */
	--red: mediumvioletred;

	/* レイアウトボックスの角丸 */
	--radius: 4px;

	/* レイアウトボックスのドロップシャドウ 
	--shadow: 0px 2px 4px var(--text-color-20);*/
	--shadow: inherit;

	/* メインのフォントファミリー */
	--main-font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Segoe UI", "Meiryo", sans-serif;
}
/*body::before{
	background: var(--body-bg) linear-gradient(180deg, var(--body-bg) 30%, var(--accent-30) 100%);
	background-size: cover;
	content: "";
	inset: 0;
	position: fixed;
	z-index: -1;
}*/