@charset "utf-8";
/* CSS Document */

.dc-lancomeArticle .color1,
.dc-lancomeArticle h2,
.dc-lancomeArticle p a{
    /* color: #0070c0; */
    color: #0070c0;
}
.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 h2 span {
	font-size: 20px;
	display: block;
}
.dc-lancomeArticle h3 {
	font-weight: 300;
	margin: 0;
	line-height: 1.5;
}
/* .dc-lancomeArticle h3:first-of-type {
	margin-top: 60px;
	margin-bottom: -60px;
} */
.dc-lancomeArticle h4 {
	font-weight: 400;
	line-height: 1.5;
}
.dc-lancomeArticle .title {
	color: #0070c0;
	font-weight: bold;
	margin: 10px 0;
}
.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: 320px;
	width: 40%;
}

.dc-lancomeArticle .product-price a:hover {
	color: #0070c0;
}
.dc-lancomeArticle .mb{
	display: none !important;
}
.dc-lancomeArticle .pc{
	display: block !important;
}
@media screen and (max-width: 800px) {
	.dc-lancomeArticle .product-price a {
		width: 46%;
	}
	.dc-lancomeArticle .product-price .btn_go {
		width: 100%;
	}
	.dc-lancomeArticle .product-price {
		margin-bottom: 6vw;
	}
	.dc-lancomeArticle .mb{
		display: block !important;
	}
	.dc-lancomeArticle .pc{
		display: none !important;
	}
}

/* @media screen and (max-width: 640px) {
	.dc-lancomeArticle hr.styleHR {
		margin: 40px 0;
	}
} */


/* KV */
	.dc-lancomeArticle .KV h3.notice{
		font-style: italic;
		position: relative;
		display: table;
		margin: 3% auto;
	}
	.dc-lancomeArticle .KV h3.notice:before,
	.dc-lancomeArticle .KV h3.notice:after{
		position: absolute;
		z-index: 1;
		width: 32%;
	    height: 1px;
	    background: #000;
	    top: 44%;
		content: '';
	}
	.dc-lancomeArticle .KV h3.notice:before{
		left: -32%;
	}
	.dc-lancomeArticle .KV h3.notice:after{
		right: -36%;
	}
	.dc-lancomeArticle .KV p{
		display: table;
		margin: 0 auto;
		position: relative;
	    text-align: center;
        margin-bottom: 2%;
        line-height: 1;
	}
	.dc-lancomeArticle .KV p.tag:before{
		position: absolute;
	    z-index: 1;
	    content: 'NEW';
	    left: -19%;
	    font-weight: bold;
	    color: #0070c0;
	    border: 1px solid #0070c0;
	    padding: 1% 2%;
        top: -24%;
	}
	@media screen and (max-width: 800px) {
		.dc-lancomeArticle .KV p.tag:before {
		    left: -27%;
		    padding: 2% 2%;
		    top: -17%;
		}
		.dc-lancomeArticle .KV h3.notice:before,
		.dc-lancomeArticle .KV h3.notice:after {
		    width: 14%;
		}
		.dc-lancomeArticle .KV h3.notice:before {
		    left: -13%;
		}
		.dc-lancomeArticle .KV h3.notice:after {
		    right: -17%;
		}
	}

/* section02 */
	.dc-lancomeArticle .section02 .section02_row2{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.dc-lancomeArticle .section02 .section02_row2 .leftContent{
		width: 40%;
	}
	.dc-lancomeArticle .section02 .section02_row2 .rightContent{
		width: 57%;
	}
	.dc-lancomeArticle .section02 .section02_row2:nth-of-type(2) .leftContent{
		width: 30%;
	}
	.dc-lancomeArticle .section02 .section02_row2:nth-of-type(2) .rightContent{
		width: 67%;
	}
	
	@media screen and (max-width: 1023px){
		
	}
	@media screen and (max-width: 800px) {
		.dc-lancomeArticle .section02 .section02_row2{
			display: block;
		}
		.dc-lancomeArticle .section02 .section02_row2 .leftContent,
		.dc-lancomeArticle .section02 .section02_row2 .rightContent{
			width: 100%;
		}


		.dc-lancomeArticle .section02 .section02_row2:nth-of-type(2){
			display: block;
		}
		.dc-lancomeArticle .section02 .section02_row2:nth-of-type(2) .leftContent,
		.dc-lancomeArticle .section02 .section02_row2:nth-of-type(2) .rightContent{
			width: 100%;
		}
	}

/* section03 */
	.dc-lancomeArticle .section03 .free{
		color: #FFF;
		background: #0070c0;
		display: table;
		margin: 1% auto 2% auto;
		padding: 3px 2%;
	}
	.dc-lancomeArticle .section03 .slogn{
		font-style: italic;
		position: relative;
		display: table;
		margin: 3% auto;
	    color: #CCC;
	}
	.dc-lancomeArticle .section03 .slogn:before,
	.dc-lancomeArticle .section03 .slogn:after{
		position: absolute;
		z-index: 1;
		width: 32%;
	    height: 1px;
	    background: #CCC;
	    top: 44%;
		content: '';
	}
	.dc-lancomeArticle .section03 .slogn:before{
		left: -32%;
	}
	.dc-lancomeArticle .section03 .slogn:after{
		right: -36%;
	}
	.dc-lancomeArticle .product-price.row2{
		display: block;
		width: 100%;
	    max-width: 750px;
	    margin: 0 auto;
	}
	.dc-lancomeArticle .product-price.row2 a{
		width: 49%;
    	display: inline-block;
    	max-width: inherit;
	}
	@media screen and (max-width: 800px) {
		.dc-lancomeArticle .product-price.row3{
			display: block;
			width: 100%;
		}
		.dc-lancomeArticle .product-price.row3 a:nth-of-type(1){
			width: 100%;
	    	display: block;
	    	max-width: inherit;
		}
		.dc-lancomeArticle .product-price.row3 a:nth-of-type(2),
		.dc-lancomeArticle .product-price.row3 a:nth-of-type(3){
			width: 49%;
	    	display: inline-block;
    		max-width: inherit;
		}
		.dc-lancomeArticle .product-price.row3 a:nth-of-type(1) .btn_go{
			width: 52%;
		}
	}