/*イノセントローズ*/
section.sec-bg-brewing {
    background: url(../images/brewing/bg_intro.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 70px 20px 110px;
    position: relative;
    z-index: 2;
}

section.sec-bg-brewing .anchor-list {
    margin-bottom: 5.625em;
}

@media (max-width: 599px){
    section.sec-bg-brewing {
        background: url(../images/brewing/bg_intro_top_sp.jpg) no-repeat top center;
        background-size: contain;
        padding: 50px 4vw 70px !important;
    }

    section.sec-bg-brewing .anchor-list {
        margin-bottom: 65px;
    }

    section.sec-bg-brewing .txt-box {
        padding: 0 5vw;
    }
}