@CHARSET "UTF-8";
#keyMatchListResults {
	margin-bottom: 60px;
}

.keyMatchListResultsRow {
	clear: both;
	display: flex;
	margin-bottom: 40px;
}

.keyMatchListResultsRow img {
	flex-shrink: 0;
	max-width: 200px !important;
	padding-right: 30px;
}

.keyMatchArea {
	flex-grow: 1;
	vertical-align: top;
}

.keyMatchTitleItemWrap {
	border-bottom: 1px solid #b3b6b7;
	padding-bottom: 0.3em;
	margin-bottom: 0.8em;
}

.keyMatchContentItemWrap {
	margin-bottom: 0px;
}
.keyMatchContentItemWrap p.keyMatchContent {
	margin-bottom: 10px;
}

.keyMatchLinkItemWrap {
	margin-bottom: 0;
}

@media screen and (max-width: 641px) {
	#keyMatchListResults {
		margin-bottom: 50px;
	}
	.keyMatchArea {
		font-size: 0.8em;
	}
	.keyMatchBannerImgItemWrap {
		max-width: 40%;
	}
	.keyMatchListResultsRow img {
		flex-shrink: 0;
		max-width: 100% !important;
		padding-right: 20px;
	}
}

/* おすすめカテゴリー */
#GoodsList .categoryList > ul {
  width: 100%;
  margin: 0;
  display: block;
}
#GoodsList .categoryList ul > ul {
  display: flex;
  margin: 25px 0 0;
  width: 100%;
  gap: 10px;
}
#GoodsList .categoryList ul li {
  margin: 0;
  height: initial;
}
#GoodsList .categoryList ul li a {
  border-radius: 0;
  padding: 10px;
  box-sizing: border-box;
}
#GoodsList .categoryList ul li a .categoryName {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  #GoodsList .categoryList ul li {
    width: calc(100% / 2 - 5px);
  }
  .itemTag > .returncache, .itemTag > .webonly, .itemTag > .sample, .itemTag > .rental, .itemTag > .nocredit {
    display: none;
  }
}
.contents .tooltip {
    width:220px;
    padding:5px;
    font-size:0.8rem;
    background-color:#666;
    color:#fff;
	opacity:0.8;
    position:absolute;
    top: 105%;
	margin:0 20px;
}

/* おすすめ商品エリア */
#GoodsList .itemGalley .swiper-container .swiper-slide {
  width: 400px;
}
.recommendContentsArea {
	display: flex;
}
#GoodsList .itemGalley .swiper-container .swiper-slide .itemListName {
  max-width: 200px;
  margin: 0;
}

.recommend {
    background-color: #fff6e4;
    border-radius: 4px;
    position: relative;
    padding: 24px 24px 0 24px;
    margin-top: 24px;
}
#GoodsList .recommend .itemListImg {
	margin: 0 10px 10px;
}

#GoodsList .recommend .swiper-container .swiper-slide {
	background-color:transparent;
}
#GoodsList .itemGalley .swiper-container .swiper-slide {
	padding: 0 2.32%;
}
.a-heading_text {
	font-weight: bold;
	font-size: 18px;
}
#GoodsList .itemGalley .swiper-container {
	margin: 0;
}
#GoodsList .itemGalley .swiper-container .swiper-slide {
	padding: 0;
}

.__error_addFavoriteLink, .__error_favoriteClearLink{
	font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .recommend {
    background-color: #fff6e4;
    border-radius: 4px;
    position: relative;
    padding: 0;
    width:  100%;
    margin: 10px 0 0 0 !important
    
  }
  .recommend .swiper-container{
    overflow: hidden;
  }
  .recommendContentsArea {
    display: block;
  }
}
#GoodsList .results .itemGalley .swiper-container {
  margin: 0 18px 0;
}