@charset "utf-8";

/* ========================================================
	concept.css
======================================================== */

/* concept_main
============================================================================================================ */
.concept_main {
	padding-bottom: 560px;
	background: url(../images/main.jpg) no-repeat 50% 100%;
	text-align: center;
}
@media screen and (min-width: 769px), print {
	.concept_main {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 768px) {
	.concept_main {
		padding-bottom: 340px;
		-webkit-background-size: auto 380px;
		background-size: auto 380px;
	}
}

/* concept_contents
============================================================================================================ */
.concept_contents {
}
.concept_contents h2 {
	margin-bottom: 25px;
	color: #5a3827;
	font-size: 6.2rem;
	line-height: 1;
}
.concept_contents section {
	position: relative;
}
.concept_contents section::before {
	content: "";
	position: absolute;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.concept_contents .handmade::before {
	background-image: url(../images/ph01.jpg);
}
.concept_contents .sincerity::before {
	background-image: url(../images/ph02.jpg);
}
.concept_contents .fresh::before {
	background-image: url(../images/ph03.jpg);
}
@media screen and (min-width: 769px), print {
	.concept_contents {
		font-size: 2.2rem;
	}
	.concept_contents section {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		height: 472px;
		margin-top: 80px;
	}
	.concept_contents section::before {
		top: 0;
		width: 360px;
		height: 472px;
	}
	.concept_contents section:nth-child(2n)::before {
		right: 0;
	}
	.concept_contents section:nth-child(2n+1)::before {
		left: 0;
	}
	.concept_contents section > * {
		width: 360px;
	}
	.concept_contents section:nth-child(2n+1) {
		justify-content: flex-end;
	}
}
@media screen and (max-width: 768px) {
	.concept_contents {
		margin-top: 20px;
	}
	.concept_contents h2 {
		margin-bottom: 10px;
		font-size: 4rem;
	}
	.concept_contents section {
		height: 490px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: flex-end;
		align-items: flex-end;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.concept_contents section::before {
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	.concept_contents section:nth-child(2n+1) {
		justify-content: flex-end;
		text-align: right;
	}
	.concept_contents section:nth-child(2) ~ * {
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
}
