/* CSS Document */

/* =================================================

@media print, screen and (min-width: 750.02px) and (max-width: 900px) {}
@media print, screen and (min-width: 750.02px) {}
@media screen and (max-width: 750px) {}

================================================= */

/* ============================================================================
	Setting
============================================================================ */

	.mainVisualWrap {
		background: url("../images/wall/main_bg.jpg") right bottom no-repeat;
		background-size: 100% 100%;
	}

	.mainVisual .productLogoArea .btnUnit a {
		background: rgba(var(--site-themeColor-wall), 1);
	}
@media screen and (max-width: 750px) {	
	.mainVisualWrap {
		background-size: 150% 150%;
	}
}
	.productsTechBg {
		background-image: url("../images/wall/bg.jpg");
	}


