@media (min-width: 1000px) {
	.contents-wrap {
		display: block;
	}
}

/* 画像の大きさ */
section figure {
	max-width: 800px;
}