/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

html { 
	background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html,body{
	color: #000;
	font-family: Helvetica Neue, Helvetica, Arial;
	height: 100%;
	margin: 0;
	padding: 0;
}

#transy{
	background: rgba(0,0,0,0.3);
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
}

#wrapper{
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40%;
}

.content{
	background: rgba(255,255,255,1);
	padding: 30px 20px 60px;
}

.logo img{
	width: 40%;
}

.content p{
	margin-top: 30px;
	text-align: center;
}

.social{
	margin: 50px auto 0;
	text-align: center;
}


.social a {
	border: 2px solid #FFF;
	border-radius: 50px;
	color: #a6a6a6;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right:15px;
	text-decoration: none;
}

.social a.instagram {
	background: url(../images/instagram.svg) no-repeat center center;
}

.social a.twitter {
	background: url(../images/twitter.svg) no-repeat center center;
}

.social a.facebook {
	background: url(../images/facebook.svg) no-repeat center center;
}

.social a.youtube {
	background: url(../images/youtube.svg) no-repeat center center;
	margin-right: 0;
}

.clear{
	clear: both;
}

footer{
	bottom: 0;
	color: #fff;
	font-size: 0.8em;
	padding: 20px 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

/* only SP */
@media screen and (max-width: 559px) {
	html {
		background: url(../images/bg_sp.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#wrapper{
		width: 80%;
	}
	.logo img{
		width: 60%;
	}
	.social{
		margin: 30px auto 0;
	}
	.social a {
		width: 40px;
		height: 40px;
		border-radius: 40px;
	}
}

@media screen and (max-width: 959px) {
	.social{
		margin: 20px auto;
	}
	.social a {
		width: 40px;
		height: 40px;
		border-radius: 40px;
	}
}
