/*===========================================================================
 margin-top
===========================================================================*/
.mt0 {
	margin-top: 0 !important;
}


/*===========================================================================
 Common use utility （cm-）
 モジュール （md-{モジュール名}）
 モジュールのパターン別（md-{モジュール名}-{パターン名}）
 個別での上書き（ow-）
===========================================================================*/
.md-secFtRecommend {
	margin-top: 60px;
	position: relative;
	overflow: hidden;
	padding-top: 40px;
}
.md-secFtRecommend::before,
.md-secFtRecommend::after {
	content: " ";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}
.md-secFtRecommend::before {
	background-color: #dbc7ca;
	top: 0;
	left: -100px;
	z-index: 1;
}
.md-secFtRecommend::after {
	background-color: #fff;
	top: 40px;
	left: 100px;
	z-index: 2;
}
.md-secFtRecommend .secInr {
	background-color: #fff;
	max-width: 1140px;
	padding: 55px 20px 80px;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
}
.md-secFtRecommend .secInr .secBlock {
	text-align: center;
}
.md-secFtRecommend .secInr .secBlock + .secBlock {
	margin-top: 100px;
}
.md-secFtRecommend .secInr .secBlock .blockTtl {
}
.md-secFtRecommend .secInr .secBlock .blockTtl img {
	max-width: 100%;
	height: auto;
}
.md-secFtRecommend .secInr .secBlock .blockCts {
	display: flex;
	justify-content: center;
	margin: 60px -15px 0;
	width: auto;
}
.md-secFtRecommend .secInr .secBlock .blockCts .blockItem {
	min-width: 16.666666%;
	width: 16.666666%;
	padding: 0 15px;
	box-sizing: border-box;
}
.md-secFtRecommend .secInr .secBlock .blockCts .blockItem.limited,
.md-secFtRecommend .secInr .secBlock .blockCts .blockItem.new {
	position: relative;
}
.md-secFtRecommend .secInr .secBlock .blockCts .blockItem.new::before {
	content: " ";
	width: 70px;
	height: 40px;
	background: url(/esprique/common/images/txt_new.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-100%);
	z-index: 100;
}
.is_ie .md-secFtRecommend .secInr .secBlock .blockCts .blockItem.new::before {
	width: 68px;
	height: 36px;
	background-size: cover;
}
.md-secFtRecommend .secInr .secBlock .blockCts .blockItem.limited::before {
	content: "";
	width: 112px;
	height: 52px;
	background: url(/esprique/common/images/txt_limited.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-100%);
	z-index: 10;
}
.md-secFtRecommend .secInr .secBlock .blockCts .blockItem .itemInr {
	display: block;
	text-decoration: none;
	color: #000;
	transition: all 0.3s ease-in-out;
}
.md-secFtRecommend .secInr .secBlock .blockCts .blockItem.js-stay .itemInr {
	opacity: 0.4;
	pointer-events: none;
}
.md-secFtRecommend .secInr .secBlock .blockCts .blockItem .itemInr:hover {
	opacity: 0.4;
}
.md-secFtRecommend .secInr .secBlock .blockCts .blockItem .itemInr .itemImg {
	width: 100%;
}
.md-secFtRecommend .secInr .secBlock .blockCts .blockItem .itemInr .itemImg img {
	width: 100%;
	height: auto;
	opacity: 1;
}
.md-secFtRecommend .secInr .secBlock .blockCts .blockItem.m .itemInr .itemImg img {
	margin-top: -15px;
}
.md-secFtRecommend .secInr .secBlock .blockCts .blockItem .itemInr .itemCap {
	margin-top: 10px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: normal;
	margin: 0 -5px;
}
.md-secFtRecommend .secInr .secBlock .blockCts .blockItem .itemInr .itemCap.top {
	margin-top: -12px;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.md-secFtRecommend .secInr .secBlock .blockCts .blockItem.m .itemInr .itemImg img {
		margin-top: -8px;
	}
}


