@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　index
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
	
	
	
/*--------------------------------------------------------------------------
   Mv
---------------------------------------------------------------------------*/
#Mv{
	position: relative;
	height: 100vh;
	background: url(../img/top/bg_mv.png) no-repeat center bottom;
	background-size: cover;
}
#Mv .txt-area{
	position: absolute;
	left: 4.43vw;
	top: 50%;
	transform: translateY(-50%);
}
#Mv h1{
	margin-bottom: 3.78vw;
}
#Mv .txt-lead{
	font-size: 3.4rem;
	line-height: 2;
}
#Mv .mansion,
#Mv .pic{
	position: absolute;
}
#Mv .mansion{
	right: 16.41vw;
	bottom: 0;
	width: 31.25vw;
	text-align: center;
	transition-duration: 1.5s;
}
#Mv .mansion img{
	max-height: 96vh;
	width: auto;
}
#Mv .pic01{
	right: 7.81vw;
	bottom: 26.37vw;
	width: 10.61vw;
}
#Mv .pic02{
	right: 49.35vw;
	bottom: 5.86vw;
	width: 11vw;
}
#Mv .pic03{
	right: 3.32vw;
	bottom: 7.42vw;
	width: 10.35vw;
}
#Mv .caption{
	bottom: -10px;
	right: 30px;
	text-align: right;
	line-height: 1.5;
	transform: translateY(100%);
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
.ttl-top-sec{
	line-height: 1.2;
	font-weight: normal;
}
.ttl-top-sec .en{
	display: block;
	font-size: 10rem;
	letter-spacing: .04em;
}
.ttl-top-sec .ja{
	display: block;
	font-size: 1.6rem;
	letter-spacing: .2em;
}


/* merit
-----------------------------------------------------------------*/
.merit{
	padding: 90px 0 60px;
}
.merit ul{
	display: flex;
	justify-content: center;
	max-width: 1256px;
	width: 100%;
	margin-inline: auto;
}
.merit ul li{
	position: relative;
	padding: 0 27px;
	text-align: center;
}
.merit ul li:nth-child(n+2)::before{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 1px;
	height: 50px;
	content: "";
	background: #E2E2E2;
}


/* cv-top
-----------------------------------------------------------------*/
.cv-top{
	padding: 60px 0;
}
.cv-top-box{
	max-width: 900px;
	margin-inline: auto;
	padding: 100px 30px;
	background: url(../img/top/bg_cv.png) no-repeat center;
	background-size: cover;
	border-radius: 10px;
	text-align: center;
}
.cv-top-box h2{
	margin-bottom: 30px;
	font-size: 2.8rem;
}
.cv-top-box .txt{
	margin-bottom: 40px;
}
.cv-top-box .btn-cv a{
	max-width: 445px;
	margin-inline: auto;
}


/* sec-information
-----------------------------------------------------------------*/
.sec-information{
	padding: 80px 0 230px;
}
.sec-information .ttl-top-sec{
	flex-shrink: 0;
	margin: 0 20px 20px 0;
}
.sec-information .ttl-top-sec .en{
	font-size: 4.6rem;
}
.sec-information .ttl-top-sec .ja{
	font-size: 1.6rem;
}
.sec-information .information-list{
	max-width: 724px;
	width: 65%;
	border-top: 1px solid #E2E2E2;
}
.sec-information .information-list > div{
	padding: 25px 0;
	border-bottom: 1px solid #E2E2E2;
	letter-spacing: .05em;
}
.sec-information .information-list dt{
	font-size: 1.4rem;
}
.sec-information .information-list dd{
	font-size: 1.6rem;
}
.sec-information .information-list dd a{
  text-decoration: underline;  
}
.sec-information .information-list dd a:hover{
  text-decoration: none;  
}


