@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : music.css
Description :
===================================================================== */


/* =====================================================================
*    music
* =================================================================== */
.music {
    padding: calc(100 / 750 * 100%) 0 calc(200 / 750 * 100%);
}

.music .sec_contents {
    width: calc(690 / 750 * 100%);
    margin: 0 auto;
    background-color: #f8f8f8;
}

.music_artist {
    padding: calc(80 / 690 * 100%) 0;
}

.music_artist_img {
    width: calc(640 / 690 * 100%);
    margin: 0 auto calc(60 / 690 * 100%);
}

.music_artist_txt {
    text-align: center;
}

.music_artist_txt dt {
    margin: 0 0 0.7em;
    color: #0b0c0c;
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.music_artist_txt1 {
    color: #0b0c0c;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
}

.music_artist_txt2 {
    margin: 2.2em 0 0;
    color: #0b0c0c;
    font-size: 1.8rem;
    line-height: 1.5;
}

.music_movie {
    padding: calc(90 / 690 * 100%) 0;
    background: url(../images/common/bg_gray.jpg) repeat center top;
    background-size: calc(400 / 690 * 100%) auto;
}

.music_movie_wrap {
    width: calc(480 / 690 * 100%);
    margin: 0 auto;
}

.music_movie_box {
    width: 100%;
    padding-top: 56.25%;
}

.music_movie_box iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.music_comment {
    padding: calc(50 / 690 * 100%) 0 calc(80 / 690 * 100%);
}

.music_comment_txt:not(:last-of-type) {
    margin: 0 0 calc(90 / 690 * 100%);
}

.music_comment_txt dt {
    width: calc(390 / 690 * 100%);
    margin: 0 0 calc(40 /690 * 100%);
    padding: 0.42em calc(30 / 690 * 100%);
    background-color: #0b0c0c;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
}

.music_comment_txt dd {
    padding: 0 calc(30 / 690 * 100%);
    font-size: 2.6rem;
    line-height: 1.714;
}

.music_site {
    margin: calc(90 / 690 * 100%) 0 0;
}

.music_site a:not(:last-child) {
    margin-bottom: calc(30 / 690 * 100%);
}

@media screen and (min-width: 768px) {
    .music {
        padding: calc(100 / 1200 * 100%) 0 calc(140 / 1200 * 100%);
    }

    .music .sec_ttl {
        margin: 0 0 calc(100 / 1000 * 100%);
    }

    .music .sec_contents {
        width: 100%;
    }

    .music_artist {
        padding: calc(80 / 1000 * 100%) 0 calc(60 / 1000 * 100%);
    }

    .music_artist_img {
        width: calc(700 / 1000 * 100%);
        margin: 0 auto calc(50 / 1000 * 100%);
    }

    .music_artist_txt dt {
        font-size: 3.2rem;
    }

    .music_artist_txt1 {
        font-size: 2.2rem;
    }

    .music_artist_txt2 {
        font-size: 1.5rem;
    }

    .music_movie {
        padding: calc(60 / 1000 * 100%) 0;
        background-size: calc(400 / 1000 * 100%) auto;
    }

    .music_movie_wrap {
        width: calc(700 / 1000 * 100%);
    }

    .music_movie a::after {
        width: calc(86 / 1200 * 100vw);
        height: calc(86 / 1200 * 100vw);
    }

    .music_comment {
        padding: calc(60 / 1000 * 100%) 0 calc(70 / 1000 * 100%);
    }

    .music_comment_txt:not(:last-of-type) {
        margin: 0 0 calc(60 / 1000 * 100%);
    }

    .music_comment_txt dt {
        width: calc(320 / 1000 * 100%);
        margin: 0 0 calc(20 / 1000 * 100%);
        padding: 0.55em 0 0.55em calc(40 / 1000 * 100%);
        font-size: 1.9rem;
        letter-spacing: 0.05em;
    }

    .music_comment_txt dd {
        padding: 0 calc(70 / 1000 * 100%);
        font-size: 1.5rem;
        line-height: 1.875;
    }

    .music_site {
        margin: calc(60 / 1000 * 100%) 0 0;
    }

    .music_site a {
        width: calc(300 / 1000 * 100%);
    }

    .music_site a:not(:last-child) {
        margin-bottom: calc(20 / 1000 * 100%);
    }

}

@media screen and (min-width: 1200px) {
    .music {
        padding: 100px 0 140px;
    }

    .music_movie a::after {
        width: 86px;
        height: 86px;
    }
}
