body {
  position: relative;
}

h1,
small {
  color: #fff;
}

.slider {
  padding-top: 0;
  background-color: #000000 !important;
}

.hidden {
  display: none;
}

.slick-slide .c_i img {
  display: block !important;
}

.slick-slide .c_i a {
  display: block;
  position: relative;
}

.page-num {
  font-family: 'Avenir', 'SF Compact', 'Noto Sans CJK JP', 'Arial', 'Helvetica', sans-serif, 'Hiragino Sans', 'Meiryo';
  color: #fff;
  font-weight: 500;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.original-arrow {
  font-family: 'SF Compact', 'Noto Sans CJK JP', 'Arial', 'Helvetica', sans-serif, 'Hiragino Sans', 'Meiryo';
  font-size: 16px;
    font-weight: 500;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 40px;
  cursor: pointer;
}

.original-arrow::before {
  content: '';
  position: absolute;
  background-image: url(../../img/icons8-swipe-left.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  width: 33px;
  height: 19px;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}

.sp-original {
  display: none;
}

.slick-slide .c_i>div {
  align-items: baseline;
}

@media (max-width:1023px) {
  .page-num {
    left: auto;
    transform: translateX(0);
    right: 0;
    bottom: 0px;
  }

  .original-arrow {
    bottom: 0;
  }

  .pc-original {
    display: none;
  }

  .sp-original {
    display: inline;
  }
}

@media screen and (max-width:300px) {
  .page-num,
  .original-arrow {
    font-size: 10px;
  }

  .original-arrow::before {
    width: 17px;
    height: 10px;
    bottom: 3px;
    left: -40px;
  }
}
