@charset "utf-8";

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

/* layout

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

/* contents
-------------------------------------------- */
.contents {
	background: #f7f7f7;
	padding: 0;
}
.contents *,
.contents *::before,
.contents *::after {
	box-sizing: border-box;
}
	.contents h1,
	.contents h2,
	.contents h3,
	.contents h4,
	.contents p,
	.contents ul {
		margin: 0;
	}
	.contents ul {
		list-style: none;
		padding: 0;
	}
	.contents img {
		height: auto;
		width: 100%;
	}


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

/* general

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

/* lead
-------------------------------------------- */
.eterno_legno_orezzia-lead--a,
.eterno_legno_orezzia-lead--b,
.eterno_legno_orezzia-lead--c,
.eterno_legno_orezzia-lead--d {
	margin-left: auto;
	margin-right: auto;
	width: 89.33%;
}
.eterno_legno_orezzia-lead--a {
	padding: 100px 0;
}
.eterno_legno_orezzia-lead--b,
.eterno_legno_orezzia-lead--c {
	padding: 100px 0 40px;
}
.eterno_legno_orezzia-lead--d {
	padding: 100px 0 50px;
}
	.eterno_legno_orezzia-lead--a h2,
	.eterno_legno_orezzia-lead--b h2,
	.eterno_legno_orezzia-lead--c h3,
	.eterno_legno_orezzia-lead--d h2 {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 32px;
		font-weight: 700;
		line-height: 1.34;
		margin: 0 0 25px;
	}
	.eterno_legno_orezzia-lead--a h2,
	.eterno_legno_orezzia-lead--b h2,
	.eterno_legno_orezzia-lead--d h2 {
		text-align: center;
	}
		.eterno_legno_orezzia-lead--d h2 span {
			display: block;
			font-size: 12px;
			line-height: 1;
			margin: 10px 0 0;
		}
	.eterno_legno_orezzia-lead--a p,
	.eterno_legno_orezzia-lead--b p,
	.eterno_legno_orezzia-lead--c p,
	.eterno_legno_orezzia-lead--d p {
		font-size: 13px;
		line-height: 2;
	}
	.eterno_legno_orezzia-lead--b p {
		margin-bottom: 50px;
	}

/* movie
-------------------------------------------- */
.eterno_legno_orezzia-movie {
}
	.eterno_legno_orezzia-movie video {
		display: block;
		object-fit: cover;
		width: 100%;
	}


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

/* module

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

/* kv
-------------------------------------------- */
.eterno_legno_orezzia-kv {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.eterno_legno_orezzia-kv__bg {
}
	.eterno_legno_orezzia-kv__bg img {
		opacity: 0;
	}
.eterno_legno_orezzia-kv__img {
	background: url("../img/eterno_legno_orezzia/kv-01.jpg") 50% 50% / cover no-repeat;
	height: 100%;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(1.2);
	width: 100%;
}
.eterno_legno_orezzia-kv--loaded .eterno_legno_orezzia-kv__img {
	animation: eterno_legno_orezziaKvZoomOut 3s ease-out 0s 1 normal forwards;
	will-change: animation;
}
@keyframes eterno_legno_orezziaKvZoomOut {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.2);
	}
	100% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
}
.eterno_legno_orezzia-kv__txt {
	color: black;
	font-family: "Frutiger LT W01_65 Bold1475746";
	line-height: 1;
	position: absolute;
	text-align: center;
	top: 45%;
	transform: translate(0, -40%);
	width: 100%;
}
	.eterno_legno_orezzia-kv__txt h1 {
		font-size: 36px;
		margin: 0 0 10px;
	}
	.eterno_legno_orezzia-kv__txt path {
		fill: transparent;
		stroke: transparent;
		stroke-dasharray: 1000;
		stroke-dashoffset: 0;
		stroke-width: 1;
	}
	.eterno_legno_orezzia-kv--loaded .eterno_legno_orezzia-kv__txt path {
		animation: eterno_legno_orezziaTitleStroke 3s ease-in 3s 1 normal forwards;
		will-change: animation;
	}
	.eterno_legno_orezzia-kv__txt p {
		font-size: 17px;
		opacity: 0;
        padding-top:10px;
	}
	.eterno_legno_orezzia-kv--loaded .eterno_legno_orezzia-kv__txt p {
		animation: eterno_legno_orezziaTextFadeUp 1s linear 5.5s 1 normal forwards;
		will-change: animation;
	}
