@charset "UTF-8";
/* Body */
body {
	font-family: hiragino-mincho-pron;
	font-style: normal;
	font-weight: 600;
	background-color: #eaebe3;
	margin:0;
	height: 100%;
}
/* Container */
.container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #eaebe3;
	min-height: 100%;
	position: relative;
	padding-bottom: 40px;
	box-sizing: border-box;
}
.hero_header {
	color: #5d5756;
	font-size: 170px;
	text-align: center;
	letter-spacing: 4px;
	writing-mode: vertical-lr;
	height: 700px;
	display: inline-block;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.copyright {
	width: 100%;
	text-align: center;
	position: absolute;
    bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #5d5756;
	color: #eaebe3;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
