@charset "utf-8";

/* CSS Document */
.dc-lancomeArticle .color1,
.dc-lancomeArticle h2,
.dc-lancomeArticle p a {
	color: #d51b51;
}

.dc-lancomeArticle b,
.dc-lancomeArticle .bold {
	font-weight: bold;
}

.dc-lancomeArticle .color0 {
	color: #000;
}

.dc-lancomeArticle .colorPink {
	color: #e2a172;
}

.dc-lancomeArticle .text-center {
	text-align: center;
}

.dc-lancomeArticle .text-right {
	text-align: right;
}

.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: 2rem;
}

@media screen and (max-width: 1019px) {
	.dc-lancomeArticle h2 span {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 600px) {
	.dc-lancomeArticle h2 span {
		font-size: 1.3rem;
	}
}

.dc-lancomeArticle h3 {
	font-family: "HelveticaNeue",sans-serif;
    font-weight: 600;
	margin: 0;
	line-height: 1.5;
	font-size: 1.4rem;
}

.dc-lancomeArticle h4 {
	font-weight: 400;
	line-height: 1.5;
}

/* 個別css */
.dc-lancomeArticle h1,
.dc-lancomeArticle h2 {
	font-weight: bold;
}

.dc-lancomeArticle h4,
.dc-lancomeArticle .h4_style,
.dc-lancomeArticle .link {
	font-size: 21px;
}

@media screen and (max-width: 800px) {

	.dc-lancomeArticle h4,
	.dc-lancomeArticle .h4_style,
	.dc-lancomeArticle .link {
		font-size: 5.5vw;
	}
}

.dc-lancomeArticle .h4,
.dc-lancomeArticle .h4_style {
	display: table;
	margin: 0 auto;
	border: 4px solid #d40651;
	color: #d40651;
	padding: 10px 30px;
	line-height: 1.5;
	border-radius: 14px;
}

.dc-lancomeArticle .link {
	color: #d40651;
	display: table;
	margin: 5% auto;
	width: 65%;
	transform: scale(1);
	transition: all 0.5s ease;
}

.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%;
}

.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: 15%;
		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 .product-price.row4 a {
	width: 25%;
}

.dc-lancomeArticle .product-price.row4 img {
	margin-top: 0;
}

.dc-lancomeArticle .product-price.row4 h4 {
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
}

@media (min-width: 801px) {
	.dc-lancomeArticle .product-price.row4 p {
		padding: 0 20px 24px 20px;
		height: 180px;
	}
}

@media screen and (max-width: 800px) {
	.dc-lancomeArticle .product-price.row4 {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.dc-lancomeArticle .product-price.row4 a {
		width: 100%;
	}
}

/* table */
.dc-lancomeArticle table:first-of-type {
	margin: 0 auto;
}

.dc-lancomeArticle th {
	color: #ffffff;
	font-weight: bold;
}

.dc-lancomeArticle th,
.dc-lancomeArticle td {
	padding: 1rem;
	font-size: 1rem;
}

.rwd-comparison-table {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 12px;
}

.rwd-comparison-table .table-title {
	font-size: 21px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 8px;
}

.rwd-comparison-table .check {
	color: #d51b51;
}

.rwd-comparison-table ul {
	display: flex;
	padding: 0;
	margin-left: 0;
}

.rwd-comparison-table li {
	list-style: none;
	flex: 1;
}

.rwd-comparison-table button {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 8px;
	background: #000;
	font-weight: normal;
	color: #fff;
	font-size: 12px;
}

.rwd-comparison-table li.active button {
	background: #ce0058;
	color: #fff;
}

.rwd-comparison-table table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.rwd-comparison-table td,
.rwd-comparison-table th {
	border: 1px solid #DDD;
	padding: 8px;
	empty-cells: show;
	text-align: center;
	font-size: 12px;
}

.rwd-comparison-table th {
	background: #000;
	border: 0;
	font-weight: normal;
	display: none;
}

.rwd-comparison-table td+td,
.rwd-comparison-table th+th {
	text-align: center;
	display: none;
}

.rwd-comparison-table td.default {
	display: table-cell;
}

@media (min-width: 640px) {
	.rwd-comparison-table ul {
		display: none;
	}

	.rwd-comparison-table td,
	.rwd-comparison-table th {
		display: table-cell !important;
	}

	.rwd-comparison-table td,
	.rwd-comparison-table th {
		width: 140px;
	}

	.rwd-comparison-table td+td,
	.rwd-comparison-table th+th {
		width: auto;
	}
}

.dc-lancomeArticle .label {
	text-align: center;
	display: inline-block;
	margin:1em auto;
	padding: 0.6em 2em;
    border: 1px solid #d51b51;
    line-height: 1;
}

.dc-lancomeArticle .triple_wrap,
.dc-lancomeArticle .double_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2em 0 1em;
}

.dc-lancomeArticle .triple_wrap .product h3 {
	margin-top: 0;
}

.dc-lancomeArticle .triple_wrap .product {
	flex: 0 0 32%;
	text-align: center;
	flex-direction: column;
}

.dc-lancomeArticle .triple_wrap .product a {
width:200px;
}

.dc-lancomeArticle .triple_wrap .product .blog_pic{
flex: 0 0 100%;
}

.dc-lancomeArticle .triple_wrap .product .blog_text p:first-of-type{
text-align: center;
}

@media (max-width: 800px) {
	.dc-lancomeArticle .triple_wrap {
		flex-direction: column;
	}

	.dc-lancomeArticle .triple_wrap .product {
		flex: 0 0 100%;
	}

	.dc-lancomeArticle .triple_wrap .product a {
		width: 60%;
		margin-top: 0;
		}		
}

.dc-lancomeArticle .articlePic {
	flex:0 0 48.5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dc-lancomeArticle .articlePic a {
	margin: 0;
	width: 200px;
}

.articlePic .blog_pic {
	flex: 0 0 50%;
	margin-right: 32px;
}

.articlePic .blog_text h3 {
	text-align: left;
	margin-top: .8rem;
}

@media screen and (max-width: 800px) {
	.dc-lancomeArticle h3 {
font-size: 1.3rem;
	}

	.articlePic .blog_text h3 {
text-align: center;
	}

	.dc-lancomeArticle .articlePic {
		flex:0 0 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.articlePic .blog_pic {
		flex: 0 0 100%;
		margin: 0 auto;
	}

	.dc-lancomeArticle .articlePic a {
		margin: 0 auto;
		width: 60%;
	}
}

.section01 small {
	display: block;
}

.dc-lancomeArticle ul.product {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	justify-content: center;
	margin: 0 auto;
}

.dc-lancomeArticle ul.product li {
	list-style: none;
	width: 48%;
	border-bottom: 1px solid #CCC;
	margin-top: 5%;
}

.dc-lancomeArticle ul:last-of-type.product li {
	border-bottom: none;
}

@media screen and (max-width: 800px) {
	.dc-lancomeArticle ul.product li {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 992px) {
	.dc-lancomeArticle ul.product li {
		max-width: 450px;
	}
}