/* 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/roof/main_bg.jpg") right bottom no-repeat;
		background-size: 100% 100%;
	}
	.mainVisual .productLogoArea .btnUnit a {
		background: rgba(var(--site-themeColor-roof), 1);
	}

@media screen and (max-width: 750px) {	
	.mainVisualWrap {
		background-position: 76% top;
		background-size: cover;
	}
	
	
	.graphPicBox img {
		width: 160% !important;
	}
}


	.productsTechBg {
		background-image: url("../images/roof/bg.jpg");
	}


