@charset "utf-8";

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

/* ========== fuwatアニメ ========== */
.fuwat {
	visibility: hidden;
}
.fuwatAnime {
	animation-fill-mode:both;
	animation-duration:1.0s;
	animation-name: fuwatAnime;
	visibility: visible !important;
}
@keyframes fuwatAnime {
	0% {
		opacity: 0;
		transform: translateY(-5px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ========== センタリング ========== */
.center{
	text-align: center;
}

/* ========== btn ========== */
.btn_box{
	max-width: 1200px;
    margin: 0 auto 150px;
    text-align: center;
}
.btn_box .btn a{
	font-size: 120%;
    font-weight: bold;
}

/* ========== コンテンツ ========== */
.sub section#subContainer {
	background: #e6dfd8;
}

/* ========== メインビジュアル ========== */
#subContainer.grand .mainV{
	position:relative;
}
#subContainer.grand .mainV h5{
	font-family: 'Jost', sans-serif;
	position:absolute;
	top:150px;
	left:5%;
	z-index:1;
	font-size:4.0rem;
	margin:auto;
	width:fit-content;
	font-weight:100 !important;
	letter-spacing:0.1em;
	line-height:1em;
	color:#fff;
	z-index:2;
}
#subContainer.grand .mainV h5 span{
	display:block;
	font-size:1.2rem;
	letter-spacing:0em;
	color:#000;
	font-weight:bold;
}
#subContainer.grand .mainV ul{
	width:100%;
	margin:auto;
	position:relative;
	overflow:hidden;
	height:calc(100vh - 200px);
}

#subContainer.grand .mainV ul:before {
	content:"";
	display:block;
	background-color: #e6dfd8;
	width: 80%;
	height: 300px;
	clip-path: polygon(0 0, 0% 100%, 100% 0%);
	position:absolute;
	top:0;
	left:0;
	z-index:1
}
#subContainer.grand .mainV ul:after {
	content:"";
	display:block;
	background-color: #e6dfd8;
	width: 20%;
	height: 200px;
	clip-path: polygon(0 0, 100% 100%, 100% 0%);
	position:absolute;
	top:0;
	right:0;
	z-index:1
}
#subContainer.grand .mainV ul .reverse-parallax-background{
	background:url('../img/mainV_bg.webp') center  / 100%;
	position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 120%;
    background-size: cover;
    background-position: center;
    transform: translateY(0);
    will-change: transform;
}


/* ========== メインタイトル ========== */
#subContainer.grand .main_title{
}
#subContainer.grand .main_title .inner{
	width:100%;
	max-width:1200px;
	margin:100px auto;
	display:flex;
	justify-content:space-between;
}
#subContainer.grand .main_title .title{
	width:50%;
}
#subContainer.grand .main_title .title h1{
	font-size:1.5rem;
	font-weight:bold;
}
#subContainer.grand .main_title .title h1 span{
	display:block;
}
#subContainer.grand .main_title .title h6{
	font-size:0.9rem;
	font-family: 'Jost', sans-serif;
	letter-spacing:0.2em;
	margin:0 0 30px 0;
}
#subContainer.grand .main_title p{
	width:50%;
}

/* ========== サブビジュアル========== */
#subContainer.grand .subV{
	margin:0 0 150px 0;
}

#subContainer.grand .subV ul{
	display:flex;
	justify-content:space-between;
}

#subContainer.grand .subV ul li{
	width:24.8%;
	height:450px;
	position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#subContainer.grand .subV ul li .reverse-shape{
	position: absolute;
    top: -70%;
    left: 0;
    width: 100%;
    height: 150%;
    background-size: cover;
    background-position: center;
    transform: translateY(0);
    will-change: transform;
}
#subContainer.grand .subV ul li#subVpara1 .reverse-shape{
	background:url('../img/subV_image01.webp')no-repeat center / cover;
}
#subContainer.grand .subV ul li#subVpara2 .reverse-shape{
	background:url('../img/subV_image02.webp')no-repeat center / cover;
}
#subContainer.grand .subV ul li#subVpara3 .reverse-shape{
	background:url('../img/subV_image03.webp')no-repeat center / cover;
}
#subContainer.grand .subV ul li#subVpara4 .reverse-shape{
	background:url('../img/subV_image04.webp')no-repeat center / cover;
}


