/**
* Root
**/

:root {

    /*///////////////
    // 共通
    ///////////////*/

    /*背景色*/
    --color_bg: #fff;

    /*文字色*/
    --color_main: #131313;

    /*強調色*/
    --color_accent: #131313;

    /*リンクカラー*/
    --color_link: #131313;

    /*ボーダーカラー*/
    --color_border: #131313;

    /*///////////////
    // フォント関連
    ///////////////*/

    /*フォントファミリー*/
    --font_family:  "Istok Web", "Noto Sans JP", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
    --font_family--en: "HelveticaNeue";

    /*行間*/
    --line_height: 1.6;

    /*字間*/
    --letter_spacing: .02em;
}
