body {
  position: relative;
  background: #F5F5F5;
}
.mv_wrap {
  padding-top: 100px;
}
.mv_wrap .mv_list {
    height: 100%;
}
.mv_wrap .mv_cap a {
    color: #000!important;
    fill: #000!important;
    display: block;
}
.slick-slide {
    height: 100%!important;
}
@media screen and (max-width:767px) { 
.pc_only {
  display: none;
}
  .inner_wrap {
    padding-top: 64px!important;
}
  .mv_wrap {
  padding-top: 46px;
}
  .sec_wrap .sec_cap {
    margin-bottom: 32px!important;
  }
  }


/* Scrollify の各セクション */
.sec_wrap {
  height: 100vh;       /* 画面ピッタリ */
  overflow: hidden;    /* セクション外にはみ出さない */
  box-sizing: border-box;
}

/* 商品セクション（new_item_wrap） */
.new_item_wrap.sec_wrap {
  padding: 0;          /* ここに padding があると 100vh を超えてはみ出しやすいので 0 に */
}

/* 内側ラッパーは親にフィット */
.new_item_wrap .inner_wrap {
  height: 100%;
}

/* 内部スクロールさせるエリア */
.new_item_inner.js-product-scroll {
  height: 100%;
  overflow-y: auto;                /* ここだけ縦スクロール */
  -webkit-overflow-scrolling: touch;
  padding: 0;              /* 余白はここで */
  box-sizing: border-box;
}

.new_item_wrap .itemBlock {
      max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new_item_wrap .itemBlock .itemList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 56px 32px;
}
.new_item_wrap .itemBlock .itemList .box {
    width: 100%;
    margin: 0;
  padding: 0;
}
 .new_item_wrap .sec_cap a:hover {
    color: #000;
}
.new_item_wrap .itemBlock .itemList .box .c-image-wrap::after {
    display: block;
    padding-top: 142%;
    content: '';
}
@media screen and (min-width: 768px) {
.new_item_wrap .sec_cap {
    position: relative!important;
    bottom: 0;
}
 
  .itemList.TopNew_itemList .box {
    list-style: none;
  }

  /* 初期状態：6件目以降を非表示 */
  .itemList.TopNew_itemList:not(.is-open) .box:nth-child(n+6) {
    display: none;
  }

  /* ボタン表示 */
  .new_item_more_btn {
        display: block;
    margin: 56px auto 0;
    padding: 8px 32px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) {
  .new_item_wrap .inner_wrap {
    width: 100%;
  }
  .new_item_inner.js-product-scroll {
    padding: 0;
}
  .new_item_wrap .itemBlock {
    padding: 0 20px;
  }
  .TopNew_itemList_wrap {
        margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    /*-ms-overflow-style: none;
    scrollbar-width: none;*/
    -ms-overflow-style: auto;
    scrollbar-width: auto;
    margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
    padding-bottom: 8px;
  }
  .TopNew_itemList_wrap::-webkit-scrollbar {
    height: 1px;
}

.TopNew_itemList_wrap::-webkit-scrollbar-thumb {
    background: #393939;
    border-radius: 4px;
}
  .new_item_wrap .itemBlock .itemList {
        display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: max-content;
    -webkit-overflow-scrolling: touch;
  }

  .new_item_wrap .itemBlock .itemList .box {
    flex-shrink: 0;  
    width: 240px;
  }
  .new_item_wrap .itemBlock .itemList .box:first-child {
    margin-left: 20px;
  }
.new_item_wrap .itemBlock .itemList .box:last-child {
    margin-right: 20px;
  }
  .new_item_wrap .itemBlock .itemList .box a .txtBox .txtInner {
    width: 100%;
    margin: 0px auto;
}
  /* SPではボタンは使わない */
  .new_item_more_btn {
    display: none;
  }
}