/********************
* Root
********************/

:root {

    /*///////////////
    // Common
    ///////////////*/

    /*Background Color*/
    --color_bg: #000;

    /*Text Color*/
    --color_main: #fff;

    /*Accent Color*/
    --color_accent: #bb9d6b;

    /*Link Color*/
    --color_link: #fff;

    /*Border Color*/
    --color_border: #fff;

    /*///////////////
    // Header
    ///////////////*/

    /*Header Height*/
    --size_header: inherit;

    /*Header Background*/
    --bg_header: inherit;

    /*Header Color*/
    --color_header: #fff;

    /*Header Logo - PC*/
    --size_headerlogo--pc: 410px;

    /*Header Logo - SP*/
    --size_headerlogo--sp: 180px;

    /*Navi Background*/
    --bg_menu: inherit;

    /*Hamburger Menu*/
    --color_hamburger: #fff;

    /*///////////////
    // Content
    ///////////////*/

    /*Content Size*/
    --size_content--s: 700px;
    --size_content--m: 1000px;
    --size_content--l: 1200px;
    --size_content--full: 100%;

    /*///////////////
    // Footer
    ///////////////*/

    /*Footer Height*/
    --size_footer: inherit; /*JS Set*/

    /*Footer Color*/
    --bg_footer: inherit;

    /*Footer Background*/
    --color_footer: inherit;

    /*///////////////
    // Font
    ///////////////*/

    /*Font Family*/
    --font_family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
    --font_family--en: "Poppins", sans-serif; 

    /*Font Size*/
    --font_size: 100%;

    /*Line Height*/
    --line_height: 1.8;

    /*Letter Spacing*/
    --letter_spacing: .04em;
}
