@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　design
 * 
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/	


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
.design{
	position: relative;
	padding-top: 180px;
}
.design h2.txt-lead{
	margin-bottom: 160px;
	text-align: center;
	font-size: 4.5rem;
	line-height: 2;
	letter-spacing: .4em;	
}

/* js-zoom
-----------------------------------------------------------------*/

/* unique　------------------------------*/
.unique{
	margin-top: -25vh;
}
.js-zoom-inner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.js-zoom-spacer{
  height: 15svh;
  display: grid;
  place-items: center;
}
.js-zoom-wrapper {
  width: 100%;
  height: 350vh;
}
.js-zoom-container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
}
.js-zoom-mask {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2;
	width: 100%;
  height: 100vh;
	display: flex;
  align-items: center;
  justify-content: center;
}
.js-zoom-img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 400px;
  height: auto;
  object-fit: cover;
}
.js-zoom .caption{
	position: absolute;
	display: block;
	right: 0;
	bottom: -10px;
	color: var(--light);
}
.js-zoom-overlay {
  position: absolute;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.7);
	ackdrop-filter: blur(10px);
  text-align: center;
  opacity: 0;
  pointer-events: none;
}
.unique .js-zoom-overlay-inner {
  width: 100%;
  will-change: transform;
}
.js-zoom-overlay .layout-box{
	width: 100%;
	justify-content: center;
}
.unique .js-zoom-overlay .layout-box{
	flex-direction: row-reverse; 	
}
.unique .js-zoom-overlay .txt-area{
	max-width: 600px;
	width: 50%;
	padding: 0 30px;
	color: var(--light);
	text-align: left;
}
.design h3.en{
	font-size: 2.2rem;
	color: var(--gold);
	letter-spacing: .1em;
	text-transform: none;
}
.unique .js-zoom-overlay .txt-area .txt{
	margin-top: 40px;
	font-size: 2rem;
	line-height: 2.2;
}
.unique .js-zoom-overlay .img-mansion{
	position: relative;
}
.unique .js-zoom-overlay .img-mansion img{
	width: auto;
	height: 80vh;
}


/* depth
-----------------------------------------------------------------*/
.depth{
	margin-top: 50vh;
	position: relative;
	padding: 200px 0 190px;
	background: url(../img/design/bg_depth.jpg) no-repeat center center;
	background-size: cover;
}
.depth .layout-box{
	align-items: center;
}
.depth .txt-area{
	max-width: 400px;
}
.depth .txt-area .txt{
	margin-top: 40px;
	font-size: 2rem;
	line-height: 2.5;
	color: var(--light);	
}
.depth .pic-area{
	margin-right: 20px;
}
.depth .pic-area .pic:nth-child(1){
	max-width: 900px;
}
.depth .pic-area .pic:nth-child(2){
	max-width: 510px;
	margin: 100px auto 0;
}
.depth .pic-area .pic .caption{
	position: static;
	display: block;
	margin-top: 5px;
	text-align: right;
	color: var(--light);
}


/* facility
-----------------------------------------------------------------*/
.facility{
	position: relative;
	padding: 180px 0 200px;
}
.facility .txt-lead{
	margin-bottom: 80px;
	text-align: center;
	font-size: 4.5rem;
	line-height: 2;
	letter-spacing: .4em;	  
}
.facility .txt-lead + .txt{
  max-width: 1000px;
	margin: 0 auto 80px;
	font-size: 2rem;
	line-height: 2.2;
	letter-spacing: .3em;	    
}
.facility .layout-box{
  margin-bottom: 90px;  
}
.facility .pic-layout{
  max-width: 540px; 
}
.facility .item-area{
  max-width: 580px;
  margin-left: 20px;  
}
.facility-item-main{
  margin-bottom: 80px;
  padding: 50px 40px;
  background: var(--light);
  border-radius: 10px;  
}
.facility-item-main .thumb{
	position: relative;
}
.facility-item-main h3{
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1.5;  
}
.facility-item-main .txt{
  margin-top: 20px;
  letter-spacing: .05em;
  line-height: 2;
}
.facility-item-list{
  display: flex;
  justify-content: space-between;  
}
.facility-item-list li{
  max-width: 270px;
  width: calc((100% - 60px)/4);  
}
.facility .item-area .facility-item-list li{
   width: calc(50% - 10px); 
}
.facility-item-list .thumb{
	position: relative;
}
.facility-item-list h3{
  margin-bottom: 15px;
  font-size: 2rem;
  line-height: 1.5;
}
.facility-item-list .txt{
  margin-top: 20px;
  letter-spacing: .05em;
  line-height: 2;
}
.facility-item-list .note{
  font-size: 1.2rem;
  letter-spacing: .2em;
  line-height: 1.8;
}





















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

	.design{
		padding-top: 60px;
	}
	.design h2.txt-lead{
		margin-bottom: 0;
		font-size: 3rem;
		line-height: 1.8;
		letter-spacing: .2em;	
	}

