@charset "utf-8";
/* CSS Document */

/* 文字 */
	.dc-lancomeArticle p.note{
		font-size: 13px;
	}
	.dc-lancomeArticle .section01 .section01_iten h2{
		font-size: 20px;
	}
	.dc-lancomeArticle .section06.title h3{
    	font-size: 30px;
	}
	.dc-lancomeArticle h4,
	.dc-lancomeArticle .h4_style,
	.dc-lancomeArticle .link,
	.dc-lancomeArticle .section03 ul li p{
    	font-size: 21px;
	}
	@media screen and (max-width: 820px) {
		/* .dc-lancomeArticle p.note{
			font-size: 3vw;
		} */
		.dc-lancomeArticle .section01 .section01_iten h2{
			font-size: 5.5vw;
		}
		.dc-lancomeArticle h4,
		.dc-lancomeArticle .h4_style,
		.dc-lancomeArticle .link{
	    	font-size: 5.5vw;
		}
		.dc-lancomeArticle h2 {
		    font-size: 6vw;
		}
		.dc-lancomeArticle .section03 ul li p{
	    	font-size: 4.5vw;
		}
		.dc-lancomeArticle .section07 p{
			font-size: 12px;
		}
	}

/* all style */
	.dc-lancomeArticle ul,
	.dc-lancomeArticle ul li{
		list-style: none;
	}
	.dc-lancomeArticle h2 {
	    line-height: 1.5;
	}
	.dc-lancomeArticle h4,
	.dc-lancomeArticle .h4_style{
		display: table;
		margin: 0 auto;
	    text-align: center;
		border: 4px solid #d40651;
		color: #d40651;
		padding: 10px 30px;
		line-height: 1.5;
	    border-radius: 14px;
	    overflow: hidden;
	}

	.dc-lancomeArticle h4 span,
	.dc-lancomeArticle .h4_style span{
	    display: block;
	    color: #FFF;
	    background: #d40651;
	    width: 130%;
        margin-left: -15%;
    	margin-bottom: -5%;
	    padding: 5px 0;
	    font-size: 117%;
	}

	.dc-lancomeArticle p.h4_style {
		padding: 7px 30px;
		margin-bottom: 10px;
		font-weight: bold;
	}

	.dc-lancomeArticle .link{
		color: #d40651;
		display: table;
		margin: 30px auto 0 auto;
		/* margin: 5% auto;
		width: 65%; */
		transform: scale(1);
	    -webkit-transform: scale(1);
	    -moz-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    -webkit-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	}
	.dc-lancomeArticle .link: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 p {
	    color: #000;
	}
	.dc-lancomeArticle section > p{
        margin-bottom: 20px;
    }
    .dc-lancomeArticle section > p:last-of-type{
        margin-bottom: 0;
    }

	@media screen and (max-width: 820px) {

		.dc-lancomeArticle h4,
		.dc-lancomeArticle .h4_style{
		padding: 1.5vw 3vw;
		}

	.dc-lancomeArticle p.h4_style {
		padding: 1.5vw 5vw;
		margin-bottom: 3vw;
		}

		.dc-lancomeArticle h4 span,
		.dc-lancomeArticle .h4_style span{
			font-size: 100%;
		}
	
	}		
	

/* section02 */
	.dc-lancomeArticle .section02 ul,
/* 	.dc-lancomeArticle .section03 ul, */
/* 	.dc-lancomeArticle .section04 ul, */
	.dc-lancomeArticle .section05 ul,
	.dc-lancomeArticle .section06 ul{
		display: flex;
  		flex-wrap: wrap;
  		padding: 0;
  		margin: 0;
  		/* justify-content: space-between; */
		justify-content: center;
		align-items: flex-start;
	}
	.dc-lancomeArticle .section02 ul li,
/* 	.dc-lancomeArticle .section03 ul li, */
/* 	.dc-lancomeArticle .section04 ul li, */
	.dc-lancomeArticle .section05 ul li,
	.dc-lancomeArticle .section06 ul li{
		width: 48%;
		/* margin-bottom: 6%; */
		/* border-bottom: 1px solid #CCC; */
    	padding-bottom: 5%;
	    margin-top: 5%;
	    padding-left: 15px;
    	padding-right: 15px;
    	box-sizing: border-box;
	}
	.dc-lancomeArticle .section02 ul li:last-of-type,
	.dc-lancomeArticle .section02 ul li:nth-last-of-type(2),
	/* .dc-lancomeArticle .section03 ul li:last-of-type,
	.dc-lancomeArticle .section03 ul li:nth-last-of-type(2), */
	/* .dc-lancomeArticle .section04 ul li:last-of-type,
	.dc-lancomeArticle .section04 ul li:nth-last-of-type(2), */
	.dc-lancomeArticle .section05 ul li:last-of-type,
	.dc-lancomeArticle .section05 ul li:nth-last-of-type(2),
	.dc-lancomeArticle .section06 ul li:last-of-type,
	.dc-lancomeArticle .section06 ul li:nth-last-of-type(2){
		border-bottom: 0;
	    margin-top: 4%;
	}
	.dc-lancomeArticle .section02 p.note,
/* 	.dc-lancomeArticle .section03 p.note, */
/* 	.dc-lancomeArticle .section04 p.note, */
	.dc-lancomeArticle .section05 p.note,
	.dc-lancomeArticle .section06 p.note{
		text-align: center;
		color: #000;
	}
/* 	.dc-lancomeArticle .section03 .h4_style, */
/* 	.dc-lancomeArticle .section04 .h4_style, */
	.dc-lancomeArticle .section05 .h4_style{
		margin: 4% auto 7% auto;
	}
