@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : cast.css
Description :
===================================================================== */

/* =====================================================================
*    cast
* =================================================================== */
#cast .subpage_ttl::before {
    background: url(../images/common/bg_deco10.png) no-repeat center center;
    background-size: auto 100%;
}

.cast_wrap {
    width: calc(650 / 750 * 100%);
    margin: 0 auto calc(30 / 750 * 100%);
    padding: calc(70 / 750 * 100%) calc(50 / 750 * 100%);
    background: url(../images/cast/bg_cast_sp.jpg) no-repeat center bottom #fff;
    background-size: 100% auto;
}

.cast_wrap:last-child {
    margin-bottom: 0;
}

.cast_ttl {
    width: calc(153 / 550 * 100%);
    margin: 0 auto calc(50 / 550 * 100%);
    padding: calc(87 / 550 * 100%) 0 0;
    background: url(../images/common/bg_deco11.png) no-repeat center top;
    background-size: calc(75 / 153 * 100%) auto;
    -webkit-backface-visibility: hidden;
}

.cast_box {
}

.cast_list {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
}

.cast_list dt {
    margin: 0 0 -0.1em;
    color: #da4043;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.cast_list dd {
    margin: 0 0 1.2em;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.1em;
}

.cast_list dd:last-of-type {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .cast_wrap {
        width: calc(900 / 1200 * 100%);
        margin: 0 auto calc(30 / 1200 * 100%);
        padding: calc(60 / 1200 * 100%) calc(50 / 1200 * 100%) calc(80 / 1200 * 100%);
        background: url(../images/cast/bg_cast_pc.jpg) no-repeat center bottom #fff;
        background-size: 100% auto;
    }
    
    .cast_ttl {
        width: calc(91 / 800 * 100%);
        margin: 0 auto calc(35 / 800 * 100%);
        padding: calc(53 / 800 * 100%) 0 0;
    }
    
    .cast_list dt {
        font-size: 1.8rem;
    }
    
    .cast_list dd {
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 1200px) {
    
}


/* =====================================================================
*    staff
* =================================================================== */
.staff_wrap {
    background: url(../images/cast/bg_staff_sp1.jpg) no-repeat center top, url(../images/cast/bg_staff_sp2.jpg) no-repeat center bottom #fff;
    background-size: 100% auto, 100% auto;
}

.staff_wrap .cast_list dt {
    color: #b79044;
    font-size: 2.2rem;
}

@media screen and (min-width: 768px) {
    .staff_wrap {
        background: url(../images/cast/bg_staff_pc1.jpg) no-repeat center top, url(../images/cast/bg_staff_pc2.jpg) no-repeat center bottom #fff;
        background-size: 100% auto, 100% auto;
    }
    
    .staff_wrap .cast_list dt {
        font-size: 1.65rem;
    }
}

@media screen and (min-width: 1200px) {
    
}