.md-secFtRecommend .secInr .secBlock.secBlockMakeUpTool .blockCts {
	max-width: 732px;
}
.md-secFtRecommend .secInr .secBlock.secBlockMakeUpTool .blockCts .blockItem {
	width: 25%;
	margin-top: 60px;
}
.md-secFtRecommend .secInr .secBlock.secBlockLineUp .blockCts,
.md-secFtRecommend .secInr .secBlock.secBlockMakeUpTool .blockCts,
.md-secFtRecommend .secInr .secBlock.secBlockPickUp .blockCts,
.md-secFtRecommend .secInr .secBlock.secBlockSecEyes .blockCts,
.md-secFtRecommend .secInr .secBlock.foundation .blockCts {
	flex-wrap: wrap;
	margin: 6px auto 0;
}

.md-secFtRecommend .secInr .secBlock.secBlockPickUp .blockCts .blockItem,
.md-secFtRecommend .secInr .secBlock.secBlockLineUp .blockCts .blockItem,
.md-secFtRecommend .secInr .secBlock.secBlockSecEyes .blockCts .blockItem,
.md-secFtRecommend .secInr .secBlock.foundation .blockCts .blockItem {
	min-width: 16.666666%;
	width: 16.666666%;
	margin-top: 60px;
}



/* SP
-------------------------------------*/
@media screen and (max-width: 950px) {
	.md-secFtRecommend {
		margin-top: 0;
		padding-top: 40px;
		background-color: #dbc7ca;
	}
	.md-secFtRecommend::before,
	.md-secFtRecommend::after {
		display: none;
	}
	.md-secFtRecommend .secInr {
		margin: 0 -20px 40px;
		background-color: #fff;
		padding: 45px 20px;
	}
	.md-secFtRecommend .secInr .secBlock + .secBlock {
		margin-top: 60px;
	}
	.md-secFtRecommend .secInr .secBlock .blockTtl img {
		max-width: 100%;
		height: auto;
	}
	.md-secFtRecommend .secInr .secBlock .blockCts {
		flex-wrap: wrap;
		margin: 0 -10px 0;
	}
	.md-secFtRecommend .secInr .secBlock .blockCts .blockItem {
		min-width: 33.333333%;
		width: 33.333333%;
		padding: 20px 10px 0;
		margin-top: 10%;
	}
	.md-secFtRecommend .secInr .secBlock .blockCts .blockItem.new::before {
		content: " ";
		width: 30%;
		height: 20%;
		background: url(/esprique/common/images/txt_new.svg) no-repeat center center;
		background-size: 100% auto;
		top: 25px;
	}
	.is_ie .md-secFtRecommend .secInr .secBlock .blockCts .blockItem.new::before {
		width: 30%;
		height: 20%;
		background-size: 100% auto;
	}
	.md-secFtRecommend .secInr .secBlock .blockCts .blockItem.limited::before {
		content: "";
		width: 48%;
		height: 20.9%;
		top: 17%;
	}
	.md-secFtRecommend .secInr .secBlock .blockCts .blockItem .itemInr {
		display: block;
		text-decoration: none;
		color: #000;
		transition: all 0.3s ease-in-out;
	}
	.md-secFtRecommend .secInr .secBlock .blockCts .blockItem .itemInr:hover {
		opacity: 0.4;
	}
	.md-secFtRecommend .secInr .secBlock .blockCts .blockItem .itemInr .itemCap {
		margin-top: 5px;
		font-size: 1rem;
	}

	.md-secFtRecommend .secInr .secBlock.secBlockSecEyes .blockCts {
		width: auto;
		margin: 0 -10px 0;
	}
	.md-secFtRecommend .secInr .secBlock.secBlockPickUp .blockCts .blockItem,
	.md-secFtRecommend .secInr .secBlock.secBlockSecEyes .blockCts .blockItem {
		width: 33.33333%;
		margin-top: 10%;
	}
	.md-secFtRecommend .secInr .secBlock .blockCts .blockItem .itemInr .itemCap {
		color: #3e3a39;
		font-weight: 400;
		white-space: nowrap;
	}
	.md-secFtRecommend .secInr .secBlock .blockCts .blockItem .itemInr .itemCap.top {
		margin-top: calc(-6 / 750 * 100vw);
	}



	.md-secFtRecommend .secInr .secBlock.secBlockLineUp .blockCts,
	.md-secFtRecommend .secInr .secBlock.secBlockMakeUpTool .blockCts,
	.md-secFtRecommend .secInr .secBlock.secBlockPickUp .blockCts,
	.md-secFtRecommend .secInr .secBlock.secBlockSecEyes .blockCts,
	.md-secFtRecommend .secInr .secBlock.foundation .blockCts {
		margin: 10px auto 0;
	}
	.md-secFtRecommend .secInr .secBlock.secBlockMakeUpTool .blockCts .blockItem,
	.md-secFtRecommend .secInr .secBlock.secBlockPickUp .blockCts .blockItem,
	.md-secFtRecommend .secInr .secBlock.secBlockLineUp .blockCts .blockItem,
	.md-secFtRecommend .secInr .secBlock.secBlockSecEyes .blockCts .blockItem,
	.md-secFtRecommend .secInr .secBlock.foundation .blockCts .blockItem {
		min-width: auto;
		width: 33.33333%;
		margin-top: 15px;
	}
}


