@charset "utf-8";
/*-----------------------------------------------------------------------
root
----------------------------------------------------------------------*/

:root {
  --color-text: #1a1a1a;/* フォントの色 */
  --color-accent: #f0616e;/* 強調色。リンクの色など */
  --color-bg: rgba(255, 255, 255, 0.7);/* コンテンツ背景色と透明度 */
  --color-wh: #fff;
  --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/icon.png);/* 背景 */
}