@charset "UTF-8";

/**
 * ヘッダーと余白の設定
**/
header {
	width: 100%;
	height: 5.625rem;
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 20000;
}
.mv,
.pan_wrap {margin-top: 5.625rem;}
@media only screen and (max-width: 1343px){
	header {height: 4rem;}
	.mv,
	.pan_wrap {margin-top: 4rem;}
}
@media only screen and (max-width: 1200px){
	.mv,
	.pan_wrap {margin-top: 4rem;}
}
@media only screen and (max-width: 768px){
	header {
		height: 2.5rem;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}
	.mv,
	.pan_wrap {margin-top: 2.5rem;}
}
