@charset "utf-8";
/*--------------------------------------------
  goodsList.css
  商品一覧画面用CSS
--------------------------------------------*/
.userOperateArea {
    position: relative;
}
.level_h1 {
  font-size: 1.7em;
  padding: 0;
}
@media screen and (max-width: 900px) {
  #topGroupName,
  .contents #breadcrumb {
    width: calc(99.9% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 641px) {
  #topGroupName,
  .contents #breadcrumb {
    width: 100%;
  }

  #spNarrowArea.fix #spNarrowButtonArea {
  	position: fixed;
  	top: 0;
    left: 10px;
    right: 10px;
    background: #f7f7f7;
	z-index: 100;
  }
}

/*---------------------------------------------
	goodsList 商品一覧(全体)
  ---------------------------------------------*/

.goodsList .matrix-header,
.goodsList .matrix-footer {
	font-size: 0.9em;
	margin: 10px auto;
	display:-webkit-box;
  -webkit-align-items: center;
  align-items: center;
}
.goodsList .matrix-header {
    zoom:1;
}
.goodsList .resultsPagingResultsShow {
	display: none;
	float: right;
	margin: 2px 0;
	white-space: nowrap;
}
.goodsList .resultsPagingResultsShow span {
	display: inline-block;
	padding-right: 4px;
}
.goodsList .resultsShowMaxLine {
  margin: 0;
}
.goodsList .resultsShowMaxLine select {
  font-size: 0.9em;
  width:  auto;
}
@media screen and (max-width: 1023px) {
  .goodsList .matrix-header, .goodsList .matrix-footer {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 641px){
	/* SP表示しない場合 */
	#goodsListArea .priceSearch,
	#goodsListArea .sortSetArea #displayTypeGroup #displayTypeLabel_labelId{
		display:none;
	}
  .matrix-header ul.pagination,
  span.resultsStartNumber.startNumber,
  span.resultsEndNumber.endNumber {
    display: none;
  }
  .goodsList .resultsShowMaxLine::before {
    display: none;
  }
  .goodsList .matrix-footer .resultsPagingResultsShow {
    display: none;
  }

	/* SP表示する場合 */
  .goodsList .matrix-header, .goodsList .matrix-footer {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
	#goodsListArea .sortSetArea,
	#goodsListArea .priceSearch {
		background-color:#fff;
		padding:0 10px;
	}
	#goodsListArea .sortSetArea a,
	#goodsListArea .priceSearch a {
		padding: 5px 6px;
		display: block;
	}

	div.imageResultsShowMaxLine {
		display: none;
	}

	fieldset#priceSearchGroupField legend {
		display: block;
		padding: 3px 5px;
		margin-bottom: 8px;
	}
  .goodsList .resultsShowMaxLine {
    width: 48%;
    margin-right: auto;
  }
  .goodsList .resultsShowMaxLine select {
    font-size: 1em;
    margin: 0;
    padding: 1em;
    width: 100%;
  }
  #goodsList span.dataNumber:after {
    content: "商品";
  }
  .goodsList .matrix-header .pageInfo {
    margin: 0 auto 10px 0;
  }
  .goodsList .matrix-footer .pageInfo {
    margin: 0 auto;
  }
  .goodsList .results .matrix-body  {
    width:  auto;
  }
}
/*チャットボット対応のため*/
.slick-next {
	z-index: 0;
}

/*---------------------------------------------
	goodsSort 商品一覧(ソート)
  ---------------------------------------------*/
.goodsSort.sortArea {
  display:flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  margin-right: auto;
}
.goodsSort.sortArea .sortAreaLeft .sortTypeLabel_itemLabel,
.goodsSort.sortArea .sortAreaLeft a,
.goodsSort.sortArea .sortAreaRight .displayTypeLabel_itemLabel,
.goodsSort.sortArea .sortAreaRight a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
}
.goodsSort.sortArea .sortAreaLeft .sortTypeLabel_itemLabel,
.goodsSort.sortArea .sortAreaRight .displayTypeLabel_itemLabel {
	width:auto;
	margin:0 5px 0 0;
}
.goodsSort.sortArea a.btn_0 {
	border: 1px solid #dbdbdb;
  border-radius: 2px;
  background: #fff;
  text-align: center;
  letter-spacing: -1em;
  margin-right: 3px;
}
.goodsSort.sortArea a.btn_0 {
  fill: #7c858e;
}
.goodsSort.sortArea a.check {
  fill: #363947;
  border: 1px solid #363947;
}
.goodsSort.sortArea a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.goodsSort .sortTypeItems {
  font-size: 0.9em;
	width: auto;
}

.goodsSort.sortArea .sortGroup {
	display: inline-block;
	margin-right: 30px;
}
.goodsSort.sortArea .displayTypeGroup {
/* WJB START */
/*	display: none; */
/* WJB END */
}

.goodsSort a[class*="btn_"] {
	background: #fff;
	color: #363947;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
}
.goodsSort a[class*="btn_"]:hover {
	background: #fff;
	color: #363947;
	border: 1px solid #363947;
  fill: #363947;
}

