@charset "utf-8";

/*
	page.css
---------------------------------------------------------------------------------------------------------------------------------------------*/
/* page common
--------------------------------------------------------------------------------------------------------*/
article {
	opacity: 0;
	transition: opacity 1.4s ease;
	-webkit-transition: opacity 1.4s ease;
}
#pageHead {
	width: 100%;
	text-align: right;
	color: #e71620;
	height: 270px;
/*	margin-top: 70px;*/
	margin-top: 20px;
	padding: 0 50px;
}
#pageHead h2 {
	font-size: 82px;
	font-weight: 500;
}
#pageHead p {
	margin-top: 10px;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 5px;
}

article#admenu #pageHead {
	background: url(../images/common/bg_admenu.jpg) no-repeat center 50px;
	background-size: cover;
}
article#works #pageHead {
	margin-bottom: 80px;
	height: auto;
}

/*
	less than 767px;
---------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
	#pageHead {
		padding: 0 50px;
		padding: 0 6.66vw;
		height: 440px;
		height: 58.9vw;
		margin-top: 0;
	}
	#pageHead h2 {
		font-size: 82px;
		font-size: 10.93vw;
	}
	#pageHead p {
		font-size: 26px;
		font-size: 3.46vw;
	}
	
	article#admenu #pageHead {
		background: url(../images/common/sp_bg_admenu.jpg) no-repeat center 7.59vw;
		background-size: cover;
	}
	article#works #pageHead {
		margin-bottom: 40px;
		margin-bottom: 5.33vw;
	}


/*
	page.css End
---------------------------------------------------------------------------------------------------------------------------------------------*/
}