@charset "utf-8";
/*--------------------------------------------
  shoptop.css
  ショップトップの共通CSS
--------------------------------------------*/

/* 差込HTML */
#insertHtml{
	width:100%;
}

/* レイアウト */
#wrap {
	overflow: hidden;
}
#Shop .contents {
	display: inherit;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
body#Shop .twoColumns form {
	width: 100%;
}
#Shop .level_h1 {
  border:  none;
  font-size: 2em;
  line-height:  1.3;
  text-align:  center;
  margin: 0;
  padding: 0 20px;
}
#Shop .level_h2 {
  border:  none;
  font-size: 1.6em;
  line-height:  1.3;
  text-align:  center;
  margin: 0 0 30px 0;
  padding: 0;
}
#Shop .level_h2 span {
  display:  block;
  color:  #7c858e;
  font-size: 0.6em;
  padding:  0;
}
/** 検索窓直下インクルード */
#searchBottomIncludeItemWrap {
	margin: auto;
    max-width: 1240px;
}

/** ランキング */
#Shop .ranking_item.item::before {
	left: -9px;
    top: 22px;
	border-width: 20px;
}
.slick-slide:has(.ranking_item)::before {
	width: 20px;
	top: 24px;
    left: -4px;
}
.slick-slide:has(.ranking_item)::before {
	position: absolute;
    top: 25px;
    left: 5px;
    z-index: 2;
    color: white;
    font-size: 0.9rem;
}
.ranking_item.item::before:hover {
  transition: none;
}
#recommendCategoryRankingIncludeArea .slick-slide:has(.ranking_item.item.rank_4)::before {
  content: "4"
}
#recommendCategoryRankingIncludeArea .slick-slide:has(.ranking_item.item.rank_5)::before {
  content: "5"
}
#recommendCategoryRankingIncludeArea .slick-slide:has(.ranking_item.item.rank_6)::before {
  content: "6"
}
#recommendCategoryRankingIncludeArea .slick-slide:has(.ranking_item.item.rank_7)::before {
  content: "7"
}
#recommendCategoryRankingIncludeArea .slick-slide:has(.ranking_item.item.rank_8)::before {
  content: "8"
}
#recommendCategoryRankingIncludeArea .slick-slide:has(.ranking_item.item.rank_9)::before {
  content: "9"
}
#recommendCategoryRankingIncludeArea .slick-slide:has(.ranking_item.item.rank_10)::before {
  content: "10"
}

@media screen and (max-width: 768px) {
  #Shop .level_h1 {
  font-size: 1.5em;
  }
}

/* header */
#Shop .header_gnav_inner {
  border-bottom: none;
}
#Shop .gnavi_category {
  top: 100%;
}
@media screen and (max-width: 900px) {
  #Shop .header_sp_wrap {
    border-bottom: none;
  }
  header .sp_search {
    display: block;
  }
}

/* メインスライダー下バナー */
.feature_banner_pc {
  display: block;
}
.feature_banner_sp {
  display: none;
}
.feature_banner_wrap {
  padding: 30px 20px;
}
.feature_banner_wrap_inner {
  max-width: 1240px;
	width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.feature_banner_top {
	text-align: center;
}
.feature_banner_bottom {
	display: -webkit-flex;
  display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 20px;
}
.feature_banner_bottom li:nth-child(odd) {
	margin-right: 20px;
}
@media screen and (max-width: 768px) {
	.feature_banner_pc {
		display: none;
	}
	.feature_banner_sp {
		display: block;
	}
	.feature_banner_wrap {
		padding: 10px;
	}
	.feature_banner_bottom {
	margin-top: 10px;
	}
	.feature_banner_bottom li:nth-child(odd) {
		margin-right: 10px;
	}
}

/* 新着 */
.section_wrap.newarrival_wrap {
  padding:  0;
}
.newarrival_wrap .section_inner {
  max-width:  100%;
  padding-top: 30px;
}
.newarrival_item {
}
.newarrival_wrap .tabs .tab-group {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .section_wrap.newarrival_wrap {
    /*padding: 0 10px;*/
  }
  .newarrival_wrap .tabs .tab-group {
    max-width: inherit;
    width: auto;
  }
}
