@charset "UTF-8";
/* --------------------------------------------------
カラー指定
-------------------------------------------------- */
:root {
    /*
    メイン設定
    -----------------*/
    --Project-color: #F1541B;
    --primary: #F1541B;
    --secondary: rgb(43, 255, 0);
    --tertiary: #FFF2E8;
    --accent: #bf0000;
    --success: #63AE03;
    --mute: #9a9a9a;
    --disable: #b9b9b9;
    /*
    背景色設定
    -----------------*/
    --bgPrimary: #fff;
    --bgSecondary: #F1541B;
    --bgTertiary: #FFF2E9;
    --bgGray: #F6F6F6;
    /*
    テキスト色設定
    -----------------*/
    --textPrimary: #000;
    --textSecondary: #F1541B;
    --textTertiary: #919191;
    --textLightGray: #DBDBDB;
    /*
    アイテム色設定
    -----------------*/
    --favoColor: #F1541B; /*商品レート色*/
    --sidebarArrowColor: #FFD2C1;
    --p-guideBorder: #F1541B; /*水引の色*/
    --linkPrimary: #26b2d5;
    /*
    商品タグ色設定
    -----------------*/
    --tagPrimary: #595959;
    --tagSecondary: #209EE5;
    --tagTertiary: #204BE5;
    /*
    カードラベル(rgbで指定してください)
    -----------------*/
    --labelPrimary: rgba(0,0,0, .6);
    --labelSecondary: rgba(221,65,65, .8);
    /*
    選択モード設定
    -----------------*/
    --selectMode-text: #fff;
    --selectMode-border: #fff;
    /*
    ボーダー色設定
    -----------------*/
    --borderProject-color: #F1541B;
    --borderPrimary: #DBDBDB;
    --borderSecondary: #494949;
    --borderTertiary: #FFD3D3;
    --buttonPrimary: #FFF2E9;
    --buttonPrimary-hover: #F1541B;
    --buttonSecondary: #F1541B;
    --buttonSecondary-hover: #fff;
    --buttonTertiary: #980000;
    --buttonTertiary-hover: #dd0000;
}
/*# sourceMappingURL=config.css.map */