@charset "UTF-8";

/*------------------追加したcssMVの右下画像固定------------------------*/
ul.mv_img:before {
    content: "";
    position: absolute;
    z-index: 99;
    top: 0;
    background: url(/common/upload_data/mabui-haircom/image/logo_header_1.png);
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: center 60%;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

@media screen and (max-width: 800px) {
ul.mv_img:before {
    background-size: 50%;
    width: 100%;
    height: 100%;
background-position: center;
}
}

