@charset "UTF-8";

/* 全体背景　背景色変更 */
.pane-contents,
.pane-main {
    background-color: #e7f7fb;
}

/* パンくず　背景色変更 */
.pane-topic-path {
    background-color: #e7f7fb;
}

/* 4カテもっと見るボタン　背景色変更 */
.block-readmore-button {
    background: linear-gradient(to bottom, rgba(231, 247, 251, 0), rgba(231, 247, 251, 1) 60%);
}

/* 4カテメニューボタン　背景色変更 */
.page-category .block-category-list--sub .block-category-style--body {
    background-color: #fff;
}

/* ページジャー　背景色変更 */
.block-goods-list--pager-top .pagination {
    background-color: #e7f7fb;
}

/* 商品詳細を見る　背景色変更 */
.block-thumbnail-t--btn-detail {
    background-color: #fff;
}

/* 左メニュー　条件クリア　背景色変更 */
.block-leftmenu-filter-btn--clear {
    background-color: #fff;
}

/*  h2日本語用 */
.block-section-title span.notspan {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 3px;
}

/* 新着商品スライダー化 */
div[id^="aireco_common"] .block-common-lightningrecommend--list {
  padding: 0;
	margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}
div[id^="aireco_common"] .block-category-top-list ul {
		flex-wrap: nowrap !important;
		gap: 0 !important;	
}
div[id^="aireco_common"] .block-category-top-list ul > li {
	width: 195px;
}
div[id^="aireco_common"] .block-category-top-list ul > li .block-category-top-item--img {
		width: 195px;
		height: 195px;
}
div[id^="aireco_common"] .swiper-scrollbar-wrap {
		margin-top: 35px;
}

/* ランキングスライダー化 */
div[id^="aireco_ranking"] .block-ranking-lightningrecommend--goods .block-ranking-r  {
  padding: 0;
	margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}
div[id^="aireco_ranking"] div.block-ranking-r ul.block-ranking-r--items {
		flex-wrap: nowrap !important;
		gap: 0 !important;
}
div[id^="aireco_ranking"] div.block-ranking-r .swiper-scrollbar-wrap {
		margin-top: 15px;
}
