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

:root {
  --color-text: #353535;/* フォントの色 */
  --color-accent: #e97e94;/* 強調色。リンクの色など */
  --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.3);
  --color-lgrey: rgba(0, 0, 0, 0.1);
  --color-pink: rgba(244, 179, 194, 0.25);
  --img-bg: linear-gradient(0deg, rgba(244, 179, 194, 0.5) 0%, transparent 50%), url(../_img/bg.jpg);/* 背景 */
}