@charset "utf-8";

/**
 * 寿司動画追加CSS
 */
 .main-video {
	width: 840px;
	max-width: 100%;
	margin: 0 auto 60px;
}

.main-video > video {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 20px;
	border: solid 2px #fff;
}

.main-video > figcaption {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1em;
	font-weight: 700;
	color: #24282d;
	text-align: center;
}

.main-video > figcaption a {
	color: inherit;
	text-decoration: none;
	transition: all 250ms ease;
}

.main-video > figcaption a:hover {
	color: #e06d5e;
}
