@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : music.css
Description :
===================================================================== */

/* =====================================================================
*    music
* =================================================================== */
.music {
    padding: calc(100 / 750 * 100%) 0;
    background-color: #ffe822;
}

.music::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(235 / 750 * 100%);
    background: url(../images/common/line_tate_white.png) repeat left top;
    background-size: calc(20 / 750 * 100%) auto;
    position: absolute;
    left: 0;
    bottom: 0;
}

.music .inner {
    z-index: 2;
}

.music .sec_ttl {
    margin: 0 auto calc(50 / 750 * 100%);
}

.music_artist {
}

.music_artist_img {
    width: calc(640 / 750 * 100%);
    margin: 0 auto calc(50 / 750 * 100%);
    padding: calc(8 / 750 * 100%);
    background-color: #fff;
}

.music_artist_txt {
    margin: 0 0 calc(50 / 750 * 100%);
}

.music_artist_txt dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 calc(50 / 750 * 100%);
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1;
}

.music_artist_txt dt::before,
.music_artist_txt dt::after {
    content: "";
    display: block;
    width: calc(60 / 750 * 100%);
    padding-top: calc(40 / 750 * 100%);
    background: url(../images/common/bg_three_line_left2.png) no-repeat left bottom;
    background-size: 100% auto;
    margin: 0 calc(17 / 750 * 100%) 0 0;
}

.music_artist_txt dt::after {
    background: url(../images/common/bg_three_line_right2.png) no-repeat left bottom;
    background-size: 100% auto;
    margin: 0 0 0 calc(17 / 750 * 100%);
}

.music_artist_txt1 {
    color: #e5004f;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 0 0 0.8%;
}

.music_artist_txt2 {
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.music_comment {
    width: calc(710 / 750 * 100%);
    margin: 0 auto calc(78 / 750 * 100%);
}

.music_comment::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e5004f;
    font-size: 2.5rem;
    border-radius: 2em;
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(10 / 710 * 100%) 0 0;
}

.music_comment_txt {
    padding: calc(75 / 750 * 100%) calc(70 / 750 * 100%) calc(60 / 750 * 100%);
    background-color: #fff;
    font-size: 2.5rem;
    line-height: 1.7;
    border-radius: 2em;
}

.music_comment_txt dt {
    padding: 0 0 calc(40 / 570 * 100%);
    margin: 0 0 calc(30 / 570 * 100%);
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background: url(../images/common/line_dot_bk3.png) repeat-x left bottom;
    background-size: calc(12 / 570 * 100%) auto;
}

.music_comment_txt dt span {
    display: inline-block;
    margin: 0 0.3em 0 0;
    color: #e5004f;
    font-weight: 700;
}

.music_site {
    width: calc(450 / 750 * 100%);
    margin: 0 auto;
}

.music_site .btn_box::before {
    background-color: #e5004f;
    margin: calc(-17 / 450 * 100%) 0 0 calc(-17 / 450 * 100%);
}

@media screen and (min-width: 768px) {
    .music {
        padding: calc(100 / 1100 * 100%) 0;
    }
    
    .music::after {
        padding-top: calc(200 / 1100 * 100%);
        background-size: calc(10 / 1100 * 100%) auto;
    }
    
    .music .sec_ttl {
        margin: 0 auto calc(50 / 1100 * 100%);
    }
    
    .music_artist_img {
        width: calc(640 / 1100 * 100%);
        margin: 0 auto calc(50 / 1100 * 100%);
        padding: calc(8 / 1100 * 100%);
    }
    
    .music_artist_txt {
        margin: 0 0 calc(50 / 1100 * 100%);
    }
    
    .music_artist_txt dt {
        margin: 0 0 calc(30 / 1100 * 100%);
        font-size: 3.4rem;
    }
    
    .music_artist_txt dt::before, .music_artist_txt dt::after {
        width: calc(40 / 1100 * 100%);
        padding-top: calc(28 / 1100 * 100%);
        margin: 0 calc(25 / 1100 * 100%) 0 0;
    }
    
    .music_artist_txt dt::after {
        margin: 0 0 0 calc(25 / 1100 * 100%);
    }
    
    .music_artist_txt1 {
        font-size: 2.5rem;
        margin: 0 0 0.6%;
    }
    
    .music_artist_txt2 {
        font-size: 1.4rem;
    }
    
    .music_comment {
        width: calc(1000 / 1100 * 100%);
        margin: 0 auto calc(72 / 1100 * 100%);
    }
    
    .music_comment::before {
        margin: calc(10 / 1000 * 100%) 0 0;
    }
    
    .music_comment_txt {
        padding: calc(55 / 1000 * 100%) calc(100 / 1000 * 100%);
        font-size: 1.6rem;
        border-radius: 3em;
    }
    
    .music_comment_txt dt {
        padding: 0 0 calc(20 / 800 * 100%);
        margin: 0 0 calc(25 / 800 * 100%);
        font-size: 1.8rem;
        background-size: calc(6 / 800 * 100%) auto;
    }
    
    .music_site {
        width: calc(340 / 1100 * 100%);
    }
    
    .music_site .btn_box::before {
        margin: calc(-13 / 340 * 100%) 0 0 calc(-13 / 340 * 100%);
        margin: -3.82% 0 0 -3.82%;
    }
}

@media screen and (min-width: 1100px) {
    .music {
        padding: 100px 0;
    }
    
    .music::after {
        padding-top: 200px;
        background-size: 10px auto;
    }
}
