@charset "utf-8";


/* CSS Document */

.dc-lancomeArticle .color1,
.dc-lancomeArticle h2,
.dc-lancomeArticle p a {
	color: #db7856;
}

.dc-lancomeArticle .color0 {
	color: #000;
}

.dc-lancomeArticle .text-center {
	text-align: center;
}

.dc-lancomeArticle h1,
.dc-lancomeArticle h2 {
	font-weight: 400;
}

.dc-lancomeArticle h2 {
	margin: 0 0 8px 0;
	line-height: 1.4;
	letter-spacing: .05em;
}

.dc-lancomeArticle h3 {
	font-weight: 300;
	margin: 0;
	line-height: 1.5;
}

.dc-lancomeArticle h4 {
	font-weight: 400;
	line-height: 1.5;
}

.dc-lancomeArticle p {
	text-align: justify;
	text-justify: inter-ideograph;
}

.dc-lancomeArticle img {
	margin: 24px auto;
}

.dc-lancomeArticle .product-price img {
	margin: 24px auto 0;
}

.dc-lancomeArticle .product-price .btn_go {
	width: 65%;
	display: block;
	margin-top: 10px;
}

.dc-lancomeArticle .product-price img.btn_go:hover {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.dc-lancomeArticle .product-price {
	margin-bottom: 3%;
	display: flex;
	justify-content: center;
}

.dc-lancomeArticle .product-price a {
	color: #000;
	text-decoration: none;
	max-width: 40%;
	/* width: 40%; */
}

.dc-lancomeArticle .product-price a:hover {
	color: #999;
}

.dc-lancomeArticle .mb {
	display: none !important;
}

.dc-lancomeArticle .pc {
	display: block !important;
}


.dc-lancomeArticle .p_txt {
	font-size: 1rem;
	text-align: left;
	line-height: 1.9;
}


.dc-lancomeArticle .h4_txt {
	font-size: 1.125rem;
}

.dc-lancomeArticle h1.h4_txt {
	line-height: 1.9;
}

@media screen and (max-width: 1024px) {
	.dc-lancomeArticle .product-price a {
		width: 100%;
		margin-bottom: 5%;
		display: block;
		max-width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.dc-lancomeArticle .product-price .btn_go {
		width: 100%;
		max-width: 250px;
	}
	.dc-lancomeArticle .product-price {
		margin-bottom: 6vw;
	}
	.dc-lancomeArticle .mb {
		display: block !important;
	}
	.dc-lancomeArticle .pc {
		display: none !important;
	}
}

@media screen and (max-width: 650px) and (min-width: 550px) {
	.dc-lancomeArticle .product-title {
		width: 70%;
		margin: 0 auto;
	}

}



/* KV */

.dc-lancomeArticle .KV p {
	display: table;
	margin: 0 auto;
	position: relative;
	text-align: center;
	margin-bottom: 2%;
	line-height: 1;
}

.dc-lancomeArticle .KV p.line {
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 1.9;
}

.dc-lancomeArticle .product-price.row3 img {
	margin-top: 0;
}

.dc-lancomeArticle .product-price.row3 h4 {
	text-align: center;
	margin-bottom: 0;
}

.dc-lancomeArticle .product-price.row3 p {
	padding-bottom: 24px;
}

@media (min-width: 801px) {
	.dc-lancomeArticle .product-price.row3 p {
		padding: 0 20px 24px 20px;
		height: 200px;
	}
}

@media screen and (max-width: 800px) {
	.dc-lancomeArticle .product-price.row3 {
		/* display: block; */
		/* max-width: 400px; */
		width: 100%;
		margin: 0 auto;
	}
}