/*=================================================
 * CSS for PC
 * ================================================= */

main{	padding: 80px 0;}



/** cast **/

#cast{
	font-size: 0;
	line-height: 0;
	text-align: left;
}

#cast .cbox{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 15px 30px 15px;
	padding: 0 0 10px 0;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#cast .cbox:hover{
	text-decoration: none;
}

#cast .cbox .course{
	font-size: 22px;
	line-height: 35px;
	text-align: center;
}

#cast .cbox .img_bg{
	position: relative;
	display: block;
	padding: 10px 10px 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#cast .cbox .img{
	display: block;
	width: 250px;
	height: 350px;
	overflow: hidden;
	margin: 0;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}

#cast .cbox .img > img{
	width: 250px;
	height: auto;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}

#cast .cbox .img:hover > img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#cast .cbox .img .icon{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	bottom: 3px;
	right: 10px;
}
#cast .cbox .img .icon img{ width: 70px; height: auto;}

#cast .cbox .name{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	padding: 5px 0;
}
#cast .cbox .name a{	color: #333;}

#cast .cbox .size{
	position: relative;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 20px 0;
}
#cast .cbox .size span{	color: #caaa55;}
#cast .cbox .size:after{
	content: '';
	width: 100px;
	border-bottom: 1px solid #caaa55;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 50px);
}

#cast .cbox .txt{
	font-size: 14px;
	line-height: 20px;
}


.cate{
	text-align: center;
	margin: 50px 0 0 0;
	border-bottom: 1px solid #d8c173;
}

.cate h3{
	position: relative;
	font-family: "FontA";
	font-size: 22px;
	line-height: 30px;
	color: #caaa55;
}
.cate h3:before,
.cate h3:after{
	content: '';
	width: calc(50% - 130px);
	border-bottom: 1px solid #d8c173;
	position: absolute;
	top: 15px;
}
.cate h3:before{	left: 0;}
.cate h3:after{	right: 0;}

.cate ul{
	padding: 30px 0 40px 0;
}

.cate li{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin: 0 20px;
}

.cate li span{
	width: 130px;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
}

.cate li p{
	font-size: 14px;
	line-height: 20px;
	padding-left: 10px;
}
.cate li p em{	color: #ccc;}





