@charset "UTF-8";
/*
 caststaff.css
 本サイト各ページ用CSS
*/

body .ntv-wrapper {
    background: url(../images/caststaff/bg.jpg) center top / cover no-repeat fixed;
}

/* caststaff
========================================== */
.caststaff-inner {
    margin: 0 auto 50px auto;
}

#caststaff h2#title_cast {
    width: 168px;
    height: 0;
    padding-top: 7.55%;
    /* 74/980*100 */
    display: block;
    text-indent: -9999px;
    background: url(../images/caststaff/title_cast.png) no-repeat center top;
    margin: 3% auto 5% auto;
}

#caststaff h2#title_staff {
    width: 168px;
    height: 0;
    padding-top: 7.55%;
    /* 74/980*100 */
    display: block;
    text-indent: -9999px;
    background: url(../images/caststaff/title_staff.png) no-repeat center top;
    margin: 3% auto 5% auto;
}

#caststaff #cast {
    width: 90%;
    margin: 0 auto 8% auto;
    padding: 0 0 5% 0;
    border-bottom: 1px dashed #666666;
}

#caststaff #cast ul {
    padding-top: 2%;
}

#caststaff #cast ul li {
    transform: rotate(0.05deg);
    line-height: 1.3;
    font-size: 2.1rem;
    color: #240d00;
    text-align: center;
    margin-bottom: 5%;
}

#caststaff #cast ul li span {
    font-size: 1.6rem;
}

#caststaff #cast ul li.mg_01 {
    margin-bottom: 12%;
}

#caststaff #cast ul li.mg_02 {
    margin-bottom: 12%;
}

#caststaff #cast ul li.cast_block {
    margin-bottom: 8%;
    line-height: 1.8;
}

#caststaff #staff {
    padding-bottom: 10%;
}

#caststaff #staff_box {
    padding-top: 2%;
}

#caststaff #staff table {
    width: 100%;
}

#caststaff #staff table td {
    transform: rotate(0.05deg);
    line-height: 1.86;
    font-size: 1.8rem;
    color: #240d00;
    padding-bottom: 15px;
}

#caststaff #staff table td.label {
    text-align: right;
    width: 43%;
    color: #1974b4;
}

#caststaff #staff table td.box_spacer {
    text-align: center;
    width: 4%;
}

#caststaff #staff table td.name {
    text-align: left;
    width: 53%;
}


/* ---------------------------------
 SP用
--------------------------------- */
@media only screen and (max-width: 600px) {

    /* caststaff */

    .caststaff-inner {
        padding: 4.6875% 2.525% 8.25%;
    }

    #caststaff #cast ul li {
        font-size: 3.1vw;
    }

    #caststaff #cast ul li span {
        font-size: 2vw;
    }


    #caststaff #staff table td {
        font-size: 3vw;
    }

    #caststaff #staff table td.label {
        text-align: right;
        width: 40%;
        color: #1974b4;
    }

    #caststaff #staff table td.box_spacer {
        text-align: center;
        width: 4%;
    }

    #caststaff #staff table td.name {
        text-align: left;
        width: 56%;
    }


}

/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {}

/* ---------------------------------
 SP 〜 tablet　（〜992px）
--------------------------------- */
@media screen and (max-width: 992px) {
    body .ntv-wrapper {
        background: none;
    }

    body .ntv-wrapper::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(../images/caststaff/bg.jpg) center/cover no-repeat;
        -webkit-background-size: cover;
        z-index: -1;
    }
}


/* ---------------------------------
 iPad用
--------------------------------- */

body.iPad .ntv-wrapper {
    background: none;
}

body.iPad .ntv-wrapper::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/caststaff/bg.jpg) center/cover no-repeat;
    -webkit-background-size: cover;
    z-index: -1;
}


/* ---------------------------------
 tablet FONT用
--------------------------------- */
@media screen and (min-width : 601px) {}
