@charset "UTF-8";
:root{
	--body : #423604;
	--link : #423604;
	--primary : #5da126;
}
/*--------------------------------------------
MV
---------------------------------------------*/
#mv picture{
	margin-left : auto;
	margin-right : auto;
}
@media screen and (max-width: 768px){
	#mv{
		margin-top : calc( -20 * 100vw / 768 );
		position : relative;
		padding-left : calc( 24 * 100% / 768 );
		padding-right : calc( 24 * 100% / 768 );
	}
	#mv:before{
		content : "";
		width : 100%;
		height : calc( 80 * 100vw / 768 );
		position : absolute;
		top : 0;
		left : 0;
		z-index : -1;
		background : url("/wp-content/themes/home/assets/images/ui/bg/pattern01.jpg") repeat;
	}
}
@media print,screen and (min-width: 769px){
	#mv{
		position : relative;
		z-index : 2;
	}
}
@media screen and (min-width: 769px) and (max-width:1485px){
	#mv{
		margin-top : calc( -62 * 100vw / 1160 );
	}
}
@media print,screen and (min-width: 1486px){
	#mv{
		margin-top : -62px;
	}
}
/*--------------------------------------------
BREADCRUMBS
---------------------------------------------*/
@media screen and (max-width: 768px){
	#breadcrumbs{
		padding-top : calc( ( 22 - 4 ) * 100vw / 768 );
	}
}