/* .header__logo_img の背景画像変更 */
.header .header__logo_img {
    background-image: url(/wp-content/themes/odoroki/assets/_/public/logo_white_01.svg) !important;
    background-size: 100% !important;
    background-repeat: no-repeat;
}

/* スクロール時（.active付与時）のロゴ背景画像変更 */
.header.active .header__logo_img {
    background-image: url(/wp-content/themes/odoroki/assets/_/public/logo_black_01.svg) !important;
    background-size: 100% !important;
    background-repeat: no-repeat;
}