@charset "utf-8";
/* Copyright 2023 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

仕様・品質

------------------------------------------------------------ */

.nav_material01{
	display: flex;
	flex-wrap: wrap;
	max-width: 1280px;
	padding: 0 40px 100px;
	margin: 0 auto;
}

.nav_material01 .item{
	width: calc((100% - 40px) / 5);
	margin: 0 10px 30px 0;
}

.nav_material01 .item:nth-of-type(5n){margin-right: 0;}

.nav_material01 .item a{
	display: block;
	transition: opacity .3s;
}

.nav_material01 .item a:hover{opacity: .7;}

.nav_material01 .item a .image img{
	width: 100%;
	height: auto;
}

.nav_material01 .item a p{
	color: #333;
	text-align: center;
	line-height: 1.2;
	margin-top: 10px;
}

/* 共通
---------------------------------------------- */
/* --上段-- */
.material_top01{
	padding-top: 308px;
	position: relative;
}

.material_top01::before{
	content: "";
	display: block;
	background: #193661;
	width: 50%;
	padding-top: 308px;
	position: absolute;
	top: 0;
	left: 0;
}

.material_top01::after{
	content: "";
	display: block;
	background-size: cover !important;
	width: 50%;
	padding-top: 308px;
	position: absolute;
	top: 0;
	left: 50%;
}

.material_top01 .inner{
	position: relative;
	color: #FFF;
	width: 100%;
	max-width: 1280px;
	padding: 0 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 1;
}

.material_top01 .inner .ttl{
	line-height: 1.2;
	margin-bottom: 20px;
}

.material_top01 .inner .ttl h2{
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-bottom: 15px;
}

.material_top01 .inner .ttl p{
	font-size: 2rem;
	letter-spacing: 0.15em;
}

.material_top01 .inner > p{
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.6;
}

/* --中段-- */
.material_middle01{
	background: #F0F0F0;
	padding: 60px 40px;
}

.material_middle01 .inner{
	max-width: 1200px;
	margin: 0 auto;
}

.material_middle01 .inner > p{
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 45px;
}

.material_middle01 .inner .wrap_image{
	display: flex;
	justify-content: space-between;
}

.material_middle01 .inner .wrap_image .image{
	width: calc((100% - 60px)/3);
}

.material_middle01 .inner .wrap_image .image img{
	width: 100%;
	height: auto;
}

/* --下段-- */
/*material_bottom01*/
.material_bottom01{
	max-width: 1280px;
	margin: 0 auto;
	padding: 100px 40px;
}

.material_bottom01 .material_item:not(:last-of-type){margin-bottom: 100px;}

.material_bottom01 .logo{margin-bottom: 30px;}

.material_bottom01 .logo.craft img{
	width: 220px;
	height: auto;
}

.material_bottom01 .logo.lixil img{
	width: 130px;
	height: auto;
}

.material_bottom01 .logo.takara img{
	width: 268px;
	height: auto;
}

.material_bottom01 .logo.toto img{
	width: 131px;
	height: auto;
}

.material_bottom01 .inner{display: flex;}

.material_bottom01 .inner .col_l{width: 50%;}

.material_bottom01 .inner .col_l .image img{
	width: 100%;
	height: auto;
}

.material_bottom01 .inner .col_r{
	width: 50%;
	padding-left: 40px;
	display: flex;
	justify-content: space-between;
}

.material_bottom01 .inner .col_r .item{width: calc(50% - 20px);}

.material_bottom01 .inner .col_r .item p:nth-of-type(1){
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 15px;
}

.material_bottom01 .inner .col_r .item p:nth-of-type(2){
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 15px;
}

.material_bottom01 .inner .col_r .item .image img{
	width: 100%;
	height: auto;
}

/*material_bottom02*/
.material_bottom02{
	max-width: 1280px;
	margin: 0 auto;
	padding: 100px 40px;
}

.material_bottom02 > .item:not(:last-of-type){margin-bottom: 100px;}

.material_bottom02 .item h3{
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #F0F0F0;
	line-height: 1.6;
	padding-bottom: 6px;
	margin-bottom: 40px;
}

.material_bottom02 .inner01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.material_bottom02 .inner01 .image{
	width: calc(50% - 10px);
	margin-bottom: 40px;
}

.material_bottom02 .inner01 .image img{
	width: 100%;
	height: auto;
}

.material_bottom02 .inner01 p{
	text-align: right;
	font-size: 1.4rem;
	line-height: 1.2;
	margin-top: 10px;
}

