.oshirase{
  text-align:right;
  font-size:13px;
  position: absolute;
  margin-top: 70px;
  margin-left: 845px;
}
.film_roll_wrapper {
overflow: hidden;
}
.film_roll_shuttle {
position: relative;
}
.film_roll_child {
display: inline-block;
margin-right: -10px;
}
.btn_prev,
.btn_next {
position: absolute;
top: 30%;
width: 48px;
height: 48px;
}
.btn_prev {
left: 15px;
}
.btn_next {
right: 15px;
}
.btn_prev:hover,
.btn_next:hover {
opacity: 0.7;
}
.film_roll_pager span {
display: none;
}
#film_roll_arrow {
display: none;
}
.film_roll_pager {
    text-align: center;
    display: none;
}
.box__caption {
    font-size: 13px;
    color: #962666;
    text-align: center;
    font-weight: bold;
    margin-top:10px;
}