/* キャスト一覧画面 ---------------------------------------- */
.mainSection01{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    background-color: #efefef;
}

.mainSection01__container{
    display: block;
    width: 95%;
    max-width: 900px;
    height: auto;
}

.mainSection01__castBox{
    display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	flex-wrap: wrap;
}

.mainSection01__noCastBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    font-weight: 600;
    font-size: 20px;
    color: #383838;
    padding: 50px 0;
}