.material_bottom02 .inner02{
	display: flex;
	align-items: center;
}

.material_bottom02 .inner02 .image{
	flex: none;
	width: 260px;
}

.material_bottom02 .inner02 .image img{
	width: 100%;
	height: auto;
}

.material_bottom02 .inner02 .txt{
	width: calc(100% - 260px);
	padding-left: 20px;
}

.material_bottom02 .inner02 .txt p{
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 2;
}

.material_bottom02 .inner03{
	display: flex;
	justify-content: space-between;
}

.material_bottom02 .inner03 .item{width: calc((100% - 60px)/3);}

.material_bottom02 .inner03 .item h4{
	background: #193661;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 11px;
	text-align: center;
	margin-bottom: 40px;
}

.material_bottom02 .inner03 .item .logo{
	max-width: 690px;
	margin: 0 auto 40px;
}

.material_bottom02 .inner03 .item .logo img{
	width: 100%;
	height: auto;
}

.material_bottom02 .inner03 .txt_sup{
	text-align: right;
	font-size: 1.4rem;
}

.material_bottom02 .inner03 .item .inner{
	margin-bottom: 25px;
}

.material_bottom02 .inner03 .item .inner h5{
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	padding-bottom: 7px;
	border-bottom: 1px solid #F0F0F0;
	margin-bottom: 10px;
}

.material_bottom02 .inner03 .item .inner > p{
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 7px;
}

.material_bottom02 .inner03 .item .inner .image01{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -15px;
}

.material_bottom02 .inner03 .item .inner .image01 figure{
	width: calc((100% - 20px)/3);
	margin: 0 10px 15px 0;
}

.material_bottom02 .inner03 .item .inner .image01 figure:nth-of-type(3n){margin-right: 0;}

.material_bottom02 .inner03 .item .inner .image01 figure img{
	width: 100%;
	height: auto;
}

.material_bottom02 .inner03 .item .inner .image01 figure figcaption{
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 2;;
	margin-top: 5px;
}

.material_bottom02 .inner03 .item .inner .image02{margin-top: 15px;}

.material_bottom02 .inner03 .item .inner .image02 img{
	width: 100%;
	height: auto;
}

/* システムキッチン
---------------------------------------------- */
.sec_material#kitchen .material_top01::after{background: url(../img/concept/material/bg_kitchen01.jpg);}

/* 洗面化粧台
---------------------------------------------- */
.sec_material#wash .material_top01::after{background: url(../img/concept/material/bg_wash01.jpg);}

/* システムバスルーム
---------------------------------------------- */
.sec_material#bath .material_top01::after{background: url(../img/concept/material/bg_bath01.jpg);}

/* エクステリア
---------------------------------------------- */
.sec_material#exterior .material_top01::after{background: url(../img/concept/material/bg_exterior01.jpg);}

/* インテリア
---------------------------------------------- */
.sec_material#interior .material_top01::after{background: url(../img/concept/material/bg_interior01.jpg);}

.flooring .logo{
	width: 345px;
	margin: 0 auto 40px;
}

.flooring .logo img{
	width: 100%;
	height: auto;
}

.flooring .inner{
	display: flex;
	justify-content: space-between;
}

.flooring .inner .item:nth-of-type(1){width: 65.833%;}

.flooring .inner .item:nth-of-type(1) .image{
	display: flex;
}

.flooring .inner .item:nth-of-type(1) .image figure{
	width: calc((100% - 50px)/6);
	margin-right: 10px;
}

.flooring .inner .item:nth-of-type(1) .image figure:last-of-type{margin-right: 0;}

.flooring .inner .item:nth-of-type(1) .image figure figcaption{
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-size: 1.2rem;
	margin-top: 10px;
}

.flooring .inner .item:nth-of-type(1) .image figure figcaption span{display: inline-block;}

.flooring .inner .item:nth-of-type(2){width: 31.666%;}

.flooring .inner .item h4{
	background: #193661;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 11px;
	text-align: center;
	margin-bottom: 40px;
}

.flooring .inner .item .image figure img{
	width: 100%;
	height: auto;
}

.flooring .inner .item .txt_sup{
	text-align: right;
	font-size: 1.4rem;
	margin-top: 10px;
}

/* 全館浄水
---------------------------------------------- */
.sec_material#water .material_top01::after{background: url(../img/concept/material/bg_water01.jpg);}

.water_inner{
	display: flex;
	align-items: center;
	padding: 20px 40px 100px;
	max-width: 1280px;
	margin: 0 auto;
}

