@charset 'utf-8';

/* top
-------------------------------------------- */

.cledepeau-story {
	list-style: none;
	width: 980px;
	text-align: center;
}

.cledepeau-story .story-top-img {
	width: 980px;
	margin-bottom: 30px;
}

/* heritage
-------------------------------------------- */

.cledepeau-story .heritage-wrap {
	display: flex;
	margin-bottom: 80px;
}

.cledepeau-story .heritage-img {
	width: 490px;
}

.cledepeau-story .heritage-detail {
	padding: 70px;
}

.cledepeau-story .heritage-title {
	margin-bottom: 20px;
	font-size: 22px;
}

.cledepeau-story .videolink {
	font-size: 15px;
	text-decoration: none;
}

.cledepeau-story .videolink::before {
	display: inline-block;
	position: relative;
	top: 8px;
	left: -6px;
	width: 20px;
	height: 25px;
	background: url(../images/videoicon.svg) no-repeat;
	background-size: contain;
	content: '';
}

/* product
-------------------------------------------- */

.cledepeau-story .cledepeau-product {
	margin-bottom: 30px;
	padding-top: 60px;
	border-top: 1px solid #e6e6e6;
	font-size: 25px;
}

.cledepeau-story .product-img {
	width: 190px;
	margin-bottom: 10px;
}

.cledepeau-story .product-wrap {
	display: flex;
	justify-content: space-between;
	width: 715px;
	margin: 0 auto 50px;
}

.cledepeau-story .product-btn {
	display: block;
	margin-top: 30px;
	padding: 12px 42px;
	border: solid 1px #000;
	font-size: 14px;
	text-decoration: none;
}

.cledepeau-story .top_btn {
	display: block;
	width: 414px;
	margin: 0 auto;
	padding: 12px 0;
	background: #081f2b no-repeat right 20px top 50% url(../images/story_arrow.svg);
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

/* slider
-------------------------------------------- */

.story-introduction-slider img {
	width: 730px;
}

.story-introduction-slider-title {
	margin-bottom: 20px;
	font-size: 22px;
}