#cboxPrevious {
  /* display: none;*/
  position: absolute;
  border: 0;
  top: 50%;
  left: 0;
  background: url("../../css/images/left.png");
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  text-indent: -9999px;
  opacity: 0.5;
  outline: 0;
}
#cboxPrevious:hover {
  opacity: 0.8;
}
/* 次へボタン */
#cboxNext {
  /*display: none;*/
  position: absolute;
  border: 0;
  top: 50%;
  right: 0;
  background: url("../../css/images/right.png");
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  text-indent: -9999px;
  opacity: 0.5;
  outline: 0;
}
#cboxNext:hover {
  opacity: 0.8;
}
/*閉じるボタン */
#cboxClose {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
}
#cboxSlideshow {
  display: none;
}
#cboxClose:hover {}
#chara_area .slider-arrow {}
@media screen and (max-width: 700px) 