@charset "utf-8";

/* ----------------------------------------------------------
    background css
---------------------------------------------------------- */

/* stylelint-disable selector-max-id -- FIXME: rule導入前の既知の問題 */

/* ---------- adBg ---------- */
#adBg {
    position: relative;
    height: 100%;
    background-position: center 0;
    background-repeat: no-repeat;
}

#linkBg a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 760px;
}
