<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.mainContents{
	position: relative;
	padding: 30px 0 0;
	background-color: #eaeae7;
	box-shadow: 0 264px rgba(0, 0, 0,1) inset;
}

.contentsWrap{
	width: 1010px;
	margin: 0 auto;
	padding: 12px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 -80px rgba(211, 213, 202,1) inset;
}

.contentsBox{
	padding-bottom: 50px;
	background-color: #fff;
}

/* 人物詳細モーダル */
.detailContainer{
	display: none;
}

.detail{
	overflow: hidden;
	width: 680px;
	height: 454px;
	padding: 12px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 -47px rgba(180, 0, 14,1) inset;
}

.detail .inner{
	position: relative;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
}

.detail .inner::after{
	position: absolute;
	top: 150px;
	left: -50%;
	width: 200%;
	height: 400px;
	background-color: #000;
	content: "";
	transform: rotate(-4deg);
}

.detailPhoto{
	position: relative;
	float: left;
	z-index: 1;
}

.detailName{
	position: relative;
	z-index: 1;
	float: right;
	width: 325px;
	margin-bottom: 40px;
	padding-top: 15px;
	text-align: center;
}

.detailText{
	position: relative;
	z-index: 1;
	float: right;
	width: 300px;
	height: 235px;
	overflow: auto;
	padding-right: 25px;
	color: #fff;
	line-height: 1.4;
}

/* 人物一覧 */
.chartBox{
	position: relative;
	width: 100%;
	height: auto;
	background: url(./img/chart.jpg) no-repeat 0 0;
	background-size: 100% auto;
}

.chartBox li{
	position: absolute;
}

.chartBox li a{
	display: block;
	width: 100%;
	height: 100%;
}

.chartBox li a:hover{
	background: rgba(255, 255, 255, 0.1);
}

.chartBox li a img{
	width: 100%;
	height: 100%;
}

#cast01{
	top: 308px;
	left: 364px;
	width: 221px;
	height: 317px;
}

#cast02{
	top: 349px;
	left: 737px;
	width: 191px;
	height: 262px;
}

#cast03{
	top: 893px;
	left: 502px;
	width: 191px;
	height: 262px;
}

#cast04{
	top: 17px;
	left: 745px;
	width: 191px;
	height: 262px;
}

#cast05{
	top: 17px;
	left: 206px;
	width: 191px;
	height: 262px;
}

#cast06{
	top: 930px;
	left: 749px;
	width: 166px;
	height: 206px;
}

#cast07{
	top: 372px;
	left: 40px;
	width: 150px;
	height: 204px;
}

#cast08{
	top: 835px;
	left: 40px;
	width: 157px;
	height: 220px;
}

#cast09{
	top: 600px;
	left: 40px;
	width: 150px;
	height: 204px;
}

#cast10{
	top: 436px;
	left: 226px;
	width: 150px;
	height: 204px;
}

#cast11{
	top: 910px;
	left: 412px;
	width: 150px;
	height: 204px;
}

#cast12{
	top: 670px;
	left: 652px;
	width: 131px;
	height: 172px;
}

#cast13{
	top: 57px;
	left: 490px;
	width: 152px;
	height: 198px;
}

#cast14{
	top: 653px;
	left: 279px;
	width: 152px;
	height: 198px;
}

#cast15{
	top: 877px;
	left: 273px;
	width: 152px;
	height: 198px;
}

/* 640px以下
==============================*/
@media screen and (max-width: 640px) {
	.mainContents{
		background: url(../common/img/sp/header_bg2.gif) no-repeat center bottom;
		background-size: 100% auto;
	}

	.contentsWrap{
		width: 100%;
		margin: 0 auto;
		padding: 6px;
		box-shadow: 0 -40px rgba(211, 213, 202,1) inset;
	}

	.contentsBox img{
		width: 100%;
	}
	
/* 人物詳細モーダル */
	.detail{
		width: 100%;
		height: auto;
		padding: 6px;
	}
	
	.detail .inner{
		width: 100%;
		height: auto;
	}
	
	.detail .inner::after{
		position: absolute;
		top: auto;
		bottom: -50px;
		left: -50%;
		width: 200%;
		height: 300px;
	}
	
	.detailPhoto{
		display: table-cell;
		width: 50%;
		float: none;
	}
	
	.detailPhoto img{
		width: 100%;
	}
	
	.detailName{
		display: table-cell;
		float: none;
		width: 50%;
		margin-bottom: 15px;
		padding-top: 0;
		vertical-align: middle;
	}
	
	.detailName img{
		width: 100%;
	}
	
	.detailText{
		display: block;
		float: none;
		width: 100%;
		height: 200px;
		margin: 5px 0;
		padding: 0 6px;
		line-height: 1.8;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
/* 人物一覧 */
	.chartCover{
		width: 100%;
	}

	#cast01{
		top: 25.9%;
		left: 36.8%;
		width: 22.4%;
		height: 26.6%;
	}

	#cast02{
		top: 29.3%;
		left: 74.7%;
		width: 19.3%;
		height: 22%;
	}

	#cast03{
		top: 75.1%;
		left: 50.9%;
		width: 19.3%;
		height: 22%;
	}

	#cast04{
		top: 1.4%;
		left: 75.5%;
		width: 19.3%;
		height: 22%;
	}

	#cast05{
		top: 1.4%;
		left: 20.8%;
		width: 19.3%;
		height: 22%;
	}

	#cast06{
		top: 78.2%;
		left: 75.9%;
		width: 16.8%;
		height: 17.3%;
	}

	#cast07{
		top: 31.3%;
		left: 4%;
		width: 15.1%;
		height: 17.1%;
	}

	#cast08{
		top: 70.2%;
		left: 4%;
		width: 15.9%;
		height: 18.5%;
	}

	#cast09{
		top: 50.5%;
		left: 4%;
		width: 15.2%;
		height: 17.1%;
	}

	#cast10{
		top: 36.7%;
		left: 22.9%;
		width: 15.2%;
		height: 17.1%;
	}

	#cast11{
		top: 76.5%;
		left: 41.7%;
		width: 15.2%;
		height: 17.1%;
	}

	#cast12{
		top: 56.3%;
		left: 65.9%;
		width: 13.2%;
		height: 14.4%;
	}

	#cast13{
		top: 4.7%;
		left: 49.5%;
		width: 15.3%;
		height: 16.6%;
	}

	#cast14{
		top: 54.9%;
		left: 28.2%;
		width: 15.3%;
		height: 16.6%;
	}

	#cast15{
		top: 73.8%;
		left: 28.2%;
		width: 15.3%;
		height: 16.6%;
	}

} /* media */</pre></body></html>