@charset "utf-8";
/*--------------------------------------------
  商品一覧画面用CSS
--------------------------------------------*/
.contents.twoColumns {
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
	position: relative;
	box-sizing: content-box;
	width: calc(100% - 40px);
}
#topGroupName {
	width: calc(100% - 310px);
	float: right;
	margin-bottom:40px;
}
.contents .sideContents .containerSub {
	width: 270px;
	float: left;
	background: #fff;
}
#keyMatchListResults:empty {
	margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
	.contents .sideContents .containerSub {
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	#topGroupName {
		width: 100%;
		float: none;
	}
}
@media screen and (max-width: 1023px) {
	.contents.twoColumns {
		padding-left: 10px;
		padding-right: 10px;
		width: calc(100% - 20px);
	}
}
@media screen and (max-width: 641px) {
	.topGroupName {
		padding: 0;
	}
}

/* タイトル */
.categoryTitleItemWrap .textTitle {
	font-size: 30px;
	line-height: 1.2;
	position: relative;
	word-break: break-all;
}
@media screen and (max-width: 1023px) {
	.categoryTitleItemWrap .textTitle {
		font-size: 23px;
	}
}

/* タイトル下ナビゲーション */
.tabGroupBlock > .sortGroup.sortAreaLeft {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
	margin-bottom: 40px;
}
[class*="narrowNewButton"], [class*="narrowClearanceButton"] {
	display: inline-block;
	position: relative;
}
[class*="narrowNewButton"] {
	width: calc(100% / 4 - 5px);
}
[class*="narrowClearanceButton"] {
	width: calc(100% / 2 - 5px);
}
[class*="narrowNewButton"]::before, [class*="narrowClearanceButton"]::before {
	content: "";
	background: url("../images/arrow01.png") no-repeat center/contain;
	display: inline-block;
	width: 17px;
	height: 17px;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
[class*="narrowNewButton"] input[type="button"], [class*="narrowClearanceButton"] input[type="button"] {
	width: 100%;
	min-height: 48px;
	margin: 0;
	background: linear-gradient(#fff, #d5d6d6);
	border: 1px solid #ccc;
	font-size: clamp(13px, 1.5vw, 14px);
	font-weight: bold;
	border-radius: 5px;
	box-shadow: none;
	padding-left: 25px;
}
/* 画面アクティブ時にbuttonに付与 */
[class*="narrowNewButton"] input[type="button"].current, [class*="narrowClearanceButton"] input[type="button"].current {
	background: linear-gradient(#fff, #def3eb);
	border: 1px solid #b7dacd;
}
[class*="narrowNewButton"].current::before, [class*="narrowClearanceButton"].current::before {
	background-image: url("../images/arrow02.png");
}
.tabGroupBlock > .sortGroup.sortAreaLeft {
	margin-top: 20px;
}

@media (min-width: 1023px) and (max-width: 1190px) {
	.tabGroupBlock > .sortGroup.sortAreaLeft {
		justify-content: flex-start;
	}
	[class*="narrowNewButton"] {
		width: calc(100% / 2 - 5px);
	}
}
@media (max-width: 945px) {
	.tabGroupBlock > .sortGroup.sortAreaLeft {
		justify-content: flex-start;
	}
	[class*="narrowNewButton"] {
		width: calc(100% / 2 - 5px);
	}
}
@media (max-width: 1023px) {
	[class*="narrowClearanceButton"] {
		width: 100%;
	}
}

/* goodsList 商品一覧(全体) */
.results {
	margin-top:30px;
}
.goodsList .matrix-header:before,
.goodsList .matrix-header:after,
.goodsList .matrix-footer:before,
.goodsList .matrix-footer:after {
	content: "";
	display: table;
}
.goodsList .matrix-header:after,
.goodsList .matrix-footer:after {
	clear: both;
}
.goodsList .matrix-header {
	zoom: 1;
}

@media screen and (max-width: 1023px) {
	/* SP表示しない場合 */
	#goodsListArea .priceSearch,
	#goodsListArea .sortSetArea
	#displayTypeGroup #displayTypeLabel_labelId {
		display: none;
	}
	/* SP表示する場合 */
	#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;
	}
}

/* goodsSort 商品一覧(ソート) */
.matrix-header .pageInfo {
	background: #f2f2f2;
	padding: 0 20px 0 10px;
	font-size: 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	float: none;
	position: relative;
}

.goodsList .resultsPagingResultsShow {
	padding: 7px 0;
}
.goodsList .resultsPagingResultsShow span {
	font-size: 19px;
	font-weight: bold;
}
.goodsList .resultsPagingResultsShow .dataNumber::before {
	content: "対象商品：";
	color: #666;
	font-size: 1rem;
	font-weight: bold;
	padding: 0;
}
.goodsList .resultsPagingResultsShow .dataNumber::after {
	content: "件";
	font-size: 1rem;
	padding: 0;
}
.goodsList .resultsPagingResultsShow .resultsStartNumber,
.goodsList .resultsPagingResultsShow .startNumber,
.goodsList .resultsPagingResultsShow .resultsEndNumber,
.goodsList .resultsPagingResultsShow .endNumber {
	font-size: 1rem;
	font-weight: normal;
}
.goodsList .resultsPagingResultsShow .resultsStartNumber::before,
.goodsList .resultsPagingResultsShow .startNumber::before {
	content: "（";
	margin-left: -0.5rem;
}
.goodsList .resultsPagingResultsShow .resultsStartNumber::after,
.goodsList .resultsPagingResultsShow .startNumber::after,
.goodsList .matrix-footer .resultsPagingResultsShow .resultsEndNumber::before,
.goodsList .matrix-footer .resultsPagingResultsShow .endNumber::before {
	content: "～";
	padding: 0;
}
.goodsList .resultsPagingResultsShow .resultsEndNumber::after,
.goodsList .resultsPagingResultsShow .endNumber::after {
	content: "件目）";
	padding: 0;
}
.goodsList .resultsShowMaxLine.showMaxLine,
.goodsList .sortGroup {
	padding: 7px 0 7px 7px;
}
.goodsList .resultsShowMaxLine.showMaxLine {
	margin-left: auto;
}

.contents .goodsList .leftNavi_btnOpen {
	width: 100px;
	height: 30px;
	background: #fff;
	cursor: pointer;
	border-radius: 6px;
	border: 1px solid #909090;
	box-shadow: 0 2px 1px 0 rgb(0 0 0 / 10%);
	box-sizing: border-box;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	line-height: 30px;
	display: none;
}
.contents .goodsList .leftNavi_btnOpen span {
	font-weight: bold;
}
.contents .goodsList .leftNavi_btnOpen span:before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	vertical-align: -2px;
	margin-right: 5px;
}
.contents .goodsList .leftNavi_btnOpen:hover {
	opacity: 1;
}
.contents .goodsList .leftNavi_btnOpen:hover span {
	opacity: .7;
}

