@charset "utf-8";

/* =======================================
  one-story house
======================================= */
h2{
	font-weight:bold;
}

/* ========== 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: 96%;
    margin: 0 auto 150px;
    text-align: center;
}
.btn_box .btn a{
	font-size: 120%;
    font-weight: bold;
}


/* ========== メインビジュアル ========== */
#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:3.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;
}

@media screen and (max-width: 599px) {
	#subContainer.grand .mainV h5{
		font-size:6rem;
		top:10vh;
	}
	#subContainer.grand .mainV h5 span{
		font-size:4vw;
		color:#fff;
	}
	#subContainer.grand .mainV ul{
		height:70vh;
	}
	#subContainer.grand .mainV ul:before {
		width: 80%;
		height: 25vh;
	}
}


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


/* ========== メインタイトル ========== */
#subContainer.grand .main_title{
	padding:100px 0;
}
#subContainer.grand .main_title .inner{
	width:90%;
	max-width:500px;
	margin:100px auto;
	margin:auto;
}
#subContainer.grand .main_title .title{
	width:100%;
}
#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{
}


/* ========== サブビジュアル========== */
#subContainer.grand .subV{
	margin:0 0 5px 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;
}
@media screen and (max-width: 768px) {
	#subContainer.grand .subV ul{
		flex-wrap:wrap;
	}
	#subContainer.grand .subV ul li{
		width:49.8%;
		margin:0 0 1% 0;
	}
	#subContainer.grand .subV ul li:nth-child(4){
	}
}


/* ========== サブビジュアル2========== */
#subContainer.grand .subV2{
	margin:0 0 150px 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;
}

@media screen and (max-width: 768px) {
	#subContainer.grand .subV2{
		margin:0 0 50px 0;
	}
	#subContainer.grand .subV2 ul{
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	#subContainer.grand .subV2 ul li{
		width:49.5%;
		margin:0 0 1% 0;
	}
	#subContainer.grand .subV2 ul li:nth-child(1){
		background:url('../img/subV2_image01_sky.webp') top center repeat;
		background-size:100% cover;
	}
	#subContainer.grand .subV2 ul li:nth-child(2){
		background:url('../img/subV2_image02_sky.webp') top center repeat;
		background-size:100% cover;
	}
	#subContainer.grand .subV2 ul li:nth-child(3){
		background:url('../img/subV2_image03_sky.webp') top center repeat;
		background-size:100% cover;
	}
	#subContainer.grand .subV2 ul li:nth-child(4){
		background:url('../img/subV2_image04_sky.webp') top center repeat;
		background-size:100% cover;
	}
}

/* ========== メインコンテンツ ========== */
	/* box1 */
.sub section#subContainer .space h2 {
	font-size: 22px;
	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%;
	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('../img/hi_1_a.jpg') center no-repeat;
	background-size:cover;
}
.sub section#subContainer .space .box2 .iner_box_a dt{
	width:60%;
	background:url('../img/hi_1_c.jpg') center no-repeat;
	background-size:cover;
}
.sub section#subContainer .space .box1 .iner_box_a dd{
	width:38%;
	padding:0 2% 0 0;
	box-sizing:border-box;
	align-items:center;
	display:flex;
	padding:60px 0;
}
.sub section#subContainer .space .box2 .iner_box_a dd{
	width:38%;
	padding:0 0 0 2%;
	box-sizing:border-box;
	align-items:center;
	display:flex;
}
.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: 90%;
	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: 22px;
	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 .slection_box ul {
	width: 96%;
	margin: 60px auto 100px;
	display: flex;
	justify-content: space-between;
    position: relative;
}
.sub section#subContainer .slection_box ul:before {
	content: '';
	width: 1px;
	height: 100%;
	display: block;
	background: #999;
	position: absolute;
	right: 50%;
	bottom: 0px;
}
.sub section#subContainer .slection_box ul li{
	width:45%;
    position: relative;
}
.sub section#subContainer .slection_box ul li h2 {
	font-size: 22px;
	margin-bottom: 30px;
	text-align:left;
	letter-spacing:0.1em;
}
.sub section#subContainer .slection_box ul li h2 span{
	display:block;
	font-size:inherit;
}
.sub section#subContainer .slection_box ul li h2 span:nth-child(1){
}
.sub section#subContainer .slection_box ul li .iner_box_a img {
	bottom: 0;
}