/* ========== サブビジュアル2========== */
#subContainer.grand .subV2{
	margin:0 0 100px 0;
}

#subContainer.grand .subV2 ul{
	display:flex;
	justify-content:space-between;
}

#subContainer.grand .subV2 ul li{
	width:24.8%;
	height:450px;
	position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#subContainer.grand .subV2 ul li .reverse-shape{
	position: absolute;
    top: -110%;
    left: 0;
    width: 100%;
    height: 150%;
    background-size: cover;
    background-position: center;
    transform: translateY(0);
    will-change: transform;
}
#subContainer.grand .subV2 ul li#subV2para1 .reverse-shape{
	background:url('../img/subV2_image01.webp')no-repeat center / cover;
}
#subContainer.grand .subV2 ul li#subV2para2 .reverse-shape{
	background:url('../img/subV2_image02.webp')no-repeat center / cover;
}
#subContainer.grand .subV2 ul li#subV2para3 .reverse-shape{
	background:url('../img/subV2_image03.webp')no-repeat center / cover;
}
#subContainer.grand .subV2 ul li#subV2para4 .reverse-shape{
	background:url('../img/subV2_image04.webp')no-repeat center / cover;
}

/* ========== メインコンテンツ ========== */
	/* box1 */
.sub section#subContainer .space h2 {
	font-size: 1.3rem;
	text-align:left;
	letter-spacing:0.1em;
	margin:1em 0;
}
.sub section#subContainer .space h2 span{
	display:block;
	font-size:inherit;
}

	/* box1 */
.sub section#subContainer .space .box1 .iner_box_a,
.sub section#subContainer .space .box2 .iner_box_a{
;
	width:100%;
	height:500px;
	margin:0 auto 0px;
	display:flex;
	justify-content:space-between;
}
.sub section#subContainer .space .box2 .iner_box_a{
	flex-direction:row-reverse;
}
.sub section#subContainer .space .box1 .iner_box_a dt{
	width:60%;
	background:url('/lineup/onestoryhouse/img/hi_1_a.jpg') center no-repeat;
	background-size:cover;
}
.sub section#subContainer .space .box2 .iner_box_a dt{
	width:60%;
	background:url('/lineup/onestoryhouse/img/hi_1_c.jpg') center no-repeat;
	background-size:cover;
}
.sub section#subContainer .space .box1 .iner_box_a dd,
.sub section#subContainer .space .box2 .iner_box_a dd{
	width:40%;
	align-items:center;
	display:flex;
}
.sub section#subContainer .space .box1 .iner_box_a dd .inner,
.sub section#subContainer .space .box2 .iner_box_a dd .inner{
	max-width:450px;
	width:80%;
	margin:auto;
}
.sub section#subContainer .space .box1 .iner_box_a dd p,
.sub section#subContainer .space .box2 .iner_box_a dd p{
}


/* 子育てからシニア世代まで */
.sub section#subContainer .slection_box{
}
.sub section#subContainer .slection_box .structure {
	width: 100%;
	max-width: 1200px;
	margin: 100px auto 150px;
	padding:70px 20px;
	box-sizing: border-box;
	display:flex;
	justify-content:space-between;
	border-top:1px solid #ad9782;
	border-bottom:1px solid #ad9782;
}

.sub section#subContainer .slection_box .structure picture{
	width:50%;
}
.sub section#subContainer .slection_box .structure dd{
	width:48%;
	
}
.sub section#subContainer .slection_box .structure .title {
	font-size: 1.3em;
	margin-bottom: 30px;
	text-align:left;
	letter-spacing:0.1em;
}
.sub section#subContainer .slection_box .structure .title span{
	display:block;
	font-size:inherit;
}
.sub section#subContainer .slection_box .structure p {
}

