@charset "UTF-8";



.noto-serif {
	font-family: 'Noto Serif JP', serif;
	font-size: 100%;
}

h2.flooring_tokutyou img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center;
}

@media screen and (max-width:768px) {
	h2.flooring_tokutyou img {
		height: 300px;
	}
}

@media screen and (max-width:576px) {
	h2.flooring_tokutyou img {
		height: 250px;
	}
}



.toku__title--wrap {
	min-height: 500px;
	background-image: url(/html/img/keinenbika/main.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.toku__title--wrap h1,
.toku__title--wrap p {
	text-align: center;
}

.toku__title--wrap h1 span,
.toku__title--wrap p {
	font-family: 'Noto Serif JP', serif;
	color: #fff;
}

.toku__title--wrap h1 span {
	display: block;
	font-size: 7em;
	line-height: 1.6;
	letter-spacing: .2em;
}

.toku__title--wrap h1 span:last-child {
	font-size: 56px;
}

.toku__title--wrap h1 {
	width: 100%;
	text-shadow: 0 0 8px rgba(0, 0, 0, .75);
}

.toku__title--wrap p {
	font-size: 1.6em;
	letter-spacing: .1em;
	line-height: 2;
	margin-top: 2em;
	text-shadow: 0 0 8px rgba(0, 0, 0, .75);
}





section.gaiyou {
	background-color: #fafafa;
	background: linear-gradient(0deg, rgb(237, 234, 219) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%, rgb(237, 234, 219) 100%);
}

section.gaiyou figure img {
	width: 50%;
	max-width: 300px;
	height: auto;
}

section.gaiyou p {
	font-size: 115%;
	line-height: 4;
}

section.concept figure {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}

section.concept figure img {
	width: 80%;
	height: auto;
}

section.concept p {
	line-height: 2;
	font-size: 100%;
}

section.elements div h2 {
	font-size: 100%;
}

section.elements div h2 span.jp {
	font-size: 200%;
}

section.elements div h2 span.en {
	font-size: 120%;
}

section.elements div .text p {
	line-height: 2;
	font-size: 100%;
}

section.elements div figure {
	width: 100%;
	aspect-ratio: 16/9;
	background-color: #eee;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

section.elements.elm01 div figure {
	background-image: url(/html/img/keinenbika/keinen-keiji.jpg);
}

section.elements.elm02 div figure {
	background-image: url(/html/img/keinenbika/keinen-tema.jpg);
}

section.elements.elm03 div figure {
	background-image: url(/html/img/keinenbika/keinen-sozai.jpg);
}

section.cta {
	background-color: #222;
	background-image: url('/html/img/keinenbika/closing_pre.jpg');
	background-position: center;
	background-size: cover;
	padding-bottom: 170px !important;
	margin-bottom: -70px;
}

section.cta div p {
	font-size: 100%;
}

section.cta div a {
	max-width: 500px;
	background-color: white;
	margin: 0 auto;
	color: #333;
	font-size: 1rem;
}

@media screen and (max-width:576px) {
	.toku__title--wrap {
		min-height: 450px;
		/* background-image: url(/html/img/flooring/flooring_tok_titile_sp.jpg); */
	}

	.toku__title--wrap h1 span {
		line-height: 1.6;
		letter-spacing: .1em;
	}

	.toku__title--wrap p {
		letter-spacing: .1em;
		line-height: 2;
		padding: 0 20px;
	}
}

@media screen and (max-width: 768px) {
	.toku__title--wrap h1 span {
		font-size: 5.2em;
	}

	.toku__title--wrap p {
		font-size: 1em;
	}
}


article {
    padding-bottom: 0;
    padding-top: 70px;
}