.breadcrumbs {
  overflow-x: auto;
  /* padding: 8px 0; */
  /* margin: 0 2% 1rem; */
  padding: 8px 2%;
  margin: 0;
  font-size: 12px;
  -webkit-overflow-scrolling: touch;
}

/* breadcrumbs */


.breadcrumbs * {
  font-family: "Noto Sans Japanese-l", "NSJ-dl", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

.breadcrumbs::-webkit-scrollbar {
  height: 3px;
}

.breadcrumbs::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.breadcrumbs::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ccc;
}

@media all and (min-width: 992px) {
  .breadcrumbs::-webkit-scrollbar {
    height: 6px;
  }
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  max-width: fit-content;
  margin-bottom: 0;
  padding-left: 0;
  white-space: nowrap;
}

.breadcrumb,
.breadcrumb--last {
  display: flex;
  align-items: center;
}

.breadcrumb:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: .85rem;
  margin: 0 4px;
  color: #aaa;
  display: inline-block;
  width: .85rem;
  text-align: center;
  line-height: 24.47px;
}

.breadcrumb:not(:first-child):before {
  content: "\f054";
}

.breadcrumb__link,
.breadcrumb__link:visited,
.breadcrumb__link:link,
.breadcrumb--last {
  padding: 0.39rem 0.5rem;
  /*border: 2px solid #6abd79;*/
  color: #333;
  transition: all 250ms ease-out;
  text-decoration: none;
  /*background-color: #fff;*/
  line-height: 1;
}

.breadcrumb--last,
.breadcrumb__link:hover {
  /*background-color: #6abd79;*/
  color: #333;
}

.breadcrumb__title {
  font-weight: bold;
  font-size: .5rem;
}

@media all and (min-width: 992px) {
  .breadcrumbs {
    max-width: inherit;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-top: .35rem;
    padding-bottom: .35rem;
  }

  .breadcrumb__list {
    max-width: fit-content;
    flex-wrap: wrap;
    white-space: normal;
  }

  .breadcrumb__link,
  .breadcrumb__link:visited,
  .breadcrumb__link:link,
  .breadcrumb--last {
    border: none;
    color: #464646;
    background: transparent;
  }

  .breadcrumb:nth-of-type(1) .breadcrumb__link {
    /* padding-left: .15rem; */
  }

  .breadcrumb:before {
    font-size: .6rem;
    line-height: 24.47px;
  }
  .breadcrumb__title {
    font-weight: normal;
    font-size: .6rem;
  }

  .breadcrumb--last .breadcrumb__title {
    color: #464646;
    font-weight: bold;
  }

  .breadcrumb--last,
  .breadcrumb__link:hover {
    background-color: transparent;
  }

  .breadcrumb__link:hover {
    color: #007bff;
  }

  .breadcrumb:before {
    margin: 0;
    color: #464646;
  }

  .breadcrumb:first-child:before {
    content: "\f015";
  }
}

@media all and (min-width: 992px) and (max-width: 1024px) {
  .breadcrumbs {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