.goodsList #sortLimitList,
.goodsList #sortTypeList {
	width: auto;
}

.displayTypeGroup .itemWrap {
	display: inline-block;
}
.goodsList .displayTypeGroup {
	display: inline-block;
	margin-left: 10px;
}
.goodsList .displayTypeGroup .descriptionDisplayTypeLink,
.goodsList .displayTypeGroup .imageDisplayTypeLink {
	border: none;
	padding: 0;
	width: 30px;
	height: 30px;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	transition: all .3s ease;
}
.goodsList .displayTypeGroup .descriptionDisplayTypeLink {
	background: url(../images/icon_type_list_off.svg) no-repeat center/20px 20px;
}
.goodsList .displayTypeGroup .check .descriptionDisplayTypeLink {
	background: url(../images/icon_type_list.svg) no-repeat center/20px 20px;
}
.goodsList .displayTypeGroup .imageDisplayTypeLink {
	background: url(../images/icon_type_grid_off.svg) no-repeat center/20px 20px;
}
.goodsList .displayTypeGroup .check .imageDisplayTypeLink {
	background: url(../images/icon_type_grid.svg) no-repeat center/20px 20px;
}

@media screen and (max-width: 1023px) {
	.contents .goodsList .leftNavi_btnOpen {
		display: inline-block;
		margin: 0 0 0 auto;
		min-height: auto;
	}
	.matrix-header .pageInfo {
		padding: 0 10px 10px;
	}
	.goodsList .resultsPagingResultsShow {
		width: 100%;
	}
	.goodsList .displayTypeGroup {
		position: absolute;
		top: 5px;
		right: 5px;
	}
	.goodsList .resultsShowMaxLine.showMaxLine,
	.goodsList .sortGroup {
		max-width: 40%;
		padding: 0;
	}
	.goodsList #sortLimitList,
	.goodsList #sortTypeList {
		font-size: 11px;
		width: calc(100% - 5px);
	}
}

