@charset "utf-8";

/*---------- 固定背景 ----------*/

.parallax-content {
	min-height: 400px;
	background-position: center top;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.parallax-content.img-bg-01 {
	background-image: url("../announcement/publicity/images/bg1.jpg");
}
.parallax-content.img-bg-02 {
	background-image: url("../announcement/publicity/images/bg2.jpg");
}
.parallax-content.img-bg-03 {
	background-image: url("../announcement/publicity/images/bg3.jpg");
}
.front-content {
	background-color: #FFF;
}
.bg-white {
	background-color: #FFF;
}


@media (max-width: 768px) {
	.parallax-content {
		height: 100%;
		background-image: none;
	}
	.parallax-content.img-bg-01::before {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		-webkit-transform: translate3d(0, 0, -1px);
		transform: translate3d(0, 0, -1px);
		width: 100%;
		min-height: 100%;
		-webkit-background-size: cover;
		background-size: cover;
		z-index: -1;
		background-image: url("../announcement/publicity/images/bg1.jpg");
	}
	.parallax-content.img-bg-02::before {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		-webkit-transform: translate3d(0, 0, -1px);
		transform: translate3d(0, 0, -1px);
		width: 100%;
		min-height: 100%;
		-webkit-background-size: cover;
		background-size: cover;
		z-index: -1;
		background-image: url("../announcement/publicity/images/bg2.jpg");
	}
	#bread-crumb {
		margin-top: 0;
		padding-top: 30px;
	}

}