.md-noteList {
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #3e3a39;
}
.md-noteList .txt {
	font-size: 1.2rem;
	line-height: 2;
	letter-spacing: 0.08em;
}



.md-lineUp {
	display: flex;
	flex-wrap: wrap;
	--grid-num: 40px;
	gap: var(--grid-num);
	justify-content: center;
	padding-bottom: 20px;
	margin: 0 auto;
}
.md-lineUp.--panel-3-pc {
	width: 700px;
}
.md-lineUp.--panel-4-pc {
	width: 930px;
}
/* PC
-------------------------------------*/
@media screen and (min-width: 951px) {
	.md-lineUp.--panel-3-pc > * {
		width: calc((100% / 3) - (var(--grid-num) * 2 / 3));
	}
	.md-lineUp.--panel-4-pc > * {
		width: calc((100% / 4) - (var(--grid-num) * 3 / 4));
	}
}

.md-lineUp__item {
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 2px solid #dbc7ca;
}
.md-lineUp__item a {
	display: block;
	text-decoration: none;
}
.md-lineUp__img {
	margin: 0 -20px;
	width: auto;
}
.md-lineUp__item img {
	width: 100%;
	height: auto;
}
.md-lineUp__ttl {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.5;
	display: inline-block;
	padding-right: 20px;
	position: relative;
}
.md-lineUp__ttl::before {
	content: " ";
	width: 8px;
	height: 10px;
	background: url(/esprique/common/images/icn_arow_right_bk.svg) no-repeat center / cover;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-55%) rotate(90deg);
}
/* SP
-------------------------------------*/
@media screen and (max-width: 950px) {
	.md-lineUp {
		flex-wrap: wrap;
		--grid-num: 30px;
		gap: var(--grid-num);
		padding: 0 20px 40px;
	}
	.md-lineUp.--panel-3-pc,
	.md-lineUp.--panel-4-pc {
		flex-direction: row;
		width: auto;
	}
	.md-lineUp__item {
		width: calc((100% / 2) - (var(--grid-num) / 2));
		padding-bottom: 15px;
		border-bottom: 2px solid #dbc7ca;
	}
	.md-lineUp__ttl {
		margin-top: 5px;
		font-size: 12px;
		padding-right: 18px;
	}
	.md-lineUp__ttl::before {
		content: " ";
		width: 8px;
		height: 10px;
		background: url(/esprique/common/images/icn_arow_right_bk.svg) no-repeat center / cover;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-55%) rotate(90deg);
	}
}


