@charset "UTF-8";




/*----------------------------------------

common

----------------------------------------*/

.en {
    font-family: "Oswald", sans-serif;
    line-height: 1;
}




/*----------------------------------------

#body_wrap / #body_bg_img

----------------------------------------*/

#parallax {
	position: relative;
	z-index: 1;
    width: 100%;
    height: 100%;
}

#parallax:before {
    display: block;
	content: '';
	position: fixed;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/common/parallax_img.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


@media (min-width: 768px) {

}


@media (min-width: 1024px) {

}




/*----------------------------------------

#page_headline

----------------------------------------*/

#page_headline .inner {
	padding: 80px 5%;
}

#page_headline .h1_ttl > span {
	display: block;
	text-align: center;
	font-size: 4em;
	font-weight: 700;
	color: #ffffff;
}

#page_headline .h1_ttl > h1 {
	text-align: center;
	font-size: 2em;
	font-weight: 700;
	color: #ffffff;
}

#page_headline .h1_ttl .post_data {
	display: flex;
	margin: 0 0 20px;
}

#page_headline .h1_ttl .post_data time.date {
	display: block;
	margin-right: 20px;
	font-size: 1em;
	font-weight: 700;
	line-height: 24px;
	color: #DBAD00;
}

#page_headline .h1_ttl .post_data span.cate {
	display: block;
	font-size: 1em;
	font-weight: 700;
	color: #ffffff;
}

#page_headline .h1_ttl .post_ttl h1 {
	font-size: 1.5em;
	font-weight: 700;
	color: #ffffff;
}


@media (min-width: 768px) {

	#page_headline .h1_ttl > span {
		font-size: 6em;
	}
	
	#page_headline .h1_ttl > h1 {
		font-size: 3em;
	}

	#page_headline .h1_ttl .post_data {
		justify-content: center;
		margin: 0 0 20px;
	}

	#page_headline .h1_ttl .post_data time.date {
		font-size: 1.2em;
		line-height: 28px;
	}
	
	#page_headline .h1_ttl .post_data span.cate {
		font-size: 1.2em;
	}

	#page_headline .h1_ttl .post_ttl h1 {
		text-align: center;
		font-size: 1.8em;
	}

}


@media (min-width: 1024px) {

	#page_headline .h1_ttl .post_data time.date {
		font-size: 1.5em;
		line-height: 35px;
	}
	
	#page_headline .h1_ttl .post_data span.cate {
		font-size: 1.5em;
	}

	#page_headline .h1_ttl .post_ttl {
		width: 75%;
		margin: 0 auto;
	}

	#page_headline .h1_ttl .post_ttl h1 {
		text-align: center;
		font-size: 2.25em;
	}

}




/*----------------------------------------

#page_opening

----------------------------------------*/

#page_opening .page_copy {
	padding: 80px 5% 40px;
}

#page_opening .page_copy p.copy {
	margin: 0 0 20px;
	font-size: 5vw;
	font-weight: 700;
	color: #ffffff;
}

#page_opening .page_copy p.text {
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.8;
	color: #ffffff;
}

#page_opening .page_img img {
	display: block;
	width: 100%;
	height: auto;
}


@media (min-width: 768px) {

	#page_opening {
		padding: 80px 0 0;
	}

	#page_opening .inner {
		position: relative;
		z-index: 1;
	}

	#page_opening .page_copy {
		position: absolute;
		z-index: 15;
		top: 50%;
		left: 5%;
		transform: translateY(-50%);
		width: 70%;
		padding: 0;
	}

	#page_opening .page_copy p.copy {
		font-size: 3vw;
	}
	
	#page_opening .page_copy p.text {
		font-size: 1em;
	}

	#page_opening .page_img {
		position: relative;
		z-index: 5;
		width: 70%;
		margin-left: 30%;
	}

	#page_opening .page_img::before {
		display: block;
		content: '';
		position: absolute;
		z-index: 10;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0));
	}

}


@media (min-width: 1024px) {

	#page_opening .page_copy {
		left: 10%;
		width: 50%;
	}

}




/*----------------------------------------

.page_h2_ttl

----------------------------------------*/

.page_h2_ttl {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}

.page_h2_ttl img {
	display: block;
	width: 50px;
	height: auto;
}

.page_h2_ttl h2.en {
	flex: 1;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 3em;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
}

.page_h2_ttl h2.ja {
	flex: 1;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
}


@media (min-width: 768px) {

}


@media (min-width: 1024px) {

}