@charset "utf-8";

/**
 * 寿司動画追加CSS
 */
 .site-header {
	padding: 7.6923% 20px;
}

.sidebar__video {
	margin-bottom: 20px;
	padding: 0 20px;
}

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

.sidebar__video > figcaption {
	font-family: "Noto Sans", sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

@media screen and (min-width: 59.6875em) {
	.site-header {
		padding: 0 20px;
	}

	.sidebar__video {
		margin-bottom: 40px;
	}
}
