#top {
				color: #fff;
				background-color: #000;
				height: 100vh;
				position: relative;
}
#top .mv {
				max-width: 880px;
				width: 90%;
				margin: 0 auto;
				position: absolute;
				-webkit-transform: translate(-50%, -50%);
				        transform: translate(-50%, -50%);
				top: 45%;
				left: 50%;
}
#top .mv .ttl {
				margin-bottom: 140px;
}
#top .mv .sns {
				max-width: 200px;
				width: 50%;
				margin: 0 auto;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
#top .mv .sns a {
				display: block;
				width: 45px;
}
#top footer {
				font-size: 1.2rem;
				text-align: center;
				width: 100%;
				margin-top: auto;
				padding: 20px 0;
				position: absolute;
				-webkit-transform: translateX(-50%);
				        transform: translateX(-50%);
				bottom: 0;
				left: 50%;
}