@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : music.css
Description :
===================================================================== */

/* =====================================================================
*    music
* =================================================================== */
.music {
    padding: calc(60 / 750 * 100%) 0 calc(200 / 750 * 100%);
}

.music_artist {
}

.music_artist_img {
    width: calc(400 / 750 * 100%);
    margin: 0 auto calc(80 / 750 * 100%);
}

.music_artist_img::before {
    content: "";
    display: block;
    width: calc(417 / 400 * 100%);
    padding-top: calc(417 / 400 * 100%);
    background: url(../images/music/bg_music_photo.png) no-repeat left top;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(10 / 400 * 100%) 0 0 calc(10 / 400 * 100%);
}

.music_artist_img img {
    -webkit-box-shadow: calc(3 / 750 * 100vw) calc(2 / 750 * 100vw) calc(10 / 750 * 100vw) 0 rgba(65, 64, 61, 0.75);
    box-shadow: calc(3 / 750 * 100vw) calc(2 / 750 * 100vw) calc(10 / 750 * 100vw) 0 rgba(65, 64, 61, 0.75);
}

.music_artist_txt {
    font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    text-align: center;
    letter-spacing: 0.05em;
}

.music_artist_txt dt {
    margin: 0 0 0.7em;
    color: #eee;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.5;
}

.music_artist_txt1 {
    color: #ff00a8;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
}

.music_artist_txt2 {
    margin: 0.9em 0 0;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
}

.music_artist_txt3 {
    margin: 1.6em 0 0;
    font-size: 2.8rem;
    line-height: 1.571;
}

.music_artist_txt3 span {
    display: block;
}

.music_artist_news {
    width: calc(630 / 750 * 100%);
    margin: calc(60 / 750 * 100%) auto;
    padding: calc(30 / 750 * 100%) calc(40 / 750 * 100%);
    background-color: #221d26;
    letter-spacing: 0.05em;
    font-size: 2.8rem;
    line-height: 1.64;
}

.music_artist_news li:not(:last-child) {
    margin: 0 0 0.8em;
}

.music_comment {
    width: calc(630 / 750 * 100%);
    margin: calc(110 / 750 * 100%) auto 0;
}

.music_comment_txt {
    padding: 0 0 calc(50 / 630 * 100%);
    border-bottom: 1px solid;
    -o-border-image: linear-gradient(90deg, rgb(255,0,168) 0%, rgb(102,0,255) 50%, rgb(0,255,252) 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(rgb(255,0,168)), color-stop(50%, rgb(102,0,255)), to(rgb(0,255,252)));
    border-image: linear-gradient(90deg, rgb(255,0,168) 0%, rgb(102,0,255) 50%, rgb(0,255,252) 100%);
    border-image-slice: 1;
}

.music_comment_txt:not(:last-of-type) {
    margin: 0 0 calc(120 / 630 * 100%);
}

.music_comment_txt dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 calc(40 / 630 * 100%);
    color: #ff00a8;
    font-size: 4.8rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.1em;
}

.music_comment_txt dt::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 0.2em 0 0 0.3em;
    background: -webkit-gradient(linear, left top, right top, from(rgb(255,0,168)), color-stop(50%, rgb(102,0,255)), to(rgb(0,255,252)));
    background: linear-gradient(90deg, rgb(255,0,168) 0%, rgb(102,0,255) 50%, rgb(0,255,252) 100%);;
}

.music_comment_txt dt span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 700;
}

.music_comment_txt dd {
    font-size: 2.8rem;
    line-height: 1.571;
    letter-spacing: 0.05em;
}

.music_comment_name {
    margin: 0 0 1.5em;
    font-size: 3.2rem;
    font-weight: 700;
}

.music_comment_name::after {
    content: "";
    display: block;
    width: calc(80 / 630 * 100%);
    height: 1px;
    margin: 0.6em 0 0;
    background-color: #ff00a8;
}

.music_site {
    margin: calc(120 / 630 * 100%) 0 0;
}

@media screen and (min-width: 768px) {
    .music {
        padding: calc(20 / 1200 * 100%) 0 calc(180 / 1200 * 100%);
    }
    
    .music_artist_img {
        width: calc(400 / 1000 * 100%);
        margin: 0 auto calc(50 / 1000 * 100%);
    }
    
    .music_artist_img img {
        -webkit-box-shadow: calc(3 / 1200 * 100vw) calc(2 / 1200 * 100vw) calc(10 / 1200 * 100vw) 0 rgba(65, 64, 61, 0.75);
        box-shadow: calc(3 / 1200 * 100vw) calc(2 / 1200 * 100vw) calc(10 / 1200 * 100vw) 0 rgba(65, 64, 61, 0.75);
    }
    
    .music_artist_txt dt {
        margin: 0 0 0.5em;
        font-size: 2.4rem;
    }
    
    .music_artist_txt1 {
        font-size: 1.8rem;
    }
    
    .music_artist_txt2 {
        font-size: 1.8rem;
    }
    
    .music_artist_txt3 {
        font-size: 1.6rem;
    }
    
    .music_artist_txt3 span {
        display: inline-block;
        margin: 0 1em 0 0;
    }
    
    .music_artist_news {
        width: calc(800 / 1000 * 100%);
        margin: calc(40 / 1000 * 100%) auto;
        padding: calc(30 / 1000 * 100%) calc(100 / 1000 * 100%);
        background-color: #221d26;
        font-size: 1.6rem;
    }
    
    .music_comment {
        width: calc(800 / 1000 * 100%);
        margin: calc(70 / 1000 * 100%) auto 0;
    }
    
    .music_comment_txt {
        padding: 0 0 calc(25 / 800 * 100%);
    }
    
    .music_comment_txt:not(:last-of-type) {
        margin: 0 0 calc(60 / 1000 * 100%);
    }
    
    .music_comment_txt dt {
        margin: 0 0 calc(15 / 800 * 100%);
        font-size: 2.8rem;
    }
    
    .music_comment_txt dd {
        font-size: 1.6rem;
        line-height: 1.75;
    }
    
    .music_comment_name {
        margin: 0 0 1.5em;
        font-size: 1.8rem;
    }
    
    .music_comment_name::after {
        width: calc(40 / 800 * 100%);
        height: 2px;
    }
    
    .music_site {
        margin: calc(60 / 1000 * 100%) 0 0;
    }
}

@media screen and (min-width: 1200px) {
    .music {
        padding: 20px 0 180px;
    }
    
    .music_artist_img img {
        -webkit-box-shadow: 3px 2px 10px 0 rgba(65, 64, 61, 0.75);
        box-shadow: 3px 2px 10px 0 rgba(65, 64, 61, 0.75);
    }
}