/* 	.dc-lancomeArticle .section03 ul li div, */
/* 	.dc-lancomeArticle .section04 ul li div, */
	.dc-lancomeArticle .section05 ul li div,
	.dc-lancomeArticle .section06 ul li div{
		border-radius: 20px;
		overflow: hidden;
	    margin-bottom: 20px;
	}
	@media screen and (max-width: 820px) {
		.dc-lancomeArticle .section02 ul li,
/* 		.dc-lancomeArticle .section03 ul li, */
/* 		.dc-lancomeArticle .section04 ul li, */
		.dc-lancomeArticle .section05 ul li,
		.dc-lancomeArticle .section06 ul li{
			width: 100%;
			padding-left: 0;
    		padding-right: 0;
		}
	}

/* section03 */
	.dc-lancomeArticle .section03 .iten > div{
		overflow: hidden;
		border-radius: 20px;
	}
	.dc-lancomeArticle .section03 ul{
		margin-top: 20px;
	}
	.dc-lancomeArticle .section03 ul li{
	    list-style: disc;
	}

/* section04 */
	.dc-lancomeArticle .section04 h2{
		display: table;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}
	.dc-lancomeArticle .section04 h2:nth-of-type(2):after{
		content: '';
		position: absolute;
		z-index: -1;
		width: 106%;
	    height: 20px;
	    left: -15px;
	    bottom: 7px;
		background: #ffee35;
	}
	.dc-lancomeArticle .section04 .section01_itenDiv{
		display: flex;
  		flex-wrap: wrap;
  		justify-content: space-between;
	}
	.dc-lancomeArticle .section04 .section01_iten{
		background:#fbeff3;
	    margin: 2% 0;
	    border-radius: 20px;
	    /* width: 32%; */
    	/* display: inline-block; */
	    padding-bottom: 20px;
        width: 32%;
        text-align: center;
        padding: 0 1%;
        box-sizing: border-box;
    	overflow: hidden;
	}
	.dc-lancomeArticle .section04 .section01_iten ul{
		margin-left: 0;
	}
	.dc-lancomeArticle .section04 .section01_iten ul li{
		background: #FFF;
		margin: 5px 5px 10px;
		padding: 13px 8px;
    	border-radius: 10px;
	}
	.dc-lancomeArticle .section04 .section01_iten ul li:nth-of-type(1){
		margin-top: 10px;
	}
	.dc-lancomeArticle .section04 .section01_iten h3{
		margin: 0;
		color: #FFF;
		background: #d40651;
		display: block;
		border-radius: 20px 20px 0 0;
		padding: 14px 0;
    	line-height: 1.2;
	    width: 108%;
    	margin-left: -4%;
	}
	.dc-lancomeArticle .section04 .section01_iten p{
		/* padding: 20px; */
		letter-spacing: -0.5px;
	}
	.dc-lancomeArticle .saleCode{
		display: inline-table;
		vertical-align: middle;
		padding: 0 7px;
		background: #000;
		color: #FFF;
		margin: 0 5px;
	}
	@media screen and (max-width: 820px) {
		.dc-lancomeArticle .section04{
			text-align: left;
		}
		.dc-lancomeArticle .section04 .section01_iten{
	        width: 100%;
            margin: 7% 0 5% 0;
		}
		.dc-lancomeArticle .section04 .section01_iten p{
			letter-spacing: 0px;
			padding-bottom: 0;
		}

		.dc-lancomeArticle .section04 .section01_iten ul li{
			margin: 3vw 2vw;
		}

	}

/* section06 */

	.dc-lancomeArticle .section06 h3.title {
	    color: #FFF;
    	background: #d40651;
		border-radius: 100em;
	    padding: 10px 0;
        margin-top: 20px;
	}


	@media screen and (max-width: 820px) {
		.dc-lancomeArticle .section06 h3{
			margin-bottom: 5%;
			line-height: 1.5;
		}

		.dc-lancomeArticle .section06 h3.title {
			font-size: 6vw;
			line-height: 1.3;
			padding: 3vw 0;
		}
	}


/* section07 */
	/* table */
		.table-scroll {
			position: relative;
			margin: auto;
			overflow: hidden;
		}
		.table-wrap {
			width: 100%;
			overflow: auto;
		}
		.table-scroll table {
			width: 100%;
			margin: auto;
			border-collapse: separate;
			border-spacing: 0;
		    text-align: center;
		}
		.table-scroll th,
		.table-scroll td {
			padding: 1.5% 0;
			/*border-bottom: 0.5px solid #b1b1b1;*/
			color: #000;
			white-space: nowrap;
			vertical-align: middle;
			padding: 10px 20px;
		}
		.clone {
			position: absolute;
			top: 0;
			left: 0;
			pointer-events: none;
		}
		.clone th,
		.clone td {
			visibility: hidden;
		}
		.clone td,
		.clone th {
			border-color:transparent;
		}
		.clone tbody th {
			visibility:visible;
		}
		.clone .fixed-side {
			/*border-bottom: 0.5px solid #b1b1b1;*/
			visibility:visible;
		}
		.clone thead,
		.clone tfoot{
			background:transparent;
		}
		@media screen and (min-width: 751px) {
			.fixed-side{
				width: 280px;
			}
		}
		@media screen and (max-width: 750px) {
			.table-scroll table {
				width: 100%;
			}
			.table-scroll th,
			.table-scroll td {
				/*border-bottom: 1px solid #b1b1b1;*/
				padding: 1.5vw 2vw;
			}
			.clone .fixed-side {
				/* background:#000; */
				/*border-bottom: 1px solid #b1b1b1;*/
				/* width: 100px; */
			}
			.fixed-side{
				width: 200px;
			}
		}