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

/* Sunny Morning */
:root {
  --color-text: #1a1a1a;/* フォントの色 */
  --color-accent: #6DB8C9;/* 強調色。リンクの色など */
  --color-bg: rgba(248, 248, 248, 0.9);/* コンテンツ背景色と透明度 */
  --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) 0%, transparent 0%), url(../_img/bg_.jpg);/* 背景 */
}