/* simulator デザイン */

:root {
	--sim--color: var(--main--color);
}


#simulator {
	background: linear-gradient(rgba(255, 255, 255, .7) 0 0), url(/assets/img/home-05.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

/* Small devices (large desktops, less than 768px) */
/* スマホ設定の標準 */
@media screen and (max-width: 767.98px) {}