@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : cast.css
Description :
===================================================================== */

/* =====================================================================
*    cast
* =================================================================== */
.cast {
    padding: calc(140 / 750 * 100%) 0 calc(150 / 750 * 100%);
}

.cast_wrap {
    margin: 0 0 calc(60 / 630 * 100%);
}

.cast_wrap:last-child {
    margin-bottom: 0;
}

.cast_wrap .wave_r {
    width: calc(280 / 630 * 100%);
    margin: 0 auto;
    z-index: 2;
}

.cast_wrap .wave_r::before,
.cast_wrap .wave_r::after {
    padding-top: calc(5.5 / 280 * 100%);
}

.cast_wrap .wave_r span {
    padding: 0.4em 0;
}

.cast_wrap .wave_r img {
    width: calc(86 / 280 * 100%);
    margin: 0 auto;
}

.cast_box {
    margin: calc(-30 / 630 * 100%) 0 0;
    padding: calc(120 / 630 * 100%) 0 calc(70 / 630 * 100%);
    background-color: #fff;
    border-radius: calc(12 / 750 * 100vw);
    overflow: hidden;
}

.cast_box::before {
    content: "";
    display: block;
    width: calc(260 / 630 * 100%);
    padding-top: calc(260 / 630 * 100%);
    background: url(../images/common/bg_dot_g.png) repeat left bottom;
    background-size: calc(24 / 260 * 100%) auto;
    position: absolute;
    bottom: 0;
    right: 0;
}

.cast_box::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(260 / 630 * 100%);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

.cast_list {
    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;
    z-index: 2;
}

.cast_list dt {
    width: calc(295 / 630 * 100%);
    margin: 0 0 calc(30 / 630 * 100%);
    color: #cb1013;
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.23;
    letter-spacing: -0.05em;
    text-align: right;
}

.cast_list dt::after {
    content: "";
    display: block;
    width: calc(10 / 295 * 100%);
    padding-top: calc(23 / 295 * 100%);
    background: url(../images/cast/icon_circle.png) no-repeat center center;
    background-size: auto 100%;
    position: absolute;
    top: 0.3em;
    right: 0;
    margin: 0 calc(-26 / 295 * 100%) 0 0;
}

.cast_list dd {
    width: calc(295 / 630 * 100%);
    margin: 0 0 calc(30 / 630 * 100%);
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.23;
    letter-spacing: -0.01em;
}

.cast_list dd .sp2 {
    display: block;
    font-weight: 700;
}

.cast_list .margin {
    margin: 0 0 calc(90 / 630 * 100%);
}

.cast_list_txt {
    margin: calc(20 / 630 * 100%) 0 0;
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.23;
    letter-spacing: 0.05em;
    text-align: center;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .cast {
        padding: calc(100 / 1300 * 100%) 0 calc(130 / 1300 * 100%);
    }
    
    .cast_wrap {
        width: calc(760 / 1000 * 100%);
        margin: 0 auto calc(60 / 1000 * 100%);
    }
    
    .cast_wrap .wave_r {
        width: calc(478 / 760 * 100%);
    }
    
    .cast_wrap .wave_r img {
        width: calc(86 / 478 * 100%);
    }
    
    .cast_wrap .wave_r::before,
    .cast_wrap .wave_r::after {
        padding-top: calc(5.4 / 478 * 100%);
    }
    
    .cast_wrap .wave_r span {
        padding: 0.44em 0;
    }
    
    .cast_box {
        margin: calc(-30 / 760 * 100%) 0 0;
        padding: calc(90 / 760 * 100%) 0 calc(70 / 760 * 100%);
        border-radius: calc(6 / 1300 * 100vw);
    }
    
    .cast_box::before {
        width: calc(200 / 760 * 100%);
        padding-top: calc(200 / 760 * 100%);
        background-size: calc(16 / 200 * 100%) auto;
    }
    
    .cast_box::after {
        padding-top: calc(200 / 760 * 100%);
    }
    
    .cast_list dt {
        width: calc(360 / 760 * 100%);
        margin: 0 0 calc(25 / 760 * 100%);
        font-size: 2.2rem;
    }
    
    .cast_list dt::after {
        width: calc(8 / 360 * 100%);
        padding-top: calc(18 / 360 * 100%);
        top: 0.3em;
        margin: 0 calc(-24 / 360 * 100%) 0 0;
    }
    
    .cast_list dd {
        width: calc(360 / 760 * 100%);
        margin: 0 0 calc(25 / 760 * 100%);
        font-size: 2.2rem;
    }
    
    .cast_list .margin {
        margin: 0 0 calc(70 / 760 * 100%);
    }
    
    .cast_list dd .sp2 {
        display: inline-block;
    }
    
    .cast_list dd .sp2::before {
        content: "／";
        display: inline-block;
    }
    
    .cast_list_txt {
        margin: calc(20 / 760 * 100%) 0 0;
        font-size: 2.2rem;
    }
}

@media screen and (min-width: 1300px) {
    .cast {
        padding: 100px 0 130px;
    }
    
    .cast_box {
        border-radius: 6px;
    }
}


/* =====================================================================
*    staff
* =================================================================== */


@media screen and (min-width: 768px) {
    
}

@media screen and (min-width: 1300px) {
    
}