/* 平屋の心地よさ */
.sub section#subContainer .design_box {
	width:100%;
	margin:0 auto;
	padding: 0px 30px 50px;
	box-sizing:border-box;
}
/* 平屋の心地よさ */
.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:100%;
	position:absolute;
	bottom:0;
	right:0;
	background:#0005;
	padding:0 5% 20px;
	display:flex;
	align-items:end;
}
.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%;
	border-bottom:1px dotted #666;
}
.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:100%;
}
.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;
}
.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%;
	border-bottom:1px dotted #666;
	margin-bottom:30px;
	padding-bottom:30px;
}
.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 .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: 768px) {
	.sub section#subContainer .design_box .title{
		background:url('/lineup/onestoryhouse/img/hi_main_bg_sp.webp') bottom center no-repeat;
		background-size:cover;
		height:100vh;
	}
	.sub section#subContainer .design_box .title .inner{
		color:#fff;
		box-sizing:border-box;
		height:100%;
		width:100%;
		position:absolute;
		top:0;
		bottom:unset;
		right:0;
		background:unset;
		padding:50px 5% 0;
		display:flex;
		align-items:flex-start
	}
}


/* 自然素材の住まい */
.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;
}

@media screen and (max-width: 768px) {
	.sub section#subContainer .muku_concept {
		display:block;
		margin-bottom:50px;
	}
	.sub section#subContainer .muku_concept .image_innner{
		width:100%;
	}
	.sub section#subContainer .muku_concept .detail_innner{
		width:100%;
		padding:40px 0;
	}
	.sub section#subContainer .muku_concept .detail_innner .sub_inner{
		width:90%;
		max-width:500px;
	}
}

	/* 無垢スタイルの平屋住宅事例 */
