@charset "UTF-8";

/* top
---------------------------------------------------------------------------*/
body.top header {
	position: absolute;
	top: 14%;
	left: 7%;
	width: 185px;
}

body.top header .inner {
	padding: 0;
}

body.top .logo.logo-top {
	display: block;
	margin: 0 0 42px;
}

body.top .logo-common {
	display: none;
}

body.top .gnav {
	float: none;
	margin: 0 0 30px;
}

body.top .gnav li {
	float: none;
	margin: 0;
}

body.top .gnav li a {
	display: block;
	padding: 10px 0;
	color: #FFFFFF;
	font-size: 17px;
	letter-spacing: 0.1em;
}

body.top .sns {
	display: none!important;
}

body.top .sns.sns-top {
	display: block!important;
}

body.top .sns li {
	float: left;
	margin-right: 8px;
}

body.top .sns li:last-of-type { margin-right: 0; }

body.top footer {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: inherit;
	padding: 0 11% 3.5% 0;
	text-align: right;
}

body.top .copyright {
	font-size: 14px;
}

#topContents {
	overflow: hidden;
}

/* #maximage
------------------------------------*/
body.top #maximage-overlay {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	cursor: pointer;
	z-index: 2;
}

body.top #maximage {
	position: fixed !important;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 1;
}

body.top #maximage .mc-image {
	height: 100%;
	min-height: 100%;
}