@charset "UTF-8";
/* Body */
body {
	font-family: sans-serif;
    background-image: url("images/background.jpg");
	background-color: #24272E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 90%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.hero_header_en {
    font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 5.5em;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hero_text_en {
    font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 1.7em;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hero_smtext_jp {
    font-family: 'Kosugi', sans-serif;
	font-weight: 400;
	font-size: 2.2em;
	color: #FFFFFF;
	text-align: center;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hero_smtext_en {
    font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hero_header_jp {
    font-family: 'Kosugi', sans-serif;
	font-weight: 400;
	font-size: 4.8em;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hero_img {
	margin-top: 80px;
	text-align: center;
}
.hero_img img {
	height: 800px
}
.hero_links {
	margin-top: 50px;
}
.hero_link {
	text-align: center;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hero_link img {
	height: 60px;
}
/* Hero Section */
.hero {
	margin-top: 220px;
}
.copyright {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	text-align: center;
	margin-top: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.hidden {
	display: none;
}

.comingsoon {
	margin-top: 150px;
}

/* Mobile */
@media (max-width: 768px) {
.hero {
	margin-top: 100px;
}
.hero_header_en {
	font-size: 2.2em;
	}
.hero_header_jp {
	font-size: 2em;
	}
.hero_text_en {
	font-size: 1em;
	}
.hero_smtext_jp {
	font-size: 1.5em;
	}
.hero_smtext_en {
	font-size: 0.8em;
	}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
.hero_img img {
	height: 400px
}
.hero_link img {
	height: 30px;
}
.comingsoon {
	margin-top: 80px;
}
.copyright {
	font-size: 0.5em;
	margin-top: 150px;
}
	
}


/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
}
