@charset "UTF-8";
/*
 * for CIRP LCE 2026
 */
:root {
    --primary: #df6875;
    --primary-dark: #b5000d;
    --primary-light: rgb(234 84 93 / 0.5);
    --primary-pale: rgb(234 84 93 / 0.2);
    --primary-grad: linear-gradient(to bottom right, rgb(234 84 93 / 0.8), rgb(234 84 93 / 0))/*2025.6.11調整*/;
    --secondary: #fbd6a0;
    --accent: #92a424;
    --accent-light: rgb(146 164 36 / 0.5);
    --accent-pale: rgb(146 164 36 / 0.2);
}
.bg-logomark {
    background-origin: content-box;
    background: url(../../img/cirplce2026_mark.svg) no-repeat;
    background-size: 420px;
    background-position: right -100px top -100px;
    background-color: rgb(255 255 255 / 0.8);
    background-blend-mode: lighten;
}
