@charset "utf-8";

/* topWrap_inner */
.topWrap_inner{
	background-attachment: fixed;
	background-image: url(../images/concept/bg01.jpg);
	background-size: cover;
	background-position: center center;
}

/* titleBox */
.sp{
	display: none; 
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
	top: 0;
	left: 0;
}
.eyeCatch>.eyeImg{
	width: 100%;
	height: 500px;
	position: relative;
}
.eyeCatch>.eyeImg>p{
	width: 100%;
	height: 100%;
	position: relative;
}
.eyeCatch>.eyeImg>p:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}
.eyeCatch>.eyeImg>p>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.eyeCatch>.eyeImg>.titleBox{
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	text-align: center;
}
.eyeCatch>.eyeImg>.titleBox>h3{
	font-family: "Jost", sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: #141d33;          
}
@media (max-width:1024px){
	.eyeCatch>.eyeImg{
		height: 450px;
	}
	.titleBox>h3{
		font-size: 1.4em;                 
	}
}
@media (max-width:768px){
	.sp{
		display: block; 
	}
	.pc{
		display: none; 
	}
	.eyeCatch>.eyeImg{
		height: 400px;
	}
	.titleBox{
		padding: 30px 0;         
	}
	.titleBox>h3{
		font-size: 1.3em;                 
	}
}
@media (max-width:500px){
	.eyeCatch>.eyeImg{
		height: 350px;
	}
}

/* facade */
.facade{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 80px;
	margin-top: -160px;
	position: relative;
	z-index: 2;
}
.facade>.imgBox{
	margin-bottom: 50px;
}
.facade>.txtBox{
	text-align: center;
}
.facade>.txtBox>h4{
	font-size: 1.5em;
	letter-spacing: 0.25em;
	line-height: 1.8;
	font-weight: 400;
	margin-bottom: 30px;
}
.facade>.txtBox>p{
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 3;
}
.imgNotice{
	position: absolute;
	font-size: 0.75em;
	bottom: 0.5em;
	right: 0.5em;
}
.imgNotice.white{
	color: #fff;
}
.imgNotice>sup{
	font-size: 0.75em;
}
.under500{
	display: none;
}
@media (max-width:1024px){
	.facade>.txtBox>h4{
		font-size: 1.4em;
	}
	.facade>.txtBox>p{
		font-size: 0.8em;
	}                    
}
@media (max-width:768px){
	.facade{
		margin-bottom: 50px;
	}
	.facade>.imgBox{
		margin-bottom: 30px;
	}
	.facade>.txtBox>h4{
		margin-bottom: 20px;
	}
	.facade>.txtBox>h4{
		font-size: 1.3em;
	}                    
}
@media (max-width:500px){
	.under500{
		display: block;
	}
}

/* approach */
.approach{
	margin-bottom: 80px;
}
.approachRow{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 30px;
}                
.approachRow>.imgBox{
	max-width: 1800px;
	width: 80%;
	overflow: hidden;
}
.approachRow>.imgBox>p>.imgTxt01{
	display: inline-block;
	position: absolute;
	left: 0.5em;
	bottom: -0.2em;
	font-family: "Jost", sans-serif;
	font-size: 5em;
	letter-spacing: 0.25em;
	font-weight: 300;
	line-height: 1;
	color: #c8c9ca;
}
.approach>.txtBox{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
}
.approach>.txtBox>p{
	font-size: 0.9em;
	line-height: 3;
}
.approach>.txtBox>p.em{
	font-size: 1.5em;
	letter-spacing: 0.25em;
	line-height: 1.8;
	margin-bottom: 20px;
}
.approach>.imgRow{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}
.approach>.imgRow>ul{
	display: flex;
	justify-content: center;
}
.approach>.imgRow>ul>li{
	width: 48%;
}
.approach>.imgRow>ul>li:first-child{
	margin-right: 4%;
}
@media (max-width:1024px){
	.approachRow>.imgBox{
		width: 90%;
	}
	.approachRow>.imgBox>p>.imgTxt01{
		font-size: 4em;
	}
	.approach>.txtBox>p.em{
		font-size: 1.4em;
	}
}
@media (max-width:768px){
	.approach{
		margin-bottom: 50px;
	}
	.approachRow{
		margin-bottom: 20px;
	} 
	.approachRow>.imgBox{
		width: 100%;
	}
	.approachRow>.imgBox>p>.imgTxt01{
		font-size: 3em;
	}
	.approach>.txtBox{
		margin-bottom: 30px;
	}
	.approach>.txtBox>p.em{
		font-size: 1.3em;
		margin-bottom: 10px;
	}
}

