.section-head {
  margin-bottom: 20px;
  font: normal normal bold 22px/32px Noto Sans JP;
}
.tab-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #BDBEBC;
  border-bottom: 1px solid #BDBEBC;
}
.tab-nav p {
  padding-bottom: 15px;
  cursor: pointer;
  width: 80px;
  text-align: center;
  font: normal normal normal 20px/29px Noto Sans JP;
}
.tab-nav-selected {
  color: #006DFF;
  border-bottom: 5px solid #006DFF;
  font-weight: bold;
  padding-bottom: 10px !important;
}
.item-disp-area {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 0;
}
.item-disp-main {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  gap: 8px;
  width: 100%;
}
.item-disp-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-disp-nav-icon {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  height: 30px;
  width: 32px;
  background-color: #808080;
  border-radius: 50%;
  text-align: center;
}
.new-arrival-item {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 120px;
  height: 180px;
  font: normal normal normal 12px Noto Sans JP;
}
.new-arrival-item .item-img {
  height: 145px;
  /*width: 75px;*/
}
.overlay-parent {
  position: relative;
}
.item-reservable {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #C5003F;
  color: white;
  font: normal normal normal 10px Noto Sans JP;
}
.splide {
  padding: 0 60px;
}
.splide__list {
  padding: 16px 0 !important;
}
.splide__arrow {
  width: 60px;
  height: 60px;
  background: #BDBEBC 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
}
.arrow-l {
  background: white;
  height: 24px;
  width: 12px;
  clip-path: polygon(0 7%, 7% 0, 100% 50%, 7% 100%, 0 93%, 80% 50%, 0 7%);
  transform: rotate(180deg) translateX(2px);
  transform-origin: center;
}
.arrow-r {
  background: white;
  height: 24px;
  width: 12px;
  clip-path: polygon(0 7%, 7% 0, 100% 50%, 7% 100%, 0 93%, 80% 50%, 0 7%);
  transform: translateX(1px);
}
.splide__arrow--prev.splide__arrow:disabled {
    display: none;
}
