@charset "UTF-8";
/* CSS Document */
/*=================================
commonLayout page
=================================*/
header {
	opacity: 0;
}
.contentsWrap section{
	margin-top: 150px;
}
.container {
	position: relative;
}
.row{
    margin: 0 -15px;
}
.row > *{
    margin: 0 15px;
}
.sectionImg{
	width: 100%;
}
.sectionText{
	padding-left: 8%;
}
.column-2 .sectionImg {
    width: 60%;
}
.column-2 .sectionText {
    width: 40%;
}

.sectionText p{
	font-size: 1.4rem;
	color: #807770;
}
.sectionTitle {
	font-size: 3.6rem;
}
.fadein{
	transform: rotate(2.5deg) translate3D(0, 5%, 0);
}
@media only screen and (max-width: 1024px) {
	.row.column-2 {
		flex-flow: row nowrap;
	}
	.contentsWrap section{
		margin-top: 100px;
	}
}
@media only screen and (max-width: 991px) {
	.sectionTitle {
		font-size: 2.6rem;
	}
}
@media only screen and (max-width: 767px) {
	.contentsWrap section{
		margin-top: 75px;
	}
	.row.column-2 {
		justify-content: center;
		flex-flow: column wrap;
	}
	.column-2 .sectionImg{
		width: calc(100% - 30px);
		order: -1;
	}
	.column-2 .sectionText {
		width: calc(100% - 30px);
	}
	.sectionImg{
		width: 100%;
		margin-bottom: 25px;
	}
	.sectionText {
		width: 100%;
		padding-left: 0;
	}
}


/*=================================
skipWrap
=================================*/
.skip{
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: #222;
	color: #fff;
	font-size: 1.3rem;
	padding: 2px 12px;
	z-index: 100;
}
#skipWrap{
	width: 100%;
    position: absolute;
    z-index: 100;
}
#skipBg{
	width: 100%;
    position: absolute;
    z-index: 100;
    background: rgba(255,255,255);
	background: url("../../img/page/top/kv_bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
#textFade{
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
	z-index: 1000;
    margin: auto;
    transform: translateY(-50%);
	text-align: center;
	line-height: 1.8;
	font-size: 3.4rem;
	font-weight: 400;
	margin-top: 40px;
	letter-spacing: -.025em;
	opacity: 0;
	}
#textFade span {
	opacity: 0;
	transition: .6s ease-in-out;
}
#textFade span:nth-of-type(14) {
	display: block;
}
#canvasWave{
	position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
    z-index: 1;
	opacity: 0;
	transition: all 1s;
}
#canvasWave.inview{
	opacity: 1;
}
#canvasWave.zindex{
	z-index: 0;
}
@media only screen and (max-width: 1440px) {
	#textFade {
		line-height: 1.4;
		font-size: 3.2rem;
	}
}
@media only screen and (max-width: 991px) {
	#textFade {
		font-size: 3rem;
	}
}
@media only screen and (max-width: 767px) {
	#textFade {
		font-size: 2.2rem;
		line-height: 1.6;
	}
}