/* 一覧 */
.goodsList .goodsItem .goodsImgItemWrap {
	width: 160px;
}

/* 商品名 */
.goodsList .goodsItem .goodsName {
	font-size: 17px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 50px;
	color: #008473;
}

/* 商品説明 */
.goodsList .goodsItem .goodsExpSum {
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 3em;
}
/*非ログインの詳細など、行数・文字数制限の無いもの：.goodsExpSumに付与*/
.goodsList .goodsItem .showAll {
	overflow: inherit;
	height: inherit;
	-webkit-line-clamp: initial;
}
@media screen and (max-width: 1023px) {
	.goodsList .goodsItem .goodsImgItemWrap {
		width: 140px;
	}
	.goodsList .goodsItemVariation {
		display: none;
	}
}

/* 一覧：表示変更 */

/*ログイン後に表示されます*/
.browsingRestrictionsLoginItemWrap {
	margin-top: 5px;
	color: #c00;
	background: #fffaeb;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.browsingRestrictionsLoginItemWrap .items {
	font-weight: bold;
}

/* 写真のみ .img */
.goodsList .goodsItem.img {
	display: inline-block;
	width: calc(100% / 3 - 4.6%);
	vertical-align: top;
	padding: 4% 2%;
	position: relative;
}
.goodsList .goodsItem.img .goodsImgItemWrap {
	margin: 0 auto;
}
.goodsList .goodsItem.img .goodsInfo {
	margin: 20px 0 10px 0;
}
.goodsList .goodsItem.img .userOperateArea {
	background: none;
	margin-top: auto;
	padding: 0;
	align-content:flex-end;
}
.goodsList .goodsItem.img .goodsItemVariation {
	position: relative;
	margin-top:10px;
}
.goodsItemVariation .js_sw_goodsListScroll {
	position: relative;
	width: 76%;
}
.goodsItemVariation .js_sw_goodsListScroll .swiper-container {
	margin: 0 20px;
}

