.cnt{
	padding-bottom: 30px;
}

#cast{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 0;
	line-height: 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cast .cbox{
	position: relative;
	width: calc(100% / 3 - 20px);
	margin: 0 10px 30px 10px;
	padding: 0 0 57px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#cast .cbox:hover{
	text-decoration: none;
}
#cast .cbox .img{
	position: relative;
	overflow: hidden;
}
#cast .cbox .img img{
	width: 100%;
	height: auto;
}
#cast .cbox .txt{
	width: calc(100% - 20px);
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	padding: 8px 5px;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 0;
	left: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#cast .cbox .name{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 3px 0;
}
#cast .cbox .name a{	color: var(--cast-color);}
#cast .cbox .size{
	font-size: 10px;
	line-height: 14px;
}
#cast .cbox .course{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: clamp( 10px, calc( 2px + 2.5vw ), 12px );
	line-height: 1.1;
	text-align: center;
	border-radius: 11px;
	padding: 4px 0;
	position: absolute;
	left: 0;
	top: -22px;
}

#cast .cbox .icon{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 1;
	text-align: left;
	position: absolute;
	top: -13px;
	left: 0;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {
	#cast .cbox{
		width: calc(100% / 2 - 20px);
	}
}