/* ソートエリア */
#displayTypeGroup {
/*  margin-right: 10px;*/
  white-space: nowrap;
}
#displayTypeGroup a {
  padding: 5px 5px 3px 5px;
}
#sortGroup a + a,
#displayTypeGroup a + a {
	border-left:1px solid #575746;
}
#sortGroup .itemWrap,
#displayTypeGroup .itemWrap {
	display: inline-block;
}
#displayTypeGroup .itemWrap.spanWrap {
  display: none;
}
@media screen and (max-width: 641px) {
	.goodsSort.sortArea {
    margin: 0 0 10px 0;
    width: 100%;
	}
	.goodsSort.sortArea .sortAreaRight {
		border-left:none;
		padding-left:0;
	}
	#sortGroup,
	#displayTypeGroup {
		display:block;
		float:none;
		margin:0;
		padding:0;
		clear: both;
		width:100%;
		border:0;
	}
  #sortGroup {
    /*text-align: right;*/
    width: 48%;
  }
	#sortGroup a {
		display: table-cell;
		text-align: center;
		text-decoration:none;
		border: 1px solid #9B9191;
		margin:0 5px 3px 0;
		padding: 5px 7px;
		float: left;
	}
	#displayTypeGroup a {
		display: table-cell;
		text-align: center;
		text-decoration:none;
		border: 1px solid #9B9191;
		margin:0 5px 3px 0;
		padding: 5px 7px;
		float: left;
	}
	#sortGroup a + a,
	#displayTypeGroup a + a {
		border-left:none;
	}
	#sortGroup:after,
	#displayTypeGroup:after {
		content:" ";
	}
	#sortGroup label,
	#displayTypeGroup label {
		display: block;
		padding: 3px 5px;
		clear: both;
	}
	#sortTypeLabelItemWrap,
	#displayTypeLabelItemWrap{
		vertical-align: top;
	}
  #sortGroup #sortTypeLabelItemWrap {
    display: none;
  }
  .goodsSort .sortTypeItems {
    margin-right: 0;
    font-size: 1em;
    padding: 1em;
    width: 100%;
  }
}

/* 表示順とページングを1行枠に変更 */
ul.pagination {
  float:left;
}

ul.pagination>li {
	font-size: 1.2em;
}

@media screen and (max-width: 641px) {
  #displayTypeGroup {
    display: none;
  }
}

/*---------------------------------------------
	goodsItem 商品一覧(商品行)
  ---------------------------------------------*/
.goodsList .results .matrix-body {
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 30px 0;
}
.goodsList .goodsItem {
	display:inline-block;
	vertical-align:top;
	padding-bottom: 20px;
	font-size: 0.9em;
  margin: 0 1.0%;
  width: calc(99.9% / 7 - 2.0%);
}
/**
.taxExcludedDiscountedPriceItemWrap {
  text-align: right;
}
**/
.goodsList .goodsItem:not(.desc) {
	display:flex;
	flex-direction: column;
}
.goodsList .goodsItem:not(.desc) .goodsInfo {
	flex: 1 1 auto;
}
.goodsList .goodsItem:not(.desc) .userOperateArea {
	margin-top: auto;
}

.goodsList .goodsItem .goodsImgItemWrap img {
	width: 100%;
}

.goodsList .goodsItem .goodsNameItemWrap {
	flex-basis: 100%;
/* WJB START */
/*	order: 1; */
/* WJB END */
}
.goodsList .goodsItem .goodsName {
	display: block;
}
.goodsList .goodsItem .addCount {
	width: auto;
	padding: 4px;
}
.goodsList .goodsItem .add_subbtn.plusButton,
.goodsList .goodsItem .add_subbtn.minusButton {
	width: 20px;
	padding: 2px;
}
.goodsList .goodsItem .addCart,
.goodsList .goodsItem .toDetail,
.goodsList .goodsItem .variationPurchase,
.goodsList .goodsItem .purchaseMessage,
.goodsList .goodsItem .addArrivalInfo,
.goodsList .goodsItem .goodsSelection,
.goodsList .goodsItem .toBrandConsent {
	display: block;
	background-color: #363947;
	color: #fff;
	padding: 8px 1px;
  border: 1px solid #363947;
	border-radius: 3px;
	text-decoration: none;
	text-align: center;
	margin: 5px auto;
  font-size: 0.9em;
}

.goodsList .goodsItem .toBrandConsent {
    background-color: #899199;
    border-color: #899199;
    line-height: 1.2;
    padding: 4px;

}

.goodsList .goodsItem .items .variationPurchase {
	background-color: #d8e18f;
    border-color: #d8e18f;
    color: #333;
}

.goodsList .goodsItem .addFavoriteLinkItemWrap .items {
	text-align: right;
}
.goodsList .goodsItem .addFavoriteLink {
	position: relative;
	display: inline-block;
	color: #363947;
	padding: 3px 0;
}
.goodsList .goodsItem .addFavoriteLink::after {
	position: absolute;
	width: 30px;
	height: auto;
	font-size: 22px;
	top: 3px;
	left: -34px;
	content: "\f004";
	color: #cc0000;
	/* font-weight: bold; */
	font-family: "Font Awesome 5 Free";
	line-height: 1;
}
.discountedPriceItemWrap .items {
	margin-left: 66px;
}
.pricePreLabel {
	font-size: 0.9em;
}
.discountedPriceItemWrap .items.isDiscount {
	margin-left: 77px;
}
.taxExcludedDiscountedPricePreLabel,
.taxExcludedBizplusPriceSuffixPreLabel {
	font-size:0.8em;
	font-weight: bold;
}


@media screen and (max-width: 641px) {
	.goodsList .goodsItem .addFavoriteLink {
		width: 30px;
		height: 30px;
		overflow: hidden;
		font-size: 0;
	}
	.goodsList .goodsItem .addFavoriteLink::after {
		left: -3px;
	}
}

.goodsList .goodsItem .goodsInfo {
/* WJB START */
/******
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
******/
/* WJB END */
	padding: 5px 0 0 0;
}

/* WJB START */
/******
.goodsList .goodsItem .goodsInfo .priceItemWrap,
.goodsList .goodsItem .goodsInfo .saleStatusItemWrap {
	text-align: right;
}
.goodsList .goodsItem .goodsInfo .priceItemWrap  {
	order: 10;
	align-self: flex-end;
}
.goodsList .goodsItem .goodsInfo .priceItemWrap .price {
	font-size: 1.2em;
	font-weight: bold;
}
******/
.goodsList .goodsItem .goodsInfo .priceItemWrap .items .priceSuffixLabel  {
	font-size: 0.8em;
}
/* WJB END */

/*** [販売ステータス] ***/
.goodsList .goodsItem .goodsInfo .saleStatusItemWrap {
/* WJB START */
/******
	order: 2;
	align-self: flex-end;
******/
/* WJB END */

	margin-bottom: 3px;
}
.goodsList .goodsItem .goodsInfo .saleStatus  {
	font-size: 0.8em;
	padding: 2px 5px;
	border: 1px solid #363947;
  border-radius: 10px;
}