.goodsItemVariation .variationList {
	display: flex;
	max-width: 100%;
	cursor: grab;
}
.goodsItemVariation .variationList > li {
	max-width: 60px;
}
.goodsItemVariation .variationTitle {
	font-weight: bold;
}
.goodsItemVariationImg {
	width: unset;
	margin-left: 0;
}
.goodsItemVariationGrid {
	width: 100%;
	margin-left: 200px;
	margin-top: 10px;
}
.goodsItemVariationGrid.goodsItemVariation .js_sw_goodsListScroll {
	margin-left: 0;
	width: calc(100% - 22px);
}
.goodsItemVariationImg.goodsItemVariation .js_sw_goodsListScroll {
	margin-left: auto;
}
.goodsItemVariation .swiper-button-next, .goodsItemVariation .swiper-button-prev {
	position: absolute;
	transform: none;
	top: unset;
	bottom: 0;
}
.goodsItemVariation .swiper-button-next::after, .goodsItemVariation .swiper-button-prev::after {
	transform: rotate(135deg) translateY(-70%);
}
.goodsItemVariation .swiper-button-next::after {
	right: 12px;
	left: unset;
}
.goodsItemVariation .swiper-button-prev::after {
	left: -5px;
}
.goodsItemVariationGrid.goodsItemVariation .swiper-button-prev {
	left: -22px;
}
@media screen and (min-width: 768px) {
	.goodsItemVariationImg {
		width:unset;
		margin-left:0;
	}
	.goodsItemVariationGrid {
		margin-left: 0px;
		position: relative;
		width: 100%;
	}
}
/* 説明付 .desc */
.goodsList .goodsItem.desc {
	border-bottom: 1px solid #bebebe;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 20px;
	position: relative;
}
.goodsList .goodsItem.desc .goodsImgItemWrap {
	margin-right: 20px;
}
.goodsList .goodsItem.desc .goodsInfo {
	flex: 1 0 0%;
}
.goodsList .goodsItem.desc .userOperateArea {
	margin-left: 20px;
	width: 270px;
}
/*説明付 .desc：ログイン後に表示されます*/
.goodsList .goodsItem.desc .goodsInfo + .includePartsGroup {
	margin-left: 20px;
	width: 270px;
}
.matrix-body {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.matrix-body.img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.matrix-body.img::after {
	display: block;
	content:"";
	width: calc(100% / 3 - 4.6%);
	padding: 0 2%;
}
.goodsList .matrix-body.img	.goodsItem.img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media screen and (max-width: 1023px) {
	.results .matrix-body {
		display: flex;
		flex-wrap: wrap;
	}
	/* 写真のみ .img */
	.goodsList .goodsItem.img {
		width: calc(100% / 2 - 4%);
	}
	.results .matrix-body .goodsItem.img:nth-of-type(1), .results .matrix-body .goodsItem.img:nth-of-type(2) {
		border-top: none;
	}
	/*写真のみ .img：価格*/
	.goodsList .goodsItem.img .userOperateArea .priceSuffixLabel {
		display: block;
	}
	/*写真のみ .img：数量*/
	.goodsList .goodsItem.img .userOperateArea .addCountItemWrap {
		flex-wrap: wrap;
	}
	.goodsList .goodsItem.img .userOperateArea .addCountItemWrap > .items {
		display: flex;
		align-items: center;
		width: 100%;
		margin-top: 5px;
	}
	/* 説明付 .desc */
	.goodsList .goodsItem.desc {
		flex-wrap: wrap;
	}
	.goodsList .goodsItem.desc .userOperateArea {
		margin: 20px 0 0 0;
		width: 100%;
	}
	/*説明付 .desc：ログイン後に表示されます*/
	.goodsList .goodsItem.desc .goodsInfo + .includePartsGroup {
		margin: 20px 0 0 0;
		width: 100%;
	}
}

/* 一部非表示 */
.goodsList .saleStatusItemWrap {
	display: none;
}

/* サイドナビ 絞り込みエリア */
.contents .sideContents .leftNavi_btnClose {
	display: none;
}
.leftNavi_row {
	padding-bottom: 20px;
}
.leftNavi_row .leftNavi_title {
	line-height: 1.5;
	background: #f2f2f2;
	min-height: 40px;
	padding: 10px 10px 8px;
	box-sizing: border-box;
}
.leftNavi_row a,
.leftNavi_row label,
.leftNavi_row .moreList_btnMore {
	transition: opacity .3s ease;
}
.leftNavi_row a:hover,
.leftNavi_row label:hover,
.leftNavi_row .moreList_btnMore:hover {
	opacity: .7;
}
.leftNavi_content > ul {
	padding: 15px 8px 0 12px;
	box-sizing: border-box;
}
.leftNavi_content > ul li {
	width: 100%;
	box-sizing: border-box;
	line-height: 2.1;
}
.leftNavi_content > ul li a {
	padding: 6px 20px 6px 0;
	display: block;
	cursor: pointer;
	position: relative;
	color: #333;
}
.leftNavi_content > ul li a:after {
	display: block;
	content: '';
	position: absolute;
	top: calc(50% - 6px);
	right: 5px;
	width: 7px;
	height: 7px;
	border-left: 2px solid #008473;
	border-top: 2px solid #008473;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	color: #008473;
}
.leftNavi_content > ul li > span {
	padding: 6px 20px 6px 0;
	display: block;
}
.leftNavi_content > ul li.leftNavi_low1 > span {
	font-weight: bold;
}
.leftNavi_content > ul li.leftNavi_low1 {
	padding-left: 10px;
	font-size: 0.9rem;
}
.leftNavi_content > ul li.leftNavi_low1.categoryType2 {
	padding-left: 0px;
}
.leftNavi_content > ul li.leftNavi_low1.categoryType3 {
	padding-left: 0px;
}
.leftNavi_content > ul li.leftNavi_low1:first-child {
	padding-left: 0;
}
.leftNavi_content > ul li.leftNavi_low2 {
	padding-left: 20px;
	font-size: 14px;
}
.leftNavi_content > ul li.leftNavi_low3 {
	padding-left: 30px;
	font-size: 14px;
}
.leftNavi_content > ul li .narrowCatalogPage {
	margin-right: 0.25em;
	width: calc(100% - 4em);
}
.leftNavi_content .moreList_btnMore {
	font-size: 13px;
	margin: 10px 0 0 12px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.leftNavi_content .moreList_btnMore:after {
	display: inline-block;
	content: '';
	width: 7px;
	height: 7px;
	border-left: 2px solid #008473;
	border-top: 2px solid #008473;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	color: #008473;
	margin-left: 10px;
	vertical-align: 2px;
}
.leftNavi_content .moreList_btnMore.is-close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: -3px;
}
.is-hidden {
	display: none;
}
.leftNavi_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 120vh;
	background: rgba(0, 0, 0, 0.4);
	z-index: 100002;
	display: none;
}
.sideCategory button {
	background: none;
	border: none;
	padding: 0;
}
.sideCategory .catalogPage {
	width: 7em;
}
@media screen and (max-width: 1023px) {
	.contents .sideCategory .containerSub {
		width: 335px;
		float: none;
		position: fixed;
		top: 0;
		left: -335px;
		height: 100vh;
		transition: left .3s ease;
		z-index: 100003;
		margin-top: 0;
	}
	.contents .sideCategory .containerSub .leftNavi_scroll {
		overflow: scroll;
		height: 100%;
	}
	.contents .sideCategory .containerSub .leftNavi_scroll .leftNavi_scrollInner {
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 1023px) and (max-width: 374px) {
	.contents .sideCategory .containerSub {
		width: 280px;
	}
}

@media screen and (max-width: 1023px) {
	.contents .sideCategory .containerSub.is-open {
		left: 0;
	}
	.contents .sideCategory .containerSub.is-open .leftNavi_btnClose {
		display: block;
	}
	.contents .sideCategory .containerSub .leftNavi_btnClose {
		width: 40px;
		height: 40px;
		background: url("../images/btn_close_w.svg") no-repeat center/18px 18px;
		position: fixed;
		top: 6px;
		left: 335px;
		z-index: 100;
		cursor: pointer;
		border: none;
		box-shadow: none;
		display: none;
	}
}

@media screen and (max-width: 1023px) and (max-width: 374px) {
	.contents .sideCategory .containerSub .leftNavi_btnClose {
		left: 280px;
	}
}

@media screen and (max-width: 1023px) {
	.contents .sideCategory .containerSub .leftNavi_row {
		padding-bottom: 2px;
	}
	.contents .sideCategory .containerSub .leftNavi_row .leftNavi_title {
		position: relative;
		padding-right: 40px;
	}
	.contents .sideCategory .containerSub .leftNavi_row .leftNavi_title:after {
		display: block;
		content: '';
		position: absolute;
		top: calc(50% - 1px);
		right: 15px;
		width: 16px;
		height: 2px;
		background: #333;
		border: none;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.contents .sideCategory .containerSub .leftNavi_row .leftNavi_title:before {
		display: block;
		content: '';
		position: absolute;
		top: calc(50% - 8px);
		right: 22px;
		width: 2px;
		height: 16px;
		background: #333;
		opacity: 1;
		transition: opacity .3s ease;
	}
	.contents .sideCategory .containerSub .leftNavi_row .leftNavi_content {
		display: none;
		margin-top: 1px;
		padding-top: 0;
	}
	.contents .sideCategory .containerSub .leftNavi_row .leftNavi_content .moreList_btnMore {
		width: calc(100% - 24px);
		height: 50px;
		margin-top: 10px;
		display: block;
		padding: 0 10px;
		line-height: 1.2;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		color: #333;
		border-radius: 6px;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
		background: #fff;
		border: 1px solid #909090;
		transition: color .3s ease;
		box-sizing: border-box;
	}
	.contents .sideCategory .containerSub .leftNavi_row.is-open .leftNavi_title:before {
		opacity: 0;
	}
	.contents .sideCategory .containerSub .leftNavi_row.is-open .leftNavi_content {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.resultBar {
		position: relative;
	}
	.resultBar .leftNavi_btnOpen {
		display: inline-block;
	}
	.resultBar .resultResult .pc_block {
		display: none;
	}
	.leftNavi_bland_ul {
		overflow: hidden;
	}
}

/* 線 */
@media screen and (min-width: 1024px) {
	.goodsList .goodsItem.img:nth-of-type(3n-2)::after {
		content: "";
		border-bottom: 1px solid #bebebe;
		display: block;
		position: absolute;
		padding-top: 2.25%;
		width: calc(100% * 3);
		bottom: 0;
		left: 0;
	}
}
@media screen and (max-width: 1023px) {
	.goodsList .goodsItem.img:nth-of-type(2n-1)::after {
		content: "";
		border-bottom: 1px solid #bebebe;
		display: block;
		position: absolute;
		padding-top: 2.25%;
		width: calc(67% * 3);
		bottom: 0;
		left: 0;
	}
}

/* gridの場合の非表示項目 */
.goodsList .goodsItem.img .textLink {
	display:none;
}

/* ボタン */
#goodsList .btn_1, #goodsList .btn_lg {
	max-width: 100%;
}
/* お気に入りボタン */
#GoodsList a.addFavoriteLink {
	padding: 6px 10px 4px;
}
#GoodsList a.addFavoriteLink::before {
	position: static;
}
.goodsList .favoriteClearLinkItemWrap .favoriteClearLink::before {
	width: 19px;
	height: 16px;
}
@media screen and (max-width: 1023px) {
	/* ボタン */
	#goodsList .btn_1, #goodsList .btn_lg {
		width: 100%;
	}
	#wrap #contents .iconFavoriteArea.withFavoriteText .icon_favorite01:before {
		margin-right: 5px;
	}
}
@media screen and (max-width: 767px) {
	#GoodsList .addFavoriteLinkItemWrap a, #GoodsList .favoriteClearLinkItemWrap a {
		width: 100%;
	}
}
/* レビュー */
.goodsInfo .navi-review-review-rate .navi-review-average-star {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 5px;
}
.goodsInfo .navi-review-rate {
	width: 75px;
	display: inline-block;
	line-height: 0;
}
.goodsInfo .navi-review-review-rate .navi-review-average-star img {
	width: calc(100% / 5 - 2px);
	height: auto;
}

/* 絞り込みメニュー：ブランド */
.leftNavi_bland_ul {
	overflow: hidden;
	max-Height: 175px;
}
.container_relatedLinks {
	display: flex;
	flex-wrap: wrap;
}
.relatedLinks {
	margin: 10px 0 0 0;
	width: calc(50% - 15px);
	display: table;
}
.relatedLinks div {
	float:left;
}
.container_relatedLinks > div.relatedLinks:nth-child(odd) {
	margin-right:30px;
}
@media screen and (max-width: 1023px) {
	.container_relatedLinks > div.relatedLinks:nth-child(odd) {
		margin-right:0;
	}
	.relatedLinks {
		width: 100%;
	}
	.relatedLinks:not(:first-child) {
		display: none;
	}
}