@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. メインビジュアル

******************************************************************************* */
/* ==

　01. メインビジュアル

=============================================================================== */
.visual {
	position: relative;
	overflow: hidden;
}
.visualLoader {
	z-index: 1;
	position: absolute;
	top: 280px;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #c80028;
}
.visualBg {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 560px;
}
.visualLayer {
	z-index: 1;
	position: absolute;
	left: 0;
	width: 100%;
	height: 280px;
	background-color: #fff;
}
.visualLayerTop {
	top: 0;
}
.visualLayerBottom {
	top: 280px;
}