/* 写真のみ */
.goodsList .goodsItem.img {

}
.goodsList .goodsItem.img .goodsInfo .imgWrap{
	display: inline-block;
	width: auto;
	padding: 0 2px 2px 0;
}
.goodsList .goodsItem.img .goodsInfo .imgWrap img{
	width: 80px;
}

/* 説明付 */
.goodsList .goodsItem.desc {
	width:100%;
  display:-webkit-box;
  display:flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
  border-top: 1px solid #dbdbdb;
}
.goodsList .goodsItem.desc:last-child {
  border-bottom: 1px solid #dbdbdb;
}
.goodsList .goodsItem.desc .goodsInfo .imgWrap{
	display: inline-block;
	width: auto;
	padding: 0 2px 2px 0;
}
.goodsList .goodsItem.desc .goodsInfo .imgWrap img{
	width: 80px;
}
.goodsList .goodsItem.desc .goodsImg {
	float: left;
	width: 130px;
}
.goodsList .goodsItem.desc .goodsInfo {
	text-align: left;
  padding: 0 20px;
  flex: 1 0 0%;
}
.goodsList .goodsItem.desc .userOperateArea {
	text-align: center;
	width: 180px;
  display:-webkit-box;
  display: flex;
  align-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.userOperateArea div.addCartSuccessMessageItemWrap {
    top: -50px;
}
.goodsList .goodsItem.desc .userOperateArea>.linkWrap,
.goodsList .goodsItem.desc .userOperateArea>div.spanWrap{
  width: 100%;
}

.ranking_item.item {
	position: relative;
}

#aggregationArea {
	display: flex;
}
#aggregationUpdateDateItemWrap {
	display: flex;
	margin-right: 15px;
}
#aggregationPeriodStartItemWrap {
	display: flex;
}

@media screen and (max-width: 641px) {
	.goodsList .goodsItem.img,
	.goodsList .goodsItem.desc {
    width: calc(99.9% / 2 - 2.0%);
		display: inline-block;
		vertical-align: top;
		float: none;
		padding-bottom: 10px;
	}
  .goodsList .goodsItem.desc {
    border: none;
  }

	.goodsList .goodsItem.desc .goodsImg {
		width: 100%;
		text-align: center;
	}
	.goodsList .goodsItem.desc .goodsInfo {
		width: 100%;
    padding: 0;
    flex: none;
	}
	.goodsList .goodsItem.desc .goodsInfo .imgWrap{
		float: left;
	}
	.goodsList .goodsItem .add_subbtn.plusButton,
	.goodsList .goodsItem .add_subbtn.minusButton {
		display: none;
	}
	.goodsList .goodsItem.img .userOperateArea,
	.goodsList .goodsItem.desc .userOperateArea {
		float: none;
		margin: 0 auto;
    width: 100%;
	}

	#aggregationArea {
		flex-flow: column;
	}
	#aggregationUpdateDate_labelId {
		width: auto;
	}
	#aggregationPeriodStartPreLabel {
		display: block;
		width: max-content;
	}
}


/* 販売ステータス */
.saleStatusPreLabel,
.saleStatusSuffixLabel {
	display: none;
}

/* WJB START */
/* カートに入れる  */
/* .addCartItemWrap { */
.addCountItemWrap {
	display: none;
}
/* WJB END */


/* WJB START */
/* [割引前価格(税抜)] 取消し線 */
.goodsList .goodsItem .goodsInfo .taxExcludedPriceItemWrap .items .taxExcludedPrice {
	text-decoration:line-through;
}

.goodsList .goodsItem .goodsImgItemWrap .items {
	position: relative;
}

.goodsList .goodsItem .goodsImgItemWrap .iconNewItemWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	z-index: 2;
	margin: 0;
}

.goodsList .goodsItem .goodsImgItemWrap .iconNewItemWrap .items {
	position: static;
}

.goodsList .goodsItem .goodsImgItemWrap .iconNew {
	display: block;
	width: 100%;
	height: auto;
}

.goodsList .goodsItem .goodsInfo .promotionCountItemWrap {
	margin-top: 6px;
}

.goodsList .goodsItem .goodsInfo .promotionCountLink {
	display: inline-block;
	color: #529ecb;
	font-size: 100%;
	line-height: 1.4;
	text-align: left;
}
.goodsList .goodsItem .goodsInfo .promotionCountLink::after {
	border-right-color: currentColor;
	border-bottom-color: currentColor;
	color: currentColor;
}

.goodsList .goodsItem .goodsInfo .couponDiscountAmtItemWrap {
	margin-top: 4px;
}

.goodsList .goodsItem .goodsInfo .couponDiscountAmt {
	display: inline-block;
	padding: 2px 8px;
	background: #ef9b2d;
	color: #fff;
	font-size: 100%;
	line-height: 1.3;
}

.goodsList .goodsItem .goodsInfo .couponDiscountRateItemWrap {
	margin-top: 4px;
}

.goodsList .goodsItem .goodsInfo .couponDiscountRate {
	display: inline-block;
	padding: 2px 8px;
	background: #ef9b2d;
	color: #fff;
	font-size: 100%;
	line-height: 1.3;
}

.goodsList .goodsItem .goodsInfo .couponNameItemWrap {
	margin-top: 2px;
}

