@import url(http://fonts.googleapis.com/css?family=Fira+Sans:300,500);
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
body, html {
	width: 100%;
	height: 100%
}
a img {
	outline: 0;
	border: none
}
img {
	max-width: 100%;
	height: auto
}
.clearfix:after {
	content: '';
	display: table;
	clear: both
}
body {
	font-family: fira_sansregular, sans-serif;
	color: #fff;
	background-color: #000;
	font-size: 18px;
	padding-bottom: 80px
}
body.pc {
	font-family: fira_sansregular, Arial, 'Helvetica Neue', Helvetica, sans-serif
}
.background {
	position: fixed;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000 url(../images/bg.jpg) no-repeat center center;
	background-size: cover
}
.container {
	width: 1240px;
	margin: 0 auto
}
.main {
	position: relative;
	top: 25%;
	-moz-transform: translateY(-25px);
	-webkit-transform: translateY(-25px);
	-o-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	transform: translateY(-25px)
}
h1 {
	font-weight: 500;
	font-size: 37px;
	line-height: 44px;
	text-align: center;
	margin-bottom: 50px;
	opacity: 0;
	-webkit-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	transition: all 2000ms ease;
	-moz-transform: scale(0.75);
	-webkit-transform: scale(0.75);
	-o-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75)
}
.sites {
	list-style: none
}
.sites li {
	display: block;
	float: left;
	width: 33%;
	padding: 6px;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-transform: translateY(10vh);
	-webkit-transform: translateY(10vh);
	-o-transform: translateY(10vh);
	-ms-transform: translateY(10vh);
	transform: translateY(10vh)
}
.sites li a {
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: 300;
	color: #fff;
	text-align: center
}
.sites li a img {
	display: block;
	width: 100%;
	margin: 0 auto 20px
}
.sites li a .logo {
	width: 108px;
	margin-bottom: 30px
}
.sites li.reveal {
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	position: relative;
	z-index: 0
}
.sites:hover li.reveal {
	opacity: .25
}
.sites:hover li.reveal:hover {
	opacity: 1;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	z-index: 9999
}
body.loaded h1 {
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
footer {
	position: fixed;
	bottom: 0;
	padding: 30px;
	text-align: center;
	background-color: #323232;
	width: 100%;
	font-size: 12px
}

@font-face {
    font-family: 'fira_sansregular';
    src: url('../fonts/firasans-regular-webfont.eot');
    src: url('../fonts/firasans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/firasans-regular-webfont.woff2') format('woff2'),
         url('../fonts/firasans-regular-webfont.woff') format('woff'),
         url('../fonts/firasans-regular-webfont.ttf') format('truetype'),
         url('../fonts/firasans-regular-webfont.svg#fira_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media only screen and (max-width:1240px) {
h1 {
	margin-top: 40px;
	font-size: 28px;
	line-height: 36px
}
.container {
	width: 100%;
	padding: 0 20px
}
.main {
	top: 20%;
	-moz-transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
	-o-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%)
}
.sites li {
	width: 33.333%;
	margin-bottom: 20px;
	padding: 10px
}
.sites li a .logo {
	margin-bottom: 20px
}
}

@media only screen and (max-width:780px) {
body {
	font-size: 12px
}
h1 {
	font-size: 22px;
	line-height: 30px
}
}

@media only screen and (max-width:600px) {
h1 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px
}
.main {
	top: 0;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.sites li {
	width: 50%
}
.sites li a img {
	margin-bottom: 0
}
.sites li a span {
	display: none
}
footer {
	position: relative
}
}
