/* 動画とマンガ
----------------------------------*/
.main_area {
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 991px) {
  .main_area {
    padding-bottom: 0%;
    padding-right: 5%;
    padding-left: 5%;
  }
}
#o-top-training_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  background-color: rgba(18, 150, 143, 0.1);
  top: 0vh;
  bottom: 0;
  height: 80%;
  border-bottom-right-radius: 100px;
}
.movie_listbox {
  padding-top: 5%;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 5%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
	margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .movie_listbox {
    margin-top: 0%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 20px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-top: 4%;
  padding-bottom: 10px;
  background: rgba(18, 150, 143, 0.7);
  color: rgba(255, 255, 255, 1.00);
  display: inline-block;
  margin-bottom: 3%;
  padding-top: 10px;
  padding-right: 5%;
  padding-left: 5%;
}
@media screen and (max-width: 991px) {
  .movie_ttl {
    font-size: 20px;
  }
}
.movie_name {
  font-size: 20px;
  color: #000;
  padding-bottom: 0px;
  text-align: left;
  padding-top: 15px;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .movie_name {
    font-size: 16px;
  }
}
.movie_tx {
  font-size: 16px;
  line-height: 1.9;
}
@media screen and (max-width: 575px) {
  .movie_tx {
    font-size: 14px;
  }
}

/*-----------マンガ----------*/
.reco_list{
    margin-top: 5%;
  }
/*-----------slick矢印表示----------*/
  .slick-next{
    right:-90px!important;
  }
  .slick-next:before{
    background-image: url("../img/movie/manga/next-black.png");
    background-size: contain!important;
  }
  .slick-prev{
    left:-90px!important;
  }
  .slick-prev:before{
    background-image: url(../img/movie/manga/prev-black.png);
    background-size: contain!important;
  }
  .slick-arrow{
    z-index:2!important;
    width:60px!important;
    height:60px!important;
  }
  .slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
    opacity:1!important;
  }