@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : cast.css
Description :
===================================================================== */

/* =====================================================================
*    cast
* =================================================================== */
.cast {
    padding: calc(100 / 750 * 100%) 0 calc(200 / 750 * 100%);
}

.cast .sec_ttl {
    margin: 0 0 calc(100 / 750 * 100%);
}

.cast .cast_box {
    margin: 0 0 calc(150 / 750 * 100%);
}

.cast .sec_subttl {
    width: calc(90 / 750 * 100%);
    margin: 0 auto calc(40 / 750 * 100%);
    padding: 0.12em 0;
    background-color: #f8f8f8;
    color: #0a0404;
    font-size: 3.2rem;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    text-align: center;
}

.cast_list {}

.cast_list li:not(:last-child) {
    margin: 0 0 calc(20 / 750 * 100%);
}

.cast_list li.line:not(:last-child) {
    margin: 0 0 calc(35 / 750 * 100%);
}

.cast_list li.line::after {
    content: "";
    display: block;
    bottom: 0;
    width: calc(26 / 750 * 100%);
    padding-top: calc(4 / 750 * 100%);
    margin: calc(35/ 750 * 100%) auto 0;
    background-color: #3b3e3e;
}

.cast_list li.flex::after {
    position: absolute;
}

.cast_list li.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: calc(35 / 750 * 100%);
}

.cast_list li.flex dl {
    width: calc(330 / 750 * 100%);
}

.cast_list li.flex dt {
    width: calc(150 / 330 * 100%);
}

.cast_list li.flex dd {
    width: calc(150 / 330 * 100%);
}

.cast_list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cast_list_box dt {
    width: calc(355 / 750 * 100%);
    color: #898989;
    font-size: 2.6rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
    text-align: right;
}

.cast_list_box dt.ls {
    letter-spacing: -0.05em;
}

.cast_list_box dd {
    width: calc(355 / 750 * 100%);
    color: #fcfeff;
    font-size: 2.6rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

.cast_list_box dd:not(:first-of-type) {
    margin: 0 0 0 calc(395 / 750 * 100%);
}

.cast_list_box dd span {
    font-size: 80%;
}

@media screen and (min-width: 768px) {
    .cast {
        padding: calc(100 / 1200 * 100%) 0 calc(120 / 1200 * 100%);
    }

    .cast .sec_ttl {
        margin: 0 0 calc(100 / 1000 * 100%);
    }

    .cast .sec_subttl {
        width: calc(90 / 1000 * 100%);
        margin: 0 auto calc(40 / 1000 * 100%);
        padding: 0.06em 0;
        font-size: 3.2rem;
    }

    .cast .cast_box {
        margin: 0 0 calc(100 / 1000 * 100%);
    }

    .cast_list li:not(:last-child) {
        margin: 0 0 calc(10 / 1000 * 100%);
    }

    .cast_list li.line:not(:last-child) {
        margin: 0 0 calc(20 / 1000 * 100%);
    }

    .cast_list li.line::after {
        width: calc(26 / 1000 * 100%);
        padding-top: calc(2 / 1000 * 100%);
        margin: calc(20 / 1000 * 100%) auto 0;
    }

    .cast_list_box dt {
        width: calc(480 / 1000 * 100%);
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .cast_list_box dd {
        width: calc(480 / 1000 * 100%);
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .cast_list_box dd:not(:first-of-type) {
        margin: 0 0 0 calc(520 / 1000 * 100%);
    }

    .cast_list_box dd span {
        font-size: 88%;
    }

    .cast_list li.flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: calc(18 / 1000 * 100%);
    }

    .cast_list li.flex dl {
        width: calc(300 / 1000 * 100%);
    }

    .cast_list li.flex dt {
        width: calc(130 / 300 * 100%);
    }

    .cast_list li.flex dd {
        width: calc(130 / 300 * 100%);
    }

}

@media screen and (min-width: 1200px) {
    .cast {
        padding: 100px 0 120px;
    }
}


/* =====================================================================
*    staff
* =================================================================== */

@media screen and (min-width: 768px) {
    .staff_box .cast_list li:not(:last-child) {
        margin: 0 0 calc(20 / 1000 * 100%);
    }
}

@media screen and (min-width: 1200px) {}
