@charset "utf-8";

/* design */

/* タイトル画像
---------------------------------------------------------------------------*/
.block-pagesttl .inner {
	background-image: url(../img/design/bg-pagesttl.jpg);
}
.hd-pagesttl {
	background-image: url(../img/cmn/bg-hd-pagesttl.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}
@media screen and (max-width: 896px){
	.block-pagesttl .inner {
		background-image: url(../img/design/bg-pagesttl-sp.jpg);
	}
	.hd-pagesttl {
		background-image: url(../img/cmn/bg-hd-pagesttl-sp.png);
		background-size: contain;
	}
}



/* Manufactory Movie
---------------------------------------------------------------------------*/
.box-lead-manufactorymovie {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
@media screen and (max-width: 896px){
	.box-lead-manufactorymovie {
		margin-top: 6vw;
		margin-bottom: 6vw;
	}
}

/* About Meister
---------------------------------------------------------------------------*/
.block-aboutmeister {
	padding-bottom: 50px;
}
.block-aboutmeister .ttl-pages {
	padding: 40px 0 0;
}
.lead-aboutmeister {
	margin: 45px 0 60px;
	text-align: center;
}
@media screen and (max-width: 896px){
	.block-aboutmeister {
		padding-bottom: 7vw;
	}
	.block-aboutmeister .ttl-pages {
		padding: 6vw 0;
	}
	.box-fig-aboutmeister {
		padding: 0 4vw;
	}
	.lead-aboutmeister {
		margin: 5vw 0 6vw;
	}
}