.goodsList .goodsItem .goodsInfo .couponName {
	color: #e1922a;
	display: -webkit-box;
	font-size: 90%;
	line-height: 1.4;
	max-height: 2.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.goodsList .goodsItem .goodsInfo .discountRateItemWrap,
.goodsList .goodsItem .goodsInfo .bizplusDiscountRateItemWrap {
	margin-top: 5px;
	margin-bottom: 5px;
	background: transparent;
	padding: 0;
}

.goodsList .goodsItem .goodsInfo .discountRateItemWrap .items,
.goodsList .goodsItem .goodsInfo .bizplusDiscountRateItemWrap .items {
	display: block;
	padding: 0;
	background: transparent;
	color: #ff4a4a;
	line-height: 1.3;
	text-align: left;
}

.goodsList .goodsItem .goodsInfo .discountRateValueLabel,
.goodsList .goodsItem .goodsInfo .bizplusDiscountRateValueLabel {
	display: inline-flex;
	align-items: baseline;
	padding: 2px 8px;
	margin-right: 3px;
	background: #ff4a4a;
	color: #fff;
	font-weight: bold;
	text-wrap: nowrap;
	vertical-align: top;
}

.goodsList .goodsItem .goodsInfo .discountRateCampaignName {
	display: inline-block;
	margin-top: 0;
	padding: 2px 0;
	border-top: none;
	font-size: 100%;
	word-break: normal;
	overflow-wrap: anywhere;
	max-width: 100%;
	white-space: normal;
	vertical-align: top;
}

/* [価格(税抜)] */
.goodsList .goodsItem .goodsInfo .taxExcludedDiscountedPriceItemWrap .taxExcludedDiscountedPrice {
	/*color: #cc0000;*/
}

/*** [割引前価格(税抜)]***/
.goodsList .goodsItem .goodsInfo .taxExcludedPriceItemWrap .taxExcludedPrice {
	font-size: 1.0em;
}
/*** [価格(税抜)] ***/
.goodsList .goodsItem .goodsInfo .taxExcludedDiscountedPriceItemWrap .taxExcludedDiscountedPrice:not(.existBizplusPrice){
	font-size: 1.5em;
	font-weight: bold;
}
.goodsList .goodsItem .goodsInfo .taxExcludedDiscountedPriceItemWrap .taxExcludedDiscountedPrice.existBizplusPrice {
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: line-through;
}
.goodsList .goodsItem .goodsInfo .taxExcludedDiscountedPriceItemWrap .taxExcludedDiscountedPrice.existBizplusPrice .taxExcludedDiscountedPricePreLabel {
	font-weight: normal;
	font-size: 1.0em;
}

/*** [価格(税込)] ***/
.goodsList .goodsItem .goodsInfo .discountedPriceItemWrap .discountedPrice{
	font-size: 0.9em;
}
/*** [円(税抜)] ***/
.goodsList .goodsItem .goodsInfo .taxExcludedPriceItemWrap .taxExcludedPriceSuffixLabel,
.goodsList .goodsItem .goodsInfo .taxExcludedDiscountedPriceItemWrap .taxExcludedDiscountedPriceSuffixLabel  {
	font-size: 0.8em;
}
/*** [円(税込)] ***/
.goodsList .goodsItem .goodsInfo .discountedPriceItemWrap .discountedPriceSuffixLabel,
.goodsList .goodsItem .goodsInfo .bizplusPriceItemWrap .bizplusPriceSuffixLabel  {
	font-size: 0.7em;
	letter-spacing: 0;
}
/*** [Biz+特価(税込)] ***/
.goodsList .goodsItem .goodsInfo .bizplusPriceItemWrap .bizplusPrice {
	font-size: 0.9em;
} 
/*** [Biz+特価(税抜)] ***/
.goodsList .goodsItem .goodsInfo .taxExcludedBizplusPriceItemWrap .taxExcludedBizplusPrice {
	font-size: 1.5em;
	font-weight: bold;
} 

/*** [最小注文数][最大注文数] ***/
.goodsList .goodsItem .goodsInfo .minOrderNumItemWrap,
.goodsList .goodsItem .goodsInfo .maxOrderNumItemWrap {
	display: table-cell;
	padding-right: 15px;
  display: none;/*プレビュー上消しています*/
}

/*** [入荷お知らせ申込] ***/

.goodsList .goodsItem .addArrivalInfo{
	display: block;
	background-color: #7c858e;
	/*color: #fff;*/
	padding: 12px 1px;
	border-radius: 2px;
	/**text-decoration: none;
	text-align: center;
	margin: 5px auto;
	font-size: 0.9em;*/
}
.goodsList .goodsItem .purchaseMessage {
  background-color: #fff;
  border: 1px solid #363947;
  color: inherit;
}

.goodsList .goodsItem .addArrivalInfo {
  color: #fff;
  background-color: #7c858e;
  border: #7c858e;
}
/**
.goodsList .goodsItem .variationPurchase {
  color: #fff;
  background-color: #7c858e;
  border: #7c858e;
}*/

/*** [表示順] ***/
.goodsSort.sortArea .sortGroup {
    float: left;
}

/*** [卸価はログイン後表示] ***/
.loginPriceMessage {
  color: #c5484f;
}

/*** [カートに入れる] 成功メッセージ ***/
.addCartSuccessMessageItemWrap{
  text-align: center;
  margin-top: 5px;
}

/* エステメーカー/ブランド */
.sideContents .sideCategory,
.sideContents .sideBrand {
	margin-bottom: 30px;
}
@media screen and (max-width: 641px){
	.sideContents .sideBrand {
		margin-bottom: -1px;
	}
}
.sideBrand h3 {
	padding-bottom: 5px;
}
.sideBrand h3 span {
	font-weight: bold;
}
.sideBrand ul {
	border-bottom: 1px solid #b3b6b7;
	font-size: 0.9em;
}
.sideBrand li {
	border-top: 1px solid #b3b6b7;
	padding: 7px 0;
}
.sideBrand li a {
	display: block;
}
.sideBrand li.deselection {
	text-align: center;
	font-size: 0.8em;
}


/* 表示形式ラベルを非表示 */
#displayTypeGroup .itemWrap.spanWrap {
  display: none;
}

/* 表示件数リンクを非表示 */
.goodsList .resultsShowMaxLine {
	display: none;
}

/* 表示件数コンボ・ソートコンボを並べる */
.displayTypeGroup,
.maxLineGroup,
.sortComboGroup {
	float: left;
	padding: 5px;
}

