@charset "utf-8";

body {
    background-image: url(../images/menu_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
 background-color: rgba(255, 255, 255, 0.5); /* 半透明の白 */
    background-blend-mode: overlay;
}