/* sec-intro
-----------------------------------------------------------------*/
.sec-intro{
	position: relative;
	padding: 140px 30px 200px;
	text-align: center;
}
.sec-intro::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100vh;
	border-radius: 100px 100px 0 0;
	background: url(../img/top/bg_intro.png) no-repeat center;
	background-size: cover;
}
.sec-intro.top::before{
	position: fixed;
}
.sec-intro.bottom::before{
	top: auto;
	bottom: 0;
}
.sec-intro h2{
	margin-bottom: 80px;
}
.sec-intro .txt-lead{
	margin-bottom: 60px;
	font-size: 2.8rem;
}
.sec-intro .layout-box{
	position: relative;
	align-items: flex-start;
	text-align: left;
}
.sec-intro .layout-box.l_01{
	margin: 50px 0 130px;
	flex-direction: row-reverse;
}
.sec-intro .layout-box .box01{
	margin: 0 calc((100% - 1200px)/2) 0 30px;
}
.sec-intro .layout-box .box02{
	margin: 0 30px 0 calc((100% - 1200px)/2);
}
.sec-intro .layout-box .txt-area h3{
	margin-bottom: 80px;
	font-size: 3.2rem;
	line-height: 2.2;
	font-weight: 500;
}
.sec-intro .layout-box .txt-area h3 .indent{
	display: block;
	text-indent: -.5em;
}
.sec-intro .layout-box .txt-area h3 .en{
	display: block;
	margin-top: 30px;
	text-transform: none;
	font-weight: 400;
	color: var(--gold);
	font-size: 2.2rem;
	line-height: 1.2;
}
.sec-intro .layout-box .txt-area .txt{
	font-size: 2rem;
}
.sec-intro .layout-box .txt-area .txt:nth-child(1){
	padding-top: 8vw;
}
.sec-intro .layout-box .txt-area .txt + .txt{
	margin-top: 70px;
}
.sec-intro .layout-box .pic{
	position: relative;
	width: 50vw;
	margin-left: -30px;
}
.sec-intro .layout-box .pic-list{
	width: 52.734vw;
	margin: 0 -30px 0 0;
}
.sec-intro .layout-box .pic-list li{
	position: relative;
}
.sec-intro .layout-box .pic-list li:nth-child(1){
	width: 15.625vw;
}
.sec-intro .layout-box .pic-list li:nth-child(2){
	width: 34vw;
	margin: -3.255vw 0 0 auto;
}

@media screen and (max-width: 1200px) {	
	.sec-intro .layout-box .box01{
		margin: 0 0 0 30px;
	}
	.sec-intro .layout-box .box02{
		margin: 0 30px 0 0;
	}
}



/* sec-features
-----------------------------------------------------------------*/
.sec-features{
	position: relative;
}
.feature-item a{
	position: relative;
	overflow: hidden;
	display: block;
	height: 640px;
	color: var(--light);
}
.feature-item a::before{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: no-repeat center;
	background-size: cover;
	transition: 1.5s;
}
.feature-item a:hover::before{
	transform: scale(1.1);
}
.feature-item .comingsoon{
	pointer-events: none;
}
.feature-item.plan a::before{
	background-image: url(../img/top/bg_plan.jpg);
}
.feature-item.brand a::before{
	background-image: url(../img/top/bg_brand.jpg);
}
.feature-item.location a::before{
	background-image: url(../img/top/bg_location.jpg);
}
.feature-item.access a::before{
	background-image: url(../img/top/bg_access.jpg);
}
.feature-item.design a::before{
	background-image: url(../img/top/bg_design.jpg);
}
.feature-item .ttl-area{
	position: absolute;
	left: 4.43vw;
	bottom: 80px;
}
.feature-item .comingsoon .ttl-area{
	opacity: .5;	
}
.feature-item h2{
	display: flex;
	align-items: flex-end;
	margin-bottom: 40px;
	line-height: 1;
}
.feature-item h2 .ja{
	margin-left: 20px;
	transform: translateY(-15px);
}
.feature-item .view-more{
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	letter-spacing: .06em;
}
.feature-item .view-more::before{
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	content: "";
	background: url(../img/common/ico_btn.svg) no-repeat;
	background-size: 100% auto;
}
.feature-item .comingsoon .view-more::before{
	background-image: url(../img/common/ico_btn_deactive.svg);
}















/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

/*--------------------------------------------------------------------------
   Mv
---------------------------------------------------------------------------*/
	#Mv{
		height: auto;
		background-image: url(../img/top/bg_mv_sp.png);
	}
	#Mv .txt-area{
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		padding: 30vw 0 0;
		transform: none;
	}
	#Mv h1{
		max-width: 64vw;
		margin: 0 auto 7vw;
	}
	#Mv .txt-lead{
		font-size: 1.8rem;
		text-align: center;
	}
	#Mv .mansion{
		position: relative;	
		right: 0;
		width: 100%;
		text-align: center;
	}
	#Mv .mansion img{
		width: auto;
		min-height: inherit;
		height: 55vh;
	}
	#Mv .pic01{
		right: 8vw;
		bottom: 40vw;
		width: 18.66vw;
	}
	#Mv .pic02{
		right: auto;
		left: 5vw;
		bottom: 26vw;
		width: 18.66vw;
	}
	#Mv .pic03{
		right: 3.5vw;
		bottom: 14vw;
		width: 18.66vw;
	}
#Mv .caption{
	right: 15px;
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
	.ttl-top-sec{
		line-height: 1.2;
		font-weight: normal;
	}
	.ttl-top-sec .en{
		font-size: 4.8rem;
	}
	.ttl-top-sec .ja{
		font-size: 1.2rem;
		letter-spacing: .05em;
	}