/* entranceHall_row */
.entranceHall_row{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
}
.entranceHall_row>.imgBox{
	max-width: 1800px;
	width: 80%;
	overflow: hidden;
}
.entranceHall_row>.imgBox>p>.imgTxt02{
	display: inline-block;
	position: absolute;
	top: -0.15em;
	right: 0.5em;                    
	font-family: "Jost", sans-serif;
	font-size: 5em;
	letter-spacing: 0.25em;
	font-weight: 300;
	line-height: 1;
	color: #c8c9ca;
}
.entranceHall>.txtBox{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
}
.entranceHall>.txtBox>p{
	font-size: 0.9em;
	line-height: 3;
}
.entranceHall>.txtBox>p.em{
	font-size: 1.5em;
	letter-spacing: 0.25em;
	line-height: 1.8;
	margin-bottom: 20px;
}
@media (max-width:1024px){
	.entranceHall_row>.imgBox{
		width: 90%;
	}
	.entranceHall_row>.imgBox>p>.imgTxt02{
		font-size: 4em;
	}
	.entranceHall>.txtBox>p{
		font-size: 0.8em;
	}
	.entranceHall>.txtBox>p.em{
		font-size: 1.4em;
	}
}
@media (max-width:768px){
	.entranceHall_row{
		margin-bottom: 20px;
	}
	.entranceHall_row>.imgBox{
		width: 100%;
	}
	.entranceHall_row>.imgBox>p>.imgTxt02{
		font-size: 3em;
	}
	.entranceHall>.txtBox{
		margin-bottom: 30px;
	}
	.entranceHall>.txtBox>p.em{
		font-size: 1.3em;
		margin-bottom: 10px;
	}
}

