/* グローバルナビゲーション ここから */
.l-category {
  background-color: #f6f4f2;
}
.l-category__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.l-category__body-2nd {
  display: none;
}
.l-category__list--1st-last-child {
  margin-left: 0.7rem;
}
.l-category__list--1st-last-child a {
  padding-left: 2rem;
  position: relative;
}
.l-category__list--1st-last-child a::before {
  content: "";
  width: 0.1rem;
  height: 3rem;
  background-color: #dedede;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.l-category__title {
  display: block;
  padding: 1.4rem 2.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  transition: background-color 0.2s ease-in-out;
}
.l-category__title:hover {
  background-color: rgb(255 255 255 / 95%);
}

@media screen and (max-width: 767px) {
  .l-category {
    padding: 0 0.5rem;
  }
  .l-category .u-wrap {
    padding: 0;
  }
  .l-category__title {
    font-size: 1.4rem;
  }
  .l-category__body {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .l-category__list a {
    position: relative;
  }
  .l-category__list a::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #4d4d4d;
    border-right: 0;
    position: absolute;
    top: 52%;
    transform: translateY(-52%);
    left: 3px;
  }
}
/* グローバルナビゲーション ここまで */
