@charset "utf-8";

/* =======================================
  one-story house
======================================= */

/* ========== mainV ========== */
.mainV{
	position:relative;
	margin:0 calc(50% - 50vw) 0;
	width:100vw;
	border:20px solid #e6dfd8;
	box-sizing:border-box;
}
.mainV .inner{
	position:absolute;
	bottom:10px;
	left:10px;
	z-index:2;
}
.mainV .inner h5{
	font-size:10.0rem;
	margin:auto;
	width:fit-content;
	letter-spacing:0em;
	line-height:0.9em;
	color:#fff;
}
.mainV .inner h1{
	display:block;
	font-size:1.1rem;
	letter-spacing:0em;
	color:#fff;
	line-height:1em;
	background:#736854;
	padding:0.5em;
	box-sizing:border-box;
	display: flex;
    align-items: center;
}
.mainV .inner h1:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
	margin-left: 1rem;
}
.mainV ul{
	width:100%;
	margin:auto;
	position:relative;
	overflow:hidden;
	height:80vh;
	background-image:url('../../../../../img/lineup/onestoryhouse/lp_one_mainV_image_bg.webp') ;
    background-size: cover;
    background-position: top;
	animation: parallaxTop linear both;
	animation-timeline: view();
}
@keyframes parallaxTop {
  from {
    background-position: center -200px;
  }
  to {
    background-position: center 200px;
  }
}
/* ----------768px–---------- */
@media screen and (max-width: 768px) {
	.mainV{
		position:relative;
		margin:0 calc(50% - 50vw) 0;
		width:100vw;
		border:7px solid #e6dfd8;
		box-sizing:border-box;
	}
	.mainV ul{
		background-image:url('../../../../../img/lineup/onestoryhouse/lp_one_mainV_image_bg_sp.webp') ;
		height:100vh
	}
	.mainV ul:before {
		height: 150px;
	}
	.mainV ul:after {
		height: 150px;
	}
}
/* ----------639px–---------- */
@media screen and (max-width: 639px) {
	.mainV .inner{
		bottom:0px;
		left:0px;
		width:100%;
	}
	.mainV .inner h5{
		font-size:28vw;
	}
	.mainV h1{
		padding:0.5em;
		box-sizing:border-box;
	}
}

