@charset "UTF-8";
/* CSS Document */


/*----------------------------------------------------
	☆mv
----------------------------------------------------*/
.topMv {
	background: url(/concept/images/concept_mv.png);
	background-size: auto auto;
	background-size: cover;
	height: 60vh;
	position: relative;
}
/*.topMv h2 {
	position: absolute;
	font-size: 6.0rem;
	font-weight: normal;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}*/

.topMv h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.topMv h2 img {
	width: 300px;
}
/*----------------------------------------------------
	☆Lavona Tabola
----------------------------------------------------*/
.lavonaTabola {
	position: relative;
	padding-top: 120px;
}
.lavonaTabola:after {
	content: "";
	background: url(../images/concept_photo.png);
	width: 848px;
	height: 646px;
	position: absolute;
	left: 59%;
	top: 100%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 200;
}
.lavonaTabola h3 {
	font-size: 7rem;
	font-family: 'Damion', cursive;
	margin-bottom: 45px;
}
.lavonaTabola p {
	line-height: 1.6;
	font-size: 1.6rem;
	max-width: 600px;
}
/*----------------------------------------------------
	☆philosophy
----------------------------------------------------*/
.philosophy {
	padding-top: 150px;
	color: #ffffff;
}
.philosophy .textBox {
	background: url(../images/philosophy_bg.png);
	background-size: auto auto;
	padding-top: 220px;
	position: relative;
	width: 100%;
}
.philosophy .textBox:before {
	content: "";
	background: url(../images/concept_partsL.png);
	background-size: cover;
	width: 240px;
	height: 568px;
	position: absolute;
	left: 0;
	top: -225px;
	z-index: 150;
}
.philosophy .textBox:after {
	content: "";
	background: url(../images/concept_partsR.png);
	background-size: cover;
	width: 308px;
	height: 580px;
	position: absolute;
	right: 0;
	top: -370px;
	z-index: 150;
}
.textBox .text {
	line-height: 2.5;
	font-size: 1.6rem;
}
.philosophy .imgArea {
	background: url(../images/concept_photoBtm.jpg) center center;
	background-size: cover;
	width: 100%;
	height: 480px;
	margin-top: 60px;
}

/*---------------------------------------------------------------------------
	☆forSP
---------------------------------------------------------------------------*/

/*----------------------------------------------------
	☆mv
----------------------------------------------------*/
@media only screen and (max-width: 800px) {
.topMv {
	height: 30vh;
}
.topMv h2 img {
	width: 125px;
}
/*----------------------------------------------------
	☆Lavona Tabola
----------------------------------------------------*/
.lavonaTabola {
	padding-top: 0px;
}
.lavonaTabola:after {
	background: url(../images/concept_photoSP.png);
	background-size: contain;
	width: 350px;
	height: 206px;
	left: 50%;
	top: 122%;
}
.lavonaTabola h3 {
	font-size: 3rem;
	margin-bottom: 20px;
}
.lavonaTabola p {
	line-height: 2;
	font-size: 1.4rem;
	max-width: 600px;
}
/*----------------------------------------------------
	☆SPphilosophy
----------------------------------------------------*/
.philosophy {
	padding-top: 135px;
}
.philosophy .textBox {
	padding: 150px 10px 10px;
}
.philosophy .textBox:before {
	width: 100px;
	height: 240px;
	left: 0;
	top: -56px;
	z-index: 300;
}
.philosophy .textBox:after {
	width: 98px;
	height: 198px;
	right: 0;
	top: -74px;
}
.textBox .text {
	font-size: 1.4rem;
	text-align: left;
	line-height: 2;
}
.textBox .text .leadText {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6;
}
.philosophy .imgArea {
	height: 120px;
	margin-top: 30px;
}
}
