.tag-fix{
  position: fixed; /* 固定 */
  top: 60; /* 一番上に表示 */
  width: 100%; /* 中央に表示 */
}

.slider-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.slider {
  width: 900px;
}

.slider > * {
  -webkit-transform: translateZ(0px);
}

.slider-wrapper::-webkit-scrollbar {
  display: none;
  height: 0 !important;
}

.unit {
  float: left;
  width: auto;
  margin: 0 0 0 5px;
}

.unit:first-child {
  margin: 0;
}

.unit .img {
  text-align: center;
}