@charset "utf-8";
/*
nolla.info
style.css
Last Updated: 2018-05-13
Author: Kazuo Yonezawa
*/

/*======インデックス（#index）======*/

#about {
    background-image: url(../images/music/back_big.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}

.dl-list01 {
    display: grid;
    gap: 0 2em;
    grid-template-columns: auto 1fr;
}


#about .content {
    margin-top: 15vh;
    /* padding-left: 10vw; */
    /* width: auto; */
}

#about .mB05 {
    margin-bottom: 0.313vh;
}

#about .mB10 {
    margin-bottom: 0.625vh;
}

#about .mB15 {
    margin-bottom: 0.938vh;
}

#about .mB20 {
    margin-bottom: 1.250vh;
}

#about .mB30 {
    margin-bottom: 1.875vh;
}

#about .mB40 {
    margin-bottom: 2.5vh;
}

#about .mB50 {
    margin-bottom: 3.125vh;
}

#about .mB60 {
    margin-bottom: 3.75vh;
}

#about .mB70 {
    margin-bottom: 4.375vh;
}

#about .mBP {
    margin-bottom: 1.5vh;
}

/*======フッター（footer）-======*/

.msc {
    text-align: center;
    padding: 20px 0;
    color: #000;
    margin-top: 50px;
}

/*======レスポンシブ======*/

@media screen and (max-width:960px) {


    #about {
        background-image: url(../images/music/back_small.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: fixed;
        background-size: cover;
    }


    #about .content {
        margin: 0 auto;
        width: 95%;
        margin-bottom: 5em;
    }

    .msc {
        font-size: 12px;
        color: #fff;
    }

}