.md-productList {
	padding-top: 150px;
	margin-top: -150px;
}
.md-productList__headline {
	padding: 45px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f1f3f4;
	font-size: 20px;
	line-height: 1.5;
}
.md-productList__list {
	display: flex;
	flex-wrap: wrap;
	width: auto;
	margin: 0 auto;
	padding-bottom: 80px;
}
.md-productList__item {
	width: 25%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 115px;
	position: relative;
}
.md-productList__item.new::before {
	content: " ";
	width: 70px;
	height: 38px;
	background: url(/esprique/common/images/txt_new.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-100%);
}
.md-productList__item.limited::before {
	content: " ";
	width: 110px;
	height: 52px;
	background: url(/esprique/common/images/txt_limited.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-100%);
}
.is_ie .md-productList__item.new::before,
.is_ie .md-productList__item.limited::before {
	background-size: cover;
}
.md-productList__itemInr {
	display: block;
	text-decoration: none;
	color: #000;
	transition: all 0.3s ease-in-out;
}
.md-productList__img {
	-o-object-fit: contain;
	   object-fit: contain;
	aspect-ratio: 1 / 1;
}
.md-productList__itemInr:hover {
	opacity: 0.5;
}
.md-productList__img img {
	width: 100%;
	height: auto;
	opacity: 1 !important;
}
.md-productList__cat {
	color: #aba7a2;
	font-size: 1.2rem;
	line-height: 1.5;
}
.md-productList__ttl {
	margin-top: 5px;
	color: #d07184;
	line-height: 1.5;
}
.md-productList__desc {
	margin-top: 8px;
	color: #3e3a39;
	font-size: 1.2rem;
	line-height: 1.8;
}
.md-productList__note {
	margin-top: 10px;
	color: #3e3a39;
	font-size: 1rem;
	line-height: 1.7;
}
/* SP
-------------------------------------*/
@media screen and (max-width: 950px) {
	.md-productList {
		padding-top: 150px;
		margin-top: -150px;
	}
	.md-productList__headline {
		padding: 25px 0;
		font-size: 15px;
	}
	.md-productList__list {
		margin: 0 -10px;
		padding-bottom: 60px;
		width: auto;
		max-width: none;
	}
	.md-productList__item {
		width: 50%;
		padding: 0 10px;
		margin-top: 20%;
	}
	.md-productList__item.new::before {
		content: " ";
		width: 28.35821%;
		height: 0;
		padding-top: 16%;
	}
	.md-productList__item.limited::before {
		width: 41.6%;
		height: 0;
		padding-top: 20.4%;
	}
	.md-productList__cat {
		font-size: 1.2rem;
	}
	.md-productList__ttl {
		margin-top: 5px;
		font-size: 1.2rem;
	}
	.md-productList__desc {
		margin-top: 8px;
		font-size: 1rem;
	}
	.md-productList__note {
		margin-top: 10px;
		font-size: 1rem;
	}
}



.pmd-secOnlineShop .ctsWrap .itemWrap .item .itemInr .itemLink {
	display: flex;
	flex-direction: column;
	width: 98%;
	margin: 20px auto 0;
	gap: 10px 0;
}
.pmd-secOnlineShop .ctsWrap .itemWrap .item .itemInr .itemLink a {
	display: block;
	padding: 10px 25px;
	border-radius: 99px;
	background-color: #dbc7cb;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	position: relative;
	transition: all 0.3s linear;
}
.pmd-secOnlineShop .ctsWrap .itemWrap .item .itemInr .itemLink a:hover {
	opacity: 0.7;
}
.pmd-secOnlineShop .ctsWrap .itemWrap .item .itemInr .itemLink a::before {
	content: " ";
	width: 7px;
	height: 12px;
	background: url(/esprique/common/images/icn_btn_arw.svg) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
/* SP
-------------------------------------*/
@media screen and (max-width: 950px) {
	.pmd-secOnlineShop .ctsWrap .itemWrap .item .itemInr .itemLink {
		width: 98%;
		margin: 10px auto 0;
		gap: 5px 0;
	}
	.pmd-secOnlineShop .ctsWrap .itemWrap .item .itemInr .itemLink a {
		padding: 10px 25px;
		font-size: 12px;
	}
	.pmd-secOnlineShop .ctsWrap .itemWrap .item .itemInr .itemLink a:hover {
		opacity: 0.7;
	}
	.pmd-secOnlineShop .ctsWrap .itemWrap .item .itemInr .itemLink a::before {
		content: " ";
		width: 7px;
		height: 12px;
		background: url(/esprique/common/images/icn_btn_arw.svg) no-repeat center / contain;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
	}
}