/* 表示件数コンボ */
.maxLineGroup {
	margin: 0;
}
.maxLineShow {
	font-size: 0.9em;
	padding-top: 8px;
	height: 35px;
	width:  auto;
}
/* ソートコンボ */
.sortComboGroup {
	margin: 0;
}
.sortComboEc,
.naviplusSortComboEc,
.sortComboAcademy {
	font-size: 0.9em;
	width:  auto;
}
.sortComboEc {
	height: 35px;
	padding-top: 8px;
}

ul.pagination{
	margin: 0 0 0 10px;
}
.all_categories_wrap {
  border-top: 1px solid #dbdbdb;
}

/** 2020.07.05 追記　画面幅　変更対応 */
#GoodsList .contents {
	max-width: 1800px;
}
#GoodsList .sideContents {
    width: 280px;
}
#GoodsList .twoColumns form {
    width: calc(100% - 300px);
}
#GoodsList .browsing_history_wrap .section_inner {
	max-width: 1800px;
}
@media screen and (max-width: 1450px) {
  .goodsList .goodsItem {
    width: calc(99.9% / 5 - 2.0%);
  }
}
@media screen and (max-width: 1250px) {
  .goodsList .goodsItem {
    width: calc(99.9% / 4 - 2.0%);
  }
}
@media screen and (max-width: 900px) {
  .goodsList .goodsItem {
    width: calc(99.9% / 3 - 2.0%);
  }
  #GoodsList .sideContents {
    width: 100%;
    left: 0px;
  }
  #GoodsList .twoColumns form {
    width: 100%;
  }
}

.addArrivalInfoItemWrap {
	width:100%;
}

#screenTitleItemWrap {
    border-bottom: 1px solid #363947;
    padding-bottom: 5px;
    font-size: 1.2em;
    margin-bottom: 5px;
}

/** カテゴリトップの商品一覧**/
#categoryTopGoodsListTitleItemWrap {
    display: block;
    font-size: 1.2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    border-bottom: 1px solid #363947;
 }

 /*---------------------------------------------
	SP画面 子カテゴリのナビ
  ---------------------------------------------*/
  #spCategoryListItemWrap .cate_Link_wrap {
  	display: none;
  }
  @media screen and (max-width: 900px) {
   #spCategoryListItemWrap .cate_Link_wrap {
  		display: block;
  }
 #spCategoryListItemWrap .cate_Link_wrap li{
 	font-size: .9em;
    position: relative;
    display: inline-block;
    line-height: 3.2;
    background-color: #fff;
    border: 2px solid #949494;
    border-radius: 5px;
    color: #949494;
    margin: 3px 7px 0 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    width: auto;
 }

 #spCategoryListItemWrap .cate_Link_wrap {
    width: 100%;
    align-items: flex-start;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: nowrap;
    margin: 5px 0;
    overflow-y: auto;
    white-space: nowrap;
 }

  #spCategoryListItemWrap .cate_Link_wrap li ::after {
    position: absolute;
    top: 50%;
    right: .6em;
    content: '';
    margin-top: -5px;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #949494;
    border-right: solid 2px #949494;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left-color: #fff;
    transition: all .3s;
  }
  #spCategoryListItemWrap .cate_Link_wrap li a{
    text-decoration: none;
    padding: 0 1.4em 0 .4em;
    display: block;
    color: #333;
  }
}

/*---------------------------------------------
   SP絞り込みボタン
 ---------------------------------------------*/
#spNarrowArea {
	display: none;
}

.touch #spNarrowArea {
	display: block;
	margin-bottom: 8px;
}

#spNarrowButtonArea {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0 -10px;
    padding: 10px;
}

#spNarrowButtonArea > a {
    padding: 10px;
    font-size: 1em;
    background-color: #fff;
    border: 2px solid #7c858e;
    border-radius: 6px;
    cursor: pointer;
}

#spNarrowButtonArea > a::after {
    float: right;
	color: #7c858e;
    content: "▼";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

#spCurrentNarrowCondition {
    margin: 0 -10px;
    padding: 12px 10px 0;
}

#spCurrentNarrowConditionTitle {
    padding: 0 8px 4px 8px;
    font-weight: bold;
}

#spCurrentNarrowConditions {
    padding: 4px;
    overflow-x: auto;
}

#spCurrentNarrowConditions ul#currentConditionList {
    display: flex;
    flex-wrap: nowrap;
}

#spCurrentNarrowConditions .currentConditionListRow {
    white-space: nowrap;
    margin: 6px;
}

/* SP絞り込み */

/* スクロールバー非表示 */
#spNarrowCategoryContents::-webkit-scrollbar,
#spNarrowConditionContents::-webkit-scrollbar,
#spNarrowConditionDetail::-webkit-scrollbar {
    display:none;
}

/* SPカテゴリ */
#spNarrowTitle{
	text-align: center;
}

#spNarrowCategory {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    background-color: #b0b0b0;
    z-index: 999;
}

#spNarrowCategoryTitleRow {
    position: fixed;
    top: 0;
    left: -100%;
    right: 100%;
    padding: 20px;
    text-align: center;
    background-color: #7e868f;
}

#spNarrowCategoryTitle {
	display: block;
	line-height: 1.5em;
}

#spNarrowCategoryTitleText {
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
}

#spNarrowCategoryClose {
	float: right;
	width: 2px;
	height: 20px;
	position: relative;
	margin-right: 8px;
}

#spNarrowCategoryClose:before, #spNarrowCategoryClose:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

#spNarrowCategoryClose:before {
	transform: rotate(45deg);
}
#spNarrowCategoryClose:after {
	transform: rotate(-45deg);
}

#spNarrowCategoryContents {
    position: fixed;
    top: 64px;
    bottom: 0;
    left: -100%;
    right: 100%;
    background-color: #f5f1f1;
    overflow-y: scroll;
}

.spNarrowCategoryTop {
    padding: 20px 10px 20px 20px;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
    line-height: .6em;
}

.spNarrowCategoryTop span {
    font-size: 1.1em;
    font-weight: bold;
    color: #666;
}

.spNarrowCategoryTop::after, .spNarrowCategoryParent::after {
	float: right;
	color: #b1b1b1;
    font-size: 1.6em;
    font-weight: bold;
}

