.area_conts a[target="_blank"]::after{
  content: none;
}
.area_conts a{
  text-decoration: none;
}
figcaption{
  font-size: 1.5rem;
  color: #111;
}
.area_conts .flex_row{
  margin-bottom: 4rem;
}
/*-------------------タブレット以下用-------------------*/
@media screen and (max-width: 1024px) {
  .area_conts .flex_row{
    margin-bottom: .5rem;
  }
  .area_conts .item_1_3{
    margin-bottom: 2rem;
  }
  .thumb_movie img,
  .thumb_movie figcaption{
    margin-left: auto;
    margin-right: auto;
  }
  .thumb_movie figcaption{
    max-width: 41rem;
  }
}