/* CSS Document */
@charset "UTF-8";

html, body {
	height:100%;
}
body {
	position:relative;
	background:#000;
	padding:0;
	margin:0;
	color:#fff;
}


#indContainer {
	width:640px;
	overflow:hidden;
}
header {
	position:relative;
	background: url(../images/index/header.jpg?003) no-repeat;
	height:104px;
}
.logo {
	position:absolute;
	top:10px;
	left:50%;
	background:url(../images/logo.png?003) no-repeat;
	width:260px;
	height:134px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	opacity:0;
	z-index:100;
	transform: translateX(-50%);
}

.slideContainer {
	position:relative;
	background:#181316;
	overflow:hidden;
}
.slideContainer .msg {
	position:absolute;
	top:50%;
	left:0;
	background:url(../images/index/message_sp.png?004) center top no-repeat;
	width:640px;
	height:390px;
	z-index:100;
	transform:translateY(-50%);
}
#viewport {
	width:640px;
}
.slide {
	display:none;
}
.slide img {
	display:block;
	width:640px;
	height:auto;
}
.slide.jbs-current {
	display:block;
}
#time-indicator {
	position:absolute;
	bottom:0;
	background: #e92747;
	margin:0;
	width:0;
	height:1px;
}

footer {
	background: url("../images/index/footer.jpg") center top no-repeat;
	padding: 50px 0 15px;
}

.btn {
	padding: 0 0 60px;
}
.btn ul {
	display:inline-block;
	padding:0;
	margin:0;
	list-style:none;
}
.btn ul li {
	display:inline-block;
}
.btn ul li a {
	display: block;
	background: url(../images/index/btn.png) no-repeat;
	width: 190px;
	height: 115px;
	transition: .7s ease-in-out;
}
.btn ul li a.enter {
	background-position: 0 0;
}
.btn ul li a.leave {
	background-position: -190px 0;
}
.btn ul li a:hover {
	filter: brightness(1.3);
	transition: .3s ease-in-out;
}

footer .cr {
	padding:10px 0;
	font-size: 10px;
	font-size: 1.0rem;
	letter-spacing:2px;
	text-align:center;
	color: #867979;
}

footer .bnrContainer {
	display: inline-block;
	padding: 60px 0 20px;
	text-align: center;
}

/*  */
.clear {
	clear:both;
}