/*
2013 Copyright (C) KS Sales Co.,Ltd. All Rights Reserved.
*/

@charset "utf-8";
/* ==========================
	defaults part
========================== */
html, body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #2C393E;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
/* ==========================
	navigation part
========================== */
ul.animation_menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 240px;
	background: #020E22;
}
ul.animation_menu li {
	margin: 0px;
	background: #020E22;
	font-size: 13px;
	border-top: 1px dashed #3D4654;
}
#bt01 a, #bt02 a, #bt03 a, #bt04 a, #bt05 a, #bt01 a:hover, #bt02 a:hover, #bt03 a:hover, #bt04 a:hover, #bt05 a:hover {
	background: url(../images/nav_btn.png) no-repeat 0 0;
	width: 240px;
	height: 0;
	padding-top: 85px;
	display: block;
	overflow: hidden;
	position: relative;
}
#bt01 a {
	background-position: 0 0;
}
#bt02 a {
	background-position: 0 -85px;
}
#bt03 a {
	background-position: 0 -170px;
}
#bt04 a {
	background-position: 0 -255px;
}
#bt05 a {
	background-position: 0 -340px;
}
#bt01 a:hover {
	background-position: -240px 0;
}
#bt02 a:hover {
	background-position: -240px -85px;
}
#bt03 a:hover {
	background-position: -240px -170px;
}
#bt04 a:hover {
	background-position: -240px -255px;
}
#bt05 a:hover {
	background-position: -240px -340px;
}
#menu {
	width: 240px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #020E22;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
.nav_menu {
	width: 240px;
	height: 345px;
}
.top_link {
	width: 199px;
	height: 180px;
	border-top: 1px dashed #3D4654;
	padding-left: 41px;
}
/* ==========================
	footer part
========================== */
#foot {
	width: 100%;
	height: 23px;
	padding-top: 7px;
	background: #000;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 100;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Aidan Thin;
	font-size: 11px;
	color: #fff;
}
#foot a {
	color: #fff;
	text-decoration: none;
}
#foot a:hover {
	text-decoration: underline;
}
#foot_left {
	float: left;
	margin-left: 10px;
}
#foot_right {
	float: right;
	margin-right: 10px;
}
/* ==========================
	background sfx
========================== */
div#mask, img.slide {
	min-height: 100%;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}
div#slideArea {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
img.slide {
	z-index: 1;
}
div#slider {
	position: relative;
}
#bg_cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/bg_cover.png);
}
#top_catch {
	width: 500px;
	height: 0;
	padding-top: 110px;
	background: url(../images/top_catch.png) no-repeat 0 0;
	position: absolute;
	top: 38%;
	left: 40%;
	z-index: 25;
	display: block;
	overflow: hidden;
}
#supersized-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	text-indent: -999em;
	background: url(img/progress.gif) no-repeat center center;
}
#supersized {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -999;
	height: 100%;
	width: 100%;
}
#supersized img {
	width: auto;
	height: auto;
	position: relative;
	display: none;
	outline: none;
	border: none;
}
#supersized.speed img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}
#supersized.quality img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
#supersized li {
	display: block;
	list-style: none;
	z-index: -30;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
}
#supersized a {
	width: 100%;
	height: 100%;
	display: block;
}
#supersized li.prevslide {
	z-index: -20;
}
#supersized li.activeslide {
	z-index: -10;
}
#supersized li.image-loading {
	background: #111 url(img/progress.gif) no-repeat center center;
	width: 100%;
	height: 100%;
}
#supersized li.image-loading img {
	visibility: hidden;
}
#supersized li.prevslide img, #supersized li.activeslide img {
	display: inline;
}
/* ==========================
	animation direction
========================== */
.splashfadeIn {
	animation-name: splashfadeIn;
	-webkit-animation-name: splashfadeIn;
	animation-duration: 2.5s;
	-webkit-animation-duration: 2.5s;
	animation-timing-function: easet;
	-webkit-animation-timing-function: ease;
	visibility: visible !important;
}
 @keyframes splashfadeIn {
 0% {;
 opacity: 0.0;
 transform: translateY(-25px);
}
 100% {
 opacity: 1;
 transform: translateY(0px);
}
}
 @-webkit-keyframes splashfadeIn {
 0% {
 opacity: 0.0;
 -webkit-transform: translateY(-25px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0px);
}
}
