@charset "UTF-8";

/* top
---------------------------------------------------------------------------*/
body.top footer {
	display: none;
}

body.top header {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 999;
}

body.top .header-inner {
	position: absolute;
	bottom: 6%;
	left: 8%;
}

body.top header .logo-top {
	display: block;
	width: 45px;
	margin-bottom: 17px;
	font-size: 0;
}

body.top header .logo-top img {
	width: 100%;
	height: auto;
}

body.top header .logo {
	display: none;
}

body.top .txt-head {
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-bottom: 20px;
}

body.top header .copyright {
	display: block;
}

body.top #mainContents {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

#maximage {
	position: absolute !important;
	top: inherit;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

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