/* nightView */
.nightView{
	background-color: #fff;
	padding-bottom: 80px;
	margin-bottom: 80px;
}
.nightView>.nightView_box{
	margin-bottom: 30px;
}
.nightView>.txtBox{
	text-align: center;
	margin-bottom: 50px;
}
.nightView>.txtBox>h4{
	font-family: "EB Garamond", serif;
	font-size: 4em;
	font-weight: 400;
	color: #a8a8a8;
	margin-bottom: 50px;
}
.nightView>.txtBox>p{
	font-size: 0.9em;
	letter-spacing: 0.25em;
	line-height: 3;
}
.nightView>.txtBox>p.tategaki{
	font-size: 4em;
	font-weight: 400;
	letter-spacing: 0.25em;
	writing-mode: vertical-rl;
	text-orientation: upright; 
	margin: 0 auto;
	margin-bottom: 20px;
}
.nightView>.txtBox>p.em{
	font-size: 1.5em;
	line-height: 2.5;
	letter-spacing: 0.25em;
	margin-bottom: 30px;
}
.dayView{
	max-width: 1800px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
}
.dayView>.dayView_box>.js-scrollable>.imgTxt03{
	font-size: 1.5em;
	line-height: 2;
	letter-spacing: 0.25em;
	color: #fff;
	position: absolute;
	top: 1em;
	left: 1.5em;
}
.viewExplain{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
}
.viewExplain>.txtBox>p{
	font-size: 0.9em;
	letter-spacing: 0.25em;
	line-height: 3;
}
.viewExplain>.txtBox>p.em{
	font-size: 1.5em;
	line-height: 2.5;
	letter-spacing: 0.35em;
	margin-bottom: 10px;
}
.imgNotice.ex01{
	right: 0em;
	bottom: -1em;
}
.multiply{
	mix-blend-mode: multiply;
}
@media (max-width:1024px){
	.dayView,
	.viewExplain{
		width: 90%;
	}
	.nightView>.txtBox>h4,
	.nightView>.txtBox>p.tategaki{
		font-size: 3.5em;
	}
	.nightView>.txtBox>p,
	.viewExplain>.txtBox>p{
		font-size: 0.8em;
	}
	.nightView>.txtBox>p.em,
	.dayView>.dayView_box>.js-scrollable>.imgTxt03,
	.viewExplain>.txtBox>p.em{
		font-size: 1.4em;
	}
}
@media (max-width:768px){
	.nightView{
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	.nightView>.nightView_box,
	.nightView>.txtBox>p.em{
		margin-bottom: 20px;
	}
	.nightView>.txtBox,
	.nightView>.txtBox>h4,
	.dayView{
		margin-bottom: 30px;
	}
	.dayView>.dayView_box>.js-scrollable>img{
		width: 200%;
	}
	.nightView>.txtBox>h4,
	.nightView>.txtBox>p.tategaki{
		font-size: 3em;
	}
	.nightView>.txtBox>p.em,
	.dayView>.dayView_box>.js-scrollable>.imgTxt03,
	.viewExplain>.txtBox>p.em{
		font-size: 1.3em;
	}
}

/* landPlan */
.landPlan{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 80px;
}
.landPlan>.txtBox{
	margin-bottom: 30px;
}
.landPlan>.txtBox>p{
	font-size: 0.9em;
	letter-spacing: 0.25em;
	line-height: 3;
}
.landPlan>.txtBox>p>sup{
	font-size: 0.5em;
}
.landPlan>.txtBox>p.em{
	font-size: 1.5em;
	letter-spacing: 0.25em;
	line-height: 1.8;
	margin-bottom: 20px;
	text-align: center;
}
.landPlan>.imgBox,
.landPlan>.contentRow{
	margin-bottom: 50px;
}
.landPlan>.contentRow>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.landPlan>.contentRow>ul>li{
	width: 48%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.landPlan>.contentRow>ul>li:last-child{
	margin-bottom: 0px;
}
.landPlan>.contentRow>ul>li>.txtBox,
.landPlan>.contentRow>ul>li>.imgBox{
	width: 48%;
}
.landPlan>.contentRow>ul>li>.txtBox>h5{
	font-size: 1em;
	font-weight: 400;
	margin-bottom: 10px;
	color: #0d102c;
}
.landPlan>.contentRow>ul>li>.txtBox>p{
	font-size: 0.9em;
	line-height: 1.8;
}
.landPlan>.contentRow>ul>li>.imgBox{
	position: relative;
	height: 100%;
}
.landPlan>.contentRow>ul>li>.imgBox>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.landPlan>.materialRow>.imgBox,
.landPlan>.materialRow>.txtBox{
	width: 48%;
}
.landPlan>.materialRow>.txtBox>p{
	font-size: 0.9em;
	line-height: 3;
}
.landPlan>.materialRow>.txtBox>p.em{
	font-size: 1.25em;
	line-height: 1.8;
	letter-spacing: 0.25em;
	margin-bottom: 10px;
}                
.landPlan>.materialRow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.landPlan>.materialRow>.imgBox>p{
	width: 100%;
	height: 100%;
}
.landPlan>.materialRow>.imgBox>p>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width:1024px){
	.landPlan{
		width: 90%;
	}
	.landPlan>.txtBox>p,
	.landPlan>.materialRow>.txtBox>p{
		font-size: 0.8em;
	}
	.landPlan>.contentRow>ul>li>.txtBox>h5{
		font-size: 0.9em;
	}
	.landPlan>.txtBox>p.em{
		font-size: 1.4em;
	}
	.landPlan>.materialRow>.txtBox>p.em{
		font-size: 1.15em;
	}
}
@media (max-width:768px){
	.landPlan{
		padding-bottom: 50px;
	}
	.landPlan>.txtBox>p.em{
		font-size: 1.3em;
	}
	.landPlan>.imgBox,
	.landPlan>.contentRow>ul>li{
		margin-bottom: 30px;
	}
	.landPlan>.imgBox>.js-scrollable>img{
		width: 150%;
	}
	.landPlan>.contentRow>ul{
		align-items:flex-start;
	}
	.landPlan>.contentRow>ul>li>.txtBox,
	.landPlan>.contentRow>ul>li>.imgBox{
		width: 100%;
	}
	.landPlan>.contentRow>ul>li>.imgBox{
		margin-bottom: 10px;
	}
	.landPlan>.materialRow{
		max-width: 500px;
		width: 80%;
		margin: 0 auto;
	}
	.landPlan>.materialRow>.imgBox,
	.landPlan>.materialRow>.txtBox{
		width: 100%;
	}
	.landPlan>.materialRow>.imgBox{
		margin-bottom: 10px;
	}
}