@charset "utf-8";

.ly_main__top .ly_mv .bl_mv_ttl {
    width: 50.96102941176471vw;
    height: 35.211029411764706vw;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.el_ttl_bgBaloon.price {
    background-image: url(../img/baloon_ttl_price.svg);
}

section.ly_sns {
    max-width: 100%;
    display: flex;
    justify-content: center;
}

@media screen and (max-width:780px) {

    .ly_main__top .ly_mv .bl_mv_ttl {
        width: 94.02307692307691vw;
        height: 63.371794871794876vw;
    }

    .el_ttl_bgBaloon.price {
        background-image: url(../img/sp/baloon_ttl_price.svg);
    }
}