.view-link {
  float: right;
  font-weight: normal;
  font-size: 16px;
}

/* お気に入り、最近見た、新着、おすすめ 表示数制御 */
ul.product-list li:nth-child(n+13){
    display:none;
}

/* トップスライダースリック */
#mainSlider,
#mainSlider picture {
  width: 100%;
  line-height: 0;
}
#mainSlider .swiper-button-prev {
  left: 0;
  width: 40px;
}
#mainSlider .swiper-button-next {
  right: 0;
  width: 40px;
}
.swiper-button-prev:after,
.swiper-button-next:after{
  display: none;
  content: '';
}
.swiper{
  margin-bottom: 0;
}
.swiper-wrapper {
  text-align: center;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.swiper-slide img {
  max-width: 100%;
  height: auto;
}

/* =======================================
****   売れ筋ランキング・自動横スクロール ****
======================================= */
#sale_ranking,
#new_item_slider {
    position: relative;
    width: 100%;
    margin-top: 15px;
    display: none\9;  /* IE10以下非表示 */
    height: 0\9;  /* IE10以下非表示 */
}
#sale_ranking{
    min-height:280px;
}
#topSlider {
    position:relative;
    width: 96%;
    margin: 1vw auto;
}
@media screen and (max-width: 767px) {
    #topSlider {
        width: 92%;
        margin: 3vw auto 1vw;
    }
}
#topSlider .new-item-slider,
#topSlider .sale-ranking-slider{
    clear:both;
    margin-bottom:30px;
}
#topSlider .new-item-slider,
#topSlider .sale-ranking-slider {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background-color:#ffffff;
    border:none;
    overflow: hidden;
}
#topSlider .new-item-slider,
#topSlider .sale-ranking-slider {
  opacity: 0;
  transition: opacity .3s linear;
}
#topSlider .prod_no{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    width: 45px;
    height: 30px;
}
#sale_ranking .product-list,
#new_item_slider .product-list {
    list-style-type: none;
    margin:0 !important;
    padding:0 !important;
    text-align:center;
    line-height: 1.6em;
}
#sale_ranking .product-list__unit,
#new_item_slider .product-list__unit {
  max-height:260px!important;
  display: inline-block;
  font-size: 12px;
  padding: 20px 0 0 1px;
  vertical-align: middle;
  position: relative;
  text-align: center!important;
  /*margin: 0 10px!important;*/
}
#sale_ranking .prod_thumbnail,
#new_item_slider .prod_thumbnail{
    position: relative;
    border:none;
    width: 100%;
    height:200px;
    vertical-align:middle!important;
    text-align: center!important;
      /* IE8以下用 */
    display: table-cell\9;
    layout-grid-line:200px\9;
}
#sale_ranking .product-list__image,
#new_item_slider .product-list__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  margin:0 auto 15px!important;
    /* IE8以下用 */
    top: 0\9;
    vertical-align: middle\9;
}
#sale_ranking span.product-list__price,
#new_item_slider span.product-list__price {
    display: block;
    color: #242424;
    margin-top: 10px;
    margin-bottom: 50px!important; /* 表示乱れ改善用 8*/
    font-weight: bold;
}
span.soldout {
    color: #c22431;
}

/*上書き修正*/
#arrows .swiper-button-prev,
#arrowsNew .swiper-button-prev,
#arrows .swiper-button-next,
#arrowsNew .swiper-button-next {
    display: block;
    width: 36px;
    height: 41px;
    /* padding: 0 15px; */
    margin-top: -20px;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    *display: none; /* IE7 */
}

/* ボタンのホバー、フォーカス時の透明化 */
#arrows .swiper-button-prev:hover,
#arrowsNew .swiper-button-prev:hover,
#arrows .swiper-button-prev:focus,
#arrowsNew .swiper-button-prev:focus,
#arrows .swiper-button-next:hover,
#arrowsNew .swiper-button-next:hover,
#arrows .swiper-button-next:focus,
#arrowsNew .swiper-button-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

/* 無効状態の矢印ボタン */
#arrows .swiper-button-prev..swiper-button-disabled:before,
#arrowsNew .swiper-button-prev..swiper-button-disabled:before,
#arrows .swiper-button-next..swiper-button-disabled:before,
#arrowsNew .swiper-button-next..swiper-button-disabled:before {
    opacity: .25;
}

