/* スライドショー共通 */
.newItem .slick-track {
  display: flex !important;
}

.newItem .slick-slide {
  clear: none !important;
  display: flex !important;
  flex-wrap: wrap;
  height: auto !important;
  margin: 0;
}

.newItem .slick-arrow {
  transform: none;
  z-index: 1;
}

.newItem .slick-arrow::before {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  box-sizing: border-box;
  content: "";
  display: block;
  opacity: 1;
  position: absolute;
}

.newItem .slick-prev::before {
  transform: rotate(135deg);
}

.newItem .slick-next::before {
  transform: rotate(-45deg);
}

.newItem .slick-dots {
  margin: 0;
}
.newItem .item-ttl {
  display: none;
}
/* スライドショー（バナー＆商品用） */

.column-set {
  padding: 0 25px;
  overflow: unset;
}

.column4,
.column5 {
  align-content: space-between;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 0 5px !important;
  padding: 1rem;
}

.column4 > *,
.column5 > * {
  width: 100%;
}

.column4 > .itemThumb-wrap,
.column5 > .itemThumb-wrap {
  margin: 0;
}

.column4 > h3,
.column5 > h3 {
  font-size: 1.2rem !important;
  font-weight: normal;
  margin: .5rem 0 0;
}

.column4 > p,
.column5 > p {
  font-size: 1.2rem !important;
  margin: .5rem 0 0;
  text-align: left;
}

.column4 > p .selling_price,
.column5 > p .selling_price {
  font-size: 1.6rem !important;
}

.column4 > p .taxin,
.column5 > p .taxin {
  font-size: 1.0rem !important;
  margin-left: .4rem;
}

.column4 .item-link img,
.column5 .item-link img {
  margin: 0 auto;
  width: 100%;
}

.bnr-slider .slick-slide,
.column-set .slick-slide {
  justify-content: center;
}

.bnr-slider .slick-slide {
  padding: 0 5px;
}

.bnr-slider .slick-arrow,
.column-set .slick-arrow {
  height: 80px;
  top: calc(50% - 40px);
  width: 25px;
}

.bnr-slider .slick-prev {
  left: -25px;
}

.bnr-slider .slick-next {
  right: -25px;
}

.column-set .slick-prev {
  left: 0;
}

.column-set .slick-next {
  right: 0;
}

.bnr-slider .slick-arrow::before,
.column-set .slick-arrow::before {
  height: 15px;
  top: calc(50% - 7.5px);
  width: 15px;
}

.bnr-slider .slick-prev::before,
.column-set .slick-prev::before {
  left: 8px;
}

.bnr-slider .slick-next::before,
.column-set .slick-next::before {
  right: 8px;
}

/*最近チェクした商品・おすすめ商品・人気商品*/

.news {
  padding-bottom: 0;
}

.news .info {
  width: 100%;
}

.news .item-ttl {
  display: flex;
}

.checkItem .item-ttl .more,
.pickup .item-ttl .more,
.news .item-ttl .more {
  padding-right: 3rem;
}

.checkItem .item-ttl .more::after,
.pickup .item-ttl .more::after,
.news .item-ttl .more::after {
  border-color: #333;
  right: 8px;
}

.news .info-list {
  margin-top: 2.5rem;
}


@media screen and (min-width: 769px) {
  .newItem {
    width: 92%;
    margin: auto;
  }

  .bnr2,
  .bnr2-list {
    margin: 0;
  }
}

@media screen and (min-width: 1300px) {
  .newItem {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
.bnr-slider {
  margin-top: 40px;
}
.newItem .column-set {
  margin-top: 0;
}
}


.slick-slide img {
  display: block;
}
.item-maker {
  display: inline-block;
  color: #999;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.75;
  outline: none;
}
.item-name {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.6;
  outline: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.item-link {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}
.retail {
  margin-top: auto;
}
.retail, .sell {
  padding-top: 1rem;
}
.retail-ttl, .sell-ttl {
  display: block;
  color: #999;
  font-size: 1rem;
  line-height: 1.75;
}
.retail-price {
  display: block;
  color: #f00;
  font-size: 1rem;
  text-decoration: line-through;
}
.retail-cancel {
  color: #333333;
  font-size: 1.2rem;
}
.sell-price {
  display: block;
  color: #eb5d43;
  font-size: 1.5rem;
  font-weight: 500;
}
.get {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.get-ttl {
  color: #999;
  font-size: 1rem;
}
.get-point {
  padding-right: 0.5em;
  font-size: 1.1rem;
}
@media screen and (min-width: 769px) {
  .item-maker {
    margin-top: 0.6rem;
  }
  .item-name {
    margin-top: 0.2rem;
  }
  .sell-price {
    font-size: 1.6rem;
  }
  .get-point {
    font-size: 1.2rem;
  }
}