.top_mv {
	max-width: 900px;
	margin: 0 auto 80px;
}
.top_mv img {
	width: 100%;
}
.top_concept_ttl {
	min-width: 1150px;
}
/*spec*/
.spec {
	text-align: center;
	padding-top: 80px;
	border-top: 1px solid #C8C8C8;
	width: 900px;
	margin: 0 auto;	
}
.spec_item__ttl {
	font-size: 23px;
	line-height: 27px;
	font-weight: bold;
	color: #3E3A39;
	padding-top: 30px;
	padding-bottom: 15px;
}
.spec_item__ttl .txt02 {
	font-size: 16px;
	line-height: 19px;
	color: #3E3A39;
	font-weight: normal;
}
.spec_item__ttl sup {
	font-size: 15px;
}
.spec_item {
	padding-bottom: 70px;
	position: relative;
	padding-top: 60px;
}
.spec_item:first-child {
	padding-top: 0;
}
.spec_item:after {
	position: absolute;
	left: 20%;
	top: 100%;
	content: "";
	width: 60%;
	height: 1px;
	border-bottom: 1px dashed #C8C8C8;
}
.spec_item__note {
	padding-top: 40px;
}
.spec_item__note span {
	font-size: 12px;
	padding-left: 8px;
	padding-right: 8px;
}
.spec_item:last-child {
	border-bottom: 1px solid #C8C8C8;
}
.spec_item:last-child:after {
	display: none;
}
/*fragrance_item*/
.fragrance__img {
	text-align: center;
	padding-top: 10px;
}
.text_bold {
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.top_concept_ttl {
		min-width: 100%;
	}
	/*spec*/
	.spec {
		width: 100%;
	}
	.spec img {
		max-width: 100%;
	}
	.spec_item__ttl {
		font-size: 20px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.spec_item__ttl .txt02 {
		font-size: 14px;
	}
	.spec_item__ttl sup {
		font-size: 12px;
	}
	.spec_item__note span {
		font-size: 12px;
		padding-left: 8px;
		display: flex;
		padding-right: 8px;
		line-height: 2;
	}
	.spec_item:after {
		left: 10%;
		width: 80%;
	}
	/*fragrance_item*/
	
	
	.fragrance__img img {
		max-width: 100%;
	}
}