/* 矢印ボタンの位置調整 */
#arrows .swiper-button-prev,
#arrowsNew .swiper-button-prev {
    left: 0;
}

[dir='rtl'] #arrows .swiper-button-prev,
[dir='rtl'] #arrowsNew .swiper-button-prev {
    right: 0;
    left: auto;
}

#arrows .swiper-button-next,
#arrowsNew .swiper-button-next {
    right: 0;
}

[dir='rtl'] #arrows .swiper-button-next,
[dir='rtl'] #arrowsNew .swiper-button-next {
    right: auto;
    left: 0;
}

#topSlider {
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

#topSlider.loaded {
  opacity: 1;
}

.sns__section-link-bn {
    display: flex;
    justify-content: space-between;
    background-color: #ebebe6;
    padding: 20px 10px;
}
.sns__section-link-bn li {
    margin: 0 10px;
    background-color: #fff;
}
.sns__section-follow {
    margin: 30px auto 30px auto;
    width: 75%;
}
.sns__section-follow ul {
    display: flex;
    justify-content: space-between;
}
.sns__section-follow li {
    margin: 0 5px;
}
/* ランキング：商品ユニットの高さ・内側余白 */
#sale_ranking .product-list__unit {
  max-height: 320px !important;
  padding: 20px 0 0;
}
/* 新着スライダー：商品ユニットの高さ・内側余白 */
#new_item_slider .product-list__unit {
  max-height: 280px !important;
  padding: 4px 0 0;
}
/* 新着スライダー：お気に入りボタンの余白調整 */
#new_item_slider .product__fav-item {
  margin-top: 0;
}
/* 新着スライダー：価格表示の余白 */
#new_item_slider span.product-list__price{
  margin: 0!important;
}
.product-list__text {
  margin: 8px auto;
}
/* スライド内一旦非表示 */
#sale_ranking .fl.ukomi_stars_rating_tooltip{
  display: none !important;
}
#sale_ranking span.product-list__price {
  margin-top: 0px;
}
@media screen and (min-width: 769px) {
/* 新着スライダー全体の余白調整 */
  #new_item_slider {
    margin-bottom: 0;
  }
  /* ランキング：価格表示の余白 */
  #sale_ranking span.product-list__price {
    margin-bottom: 35px !important;
  }
  /* ランキング：商品説明テキストの上余白 */
  #sale_ranking .product-list__text {
    margin-top: 15px;
  }
  /* ランキング・新着スライダー：カートボタン配置 */
  #sale_ranking .product-list__unit .grid-list__cart,
  #new_item_slider .product-list__unit .grid-list__cart {
    width: 200px;
    margin: 0 auto;
    height: 32px;
  }
  /* ランキング・新着スライダー：お気に入りボタンの位置調整 */
  #sale_ranking .product__fav-item {
    margin-top: -20px;
  }
  /* 位置調整 */
  .a {
    width: 36%;
  }
  /* ランキング：レビューの位置調整 */
  #sale_ranking .product-list__unit .review-summary-container {
    margin-top: -35px !important;
  }
  /* 新着スライダー：商品説明テキストの上下マージン */
  #new_item_slider .product-list__text,
  #sale_ranking .product-list__text{
    margin: 10px 0 !important;
  }
}
.ctg-btn {
  position: relative;
  border: none;
  font-size: 16px;
  float: right;
  padding-right: 20px;
}
.ctg-btn a:hover{
  text-decoration: none;
}
.section-title-h2 {clear: both;}
@media (max-width: 980px) {
  .ctg-btn {
    position: relative;
    margin: 15px auto 40px;
    text-align: center;
    border: 1px solid #888173;
    border-radius: 0;
    padding: 15px 20px;
    background: #888173;
    width: 82%;
    font-size: 14px;
    float: none;
  }
  .ctg-btn a {
    text-align: center;
    color: #fff;
    display: block;
  text-decoration: none;
  }
  .ctg-btn i {
    position: absolute;
    top: 35%;
    font-size: 0.8rem;
    right: 10px;
  }
  .btn-more-wrap .btn{
    position: relative;
  }
  .btn-more-wrap i {
    position: absolute;
    top: 35%;
    font-size: 0.8rem;
    right: 10px;
  }
}
.ctg-btn i {
  font-size: 0.8em;
  padding: 0 0 3px 8px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
#new_item_slider td.b:has(.product-list__teika) .product-list__text {
  margin: 0 !important;
}