section.movie {
	background-color: #000;
	> div {
		max-width: 1920px;
		margin: 0 auto;
		> video {
			width: 100%;
			vertical-align: bottom;
		}
	}
}
section.title {
	background-color: #f4fafd;
	padding: 60px 7% 60px 7%;
	> div {
		max-width: 700px;
		margin: 0 auto;
		> h1 {
			font-size: 1.6rem;
			line-height: 1.4;
			color: #222;
			text-align: center;
		}
		> p {
			margin-top: 40px;
			text-align: center;
			font-size: 1rem;
			line-height: 1.6;
			color: #222;
			@media (width < 580px) {
				text-align: left;
			}
		}
	}
}