/* 平屋の心地よさ */
.sub section#subContainer .design_box {
	max-width:1400px;
	margin:0 auto;
	padding: 50px 30px 50px;
	box-sizing:border-box;
}
.sub section#subContainer .design_box .title{
	background:url('/lineup/onestoryhouse/img/hi_main_bg.webp') center no-repeat;
	background-size:cover;
	height:500px;
	position:relative;
}
.sub section#subContainer .design_box .title .inner{
	color:#fff;
	box-sizing:border-box;
	height:100%;;
	width:fit-content;
	position:absolute;
	bottom:0;
	right:0;
	background:#0009;
	padding:30px;
	align-items:center;
	display:flex;
}
.sub section#subContainer .design_box .title h2 {
	font-size: 1.3rem;
	text-align:unset;
	margin-bottom:1em;
	color:#fff;
}
.sub section#subContainer .design_box .title p{
	text-align:unset;
}
.sub section#subContainer .design_box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto 0;
}
.sub section#subContainer .design_box ul li {
	width: 48%;
	display:flex;
	justify-content:space-between;
	border-bottom:1px dotted #666;
	padding:50px 0;
}
.sub section#subContainer .design_box ul li picture{
	display:block;
	width:250px;
	overflow:hidden;
}
.sub section#subContainer .design_box ul li picture img {
	width: 100%;
	height:100%;
	object-fit:cover;
}
.sub section#subContainer .design_box ul li .text {
	width:calc(100% - 270px);
}
.sub section#subContainer .design_box ul li .text h3 {
	font-size: 1.3em;
	text-align:left;
	margin:0 0 0.5em;
	font-weight:bold;
	letter-spacing:initial;
}
@media screen and (max-width: 1199px) {
	.sub section#subContainer .design_box ul li {
		width: 48%;
		display:block;
		justify-content:unset;
	}
	.sub section#subContainer .design_box ul li picture{
		display:block;
		width:100%;
		overflow:hidden;
		margin-bottom:20px;
	}
	.sub section#subContainer .design_box ul li picture img {
		width: 100%;
		height:100%;
		object-fit:cover;
	}
	.sub section#subContainer .design_box ul li .text {
		width:100%;
	}
}


/* 自然素材の住まい */
.sub section#subContainer .muku_concept {
	max-width:1400px;
	width:96%;
	margin:0 auto;
	box-sizing:border-box;
	display:flex;
	background:#fff;
}
.sub section#subContainer .muku_concept .image_innner{
	width:50%;
	overflow:hidden;
}
.sub section#subContainer .muku_concept .image_innner img{
	object-fit:cover;
	height:100%;
	width:100%;
}
.sub section#subContainer .muku_concept .detail_innner{
	width:50%;
	align-items:center;
	display:flex;
	padding:40px 0;
}
.sub section#subContainer .muku_concept .detail_innner .sub_inner{
	width:70%;
	margin:auto;
}
.sub section#subContainer .muku_concept .detail_innner h2{
	text-align:left;
	margin-bottom:20px;
	font-size:1.5rem;
}

/* 無垢スタイルの平屋住宅事例 */
.sub section#subContainer .example_box {
	padding:30px 0;
}
.sub section#subContainer .example_box .text{
	width:96%;
	max-width:1400px;
	height:400px;
	margin:50px auto;
	display:flex;
	justify-content:space-between;
}
.sub section#subContainer .example_box .text dt{
	width:55%;
	overflow:hidden;
}
.sub section#subContainer .example_box .text dt img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.sub section#subContainer .example_box .text dd{
	width: 38%;
}
.sub section#subContainer .example_box .text dd h3 {
	font-size: 1.3rem;
	text-align: left;
	letter-spacing:initial;
	margin:1.5em 0 0 0;
}

.sub section#subContainer .example_box .text dd h3 span{
	display:block;
}
.sub section#subContainer .example_box .text dd h5 {
	font-size:90%;
	font-family: 'Jost', sans-serif;
	letter-spacing:0.2em;
}