.sub section#subContainer .example_box {
}
.sub section#subContainer .example_box .text{
	width:100%;
	margin:50px auto;
	display:flex;
	justify-content:space-between;
}
.sub section#subContainer .example_box .text dt{
	width:60%;
	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%;
	padding:0 2% 0 0;
	box-sizing:border-box;
}
.sub section#subContainer .example_box .text dd h3 {
	font-size: 25px;
	text-align: left;
	font-weight:bold;
	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 auto 0;
	padding-bottom:50px;
	max-width:500px;
	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: 768px) {
	#subContainer.grand .mainV ul li{
		margin:0 0 5px 0;
		display:block;
		jusify-content:unset;
		position:relative;
	}
	#subContainer.grand .mainV ul li dd{
		display:block;
		height:11vh;
		max-height:150px;
		margin:auto 0 auto 0;
		position:absolute;
		top:0;
		bottom:0;
		left:10px;
	}
	#subContainer.grand .mainV ul li:nth-child(1) dd{
		width:unset;
	}
	#subContainer.grand .mainV ul li:nth-child(2) dd{
		width:unset;
	}
	#subContainer.grand .mainV ul li:nth-child(3) dd{
		width:unset;
	}
	#subContainer.grand .mainV ul li:nth-child(2){
		flex-direction: unset;
	}
	#subContainer.grand .mainV ul li dd img{
		width:
		unset;
		height:100%;
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
	}
	#subContainer.grand .mainV ul li dt{
		height:25vh;
		max-height:200px;
	}
	#subContainer.grand .mainV ul li:nth-child(1) dt{
		width:100%;
		background:url('../img/mainv/title_img_01_sky.webp') top center repeat;
		background-size:cover;
	}
	#subContainer.grand .mainV ul li:nth-child(2) dt{
		width:100%;
		background:url('../img/mainv/title_img_02_sky_res.webp') top center repeat;
		background-size:cover;
	}
	#subContainer.grand .mainV ul li:nth-child(3) dt{
		width:100%;
		background:url('../img/mainv/title_img_03_sky_res.webp') top center repeat;
		background-size:cover;
	}
	#subContainer.grand .mainV .sub_copy{
		font-size:120%;
		font-family: 'Jost', sans-serif;
		width:96%;
		margin:0px auto 0;
		letter-spacing:0.1em;
	}
	.sub section#subContainer .space{
		height:
		auto;
		display:
		block;
	}
	.sub section#subContainer .space .box1{
			display:block;
			margin:0 0 50px 0;
		}
	.sub section#subContainer .space h2 {
		font-size: 1.3rem;
	}
	.sub section#subContainer .space .box1 .iner_box_a,
	.sub section#subContainer .space .box2 .iner_box_a{
		width:100%;
		margin:0 auto 50px;
		display:unset;
		justify-content:
		unset;
	}
	.sub section#subContainer .space .box2 .iner_box_a{
		flex-direction:unset;
	}
	.sub section#subContainer .space .box1 .iner_box_a dt,
	.sub section#subContainer .space .box2 .iner_box_a dt{
		width:100%;
		height:400px;
	}
	.sub section#subContainer .space .box1 .iner_box_a dd,
	.sub section#subContainer .space .box2 .iner_box_a dd{
		width:96%;
		padding:0 0 0 0;
		margin:0 auto;
		box-sizing:border-box;
	}
	.sub section#subContainer .slection_box .structure {
		width: 90%;
		max-width:unset;
		padding:30px 20px;
		margin:100px auto 100px;
		box-sizing: border-box;
		display:block;
		justify-content:unset;
	}
	.sub section#subContainer .slection_box .structure picture{
		width:100%;
		display:block;
		text-align:center;
	}
	.sub section#subContainer .slection_box .structure picture img{
		width:80%;
	}
	.sub section#subContainer .slection_box .structure dd{
		width:100%;
		margin:20px 0 0 0;
	}
	.sub section#subContainer .slection_box .structure .title {
		font-size: 130%;
	}
	.sub section#subContainer .slection_box ul {
		width: 80%;
		margin: 60px auto 100px;
		display: block;
		justify-content: unset;
	}
	.sub section#subContainer .slection_box ul:before {
		display:none;
	}
	.sub section#subContainer .slection_box ul li{
		width:100%;
	    position: relative;
		margin:0 0 70px 0;
	}
	.sub section#subContainer .slection_box ul li h2 {
		font-weight:bold;
		font-size: 150%;
	}
	.sub section#subContainer .slection_box ul li picture{
		display:block;
		text-align:center;
	}
	.sub section#subContainer .slection_box ul li picture img{
		width:80%;
		max-width:500px;
	}
	.sub section#subContainer .design_box {
		padding:50px 0 0 0;
	}
	.sub section#subContainer .design_box .title h2 {
		font-size: 1.4rem;
		text-align:unset;
		margin-bottom:1em;
	}

	.sub section#subContainer .design_box ul {
		width: 100%;
		display: block;
		flex-wrap: unset;
		justify-content: unset;
	}
	.sub section#subContainer .design_box ul li {
		display:block;
		width: 96%;
		margin:0 auto 50px;
	}
	.sub section#subContainer .design_box ul li:nth-child(even) {
		position:unset;
		top: 0;
	}
	.sub section#subContainer .design_box ul li picture{
		display:block;
	}
	.sub section#subContainer .example_box .text{
		width:100%;
		margin:0px auto 100px;
		display:block;
		justify-content:unset;
	}
	.sub section#subContainer .example_box .text dt{
		width:100%;
		overflow:hidden;
	}
	.sub section#subContainer .example_box .text dd{
		width: 96%;
		margin:auto;
		padding:0;
	}
	.sub section#subContainer .example_box .text dd h3 {
		font-size: 160%;
		margin:1.0em 0 0 0;
	}
}

@media screen and (max-width: 519px) {
	#subContainer.grand .subV{
		margin:0 0 20px 0;
	}
	#subContainer.grand .mainV ul li dd{
	}
	#subContainer.grand .mainV ul li dt{
		height:20vh;
		max-height:250px;
	}
	#subContainer.grand .mainV ul li:nth-child(1) dt{
		background-size:120%;
	}
	#subContainer.grand .mainV ul li:nth-child(2) dt{
		background-size:120%;
	}
	#subContainer.grand .mainV ul li:nth-child(3) dt{
		background-size:120%;
	}
	#subContainer.grand .main_title .title h1{
		font-size:150%;
		font-weight:bold;
	}
	#subContainer.grand .subV ul li{
		height:350px;
	}
	#subContainer.grand .subV ul li:nth-child(1){
		background-size:180%;
	}
	#subContainer.grand .subV ul li:nth-child(2){
		background-size:180%;
	}
	#subContainer.grand .subV ul li:nth-child(3){
		background-size:180%;
	}
	#subContainer.grand .subV ul li:nth-child(4){
		background-size:180%;
	}
	#subContainer.grand .subV2 ul li{
		height:350px;
	}

}