.spNarrowCategoryTop.open::after, .spNarrowCategoryParent.open::after {
    content: "－";
}

.spNarrowCategoryTop.close::after, .spNarrowCategoryParent.close::after {
    content: "＋";
}

.spNarrowCategoryParents {
    background-color: #fff;
}

#spNarrowCategoryContents td {
    height: 55px;
    border-bottom: 2px solid #d9d9d9;
    vertical-align: middle;
    padding: 0 12px 0 20px;
}

.spNarrowCategoryChildren td {
	width: 50%;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}

.spNarrowCategoryParents a::after {
    display: table-cell;
    margin-left: 8px;
    color: #c0c0c0;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 1.4em;
    font-weight: bold;
}

.spNarrowCategoryParents a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.spNarrowCategoryChildItem {
    font-size: 12px;
    line-height: 1.5;
}


/* SP絞り込み */
#spNarrowCondition {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    background-color: #fff;
    z-index: 999;
}

#spNarrowConditionTitleRow {
    position: fixed;
    top: 0;
    left: -100%;
    right: 100%;
    padding: 20px;
    text-align: center;
    background-color: #7e868f;
    border-bottom: 2px solid #d9d9d9;
}

#spNarrowConditionTitle {
    display: block;
    line-height: 1.5em;
}

#spNarrowConditionTitleText {
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
}

#spNarrowConditionClose {
	float: right;
	width: 2px;
	height: 20px;
	position: relative;
	margin-right: 8px;
}

#spNarrowConditionClose::before, #spNarrowConditionClose::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

#spNarrowConditionClose::before {
	transform: rotate(45deg);
}
#spNarrowConditionClose::after {
	transform: rotate(-45deg);
}

#spNarrowConditionContents {
    position: fixed;
    top: 64px;
    bottom: 90px;
    left: -100%;
    right: 100%;
    background-color: #fff;
    overflow-y: scroll;
}

#spNarrowCategoryContentsTitle {
	padding: 20px;
	background-color: #f5f1f1;
    border-bottom: 1px solid #d9d9d9;
}

#spNarrowCategoryContentsTitle > span {
	font-weight: bold;
}

.spNarrowCategoryContentsItem {
    display: grid;
    grid-template-columns: auto 20px;
    padding: 12px 20px;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
}

.spNarrowCategoryContentsItem::after {
    float: right;
    color: #c0c0c0;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 2.0em;
    font-weight: bold;
    cursor: pointer;
}

.spNarrowCategoryContentsItemTitle {
    font-weight: bold;
    margin-bottom: 4px;
}


/* SP絞り込み詳細 */
#spNarrowConditionDetail {
    position: fixed;
    top: 64px;
    bottom: 90px;
    left: -100%;
    right: 100%;
    background-color: #fff;
    overflow-y: scroll;
}

#spNarrowConditionBack {
	display: none;
}

#spNarrowConditionBack::before {
    float: left;
    color: #fff;
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-size: 2.0em;
    font-weight: bold;
    cursor: pointer;
}

.spNarrowConditionDetailItem {
	position: relative;
    padding: 30px;
    border-bottom: 2px solid #d9d9d9;
}

.spNarrowConditionDetailItem input {
    display: none;
}

.spNarrowConditionDetailSizeItem {
    padding: 5px 30px;
}

.spNarrowConditionLabel {
    margin-left: 8px;
    margin-top: -12px;
}

#spNarrowConditionButtonRow {
    display: grid;
    grid-template-columns: 3fr 4fr;
    gap: 12px;
    position: fixed;
    bottom: 0;
    left: -100%;
    right: 100%;
    padding: 10px;
    background-color: #f2f2f2;
    border-top: 2px solid #d9d9d9;
}

a#spNarrowConditionClearAll {
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #d9d9d9;
    border-radius: 6px;
}

a#spNarrowConditionClearAll.disabled {
    background-color: #fff;
    color: #333;
}

a#spNarrowConditionNarrow {
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: #7e868f;
    border: 2px solid #d9d9d9;
    border-radius: 6px;
}

#pagingInfoArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

@media screen and (max-width: 641px){
	span.resultsDataNumber.dataNumber:after {
	    content: "商品";
	}

	#pagingInfoArea {
		flex-flow: column;
    	align-items: start;
	}
}

/* SP:条件で絞り込んだ際のタップターゲット拡張 */
#spNarrowConditionDetail .condition_selections_itemLabel {
	display: block;
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
}

/* 関連コンテンツ */
.relatedContentsLink {
    display: inline-block;
}

/*ショップ画面 SPモード時、ヘッダー上にアイテムカテゴリを表示する*/
@media screen and (max-width: 900px) {
	#top_categoryList .all_categories_wrap {
		margin: 0 0 5px 0;
		border: none;
	}
	#top_categoryList .all_categories_wrap h2::after {
	    content: "";
	}
	#top_categoryList .all_categories_wrap h2 {
	    font-size: 18px;
	    padding: 0.8em 0.5em 0 0;
	    margin-bottom: 10px;
	}
	#top_categoryList .all_categories_wrap .section_inner {
		    border: none;
	}
	#top_categoryList .all_categories_list {
		border: 1px solid #dbdbdb;
	}
	#top_categoryList h2 {
		pointer-events: none;
	}
}

.sub_category_wrap > .category_all > span {
	font-weight: bold;
}

/*-------------------------------------------------------
 特集レコメンドslick
-------------------------------------------------------*/
#GoodsList #recommendSpecialFeatureIncludeArea .articles_wrap .articles-box {
	width: 228px;
	max-width: 228px;
}
#GoodsList #recommendSpecialFeatureIncludeArea .slick-slide img {
	width: 228px;
	max-width: 228px;
}
@media screen and (max-width: 1300px) {
	#GoodsList #recommendSpecialFeatureIncludeArea .articles_wrap .articles-box {
		width: 15vw;
	}
	#GoodsList #recommendSpecialFeatureIncludeArea .slick-slide img {
		width: 15vw;
	}
}
@media screen and (max-width: 960px) {
	#GoodsList #recommendSpecialFeatureIncludeArea .articles_wrap .articles-box {
		width: 25vw;
	}
	#GoodsList #recommendSpecialFeatureIncludeArea .slick-slide img {
		width: 25vw;
	}
}
@media screen and (max-width: 480px) {
	#GoodsList #recommendSpecialFeatureIncludeArea .articles_wrap .articles-box {
		width: 35vw;
	}
	#GoodsList #recommendSpecialFeatureIncludeArea .slick-slide img {
		width: 35vw;
	}
}

