@charset "UTF-8";
/*
 各ページ.css（ファイル名変更可）
 本サイト各ページ用CSS
*/
.d-area {
    margin: 0 auto;
    padding: 0 20px;
}
.cast-staff-inner {
    padding: 0;
}
.d-box-title-cast {
    background: url(../images/cast-staff/tit_cast.png) no-repeat center 0;
    background-size: contain;
    font-size: 0;
    max-width: 326px;
    height: 76px;
    margin: 0 auto;
}
.d-box-title-staff {
    background: url(../images/cast-staff/tit_staff.png) no-repeat center 0;
    background-size: contain;
    font-size: 0;
    max-width: 326px;
    height: 76px;
    margin: 80px auto 0;
}
.d-box-body {
    margin-top: 45px;
    border: 3px solid #000;
    border-top-width: 3px;
    border-bottom-width: 5px;
	box-shadow: 2px 1px 0 0 #000;
	border-radius: 5px;
    background-color: #fff;
    padding: 50px 5%;
}

.cast-overview-box-txt {
    height: 743px;
    background: url(../images/cast-staff/cast_txt.png) no-repeat center;
    background-size: contain;
    font-size: 0;
}
.staff-overview-box-txt {
    height: 516px;
    background: url(../images/cast-staff/staff_txt.png) no-repeat center;
    background-size: contain;
    font-size: 0;
}
/* ---------------------------------
 SP用
--------------------------------- */
@media only screen and (max-width: 600px) {
    .d-area {
        margin-bottom: 20px;
        padding: 0 3%;
    }
    .second .d-contentsBox.d-contentsBox-cast-staff {
        padding-top: 4%;
    }
    .d-contentsBox-inner {
        padding-top: 20px;
    }
    .d-box-body {
        margin-top: 20px;
        padding: 5% 3%;
    }
    .d-box-title-cast {
        padding-top: 12.5%;
        height: 0;
        min-width: 18%;
        max-width: 171px;
        max-height: 70px;
        margin-top: 0;
    }
    .d-box-title-staff {
        padding-top: 12.5%;
        height: 0;
        min-width: 18%;
        max-width: 171px;
        max-height: 70px;
        margin-top: 40px;
    }
    .cast-overview {
        padding: 0;
        overflow: hidden;
    }
    .staff-overview {
        padding: 0;
        overflow: hidden;
    }
    .cast-overview-box {
        padding: 0 19.5%;
    }
    .cast-overview-box-txt {
        padding-top: 185.75%;
        height: 0;
    }
    .staff-overview-box-txt {
        padding-top: 89%;
        height: 0;
    }
}

/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {
    .d-contentsBox {
        padding: 80px 0 0;
    }
}

/* ---------------------------------
 tablet FONT用
--------------------------------- */
@media screen and (min-width : 601px){
     .d-contentsBox {
        padding: 40px 0 0;
    }
}
