@charset "utf-8";

body {
	background: url(../img/bg.jpg) no-repeat left top fixed;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-width: 960px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.image_wrap {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
main {
	width: 100%;
	height: 100%;
	display: table;
}
.image {
	width: 100%;
}
h1 {
	display: none;
}
.detail {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: table;
}
.inner {
	display: table-cell;
	vertical-align: middle;
}
.content {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 40px 55px;
}
.logo {
	margin-bottom: 50px;
}
.content h2 {
	font-size: 26px;
	line-height: 1.5;
	letter-spacing: 2px;
}
.content h2 span {
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: 30px;
	display: block;
}
.content p {
	margin-bottom: 20px;
}
.data {
	margin-top: 60px;
	font-size: 12px;
}
.sns {
	width: 960px;
	margin: 0 auto;
	padding: 35px 0 55px;
}
.sns > li {
	width: 50px;
	text-align: left;
	float: left;
}
@media screen and (max-width: 768px) {
	body {
		-webkit-background-size: contain;
		background-size: contain;
		width: 100%;
		min-width: 100%;
		height: 70.97%;
	}
	main {
		height: 70.97%;
	}
	.content {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.image_wrap {
		width: 100%;
		height: auto;
	}
	.image_wrap img {
		max-width: 80%;
		height: auto;
	}
	.detail {
		top: 50%;
		box-sizing: border-box;
		width: 100%;
		padding: 40px 6.25vw;
	}
	.logo img {
		max-width: 80%;
		height: auto;
	}
	.content h2 span {
		font-size: 18px;
	}
	.content p {
		font-size: 14px;
	}
	.sns {
		width: 100%;
	}
}