/* js-zoom
-----------------------------------------------------------------*/

/* unique　------------------------------*/
	.js-zoom-inner {
		width: 100%;
		height: 120vh;
		overflow: hidden;
	}
	.js-zoom-spacer{
		height: 15svh;
	}
	.js-zoom-wrapper {
		height: auto;
  	min-height: 200vh;
	}
	.js-zoom-container {
		width: 100%;
		height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center;
		position: sticky;
		top: 0;
		overflow: hidden;
	}
	.js-zoom .caption{
		right: 20px;
		bottom: -20px;
	}
	.js-zoom-overlay {
		position: absolute;
		inset: 0;  
		align-items: flex-start;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.js-zoom-overlay-inner {
    position: relative;
    will-change: transform;
  }
	.js-zoom-overlay .layout-box{
		display: block;
	}
	.unique .js-zoom-overlay .txt-area{
		max-width: none;
		width: 100%;
		padding-bottom: 60px;
	}
	.design h3.en{
		font-size: 1.4rem;
	}
	.unique .js-zoom-overlay .txt-area .txt{
		margin-top: 30px;
		font-size: 1.6rem;
		line-height: 2;
	}
	.unique .js-zoom-overlay .img-mansion{
		padding: 70px 20px 0;
		margin-bottom: 60px;
	}
	.unique .js-zoom-overlay .img-mansion img{
		width: 90%;
		height: auto;
	}


/* depth
-----------------------------------------------------------------*/
	.depth{
		margin-top: 0;
		padding: 70px 0;
	}
	.depth .layout-box{
		display: block;
	}
	.depth .txt-area{
		max-width: none;
		margin: 40px 0;
	}
	.depth .txt-area .txt{
		margin-top: 30px;
		font-size: 1.6rem;
		line-height: 2;
	}
	.depth .pic-area{
		margin-right: 0;
	}
	.depth .pic-area .pic:nth-child(1){
		max-width: none;
		width: 100%;
	}
	.depth .pic-area .pic .caption{
		margin-top: 5px;
	}
	.depth .pic.sp{
		position: relative;
	}
	.depth .pic.sp .caption{
		position: static;
		display: block;
		margin-top: 5px;
		text-align: right;
		color: var(--light);
	}


/* facility
-----------------------------------------------------------------*/
	.facility{
		padding: 60px 0;
	}
	.facility .txt-lead{
		margin-bottom: 40px;
		font-size: 3rem;
		line-height: 1.8;
		letter-spacing: .2em;	  
	}
	.facility .txt-lead + .txt{
		margin: 0 auto 40px;
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: .2em;	    
		text-align: justify;
	}
	.facility .layout-box{
		display: block;
		margin-bottom: 0;  
	}
	.facility .pic-layout{
		margin: 0 auto 60px; 
	}
	.facility .item-area{
		margin: 0 auto;  
	}
	.facility-item-main{
		margin-bottom: 20px;
		padding: 50px 40px;
		background: var(--light);
		border-radius: 10px;  
	}
	.facility-item-main h3{
		margin-bottom: 20px;
		font-size: 2.4rem;
		line-height: 1.5;  
	}
	.facility-item-main .txt{
		margin-top: 20px;
		letter-spacing: .05em;
		line-height: 2;
	}
	.facility-item-list{
		flex-wrap: wrap;
	}
	.facility-item-list li{
		margin-top: 30px;
		max-width: none;
		width: calc(50% - 10px);  
	}
	.facility .item-area .facility-item-list li{
		 width: calc(50% - 10px); 
	}
	.facility-item-list h3{
		margin-bottom: 10px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.facility-item-list .txt{
		margin-top: 15px;
		line-height: 1.8;
		font-size: 1.3rem;
		text-align: justify;
	}
	.facility-item-list .note{
		font-size: 1rem;
		text-align: justify;
	}


}