/* ブランド情報 */
#brandTitleGroup {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
#brandIconItemWrap {
    margin-right: 20px;
}
#brandGroup #brandIcon_disp {
    width: 160px;
    height: 60px;
}
#brandTitle_innerId {
    font-size: 1.3rem;
}
#favoriteBrandRegisterButton {
	border-radius: 15px;
    background-color: initial;
    color: #23abdd;
    font-weight: 600;
    width: auto;
	margin-bottom: 15px;
	padding-left: 35px;
}
#favoriteBrandRegisteredButton {
    color: #a0a0a0;
	font-weight: 600;
    cursor: default;
    background: #efefef;
    border: 1px solid transparent;
    border-radius: 15px;
    width: auto;
	opacity: 1;
	margin-bottom: 15px;
	padding-left: 35px;
}
#brandExpItemWrap {
	margin: 10px 0;
}
.childBrandListRow {
	width: calc(100%/6);
    padding: 10px;
}
#childBrandList > .matrix-body {
	display: flex;
}
.childBrandTitleItemWrap  {
	text-align: center;
}
#childBrandList img.childBrandIcon {
	width: 160px;
	height: 60px;
	border: 1px solid #c7c7c7;
}
.childBrandIconItemWrap > .items {
	text-align: center;
}
.childBrandDesignNameItemWrap  {
    border: 1px solid #c7c7c7;
    height: 60px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #a3a3a3;
	margin: auto;
}
.childBrandDesignNameItemWrap > .items {
	width: 100%;
}
#childBrandList .childBrandDesignName {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #a3a3a3;
    line-height: 1.2;
}
#brandExpAllShowButtonItemWrap {
	display: none;
}
#brandExpAllShowButton {
	display: none;
}

#favoriteBrandRegisterButtonItemWrap,
#favoriteBrandRegisteredButtonItemWrap {
	display: flex;
    justify-content: center;
}

#favoriteBrandRegisterButtonItemWrap > .items,
#favoriteBrandRegisteredButtonItemWrap > .items {
	position: relative;
    display: inline-block;
}

span.heart::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 20px;
    width: 8px;
    height: 12px;
    background: #d1d1d1;
    border-radius: 100px 60px 0 0;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
}

span.heart::after {
	content: "";
    position: absolute;
    left: 14px;
    top: 20px;
    width: 8px;
    height: 12px;
    background: #d1d1d1;
    border-radius: 60px 100px 0 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
}

#favoriteBrandRegisteredButtonItemWrap span.heart::before {
	background: #ff7683;
}

#favoriteBrandRegisteredButtonItemWrap span.heart::after {
	background: #ff7683;
}

/** 明細レビュー表示 */
.detailReviewGroup {
	display: flex;
    align-items: center;
    height: 20px;
	position: relative;
}

.resultEvaluation {
	color: #ff7800;
}

.resultReviewLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1380px) {
	.childBrandListRow {
		width: calc(100%/5);
	}
	.childBrandDesignNameItemWrap {
		width: 100%;
	}
}
@media screen and (max-width: 1840px) and (min-width: 1600px) {
	.goodsList .goodsItem .goodsInfo .promotionCountLink {
		font-size: 82%;
	}
}
@media screen and (max-width: 480px) {
	.childBrandListRow {
		width: calc(100%/3);
	}
	#childBrandList .childBrandIcon {
		width: 100%;
	}
	.childBrandDesignNameItemWrap {
		width: 100%;
	}
	#childBrandList > .matrix-body {
		flex-wrap: wrap;
	}
	#brandExpItemWrap {
	    height: 20px;
	    overflow: hidden;
	}
	#brandExpAllShowButton {
		display: block;
		background: none;
	    color: #428bca;
	    border: none;
	    margin: 0;
	    width: auto;
	    padding: 0 5px;
	}
	#brandExpAllShowButtonItemWrap > .items {
		display: flex;
	    justify-content: flex-end;
	}
	#brandTitleItemWrap {
		width: 50%;
	}
	#brandTitle_innerId {
		font-size: 1rem;
	}
}

/* ブランドランキング */
.recommendBrandName {
    font-size: 0.7em;
    color: #aaa;
}

#recommendBrowsingIncludeItemWrap9 {
    margin-top: -24px;
}

#recommendBrandRankingIncludeArea a.ranking_item.item::before {
    left: -9px;
    top: 21px;
    border-width: 20px;
}

#recommendBrandRankingIncludeArea a.ranking_item.item.rank_1::before,
#recommendBrandRankingIncludeArea a.ranking_item.item.rank_2::before,
#recommendBrandRankingIncludeArea a.ranking_item.item.rank_3::before {
	width: 52px;
	height: 35px;
	background-size: contain;
	border: none;
	left: -6px;
	top: 23px;
}
#recommendBrandRankingIncludeArea a.ranking_item.item.rank_1::before {
	background: url(../../sevenbeauty/images/common/ranking_ico1.png) no-repeat;
}
#recommendBrandRankingIncludeArea a.ranking_item.item.rank_2::before {
	background: url(../../sevenbeauty/images/common/ranking_ico2.png) no-repeat;
}
#recommendBrandRankingIncludeArea a.ranking_item.item.rank_3::before {
	background: url(../../sevenbeauty/images/common/ranking_ico3.png) no-repeat;
}

