/* cast&staff
##################################### */
#caststaff .content_ttl{
    width: 300px;
}
#caststaff .list_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}
.list_cast .part{
    color: #ff149b;
}
.list_staff .part{
    color: #0096ff;
}
#caststaff .name{
    line-height: 1.2;
}
#caststaff .name span{
    font-size: 12px;
    font-size: 1.2rem;
}
.list_wrap li{
    line-height: 1.5;
}
.list_wrap li:not(:last-child){
    margin-bottom: 20px;
}
.list_inner_ttl{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 15px 0 20px;
    letter-spacing: .7rem;
    position: relative;
}
.list_inner_ttl:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 15px;
    border-bottom: 1px solid #333;
    width: 100%;
}

/* cast&staff pc
===================================== */
@media screen and (min-width: 769px) {
    #caststaff .content_ttl{
        width: 300px;
    }
    #caststaff .list_wrap{
        max-width: 1100px;
        width: 100%;
    }
    .list_cast, .list_staff{
        width: 50%;
    }
    #caststaff .name{
        font-size: 20px;
        font-size: 2.0rem;
    }
}

/* cast&staff sp
===================================== */
@media screen and (max-width: 768px) {
    #caststaff .content_ttl{
        width: 265px;
    }
    #caststaff .name{
        font-size: 18px;
        font-size: 1.8rem;
    }
    .sp_blank{
        padding-left: 2em;
    }
    .list_inner_ttl{
        text-align: center;
    }
    .list_cast ul{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .list_cast ul li{
        width: 50%;
    }
}