.sub section#subContainer .example_box .text dd p {
	padding:1em 0 0 0;
}
.sub section#subContainer .example_box .text dd .btn{
	text-align:center;
	margin:30px 0 0 0;
	width:90%;
}
.sub section#subContainer .example_box .text dd .btn a{
	font-size:100%;
	font-weight:bold;
}


/* 本体価格　¥1,230万円（税抜）〜　*/
.lineup_price_index{
	width: 70%;
	border:10px solid #f5f5f5;
	box-sizing:border-box;
	padding:30px;
	margin:0 auto 100px;
}
.lineup_price_index .title{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 140%;
	font-weight: bold;
	text-align:center;
}
.lineup_price_index span{
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: bold;
	text-align:center;
}

/* VR */
.inspection_lineuppart{
	padding:30px;
	box-sizing:border-box;
	background:#f5f5f5;
}
  .inspection_lineuppart dl{
	  width: 90%;
	  margin: 0 auto;
	  display: flex;
	  justify-content:space-between;
  }
  .inspection_lineuppart dd{
	width:50%;
  }
  .inspection_lineuppart dd h5{
	font-weight:bold;
	padding-bottom:10px;
	font-size: 200%;
    font-family: 'Jost', sans-serif;
  }
  .inspection_lineuppart dd img{
	width: 70%;
	margin-bottom:1em;
  }
  .inspection_lineuppart dd .btn{
	width:70%;
	margin: 20px auto 0;
    display: inline-block;
  }
  .inspection_lineuppart dd .btn i {
	  font-size: 120%;
	  color: #000;
	  text-decoration: none;
	  line-height: 1.3;
	  float: right;
  }
  .inspection_lineuppart dd .btn:hover i {
	  color: #fff;
  }
  
  .inspection_lineuppart dt{
	width:45%;
	height:auto;
	overflow:hidden;
  }
  .inspection_lineuppart dt img{
	width:100%;
	height:100%;
	object-fit:cover;
  }
/* ========== section .model ========== */
section.model{
	width:100%;
	margin: 0 auto 10vh;
}
section.model .modelhouse{
	position:relative;
}

section.model .modelhouse iframe{
	width:100%;
	height:75vh;
	border:none;
}
section.model .modelhouse h4{
	font-size:230%;
	font-weight:normal;
	font-family:'Jost', sans-serif;
	line-height:1em;
	top:0.3em;
	left:1em;
	margin:0;
	position:absolute;
	display:flex;
	justify-content:space-between;
}
section.model .modelhouse h4 span{
	font-size:70%;
	display:block;
}
section.model .modelhouse h4 em{
	width:90px;
	position:relative;
}
section.model .modelhouse h4 em img{
	width:80px;
	position:absolute;
	top:-0.5em;
	left:0;
}
section.model .modelhouse h4 em img:nth-child(2){
	animation:30s linear infinite rotation1;
}
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
section.model .modelhouse h4 span{
	font-size:80%;
}
section.model .modelhouse h4 strong{
	font-size:80%;
	display:block;
	line-height:1em;
}
section.model .fullscreen{
	text-align:right;
	margin-top: 1em;
}
section.model .fullscreen span{
	font-family:'Jost', sans-serif;
	font-size:120%;
	padding:10px;

}
section.model .fullscreen span a{
	color:#000;
	background:url("../img/fullscreen_icon.gif") left center no-repeat;
	background-size:auto 1.5em;
	padding:10px 1em 10px 2em !important;
	text-decoration:none;
}
@media screen and (max-width: 1199px) {
	.btn_box{
		max-width: 96%;
	}
	#subContainer.grand .mainV ul li dd{
		height:200px;
	}
	#subContainer.grand .main_title{
		width:96%;
		max-width:unset;
		margin:0 auto 0px;
		display:flex;
		justify-content:space-between;
	}
	.sub section#subContainer .space .box1 .iner_box_a dd{
		padding:0 2% 0 0;
		box-sizing:border-box;
	}
	.sub section#subContainer .space .box2 .iner_box_a dd{
		padding:0 0 0 2%;
		box-sizing:border-box;
	}
	.sub section#subContainer .slection_box ul {
		width: 96%;
		margin: 60px auto 100px;
	}
}