/* 全体のレイアウト */

.d-box-body {
    text-align: center;
}


.d-box-title {
    padding-top: 55px;
    padding-bottom: 55px;
    border-bottom: 1px solid #fff;
    background: #000210 url(../images/background/horizontal_line.png) repeat center top;
}

.d-box-title>div {
    background: url(/voice/images/caststaff/caststaff_title.gif) no-repeat center / contain;
    padding-top: 60px;
    text-indent: -9999em;
    overflow: hidden;
    font-size: 0;
}

.caststaff-area {
    margin: 0;
    background:
        url(../images/background/ptn03.jpg) repeat;
        position: relative;
    font-family: 'Noto Serif JP', serif;
}

.caststaff-area::before {
    content: '';
    background: url(../images/background/point01.png) no-repeat;
    padding-top: 398px;
    width: 604px;
    height: auto;
    position: absolute;
    background-size: contain;
    top: 0;
    left: -140px;
    z-index: 1;
}


.caststaff-area::after {
    content: '';
    background: url(../images/background/point02.png) no-repeat;
    padding-top: 402px;
    width: 431px;
    height: auto;
    position: absolute;
    background-size: contain;
    bottom: 60px;
    right: -100px;
    z-index: 1;
}

.caststaff-inner {
    padding: 45px 15px;
}

.caststaff-title {
    font-size: 32px;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 35px;
    letter-spacing: 10px;
}


/* cast
-------------------- */
.cast-item {
    display: flex;
    line-height: 24px;
}

.cast-item:nth-child(n+2) {
    margin-top: 30px;
}

.cast-actor-blue {
    color: #438eff;
    font-size: 24px;
    text-align: right;
    width: 50%;
    padding-right: 1em;
}

.cast-actor-red {
    color: #c50a11;
    font-size: 24px;
    text-align: right;
    width: 50%;
    padding-right: 1em;
}

.cast-person-name {
    text-align: left;
    font-size: 28px;
    width: 50%;
    color: #fff;
}

.cast-slash {
    font-size: 24px;
    width: 100%;
    justify-content: center;
    color: #fff;
}

.cast-chartBtn {
    margin-top: 60px;
}


/* staff
-------------------- */
.staff-area {
    margin-top: 60px;
}

.staff-list {
    color: #fff;
    /* margin-top: 30px; */
    font-size: 22px;
    list-style: none;
    line-height: 32px;
}
.staff-list li:first-child {
    font-size: 18px;
}

.staff-item {
    display: flex;
    justify-content: center;
}

.staff-item span {
    white-space: nowrap;
}

.staff-item:nth-child(n+2) {
    margin-top: 25px;
}

.staff-position {
    text-align: right;
    width: 48%;
    font-size: 18px;
}

.staff-person {
    width: 52%;
    text-align: left;
    font-size: 24px;
}

.staff-person span {
    font-size: 16px;
}




/* ------------------------------------------------------------------
 SP（〜600px）
------------------------------------------------------------------ */
@media screen and (max-width: 600px) {

    .d-box-title {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .d-box-title>div {
        padding-top: 30px;
    }

    .caststaff-area::before {
        width: calc(379px / 2);
        padding-top: calc(270px / 2);
        top: 0;
        left: -40px;
    }

    .caststaff-area::after {
        width: calc(278px / 2);
        padding-top: calc(274px / 2);
        right: -40px;
        bottom: 40px;
    }


    .caststaff-title {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .caststaff-overview-text {
        margin-top: 15px;
    }


    /* cast
-------------------- */
    .cast-item {
        line-height: 20px;
    }

    .cast-item:nth-child(n+2) {
        margin-top: 15px;
    }

    .cast-actor-blue {
        font-size: 16px;
    }

    .cast-actor-red {
        font-size: 16px;
    }

    .cast-person-name {
        font-size: 20px;
    }

    .cast-slash {
        font-size: 16px;
    }

    .cast-chartBtn {
        margin-top: 30px;
    }

    /* staff
-------------------- */
    .staff-area {
        margin-top: 30px;
    }

    .staff-list {
        font-size: 12px;
        line-height: 20px;
    }
    .staff-list li:first-child {
        font-size: 14px;
    }

    .staff-item span {
    }

    .staff-item:nth-child(n+2) {
        margin-top: 10px;
    }

    .staff-position {
        font-size: 14px;
    }

    .staff-person {
        font-size: 16px;
        width: 65%;
    }
    .staff-person span {
        font-size: 10px;
    }
}