@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : music.css
Description : 【下層】主題歌ページCSS
===================================================================== */
#music {
}

#music .profile_box {
    padding-top: 7.5%;
}

#music .profile_box h1 {
    width: 66%;
    padding: 0 17% 2.5%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px dotted #d3c6bf;
}

#music .profile_box p {
    padding-top: 7%;
    font-size: 1.1rem;
    line-height: 1.4em;
}

#music .profile_box .link_btn {
    margin-top: 11%;
}

@media screen and (min-width:700px){
    #music {
    }

    #music .img_01 {
        width: 100%;
        height: 0;
        background: url(../images/music/img_01.jpg) no-repeat center top;
        background-size: 100% auto;
        padding-top: 91.5%;
    }

    #music .img_01 img {
        display: none;
    }

    #music .profile_box {
        width: 77.5%;
        margin-left: auto;
        margin-right: auto;
    }

    #music .profile_box h1 {
        width: 50%;
        padding: 0 25% 2.5%;
        border-bottom: 2px dotted #d3c6bf;
    }

    #music .profile_box p {
        padding-top: 7%;
        font-size: 1.6rem;
        line-height: 1.5em;
    }

    #music .profile_box .link_btn {
        margin-top: 10%;
    }
}