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

main{
}

.topimg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding-top: 60px;
}

.topimg.disp_sp{
	display: none;
}


/** cast **/

#cast{
	text-align: center;
	padding-top: 80px;
}

#cast ul{
	font-size: 0;
	line-height: 0;
	padding: 0 40px;
}

#cast li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 5 - 40px);
	margin: 0 20px 40px 20px;
	background: #fff;
	border-radius: 10px;
}

#cast li .photo{
	position: relative;
}

#cast li .photo a{
	display: block;
	position: relative;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#cast li .photo a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#cast li .photo a > img{
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0 0;
}

#cast li .photo .i_nyuten{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
}
#cast li .photo .i_nyuten img{
	width: 70px;
	height: auto;
}
#cast li .photo .i_rank{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: -10px;
	right: -10px;
}
#cast li .photo .i_rank img{
	width: 75px;
	height: auto;
}

#cast .time{
	width: calc(100% - 20px);
	height: 30px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size:min(2.8vw, 15px);
	line-height: 1;
	padding: 5px;
	border-radius: 15px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#cast .txt{
	position: relative;
	width: 100%;
	color: #000;
	text-align: center;
	padding: 30px 0 5px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#cast li .i_smork{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 5px;
	left: 5px;
}
#cast li .i_smork img{
	width: 100px;
	height: auto;
}
#cast li .i_shoshin{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 5px;
	right: 5px;
}
#cast li .i_shoshin img{
	width: 100px;
	height: auto;
}

#cast .txt .name{
	font-size:min(2.8vw, 13px);
	line-height: 1.2;
}
#cast .txt .name a{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size:min(4vw, 24px);
}

#cast .txt .size{
	font-size:min(2.5vw, 14px);
	line-height: 1.5;
	margin: 0 0 5px 0;
}

#cast .txt .point_box{
	display: flex;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	margin: 0 0 5px 0;
	padding: 0 2px;
}
#cast .txt .point{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% / 3 - 3px);
	max-width: 65px;
	height: 25px;
	font-size:min(2.5vw, 14px);
	line-height: 1;
	border-radius: 2px;
	margin: 0 1.5px;
}

#cast .txt .come{
	font-size:min(2.5vw, 14px);
	line-height: 1.5;
}


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

@media screen and (max-width: 650px) {
	.topimg{
		padding-top: 40px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.topimg img{
		width: 100%;
		height: auto;
	}

	.topimg.disp_pc{
		display: none;
	}
	.topimg.disp_sp{
		display: block;
	}

	/** cast **/
	#cast{
		text-align: center;
		padding: 30px 5px 0 5px;
	}
	#cast ul{	padding: 0;}
	#cast li{
		width: calc(100% / 2 - 10px);
		height: auto;
		margin: 0 5px 10px 5px;
		border-radius: 5px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#cast li .photo a > img{	border-radius: 5px 5px 0 0}
	#cast li .photo .i_nyuten{
		display: inline-block;
		vertical-align: top;
		position: absolute;
		top: 0;
		left: 0;
	}
	#cast li .photo .i_nyuten img{
		width: 50px;
		height: auto;
	}
	#cast li .photo .i_rank{
		top: -5px;
		right: -5px;
	}
	#cast li .photo .i_rank img{
		width: 50px;
		height: auto;
	}

	#cast .time{
		width: calc(100% - 10px);
		height: 22px;
		font-size:min(3.1vw, 14px);
		line-height: 1;
		padding: 5px;
		border-radius: 15px;
		position: absolute;
		bottom: 5px;
		left: 5px;
	}
	#cast .txt{
		width: 100%;
		color: #000;
		text-align: center;
		padding: 30px 0 5px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#cast li .i_smork img{
		width: 80px;
		height: auto;
	}
	#cast li .i_shoshin img{
		width: 80px;
		height: auto;
	}

	#cast .txt .name{
		font-size:min(2.8vw, 13px);
		line-height: 1.2;
	}
	#cast .txt .name a{
		font-family: 'Noto Serif JP', serif;
		font-weight: 600;
		font-size:min(4vw, 24px);
	}

	#cast .txt .size{
		font-size:min(2.5vw, 14px);
		line-height: 1.5;
		margin: 0 0 5px 0;
	}

	#cast .txt .point_box{
		font-size: 0;
		line-height: 0;
		margin: 0 0 5px 0;
		padding: 0 2px;
	}
	#cast .txt .point{
		height: 20px;
		font-size:min(2.9vw, 12px);
		line-height: 1;
		margin: 0 1.5px;
	}

	#cast .txt .come{
		font-size:min(2.5vw, 14px);
		line-height: 1.5;
	}

}
