@charset "utf-8";
/*-----------------------------------------------------------------------
root
----------------------------------------------------------------------*/

:root {
  --color-text: #1a1a1a;/* フォントの色 */
  --color-accent: #7794af;/* 強調色。リンクの色など */
  --color-bg: rgba(220, 214, 210, 0.6);/* コンテンツ背景色と透明度 */
  --color-bg_w: rgba(255,255,255, 0.6);/* コンテンツ背景色と透明度 */
  --color-wh: #fff;
  --color-red:#6182f0;
  --color-grey: rgba(0, 0, 0, 0.5);
  --color-mgrey: rgba(0, 0, 0, 0.2);
  --color-lgrey: rgba(0, 0, 0, 0.05);
  --img-bg: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 50%), url(../_img/bg_03.jpg);/* 背景 */
 }
 
  