/*=================================
kvArea_top
=================================*/
.kvArea_top {
    z-index: -1;
}
.kvArea_top .sectionImg{
	position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
	opacity: .85;
	transition: all 2.5s;
	width: 100%;
	height: 100%;
}
.kvArea_top.inview .sectionImg{
	opacity: .25;
}
.kvArea_top .sectionWrap{
	padding-top: 100px;
}
.kvArea_top .slideWrap{
	overflow: hidden;
}
	.slideWrap ul{
		display: flex;
		flex-flow: row wrap;
		height: 100%;
	}
	.slideWrap ul li{
		overflow: hidden;
		height: 50%;
		transition: all 2.5s;
		opacity: 0;
	}
	.slideWrap.inview ul li{
		opacity: 1;
	}
	.slideWrap ul li:nth-child(2),
	.slideWrap ul li:nth-child(5){
		transition-delay: .75s;
	}
	.slideWrap ul li:nth-child(3),
	.slideWrap ul li:nth-child(7){
		transition-delay: 1s;
	}

	.slideWrap ul li:nth-child(1),
	.slideWrap ul li:nth-child(4){
		width: 15.78947368421053%;
	}
	.slideWrap ul li:nth-child(2),
	.slideWrap ul li:nth-child(3){
		width: 34.21052631578947%;
	}
	.slideWrap ul li:nth-child(n+5){
		width: 33.333333%;
	}
	.slideWrap ul li figure{
		height: 100%;
	}
	.slideWrap .fadeImg{
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		z-index: 1;
	}
	.slideWrap .fadeImg.animation{
		animation: fadeAnimation 16s infinite;
	}
	.slideWrap ul li:nth-child(3) .fadeImg.animation{animation-delay: 5s;}
	.slideWrap ul li:nth-child(5) .fadeImg.animation{animation-delay: 2.5s;}
	.slideWrap ul li:nth-child(7) .fadeImg.animation{animation-delay: 7.5s;}
	@keyframes fadeAnimation{
		0%{opacity: 0;}
		25%{opacity: 0;}
		35%{opacity: 1;}
		65%{opacity: 1;}
		75%{opacity: 0;}
		100%{opacity: 0;}
	}


@media only screen and (max-width: 1440px) {
	.kvArea_top #textFade {
		line-height: 1.4;
		font-size: 3.2rem;
	}
}
@media only screen and (max-width: 991px) {
	.slideWrap ul li{height: 33.3333%;}
	.slideWrap ul li:nth-child(1){display: none;}
	.slideWrap ul li:nth-child(2){width: 60%;}
	.slideWrap ul li:nth-child(2) .object-fit {object-position: 20%;}
	.slideWrap ul li:nth-child(3){width: 40%;}
	.slideWrap ul li:nth-child(3) .object-fit {object-position: 50%;}
	.slideWrap ul li:nth-child(4){width: 30%;}
	.slideWrap ul li:nth-child(5){width: 70%;}
	.slideWrap ul li:nth-child(6){width: 50%;}
	.slideWrap ul li:nth-child(6) .object-fit {object-position: 100%;}
	.slideWrap ul li:nth-child(7){width: 50%;}
	.kvArea_top #textFade {
		font-size: 3rem;
	}
}
@media only screen and (max-width: 767px) {
	.kvArea_top .sectionWrap{
		padding-top: 60px;
	}
}


/*=================================
copyArea
=================================*/
.copyArea .sectionWrap{
    display: flex;
    justify-content: center;
    align-items: center;	
}
#copyFade{
	opacity: 0;
	text-align: center;
}
#copyFade .word1{width: 100%;}
#copyFade .word2{width: 100%;}
@media only screen and (max-width: 1440px) {
	#copyFade {
		line-height: 1.4;
		font-size: 3.2rem;
	}
}
@media only screen and (max-width: 991px) {
	#copyFade {
		font-size: 3rem;
	}
}
@media only screen and (max-width: 767px) {
	#copyFade {
		font-size: 2.2rem;
		line-height: 1.6;
	}
}

/*=================================
realestateArea 
=================================*/
.realestateArea .sectionText{
	padding-left: 0;
}


/*=================================
renovationArea
=================================*/
/*.renovationArea .sectionImg{
	position: relative;
	width: 100%;
}
.renovationArea .sectionImg::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
    height: 100%;
	background: linear-gradient( 90deg, rgba(255,255,255,.75) 30%,rgba(255,255,255,0) 65%);
}
.renovationArea .sectionText{
	position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
	z-index: 2;
}*/



/*=================================
caseArea
=================================*/
.caseArea .sectionText{
	padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
}
.caseArea .viewBtn.comingsoon{
	color: #fff;
}
.caseArea .sectionImg{
	position: relative;
}
.caseArea .sectionImg::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.45);
    z-index: 1;
}
@media only screen and (max-width: 1440px) {}
@media only screen and (max-width: 1240px) {}
@media only screen and (max-width: 991px) {}
@media only screen and (max-width: 767px) {
	.caseArea .sectionImg figure{
		height: 180px;
	}
}
@media only screen and (max-width: 320px) {}
/*ie*/
@media all and (-ms-high-contrast: none) {}  