@keyframes eterno_legno_orezziaTitleStroke {
	0% {
		fill: transparent;
		stroke: black;
		stroke-dashoffset: 1000;
	}
	50% {
		fill: transparent;
	}
	100% {
		fill: black;
		stroke-dashoffset: 0;
	}
}
@keyframes eterno_legno_orezziaTextFadeUp {
	0% {
		opacity: 0;
		transform: translate(0, 20px);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

/* outline
-------------------------------------------- */
.eterno_legno_orezzia-outline {
	margin: 0 0 50px;
}
.eterno_legno_orezzia-outline__txt {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .03);
	margin: -10px auto 0;
	padding: 35px 20px;
	position: relative;
	text-align: center;
	width: 94.67%;
}
	.eterno_legno_orezzia-outline__txt h3 {
		font-family: "Frutiger LT W01_65 Bold1475746";
		font-size: 20px;
		line-height: 1.25;
		margin: 0 0 25px;
	}
	.eterno_legno_orezzia-outline__txt p {
		font-size: 12px;
		line-height: 1.92;
	}

/* detail
-------------------------------------------- */
.eterno_legno_orezzia-detail {
	background: #f1f1f1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 50px 0 0;
}
	.eterno_legno_orezzia-detail div {
		margin: 0 1%;
		padding: 0 0 50px;
		width: 42.67%;
	}
	.eterno_legno_orezzia-detail h3 {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 14px;
		font-weight: 300;
		line-height: 1.28;
		margin: 25px 0;
		text-align: center;
	}
	.eterno_legno_orezzia-detail p {
		font-size: 11px;
		line-height: 1.64;
	}

/* slider
-------------------------------------------- */
.eterno_legno_orezzia-slider {
}
	.eterno_legno_orezzia-slider .slick-dots li {
		height: 8px;
		width: 8px;
	}
		.eterno_legno_orezzia-slider .slick-dots li button {
			background: #fff;
			border: 1px solid #696969;
			border-radius: 5px;
			height: 10px;
			padding: 0;
			width: 10px;
		}
		.eterno_legno_orezzia-slider .slick-dots li.slick-active button {
			background: #696969;
		}
		.eterno_legno_orezzia-slider .slick-dots li button::before {
			content: "";
		}

/* fullcovering
-------------------------------------------- */
.eterno_legno_orezzia-fullcovering {
	padding: 50px 0;
}
	.eterno_legno_orezzia-fullcovering div {
		margin: 0 auto;
		width: 89.33%;
	}
	.eterno_legno_orezzia-fullcovering h4 {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 19px;
		font-weight: 300;
		line-height: 1.3;
		margin: 30px 0;
		text-align: center;
	}
	.eterno_legno_orezzia-fullcovering p {
		font-size: 11px;
		line-height: 1.64;
	}

/* variation
-------------------------------------------- */
.eterno_legno_orezzia-variation {
	font-size: 12px;
	text-align: center;
}
	.eterno_legno_orezzia-variation li {
		background: #fff;
		margin: 0 0 4px;
	}
	.eterno_legno_orezzia-variation div {
		padding: 10px 10px 15px;
	}
	.eterno_legno_orezzia-variation p:first-child {
		font-size: 13px;
		font-weight: bold;
		line-height: 1.54;
	}
	.eterno_legno_orezzia-variation p + p {
		font-size: 10px;
		line-height: 1.5;
	}

/* try
-------------------------------------------- */
.eterno_legno_orezzia-try {
	background: #fff;
	padding: 65px 0 0;
}
	.eterno_legno_orezzia-try div {
		margin: 0 auto -75px;
		width: 89.33%;
	}
	.eterno_legno_orezzia-try h2,
	.eterno_legno_orezzia-try h2 + p {
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		line-height: 1.35;
		text-align: center;
	}
	.eterno_legno_orezzia-try h2 {
		font-size: 32px;
		margin-bottom: 25px;
	}
	.eterno_legno_orezzia-try h2 + p {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.eterno_legno_orezzia-try p + p {
		font-size: 13px;
		line-height: 2;
	}

/* utility
-------------------------------------------- */
.eterno_legno_orezzia-utility {
	margin: 0 auto;
	padding: 50px 0 75px;
	width: 89.33%;
}
	.eterno_legno_orezzia-utility > p {
		margin: 0 0 50px;
		text-align: center;
	}
		.eterno_legno_orezzia-utility > p a {
			background: #222;
			border-radius: 5px;
			color: #fff;
			display: block;
			font-weight: bold;
			padding: 20px;
			text-decoration: none;
		}
	.eterno_legno_orezzia-utility li {
		background: #fff;
		font-size: 13px;
		font-weight: bold;
		margin: 0 0 2px;
		line-height: 1;
	}
		.eterno_legno_orezzia-utility li p:nth-child(2)::before {
			background: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_1%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%0A%20%20%3Crect%20id%3D%22a%22%20data-name%3D%22b%22%20fill%3D%22%23333%22%20width%3D%2222%22%20height%3D%2222%22%20rx%3D%224%22%20ry%3D%224%22%2F%3E%0A%20%20%3Cpath%20id%3D%22c%22%20data-name%3D%22d%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222px%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.5%2C5.136L14.864%2C10.5%2C9.5%2C15.864%22%2F%3E%0A%3C%2Fsvg%3E%0A") 0 0 / contain no-repeat;
			content: "";
			display: inline-block;
			height: 11px;
			margin: 0 5px 0 0;
			vertical-align: middle;
			width: 11px;
		}

		.eterno_legno_orezzia-utility li a {
			align-items: center;
			display: flex;
			justify-content: space-between;
			padding: 20px 40px 20px 30px;
			text-decoration: none;
		}
		.eterno_legno_orezzia-utility li p:first-child {
			font-family: "Gothic MB101 Medium";
			margin: 0 0 10px;
		}
		
	.eterno_legno_orezzia-utility div:last-child {
		text-align: right;
	}
	.eterno_legno_orezzia-utility img {
		height: 50%;
		width: 50%;
	}
.eterno_legno_orezzia-utility__tel {
}
	.eterno_legno_orezzia-utility__tel p:nth-child(2) {
		font-family: "Frutiger LT W01_65 Bold1475746";
		font-size: 20px;
		margin: 0 0 10px;
	}
	.eterno_legno_orezzia-utility__tel p:nth-child(3) {
		font-size: 10px;
		font-weight: normal;
	}
.eterno_legno_orezzia-utility__inquiry,
.eterno_legno_orezzia-utility__download {
}
	.eterno_legno_orezzia-utility__inquiry p:last-child,
	.eterno_legno_orezzia-utility__download p:last-child {
		text-decoration: underline;
	}
