@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	background-color: #fbfbf6;
}
header {
	width: 100%;
	height: 200px;
	position: fixed;
	z-index: 999;/* 重なり上に */
}
.header_container {
	text-align: center;
	width: 50%;
	border-bottom: solid 1px;
	margin: 0 auto;
}
.header_logo {
	width: 16%;
	height: 16%;
	padding-top: 70px;
}
.top-image {
	width: 100%;
	position: fixed;
}
/* ヘッダーコンテンツ */	
.header_container ul {
	text-align: center;
	padding: 0;
	margin-top: 70px;
}
.header_container ul li {
	display: inline-block;
	list-style: none;
}
.header_container ul li a {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.0rem;
	text-decoration: none;
	color: black;
	font-family: serif;
}
.header_container ul li a:hover {
	opacity: 0.5;
}
/* シリーズ */
.wrapper {
	width: 300px;
	padding-top: 400px;
	margin: 0 auto;
}
.series-one {
	width: 300px;
}
.title-one {
	font-size: 0.9rem;
	font-family: Hiragino Kaku Gothic ProN ;
	font-weight: 400;
	margin-top: 10px;
	text-align: center;
}
section a:hover {
	opacity: 0.6;  filter: brightness(110%);
}
/* フッター */
footer {
	height: 200px;
	position: relative;
	bottom: 20px;
	width: 100%;
}
footer p {
	font-size: 0.9rem;
	font-family: serif;
	text-align: center;
	margin: 0;
	padding-top: 170px;
}