@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : cast.css
Description :
===================================================================== */


/* =====================================================================
*    cast
* =================================================================== */
.cast .sec_ttl {
    margin: 0 0 calc(120 / 750 * 100%);
}

.cast .cast_box {
    margin: 0 0 calc(100 / 750 * 100%);
}

.cast .sec_contents .sec_ttl {
    margin: 0 0 calc(60 / 750 * 100%);
}

.cast_list {
    width: calc(640 / 750 * 100%);
    margin: 0 auto;
}

.cast_list li:not(:last-child) {
    margin: 0 0 calc(25 / 640 * 100%);
}

.cast_list li.line::after {
    content: "";
    display: block;
    width: calc(90 / 640 * 100%);
    padding-top: calc(11 / 640 * 100%);
    margin: calc(25 / 640 * 100%) auto 0;
    background: url(../images/common/line_pink.png) repeat-x left top;
    background-size: auto 100%;
}

.cast_list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: calc(18 / 640 * 100%) calc(25 / 640 * 100%);
    border: 1px solid #6e6e6c;
}

.cast_list_box::before,
.cast_list_box::after {
    content: "";
    display: block;
    width: calc(32 / 638 * 100%);
    padding-top: calc(32 / 638 * 100%);
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 1px solid #fff100;
    border-left: 1px solid #fff100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cast_list_box::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: auto;
    bottom: -2px;
    left: auto;
    right: -2px;
}

.cast_list_box dt {
    width: calc(300 / 588 * 100%);
    color: #fff;
    font-size: 2.8rem;
    line-height: 1;
}

.cast_list_box dd {
    width: calc(270 / 588 * 100%);
    margin: 0 calc(-7 / 588 * 100%) 0 0;
    padding: 0.7em 0;
    background-color: #fff100;
    color: #14161a;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.cast_list_box2 dd {
    padding: 0.38em 0;
}

.cast_list_box2 dd span {
    display: block;
    font-size: 70%;
    margin: 0.3em 0 0;
}

@media screen and (min-width: 768px) {
    .cast .sec_ttl {
        margin: 0 0 calc(80 / 1000 * 100%);
    }
    
    .cast .sec_contents {
        width: 100%;
    }
    
    .cast .cast_box {
        margin: 0 0 calc(100 / 1000 * 100%);
    }
    
    .cast .sec_contents .sec_ttl {
        margin: 0 auto calc(45 / 1000 * 100%);
    }
    
    .cast_list {
        width: calc(640 / 1000 * 100%);
        margin: 0 auto;
    }
    
    .cast_list_box::before,
    .cast_list_box::after {
        width: calc(12 / 638 * 100%);
        padding-top: calc(12 / 638 * 100%);
    }
}

@media screen and (min-width: 1200px) {
    
}


/* =====================================================================
*    staff
* =================================================================== */
.staff_box .cast_list_box {
    display: block;
}

.staff_box .cast_list_box::before,
.staff_box .cast_list_box::after {
    border-color: #ff2cb2;
}

.staff_box .cast_list_box dt {
    width: auto;
    margin: 0 0 0.6em;
    color: #ff2cb2;
    font-size: 2.6rem;
}

.staff_box .cast_list_box dd {
    width: auto;
    padding: 0;
    background-color: transparent;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 400;
    text-align: left;
}

.staff_box .cast_list_box dd span {
    font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
    .staff_box .cast_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(900 / 1000 * 100%);
    }
    
    .staff_box .cast_list li {
        width: calc(430 / 900 * 100%);
        margin: 0 calc(39 / 900 * 100%) calc(40 / 900 * 100%) 0;
    }
    
    .staff_box .cast_list li:nth-child(even),
    .staff_box .cast_list li:last-child {
        margin-right: 0;
    }
    
    .staff_box .cast_list_box::before,
    .staff_box .cast_list_box::after {
        width: calc(12 / 428 * 100%);
        padding-top: calc(12 / 428 * 100%);
    }
    
    .staff_box .cast_list_box dt {
        font-size: 1.8rem;
    }
    
    .staff_box .cast_list_box dd {
        font-size: 2.4rem;
    }
    
    .staff_box .cast_list_box dd span {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 1200px) {
    
}