.water_inner .txt{
	width: calc(100% - 300px);
	padding-right: 20px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 2;
}

.water_inner .image{width: 300px;}

.water_inner .image img{
	width: 100%;
	height: auto;
}

/* 家族のこだわりをプラス
---------------------------------------------- */
.sec_material#plus .material_top01::after{background: url(../img/concept/material/bg_plus01.jpg);}

.plus_inner01{
	display: flex;
	align-items: center;
	padding: 40px 40px 60px;
	max-width: 1280px;
	margin: 0 auto;
}

.plus_inner01 .image{
	width: 437px;
	padding-left: 102px;
}

.plus_inner01 .image img{
	width: 100%;
	height: auto;
}

.plus_inner01 .txt{
	width: calc(100% - 437px);
	padding-left: 8.333%;
}

.plus_inner01 .txt h3{
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 10px;
}

.plus_inner01 .txt p{
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	list-style: 2;
}

.plus_inner02{
	background: #F0F0F0;
	padding: 60px 40px;
}

.plus_inner02 .inner{
	max-width: 1200px;
	margin: 0 auto -30px;
	display: flex;
	flex-wrap: wrap;
}

.plus_inner02 .inner .item{
	width: calc((100% - 60px)/3);
	margin: 0 30px 60px 0;
}

.plus_inner02 .inner .item:nth-of-type(3n){margin-right: 0;}

.plus_inner02 .inner .item p{
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D6D6D6;
}

