@charset "UTF-8";
/* CSS Document */

.l03 {
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    text-align: center;
    font-size: 14px;
    background: #b5c3da;
    font-feature-settings: "palt";
    letter-spacing: normal;
    line-height: 2;
}

.header {
    width: 100%;
    
}

/*bootstrap上書き*/

.l03 a:link {
    color: #f0f0f0;
}

.l03 a:visited {
    color: #e6e6fa;
}

.l03 a:hover {
    color: #e0e0e0;
    text-decoration: underline;
}

.l03 a:active {}

.l03 a:focus {}


/*ココマデ*/

.l03heading {
    display: inline-block;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.8rem;
    background: #000;
    color: #f9f9f9;
    box-sizing: border-box;
}

.l03heading_light {
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.8rem;
    background: #000;
    color: #f9f9f9;
    box-sizing: border-box;
}

.l03heading-title {
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 4rem;
    font-weight: 900;
    font-style: italic;
}

.l03heading-mini {
    margin-top: 1vh;
    margin-bottom: 1vh;
}

.title-block {
    line-height: 2;
    margin: 20px 15px 60px;
    padding: 0 15px 0;
}

.item {
    display: inline-block;
    width: 50%;
}

.charge{
    width: 100%;
}

.content_outer_dark {
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 10px 0 20px;
    z-index: 5;
    background: #6986b4;
    transform: skew(0deg, 2deg);
}



.content_individual_dark {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px 0 10px;
    transform: skew(0deg, -2deg);
}

.content_individual {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px 0 40px;
}

.actlist {
    line-height: 1.5;
}

.act_title {
    font-weight: 700;
}


.list_belongs {
    font-size: 1.2rem;
    color: #393f4a;
}


.artist_block {
    display: flex;
    align-items: stretch;
}


.artist_photo {
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.artist_photo img {
    max-width: 95%;
    max-height: auto;
}

.artist_description {
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 20px;
    flex-direction: column;
}

.artist_name {
    font-size: 4rem;
    font-weight: 900;
    font-style: italic;
}

.belongs {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #393f4a;
}

.bold-letter {
    font-weight: 700;
}

.description_detail{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.snsicons {
    width: 40%;
    margin: 20px 0 20px;
    display: flex;
    justify-content: space-around;
    padding: 0;
}

.readmorebtn{
    padding:5px;
    background: #5fa6af;
    border-radius: 5px;
}

a.btn{
    margin-top: 10px;
}


@media screen and (max-width: 767px) {
    
    /*twinvite上書*/
    #contentBody > * {
    padding: 0; !important
}

    /*ココマデ*/
    
    .l03 {
        font-size: 16px;
    }

    .item {
        width: 80%;
    }

    .artist_block {
        display: flex;
        flex-direction: column;
    }

    .artist_photo {
        width: 100%;
    }
    
    .artist_photo img {
        max-width: 95%;}

    .artist_description {
        width: 100%;
    }
    
}