@charset "utf-8";

/********************************************
color-palette
********************************************/
:root{
    /* layout */
    --contents_size: 1200px;
    --header-height: 90px;
    --header-height-sp: 64px;

    /* color */
    --color-bg: #111111;
    --color-bg-2: #1a1a1a;
    --color-text: #ffffff;
    --color-text-sub: #b3b3b3;
    --color-line: #333333;

    /* brand */
    --color-accent: #f4d500;   /* sparkle yellow */
    --color-green: #3fa93a;    /* mascot green */
    --color-red: #d64545;      /* mascot mouth red */
}
