@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : cast.css
Description :
===================================================================== */


/* ********************************************************************
        キャスト・スタッフ
******************************************************************** */
.cast h2 {
    width: calc(375 / 630 * 100%);
}

.cast .ttl_cast {
    width: calc(80 / 630 * 100%);
}

.cast .ttl_staff {
    width: calc(85 / 630 * 100%);
}

.cast h3 {
    margin: 0 auto calc(50 / 630 * 100%);
}

.cast .cast_box {
    margin-bottom: calc(80 / 630 * 100%);
}

.cast .cast_box li {
    margin-bottom: calc(10 / 630 * 100%);
}

.cast .cast_box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cast .cast_box dt {
    width: 50%;
    padding-right: 7%;
    text-align: right;
    color: #47ccc5;
}

.cast .cast_box dt::before {
    content: ':';
    position: absolute;
    width: 3px;
    height: calc(35 / 630 * 100vw);
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #beb09f;
}

.cast dt {
    position: relative;
    color: #47ccc5;
}

.cast .cast_box dd {
    width: 50%;
    padding-left: 6%;
}

.cast .staff_box {
    text-align: center;
    padding-bottom: calc(150 / 630 * 100%);
}

.cast .staff_box li {
    margin-bottom: calc(50 / 630 * 100%);
}

.cast .staff_box dt {
    padding-bottom: calc(25 / 630 * 100vw);
}

.cast .cast_box li.line {
    position: relative;
    padding-bottom: calc(40 / 630 * 100%);
}

/*.cast .cast_box li.line::before,*/
.cast .staff_box dt::before {
    content: '…';
    position: absolute;
    color: #beb09f;
    width: calc(50 / 630 * 100%);
    height: calc(30 / 630 * 100vw);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.5rem;
}

/*
.cast .cast_box li.line::before {
    left: 3%;
}
*/

.cast .staff_box dd span {
    color: #beb09f;
}

/*
.cast .staff_box dd img {
    width: calc(360 /630 * 100%);
}
*/

.cast ul span,
.cast ul small {
    font-size: 1rem;
}

.cast ul small {
    margin-left: calc(3 / 630 * 100%);
}


@media screen and (min-width: 500px) {

    /*    .cast .cast_box li.line::before,*/
    .cast .staff_box dt::before {
        height: calc(25/ 630 * 100vw);
    }

    .cast .cast_box li.line::before {
        left: 4%;
    }

}

@media screen and (min-width: 768px) {
    .cast h2 {
        width: calc(290 / 1000 * 100%);
    }

    .cast .ttl_cast {
        width: calc(62 / 1000 * 100%);
    }

    .cast .ttl_staff {
        width: calc(66 / 1000 * 100%);
    }

    .cast h3 {
        margin: 0 auto calc(30 / 1000 * 100%);
    }

    .cast .cast_box {
        margin-bottom: calc(60 / 1000 * 100%);
    }

    .cast .cast_box li {
        margin-bottom: calc(6 / 1000 * 100%);
        font-size: 2.1rem;
    }

    .cast .cast_box dt {
        padding-right: 5%;
        text-align: right;
        color: #47ccc5;
    }

    .cast .cast_box dt::before {
        width: 4px;
        height: 40px;
    }

    .cast .cast_box dd {
        padding-left: 5%;
    }

    .cast .staff_box {
        padding-bottom: calc(100 / 1000 * 100%);
    }

    .cast .staff_box li {
        margin-bottom: calc(40 / 1000 * 100%);
    }

    .cast .staff_box dt {
        font-size: 1.8rem;
        padding-bottom: calc(20 / 1000 * 100%);
    }

    /*
    .cast .staff_box dd img {
        width: calc(300 / 1000 * 100%);
    }
*/

    .cast .cast_box li.line {
        padding-bottom: calc(35 / 1000 * 100%);
        margin-bottom: calc(15 / 1000 * 100%);
    }

    /*
    .cast .cast_box li.line::before {
        width: 4rem;
        height: 3.1rem;
        left: calc(13 / 1000 * 100%);
        font-size: 2.5rem;
    }
*/

    .cast .staff_box dt::before {
        width: 4rem;
        height: 3.1rem;
        font-size: 2.5rem;
    }

    .cast .staff_box dd {
        font-size: 2.1rem;
    }

    .cast ul span,
    .cast ul small {
        font-size: 1.5rem;
    }
}