/* -- one_cont -- */
.one_cont{
	margin:0 calc(50% - 50vw) 0;
	width:100vw;
	box-sizing:border-box;
}
.one_cont .one_wrap{
	height:80vh;
	max-height:1000px;
	background-size: cover;
	background-position: top;
	animation: parallax linear both;
	animation-timeline: view();
	border-left:20px solid #e6dfd8;
	border-right:20px solid #e6dfd8;
	border-bottom:20px solid #e6dfd8;
	align-items:center;
	display:flex;
	position:relative;
}
@keyframes parallax {
  from {
    background-position: center -200px;
  }

  to {
    background-position: center 200px;
  }
}
.one_cont .one_wrap:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background: linear-gradient(90deg, #453c2bcc 0%, transparent 70%);
}
.one_cont .one_wrap:nth-of-type(2):after,
.one_cont .one_wrap:nth-of-type(4):after{
	background: linear-gradient(-90deg, #453c2bcc 0%, transparent 70%);
}
.one_cont .one_wrap:nth-of-type(1){
	background-image:url('../../../../../img/lineup/onestoryhouse/lp_one_cont_image_bg_01.webp') ;
}
.one_cont .one_wrap:nth-of-type(2){
	background-image:url('../../../../../img/lineup/onestoryhouse/lp_one_cont_image_bg_02.webp') ;
}
.one_cont .one_wrap:nth-of-type(3){
	background-image:url('../../../../../img/lineup/onestoryhouse/lp_one_cont_image_bg_03.webp');
}
.one_cont .one_wrap:nth-of-type(4){
	background-image:url('../../../../../img/lineup/onestoryhouse/lp_one_cont_image_bg_04.webp');
}
.one_cont .one_wrap:nth-of-type(5){
	background-image:url('../../../../../img/lineup/onestoryhouse/lp_one_cont_image_bg_05.webp');
}
.one_cont .one_wrap .inner{
	width:80%;
	max-width:500px;
	color:#fff;
	height:fit-content;
	margin:0 0 0 50px;
	z-index:1
}
.one_cont .one_wrap:nth-child(even) .inner{
	margin:0 50px 0 auto;
}
.one_cont .one_wrap .inner h2{
	font-size:1.4rem;
	margin:0 0 1em 0;
}
/* ----------959px–---------- */
@media screen and (max-width: 959px) {
	.one_cont .one_wrap:nth-child(even) .inner{
		margin:0 0 0 50px;
	}
	.one_cont .one_wrap:nth-of-type(2):after,
	.one_cont .one_wrap:nth-of-type(4):after{
		background: linear-gradient(90deg, #453c2bcc 0%, transparent 70%);
	}
}
/* ----------768px–---------- */
@media screen and (max-width: 768px) {
	.one_cont .one_wrap{
		height:100vh;
		border-left:7px solid #e6dfd8;
		border-right:7px solid #e6dfd8;
		border-bottom:7px solid #e6dfd8;
		align-items:unset;
		display:flex;
	}
	.one_cont .one_wrap .inner{
		width:90%;
		max-width:unset;
		margin:70px auto 0;
	}
	.one_cont .one_wrap:nth-child(even) .inner{
		margin:70px auto 0;
	}
	.one_cont .one_wrap:after{
		background: linear-gradient(180deg, #2d3c5255 0%, transparent 70%);
	}

	.one_cont .one_wrap:nth-of-type(1){
		background-image:url('../../../../../img/lineup/onestoryhouse/lp_one_cont_image_bg_01_sp.webp') ;
	}
	.one_cont .one_wrap:nth-of-type(2){
		background-image:url('../../../../../img/lineup/onestoryhouse/lp_one_cont_image_bg_02_sp.webp') ;
	}
	.one_cont .one_wrap:nth-of-type(3){
		background-image:url('../../../../../img/lineup/onestoryhouse/lp_one_cont_image_bg_03_sp.webp');
	}
	.one_cont .one_wrap:nth-of-type(4){
		background-image:url('../../../../../img/lineup/onestoryhouse/lp_one_cont_image_bg_04_sp.webp');
	}
	.one_cont .one_wrap:nth-of-type(5){
		background-image:url('../../../../../img/lineup/onestoryhouse/lp_one_cont_image_bg_05_sp.webp');
	}
}
/* ----------519px–---------- */
@media screen and (max-width: 519px) {
	.one_cont .one_wrap .inner h2{
		font-size:1.2rem;
	}
}

/* -- cta -- */
.cta{
	margin:0 calc(50% - 50vw) 0;
	width:100vw;
	padding:15vh 0;
	background:url("../../../../../img/lineup/onestoryhouse/lp_one_cta_image_bg.webp") center bottom / cover;
	position:relative;
}
.cta:after{
	content:"";
	display:block;
	background:#000;
	position:absolute;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0.5
}
.cta .inner{
	width:80%;
	max-width:600px;
	margin:auto;
	box-sizing:border-box;
	/* background:#fff; */
	z-index:1;
	position:relative;
	color:#fff;
}
.cta .inner h4{
	font-size:2rem;
	display: flex;
    align-items: center;
}
.cta .inner h4:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
	margin-left: 1rem;
}
.cta .inner h2{
	font-size:1.3rem;
	margin:0 0 1em 0;
	line-height:2em;
}
.cta .inner h2 strong{
	font-weight:lighter;
	font-size:120%;
}
.cta .inner .ctr_box{
	display:flex;
	justify-content:space-between;
	margin:30px 0 0 0;
}
.cta .inner .ctr_box .btn{
	width:48%;
}
.cta .inner .ctr_box .btn a{
	width:100%;
	display:block;
	padding:10px 20px;
	box-sizing:border-box;
	border-radius:50px;
	background:#948977;
		box-shadow: 1rem 1rem 1rem -1rem hsl(200 50% 20% / 40%);
	background: linear-gradient(139deg, #948977, #7d6f57);
	color:#fff;
	text-align:center;
}


/* ----------839px–---------- */
@media screen and (max-width: 839px) {
	.cta .inner .ctr_box{
		display:block;
		justify-content:unset;
		margin:30px 0 0 0;
	}
	.cta .inner .ctr_box .btn{
		width:100%;
		margin:0 0 20px 0;
	}
}
/* ----------768px–---------- */
@media screen and (max-width: 768px) {
	.cta{
		padding:10vh 0;
		background:url("../../../../../img/lineup/onestoryhouse/lp_one_cta_image_bg_sp.webp") center bottom / cover;
	}
	.cta .inner h2{
		font-size:1.2rem;
		line-height:unset;
	}
	.cta .inner{
		width:80%;
		max-width:unset;
		margin:auto;
	}
}
