@charset "utf-8";


/*
.plp__content--title{display:none!important;}
#bg-sale p.sale-atntxt {
		margin: 15px auto;
		max-width: none;
		text-align: right;
	}
@media screen and (max-width:767px) {
    #bg-sale p.sale-atntxt {
        margin: 5px auto 15px;
        text-align: center;
    }
}
*/




#bg-sale h2,
#bg-sale h3{
	margin:0;
	padding:0;
}

#bg-sale ul,#bg-sale li {
    list-style-type: none;
}

#bg-sale a{
	text-decoration:none;
	display:block;
	color:#333;
}

#bg-sale a.touch{
	color:#FC5F96;
	text-decoration:underline;
}

#bg-sale a img{
	backface-visibility:hidden;
}

#bg-sale a.touch img{
	opacity:0.6;
	transition:opacity 0.2s ease;
}

#bg-sale img{
	max-width:100%;
	height:auto;
}

#bg-sale .visible-plp-xs{
	display:none !important;
}

#bg-sale #brandKeyword ul li h3{
	line-height:1.4;
}

#bg-sale .kv{
	width:100%;
	text-align:center;
	background:#ff414a;
}

#bg-sale .saleNav{
	width:100%;
}

#bg-sale .saleNav h3{
	text-align:center;
	font-size:2.6rem;
	margin:24px 0;
}

/* =========================
   nav 
========================= */
#bg-sale .cat-btn{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:14px;
	margin:0;
	padding:0;
	list-style:none;
}

#bg-sale .cat-btn li{
	display:block;
	max-width:208px;
	width:calc((100% - 56px) / 5);
	margin:0;
    position: relative;
}
#bg-sale .cat-btn li:after {
    position: absolute;
    right: 0;
    top: 36%;
    margin-right: 0.5em;
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-weight: 900;
    color: #999;
    font-size: 1.2em;
}

#bg-sale .cat-btn > li > a{
	position:relative;
	display:flex;
	align-items:center;
	min-height:78px;
	padding:0.3em;
	border:1px solid #DDD;
	background:#FFF;
	font-size:17px;
	font-weight:500;
	line-height:1.2;
	text-align:left;
	box-sizing:border-box;
	transition:opacity 0.2s ease;
}

#bg-sale .cat-btn > li > a:hover{
	opacity:0.7;
	text-decoration:none;
}

#bg-sale .cat-btn > li > a::after{
	content:"";
	position:absolute;
	left:-1px;
	right:-1px;
	bottom:-1px;
	height:4px;
}

#bg-sale .cat-btn--hair > a::after{
	background:#26A9E0;
}

#bg-sale .cat-btn--esthetic > a::after{
	background:#F1663A;
}

#bg-sale .cat-btn--acupuncture > a::after{
	background:#fbcb31;
}

#bg-sale .cat-btn--nail > a::after{
	background:#BE5AE8;
}

#bg-sale .cat-btn--eye > a::after{
	background:#EC4CA2;
}

#bg-sale .cat-btn > li > a img{
	flex:0 0 52px;
	width:52px;
	max-width:52px;
	height: auto;
	margin-right:6px;
	display:block;
}

#bg-sale .cat-btn > li > a span{
	flex:1 1 auto;
	display:block;
	color:#333;
	word-break:keep-all;
}

#bg-sale .cat-btn > li > a .fa{
	position:absolute;
	right:14px;
	top:50%;
	transform:translateY(-50%);
	font-size:16px;
	line-height:1;
	color:#999;
}

/* =========================
   attention
========================= */
#bg-sale #brandKeyword{
	margin-top:15px;
}

#bg-sale .attention{
	max-width:1100px;
	margin:30px auto 0;
	border:2px solid #D90000;
	padding:12px 20px;
	overflow:hidden;
}

#bg-sale .attention dt{
	display:none;
	color:#D90101;
	font-weight:bold;
	font-size:16px;
}

#bg-sale .attention dd{
	float:left;
	margin-right:8px;
	line-height:2;
	font-size:13px;
	color:#111;
	text-indent:-1em;
	margin-left:1em;
}

/*
.plp__slider-ranking,
.plp__heading{
	display:none;
}
*/


@media screen and (max-width: 1024px){
	#bg-sale .cat-btn > li > a{
		font-size:15px;
	}
}

/* =========================
   SP（3列）
========================= */
@media (max-width: 809px){

	#bg-sale #brandKeyword{
		margin-top:10px;
	}

	#bg-sale .visible-plp-xs{
		display:block !important;
	}

	#bg-sale .hidden-plp-xs{
		display:none !important;
	}

	#bg-sale .saleNav h3{
		margin:20px 0 0;
		font-size:18px;
	}

	#bg-sale .cat-btn{
		gap:14px;
		margin:0;
		justify-content:normal;
	}

	#bg-sale .cat-btn > li{
		max-width:none;
		width:calc((100% - 28px) / 3); 
		margin:0;
	}

	#bg-sale .cat-btn > li > a{
		min-height:74px;
		padding:10px 20px 10px 8px;
		flex-direction:column;
		justify-content:center;
		text-align:center;
	}

	#bg-sale .cat-btn > li > a img{
		flex:none;
		width:38px;
		max-width:38px;
		max-height:28px;
		margin:0 0 6px;
	}

	#bg-sale .cat-btn > li > a span{
		font-size:12px;
		line-height:1.3;
		text-align:center;
	}

	#bg-sale .cat-btn > li > a .fa{
		right:8px;
		font-size:14px;
	}

	#bg-sale .attention{
		margin:20px auto 0;
		padding:12px;
	}

	#bg-sale .attention dt{
		font-size:14px;
	}

	#bg-sale .attention dd{
		font-size:12px;
		line-height:1.8;
	}
}

@media (max-width: 479px){

	#bg-sale .saleNav h3{
		margin:14px 0;
		font-size:16px;
	}

	#bg-sale .cat-btn > li{
		margin-top: 0;
	}

	#bg-sale .cat-btn > li > a{
		min-height:68px;
		padding:8px 18px 8px 6px;
	}

	#bg-sale .cat-btn > li > a img{
		width:34px;
		height: auto;
		/*max-height:24px;
		margin-bottom:5px;*/
	}

	#bg-sale .cat-btn > li > a span{
		font-size:3.18vw;
		line-height:1.25;
	}

	#bg-sale .attention{
		margin:10px auto 0;
		padding:10px 5px;
	}

	#bg-sale .attention dt{
		font-size:12px;
	}

	#bg-sale .attention dd{
		margin-right:4px;
		font-size:10px;
	}
    .totalResults{
    margin-top: 0.5em;
    }
}

/*---EGのみ-------------------------*/
#bg-sale #brandKeyword.eg_only{
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
}