<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.d-box-title {
    padding-top: 55px;
    padding-bottom: 55px;
    border-bottom: 1px solid #fff;
    background: #000210 url(../images/background/horizontal_line.png) repeat center top;
}

.d-box-title&gt;div {
    background: url(/voice/images/music/music_title.gif) no-repeat center / contain;
    padding-top: 60px;
    text-indent: -9999em;
    overflow: hidden;
    font-size: 0;
}

.music-area {
    position: relative;
    background: url(../images/background/ptn03.jpg) repeat;
	position: relative;
    font-family: 'Noto Serif JP', serif;
}

.music-area::before {
    content: '';
    background: url(../images/background/point01.png) no-repeat;
    padding-top: 398px;
    width: 604px;
    height: auto;
    position: absolute;
    background-size: contain;
    top: 0;
    left: -140px;
    z-index: 1;
}


.music-area::after {
    content: '';
    background: url(../images/background/point02.png) no-repeat;
    padding-top: 402px;
    width: 431px;
    height: auto;
    position: absolute;
    background-size: contain;
    bottom: 60px;
    right: -100px;
    z-index: 1;
}

.music-inner {
    padding: 45px 15px;
    position: relative;
    z-index: 2;
}

.music-body:nth-child(2) {
    margin-top: 60px;
}

.music-overview-title {
    font-size: 32px;
    color: #fff;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: 10px;
}

.music-overview-text {
    text-align: center;
    line-height: 1.3;
}


.music-overview-img{
    max-width: 420px;
    width: calc(100% - 40px);
    margin: 30px auto 0;
}
.music-overview-img__box{
    background-image: url(../images/music/music_ost.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 100%;
}

.music-overview-img__box.is-music-ost {
    background-image: url(../images/music/music_ost.jpg);
}

.music-overview-info{
    margin: 30px auto 0;
    padding: 0 20px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
}

.music-overview-info span{
    font-size: 18px;
}


.music-img-size {
    max-width: 420px;
    width: 100%;
    margin: 0 auto 30px;
}

.music-img {
    display: block;
    background: url(https://placehold.jp/420x420.png) no-repeat center / cover;
    padding-top: 100%;
    width: 100%;
}

.music-title {
    font-size: 42px;
    color: #fff;
    text-shadow: 0px 0px 5px #438eff,
        0px 0px 20px #438eff,
        0px 0px 40px #438eff,
        0px 0px 60px #438eff,
        0px 0px 80px #438eff,
        0px 0px 100px #438eff;
}

.music-artist-name,
.music-director {
    font-size: 38px;
    color: #438eff;
}

.music-record-name {
    font-size: 24px;
    color: #fff;
}


/* ------------------------------------------------------------------
 SP�医�600px��
------------------------------------------------------------------ */
@media screen and (max-width: 600px) {
    .d-area {
        margin: 0 auto;
    }
    .d-box-title {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .d-box-title&gt;div {
        padding-top: 30px;
    }

    .music-area::before {
        width: calc(379px / 2);
        padding-top: calc(270px / 2);
        top: 0;
        left: -40px;
    }

    .music-area::after {
        width: calc(278px / 2);
        padding-top: calc(274px / 2);
        right: -40px;
        bottom: 40px;
    }

    .music-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .music-body:nth-child(2) {
        margin-top: 30px;
    }

    .music-img-size {
        max-width: 300px;
        margin-bottom: 15px;
    }

    .music-title {
        font-size: 24px;
    }

    .music-artist-name,
    .music-director {
        font-size: 21px;
    }
    .music-record-name {
        font-size: 12px;
    }

    .music-overview-title {
        font-size: 19px;
    }


    .music-overview-title {
        margin-bottom: 15px;
    }

    .music-overview-img {
        margin: 15px auto 0;
    }

    .music-overview-info {
        margin: 15px auto 0;
        font-size: 18px;
        padding: 0;
    }

    .music-overview-info span {
        font-size: 12px;
    }

}</pre></body></html>