@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 .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-weight: 300;
	margin: 0;
	line-height: 1.5;
}

.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 .articlePic {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.articlePic .blog_pic {
    flex: 0 0 375px;
    margin-right: 32px;
}
@media screen and (max-width: 800px){
    .dc-lancomeArticle .articlePic {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .articlePic .blog_pic {
        flex: 0 0 100%;
        margin: 0 auto;
    }
}

.section01 small {
	display: block;
}

.section06 .giftwrap {
	border: 1px solid #000;
	padding: 8px 24px;
}
.section06 .giftwrap p {
	text-align: center;
	padding-bottom: 1rem;
	border-bottom: 1px solid #000;
}
.section06 .giftwrap p:last-of-type {
	border-bottom: 0;
}
.yt-link {
	padding: 24px;
	border: 1px solid #000;
}
.yt-link a {
	color: #d51b51;
}