
body {
	margin:0;
	padding:0;
	background-color:#000;
	text-align: center;
	background-image:url(../img/bk.jpg);
}
.scrim .gradient-top {
	position:absolute;
	z-index:-1;
	width:100%;
	height:568px;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 98%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(98%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 98%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 98%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 98%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 98%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.scrim .gradient-txt {
	margin-top:20px;
	padding:22px 0px 22px 0px;
	text-align:center;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(20%,rgba(0,0,0,1)), color-stop(80%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.holder {
	width:100%;
	max-width:900px;
	height:100%;  
	text-align:center;
  	margin-left: auto;
    margin-right: auto;
    color:#FFF;
    font-size:18px;
    font-family: HurmeGeometricSans1-Light, "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.holder .logo {
	margin-top:40px;
	max-width:90%;
}
.holder .feature {
	margin-top:40px;
}
.holder .gradient-txt img {
	max-width:80%;
}
.holder .feature img.full {
	max-width:100%;
	height:auto;
}
.holder .feature .video {
	width:100%;
	height:506px;
}
.holder .feature p {
	margin:0px 10% 0px 10%;
	padding:0;
	letter-spacing: 0.5px;
	text-align: left;
}
.holder .gallery {
	display: inline-block;
	width:100%;
}
.holder .gallery .item {
	display: inline;
	height:auto;
	max-width:100%;
}
.holder .gallery .item img {
	max-width:100%;
}

.holder .gallery .item {
	margin-top:10px;
	padding:0;
	width:100%;
}
.holder .gallery .item img {
	height:auto;
}


.visit {
	cursor: pointer;
}