.plus_inner02 .inner .item figure img{
	width: 100%;
	height: auto;
}


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	仕様・品質

	------------------------------------------------------------ */

	.nav_material01 .item{
		width: calc((100% - 30px) / 4);
		margin: 0 10px 30px 0;
	}

	.nav_material01 .item:nth-of-type(4n){margin-right: 0;}
	
	.nav_material01 .item:nth-of-type(5n){margin-right: 10px;}

	/* 共通
	---------------------------------------------- */
	/* --下段-- */
	/* material_bottom01 */
	.material_bottom01 .inner{display: block;}
	
	.material_bottom01 .inner .col_l{
		width: 100%;
		margin-bottom: 40px;
	}
	
	.material_bottom01 .inner .col_r{
		width: 100%;
		padding-left: 0;
	}

	/* material_bottom02 */
	.material_bottom02 .inner03{display: block;}
	
	.material_bottom02 .inner03 .item{
		width: 100%;
		margin-bottom: 50px;
	}

	.material_bottom02 .inner03 .item:last-of-type{margin-bottom: 0;}
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	仕様・品質

	------------------------------------------------------------ */

	.nav_material01{
		justify-content: space-between;
		padding: 0 15px 60px;
	}
	
	.nav_material01 .item{
		width: calc(50% - 7.5px);
		margin: 0 0 30px 0;
	}
	
	.nav_material01 .item a p{
		font-size: 1.2rem;
		margin-top: 10px;
	}

	/* 共通
	---------------------------------------------- */
	/* --上段-- */
	.material_top01{
		padding: 0 0 32.133%;
		background: #193661;
	}
	
	.material_top01::before{display: none;}
	
	.material_top01::after{
		width: 100%;
		padding-top: 32.133%;
		top: auto;
		bottom: 0;
		left: 0;
	}
	
	.material_top01 .inner{
		padding: 48px 15px;
		position: unset;
		transform: none;
	}
	
	.material_top01 .inner .ttl{
		line-height: 1.2;
		margin-bottom: 20px;
	}
	
	.material_top01 .inner .ttl h2{
		font-size: 2.2rem;
		font-weight: 900;
		letter-spacing: 0;
		margin-bottom: 10px;
	}
	
	.material_top01 .inner .ttl p{
		font-size: 1.3rem;
	}
	
	.material_top01 .inner > p{
		font-size: 1.5rem;
		font-weight: 900;
	}

	/* --中段-- */
	.material_middle01{
		padding: 30px 15px;
	}
	
	.material_middle01 .inner > p{
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	
	.material_middle01 .inner .wrap_image{
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.material_middle01 .inner .wrap_image .image{
		width: 50%;
		padding: 7.5px;
	}

	/* --下段-- */
	/*material_bottom01*/
	.material_bottom01{padding: 50px 15px;}

	.material_bottom01 .logo{margin-bottom: 25px;}

	.material_bottom01 .material_item:not(:last-of-type){margin-bottom: 50px;}

	.material_bottom01 .logo.craft img{width: 147px;}

	.material_bottom01 .logo.lixil img{width: 65px;}

	.material_bottom01 .logo.takara img{width: 178.5px;}

	.material_bottom01 .logo.toto img{width: 87px;}

	.material_bottom01 .inner .col_l{margin-bottom: 30px;}

	.material_bottom01 .inner .col_r .item{width: calc(50% - 12.5px);}

	.material_bottom01 .inner .col_r .item p:nth-of-type(1){font-size: 1.3rem;}

	.material_bottom01 .inner .col_r .item p:nth-of-type(2){font-size: 1.2rem;}

	/*material_bottom02*/
	.material_bottom02{padding: 50px 15px;}

	.material_bottom02 > .item:not(:last-of-type){margin-bottom: 50px;}

	.material_bottom02 .item h3{
		font-size: 1.6rem;
		font-weight: 700;
		margin-bottom: 30px;
	}

	.material_bottom02 .inner01{
		display: block;
	}
	
	.material_bottom02 .inner01 .image{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.material_bottom02 .inner01 .image:last-of-type{margin-bottom: 0;}
	
	.material_bottom02 .inner01 p{font-size: 1.2rem;}

	.material_bottom02 .inner02{
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.material_bottom02 .inner02 .image{width: calc(50% - 5px);}
	
	.material_bottom02 .inner02 .txt{display: contents;}
	
	.material_bottom02 .inner02 .txt p{font-size: 1.2rem;}

	.material_bottom02 .inner02 .txt p:nth-of-type(1){width: calc(50% - 5px);}

	.material_bottom02 .inner02 .txt p:nth-of-type(2){margin-top: 20px;}

	.material_bottom02 .inner03 .item h4{
		font-size: 1.4rem;
		padding: 20px;
		margin-bottom: 30px;
	}
	
	.material_bottom02 .inner03 .item .logo{margin-bottom: 30px;}
	
	.material_bottom02 .inner03 .txt_sup{font-size: 1.2rem;}
	
	.material_bottom02 .inner03 .item .inner h5{font-size: 1.3rem;}
	
	.material_bottom02 .inner03 .item .inner .image01 figure figcaption{font-size: 1.1rem;}
	
	/* インテリア
	---------------------------------------------- */
	.flooring .logo{
		width: 100%;
		max-width: 690px;
		margin-bottom: 30px;
	}

	.flooring .inner{display: block;}

	.flooring .inner .item:nth-of-type(1){
		width: 100%;
		margin-bottom: 50px;
	}

	.flooring .inner .item:nth-of-type(1) .image{
		flex-wrap: wrap;
	}

	.flooring .inner .item:nth-of-type(1) .image figure{
		width: calc((100% - 30px)/3);
		margin: 0 15px 20px 0;
	}

	.flooring .inner .item:nth-of-type(1) .image figure:nth-of-type(3n){margin-right: 0;}

	.flooring .inner .item:nth-of-type(1) .image figure figcaption{
		font-size: 1.1rem;
		margin-top: 10px;
	}

	.flooring .inner .item:nth-of-type(2){width: 100%;}

	.flooring .inner .item h4{
		font-size: 1.4rem;
		padding: 20px;
		margin-bottom: 30px;
	}

	.flooring .inner .item .txt_sup{font-size: 1.2rem;}
	
	/* 全館浄水
	---------------------------------------------- */
	.water_inner{padding: 20px 15px 80px;}

	.water_inner .txt{
		width: calc(100% - 167.5px);
		padding-right: 15px;
		font-size: 1.2rem;
	}

	.water_inner .image{width: 167.5px;}

	/* 家族のこだわりをプラス
	---------------------------------------------- */
	.plus_inner01{
		padding: 20px 15px 50px;
	}

	.plus_inner01 .image{
		width: 167.5px;
		padding-left: 0;
	}

	.plus_inner01 .txt{
		width: calc(100% - 167.5px);
		padding-left: 15px;
	}

	.plus_inner01 .txt h3{font-size: 1.3rem;}

	.plus_inner01 .txt p{font-size: 1.2rem;}

	.plus_inner02{padding: 30px;}
	
	.plus_inner02 .inner{
		margin-bottom: -20px;
		justify-content: space-between;
	}
	
	.plus_inner02 .inner .item{
		width: calc(50% - 7.5px);
		margin: 0 0 20px 0;
	}
	
	.plus_inner02 .inner .item p{
		font-size: 1rem;
		padding-bottom: 8px;
		margin-bottom: 10px;
	}


}/*--@media--*/