.slick-slide:has(.ranking_item)::before {
    position: absolute;
    top: 25px;
    left: 5px;
    z-index: 2;
    color: white;
    font-size: 0.9rem;
}
#recommendBrandRankingIncludeArea .slick-slide:has(.ranking_item.item.rank_4)::before {
  content: "4"
}
#recommendBrandRankingIncludeArea .slick-slide:has(.ranking_item.item.rank_5)::before {
  content: "5"
}
#recommendBrandRankingIncludeArea .slick-slide:has(.ranking_item.item.rank_6)::before {
  content: "6"
}
#recommendBrandRankingIncludeArea .slick-slide:has(.ranking_item.item.rank_7)::before {
  content: "7"
}
#recommendBrandRankingIncludeArea .slick-slide:has(.ranking_item.item.rank_8)::before {
  content: "8"
}
#recommendBrandRankingIncludeArea .slick-slide:has(.ranking_item.item.rank_9)::before {
  content: "9"
}
#recommendBrandRankingIncludeArea .slick-slide:has(.ranking_item.item.rank_10)::before {
  content: "10"
}

/* 口コミ */
#goodsReviewListArea {
    margin-top: 40px;
}

.recommendReviewTitle.level_h1 {
    font-size: 1.5em;
}

.recommendReviewBrandName {
    font-size: 0.7em;
    color: #aaa;
}

#goodsReviewList thead {
    display: none;
}

#goodsReviewList td {
    border: none;
}

#goodsReviewList td.goodsReviewListGoodsImgInResultsCol {
    width: 10%;
}

.goodsNameInResults {
    display: block;
}
.goodsNameInResults:hover {
    text-decoration: underline;
}

img.goodsImgInResults {
	min-height: 80px;min-width: 80px;border: 1px solid #ccc;
}

#goodsReviewList .evaluation {
    font-size: 0.8em;
    color: #ff7800;
}

.evaluationPoints {
    font-weight: bold;
    font-size: 1.3em;
    margin-right: 20px;
}

#goodsReviewList .addDate {
    color: #7c858e;
}

#goodsReviewList .addDate,
#goodsReviewList .businessForm,
#goodsReviewList .areaName,
#goodsReviewList .ageGroup,
#goodsReviewList .middleName {
    margin-right: 20px;
    font-size: 0.9em;
    font-weight: bold;
}

.reviewTitle {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.reviewContent {
    display: block;
    margin: 10px 0;
}

.referenceCount {
    color: #f00;
    font-size: 1.4em;
}

input[type="button"].referenceButton {
    margin-top: 0;
    margin-left: 0;
    max-width: 110px;
    padding-left: 10px;
    padding-right: 10px;
    color: #363947;
    background: #f2f2f2;
    border-color: #dbdbdb;
}

.templateRow {
    display: none;
}

.goodsReviewListRow {
    border-top: 1px dashed #b0b0b0;
}

#goodsReviewListArea .pagination {
    display: inline-block;
    float: none;
}

#goodsReviewListArea .pageInfo {
    text-align: right;
}

#goodsReviewListArea .pageInfo a {
	cursor: pointer;
}

/* ブランドアイコン一覧 */
#brandIconListArea {
	margin-top: 60px;
}

#brandIconListTitle {
	font-size: 1.5em;
}

#brandIconList .matrix-body {
    display: flex;
    flex-wrap: wrap;
}

.brandIconListRow {
    min-width: 20%;
    margin: 0;
    padding: 16px;
}

.brandIconImgLinkItemWrap,
.brandIconNameLinkItemWrap {
    width: 160px;
    height: 60px;
    box-sizing: content-box;
    border: 1px solid #c7c7c7;
}

.brandIconNameLinkItemWrap .items {
    height: 100%;
}

.brandNameLinkItemWrap {
    width: 160px;
}

#brandIconList a.brandIconNameLink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 15px;
    font-size: 1.1rem;
    line-height: 1.0;
    color: #a3a3a3;
}

img.brandIconImgLink {
	display: inline-block;
	width: auto;
}

a.brandIconImgLink {
    display: block;
}

.brandNameLinkItemWrap .items {
    text-align: center;
}

#brandIconList a.brandNameLink {
    color: #70accb;
}

@media screen and (max-width: 641px) {
	.brandIconListRow {
	    width: calc(100% / 3);
	    padding: 6px;
	}

	.brandIconImgLinkItemWrap, .brandIconNameLinkItemWrap {
	    width: 100%;
	    padding: 2px;
	}

	.brandNameLinkItemWrap {
	    width: 100%;
	}

	.brandIconImgLinkItemWrap {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	#brandIconList a.brandIconNameLink {
	    font-size: 1.0em;
	}
}

/** 202601改修 */
.taxExcludedPriceItemWrap {
	margin-left: 0 !important;
	display: block !important;
}

.taxExcludedDiscountedPriceSuffixPreLabel {
	font-size: 1.5em;
	font-weight: bold;
}

img#currentRankIcon {
	max-width: 25px;
	vertical-align: middle;
	margin: 3px 5px 3px 0;
}
#customerPrivilegeDisplayArea {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #efefef;
	border-radius: 3px;
	font-weight: bold;
}
.bizplusPricePreLabel {
	font-size: 0.9em;
}
.customerPrivilegeDiscountRateItemWrap .items span,
.customerPrivilegePointRateItemWrap  .items span {
	font-weight: normal;
}
.customerPrivilegeDiscountRateItemWrap .items .customerPrivilegeDiscountRate,
.customerPrivilegePointRateItemWrap  .items .customerPrivilegePointRate {
	font-size: 15px;
}
.customerPrivilegeDiscountRateItemWrap .items .customerPrivilegeDiscountRateSuffixLabel,
.customerPrivilegePointRateItemWrap  .items .customerPrivilegePointRateSuffixLabel  {
	font-size: 10px;
}
#customerPrivilegeDisplayArea .customerPrivilegePlusLabel {
	margin: 0 2px;
	font-size: 14px;
}
.bizplusPriceItemWrap .items .bizplusPricePreLabel {
	color: transparent;
}
.taxExcludedBizplusPriceSuffixPreLabel {
	font-weight: bold;
}
.bizplusPriceSuffixPreLabel {
	font-size: 0.9em;
}