@charset "UTF-8";

/*-----------------------------ページ背景---------------------------------*/
body {
    background: url(/common/upload_data/ptg-alegriacom/image/20240207082511.png) repeat center / cover;
    background-color: rgba(255,255,255,0.4);
    background-blend-mode: lighten;
    background-attachment: fixed;
}

header {
    background: #fff;
}

#lv_outer {
    background: #ffff;
}