@charset 'utf-8';


#mainvisual {
	width: 100%;
	height: 496px;
	background: url(../image/portal/back_mainvisual.png);
	position: relative;
}

#tagline {
	width: 1000px;
	height: 496px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}

#tagline h1 {
	width: 400px;
	height: 120px;
	margin-left: -200px;
	background: url(../image/portal/parts_mdf3.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 70px;
	left: 50%;
}

#tagline p {
	width: 400px;
	height: 150px;
	margin-left: -200px;
	background: url(../image/portal/parts_mdf3.png) no-repeat 0 -120px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 190px;
	left: 50%;
}

#scroll {
	visible: hidden;
	width: 100%;
	height: 496px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}

#scroll ul,
#scroll li {
	list-style: none;
}

#townscape {
	height: 228px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#firmament {
	height: 230px;
	position: absolute;
	top: 0;
	left: 0;
}

#message {
	margin-top: -3px;
	padding-bottom: 30px;
	border-top: 5px solid #000;
	font-size: 1.6em;
	line-height: 2em;
	position: relative;
}

#message header {
	width: 100%;
	height: 240px;
	margin-bottom: 30px;
}

#message header h1 {
	width: 100%;
	height: 240px;
	background: url(../image/portal/fiximg.jpg) no-repeat center center;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#message .inner {
	width: 1000px;
	margin: 0 auto;
}

#message .left {
	overflow: hidden;
}

#message .left figure,
#message .left .sentence {
	float: right;
}

#message .left figure {
	width: 300px;
	margin-right: 65px;
}

#message figcaption {
	padding-top: 8px;
	color: #000;
	font-size: .8em;
	line-height: 1.1em;
	text-align: right;
}

#message .left .sentence {
	width: 635px;
	padding-top: 1em;
}

#message .left .sentence h2 {
	margin-bottom: .5em;
	color: #000;
	font-size: 1.7em;
	line-height: 1.4em;
}

#message .left .sentence p {
	margin-bottom: 3em;
	color: #000;
}

#message .left .sentence p:last-child {
	margin-bottom: 0;
}

#bishop {
	width: 100%;
	padding: 30px 0 50px 0;
	background: url(../image/common/back_dark.png);
	position: relative;
}

#bishop:before {
	content: '';
	width: 100%;
	height: 60%;
	background: linear-gradient(to bottom, rgba(204,171,126,0.16), rgba(204,171,126,0));
	background: -moz-linear-gradient(top, rgba(204,171,126,0.16), rgba(204,171,126,0));
	background: -webkit-gradient(linear, center top, center bottom, from(rgba(204,171,126,0.16)), to(rgba(204,171,126,0)));
	position: absolute;
	top: 0;
	left: 0;
}

#bishop .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

