@charset "UTF-8";

body{
	overflow: hidden;}

/*INDEX専用CSS*/

#wrapper{
	
}
.contents{ 
}
h2{
}
#index{
	position: relative;
	width:100%;
	margin:0 auto;
}

#background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	overflow: hidden;
	animation-fill-mode: forwards;
	-webkit-animation: bgin 4s linear 0s 1 normal;
	-moz-animation: bgin 4s linear 0s 1 normal;
	-o-animation: bgin 4s linear 0s 1 normal;
	animation: bgin 4s linear 0s 1 normal;
}
@-webkit-keyframes bgin {0%{opacity:0;}60%{opacity:0;}100%{opacity:1;}}
@-moz-keyframes bgin {0%{opacity:0;}60%{opacity:0;}100%{opacity:1;}}
@-o-keyframes bgin {0%{opacity:0;}60%{opacity:0;}100%{opacity:1;}}
@keyframes bgin {0%{opacity:0;}60%{opacity:0;}100%{opacity:1;}}

#background #slider{
	width: 100%;
	height: 100vh;
}
#background #slider img{
	width: 100%;

}
#indexContent{
	position: absolute;
	top:0;
	left:0;
	z-index: 50;
	width: 100%;
	height: 100vh;
	text-align: center;
}

/* 
   ####################################################################
   ####################################################################
   ####################################################################
*/


#index h2#logo{
	position: relative;
	top:20%;
	width:600px;/*400px*/
	margin:0 auto 80px;
	text-align: center;
	/*z-index:999*/
}
#index h2#logo image{
	width:100% !important;
    animation: fadeIn2 5s ease 0s 1 normal ;
    -webkit-animation: fadeIn2 5s ease 0s 1 normal;
	box-shadow: 4px 4px 4px 4px rgba(0 0 0 0.6);
}
/*アニメーション*/
@keyframes fadeIn2  {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn2 {
    0% {opacity: 0}
    100% {opacity: 1}
}

#index ul#btnArea{
	position: relative;
	top:60%;
	display: table;
	width:435px;
	margin:0 auto 50px;
    animation: fadeIn2 5s ease 0s 1 normal ;
    -webkit-animation: fadeIn2 5s ease 0s 1 normal;
}
#index ul#btnArea li{
	display: table-cell;
	padding:0 0;
	text-align:center;
	box-sizing: border-box;
	vertical-align: middle;
}
#index ul#btnArea li img{
	width:65%;
}

#index #btnArea #enter{
	width:40%;
}
#index #btnArea #ban{
	width:20%;
}
#index #btnArea #leave{
	width:40%;
}

#index #btnArea {
	width: 346px;
	height: 124px;
	margin: 0 auto 0;
	padding: 0;
}
#index #btnArea a {
	display: block;
	width: 124px;
	height: 124px;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0);
	-webkit-border-radius: 50%; /*角丸*/
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	 transition: .6s;
}
#index #btnArea #enter a {
	float: left;
	margin: 0 auto 0 0;
	background-position: 0 0;
	background-image:url(../images/index/btn.png);
	background-color: rgba(255,255,255,0.3);
}
#index #btnArea #leave a {
	float: right;
	margin: 0 0 0 auto;
	background-position: -124px 0;
	background-image:url(../images/index/btn.png);
	background-color: rgba(255,255,255,0.1);
}
#index #btnArea a:hover {
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	 transition: .6s;
}
#index #btnArea #enter a:hover {
	background-color: rgba(255,255,255,0.9);
}
#index #btnArea #leave a:hover {
	background-color: rgba(255,255,255,0.7);
}


/* banner */

#index #mainArea #bannerArea{
	width:100%;
}
#index #mainArea #bannerArea .recruit{
	width:860px;
	margin:auto;
}

footer{
	position: absolute;
	top:101vh;
}


/* 
   ####################################################################
   ####################################################################
   ####################################################################
*/

/* link */

#index #linkArea{
	width:990px;
	margin:0 auto 30px;
}

/**/
#index #linkArea #linkLarge{
	margin:0 0 20px;
}
#index #linkArea #linkLarge .box{
	float:left;
	height:70px;
	margin:0 20px 10px 0;
	font-size:11px;
	line-height:1.4;
}
#index #linkArea #linkLarge .box img{
	display:block;
	margin:0 0 3px;
}

/**/
#index #linkArea #linkSystem{
	margin:0 0 20px;
}
#index #linkArea #linkSystem .box{
	float:left;
	height:80px;
	margin:0 20px 10px 0;
	font-size:11px;
	line-height:1.4;
}
#index #linkArea #linkSystem .box img{
	display:block;
	margin:0 0 3px;
}

/**/
#index #linkArea #linkText{
	margin:0 0 20px;
}
#index #linkArea #linkText p{
	margin:0 0 10px 0;
	font-size:11px;
	line-height:1.4;
}
#index #linkArea #linkText p a{
	font-size:11px;
}