/* merit
-----------------------------------------------------------------*/
	.merit{
		padding: 80px 0 20px;
	}
	.merit ul{
		display: block;
	}
	.merit ul li{
		padding: 20px 0;
	}
	.merit ul li:nth-child(n+2)::before{
		left: 0;
		top: 0;
		transform: none;
		width: 100%;
		height: 1px;
	}
	.merit ul img{
		width: auto;
	}
	.merit ul li:nth-child(1) img{
		height: 47px;
	}
	.merit ul li:nth-child(2) img{
		height: 53px;
	}
	.merit ul li:nth-child(3) img{
		height: 65px;
	}
	.merit ul li:nth-child(4) img{
		height: 51px;
	}
	
	
/* cv-top
-----------------------------------------------------------------*/
	.cv-top{
		padding: 40px 0 40px;
	}
	.cv-top-box{
		padding: 50px 20px;
	}
	.cv-top-box h2{
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.cv-top-box .txt{
		margin-bottom: 25px;
	}
	.cv-top-box .btn-cv a{
		max-width: 300px;
	}


/* sec-information
-----------------------------------------------------------------*/
	.sec-information{
		padding: 60px 0 120px;
		background: var(--light);
	}
	.sec-information .layout-box{
		display: block;
	}
	.sec-information .ttl-top-sec{
		margin: 0 0 25px;
	}
	.sec-information .ttl-top-sec .en{
		font-size: 3.6rem;
	}
	.sec-information .ttl-top-sec .ja{
		font-size: 1.4rem;
	}
	.sec-information .information-list{
		max-width: none;
		width: 100%;
	}
	.sec-information .information-list > div{
		padding: 15px 0;
	}
	.sec-information .information-list dd{
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.sec-information .information-list dd a{
		text-decoration: underline;  
	}
	.sec-information .information-list dd a:hover{
		text-decoration: none;  
	}


/* sec-intro
-----------------------------------------------------------------*/
	.sec-intro{
		padding: 80px 20px 120px;
	}
	.sec-intro::before{
		border-radius: 50px 50px 0 0;
	}
	.sec-intro.top::before{
		position: fixed;
	}
	.sec-intro.bottom::before{
		top: auto;
		bottom: 0;
	}
	.sec-intro h2{
		margin-bottom: 30px;
	}
	.sec-intro h2 img{
		max-width: 300px;
	}
	.sec-intro .txt-lead{
		margin-bottom: 30px;
		font-size: 2.2rem;
	}
	.sec-intro .mansion{
		max-width: 320px;
		margin-inline: auto;
	}
	.sec-intro .layout-box{
		display: block;
	}
	.sec-intro .layout-box.l_01{
		margin: 30px 0 60px;
	}
	.sec-intro .layout-box .box01{
		width: 100%;
		margin: 0;
	}
	.sec-intro .layout-box .box02{
		width: 100%;
		margin: 0;
	}
	.sec-intro .layout-box .txt-area{
		max-width: none
	}
	.sec-intro .layout-box .txt-area h3{
		margin-bottom: 60px;
		font-size: 2rem;
		line-height: 2;
	}
	.sec-intro .layout-box .txt-area h3 .en{
		margin-top: 20px;
		font-size: 1.4rem;
	}
	.sec-intro .layout-box .txt-area .txt{
		font-size: 1.4rem;
		line-height: 2.2;
	}
	.sec-intro .layout-box .txt-area .txt:nth-child(1){
		padding-top: 0;
	}
	.sec-intro .layout-box .txt-area .txt + .txt{
		margin-top: 30px;
	}
	.sec-intro .layout-box .pic{
		width: 100%;
		margin: 60px 0 0;
	}
	.sec-intro .layout-box .pic-list{
		width: 100%;
		margin: 50px 0 0 0;
	}
	.sec-intro .layout-box .pic-list li:nth-child(1){
		width: 40%;
	}
	.sec-intro .layout-box .pic-list li:nth-child(2){
		width: 72%;
		margin: 60px 0 0 auto;
	}


/* sec-features
-----------------------------------------------------------------*/
	.feature-item a{
		height: 80vw;
		color: var(--light);
	}
	.feature-item a:hover::before{
		transform: scale(1);
	}
	.feature-item.plan a::before{
		background-image: url(../img/top/bg_plan_sp.jpg);
	}
	.feature-item.brand a::before{
		background-image: url(../img/top/bg_brand_sp.jpg);
	}
	.feature-item.location a::before{
		background-image: url(../img/top/bg_location_sp.jpg);
	}
	.feature-item.access a::before{
		background-image: url(../img/top/bg_access_sp.jpg);
	}
	.feature-item.design a::before{
		background-image: url(../img/top/bg_design_sp.jpg);
	}
	.feature-item .ttl-area{
		left: 5vw;
		bottom: 8vw;
	}
	.feature-item h2{
		margin-bottom: 20px;
	}
	.feature-item h2 .ja{
		margin-left: 7px;
		transform: translateY(-7px);
	}
	.feature-item .view-more{
		font-size: 1.6rem;
	}
	.feature-item .view-more::before{
		width: 16px;
		height: 16px;
		margin-right: 10px;
	}


}