@charset "utf-8";
/* CSS Document */

.book img{
	width: 195px;
	height: 276px;
}

.item img{
	width: 195px;
	height: 195px;
}

.novel-grid{
	justify-content: center;
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(auto-fit, 195px);
	margin-top: 6%;
	margin-bottom: 50px;
}

.item-grid{
	justify-content: center;
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(auto-fit, 195px);
	margin-top: -1%;
	margin-bottom: 50px;
}

#WorksContent h3{
	margin-top: 6rem;
}

#works h3{
	font-size: 2rem;
	text-align: center;
}

.caption{
	position: absolute;
	background-color: rgba(255,255,255,0.9);
	color: #000000;
	padding-top: 20px;
	width: 195px;
	height: 110px;
	top: 166px;
	overflow: hidden;
	display: none;
	font-size: 15px;
	text-align: center;
}

.item-caption{
	position: absolute;
	background-color: rgba(255,255,255,0.6);
	color: #000000;
	padding-top: 20px;
	width: 195px;
	height: 100px;
	top: 90px;
	overflow: hidden;
	display: none;
	font-size: 15px;
	text-align: center;
}

.book,
.item{
	position: relative;
}