//left: 50%; transform: translateX(-50%);を使いたいけど、background-attachment: fixed;との併用ができない。

.alignwide {
    position: relative;

    [data-sidebar="on"] & {
        left: 0;
        max-width: 100%;
    }
}
