
/* ===============================================
# top
=============================================== */

.sec_top_list .cmn_pagination {
  margin-top: 75px;
}
.sec_top_list .area_post {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.sec_top_list .area_post>li {
  width: 31%;
  margin-right: 3.5%;
}
.sec_top_list .area_post>li:nth-child(3n) {
  margin-right: 0;
}
.sec_top_list .area_post>li:nth-child(n+4) {
  margin-top: 20px;
}
.sec_top_list .area_post>li .img_thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.sec_top_list .area_post>li .img_thumb img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sec_top_list .area_post>li .img_thumb::before {
  content: "";
  display: block;
  width: 15.8%;
  padding-top: 15.8%;
  background: url(../img/ico_movie_play.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1;
}
.sec_top_list .area_post>li .img_thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.sec_top_list .area_post>li .ttl {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.76;
  margin-top: 14px;
  font-weight: bold;
}
.sec_top_list .area_post>li .txt {
  margin-top: 9px;
}
@media screen and (max-width :834px){
  .sec_top_list .cmn_pagination {
    margin-top: 35px;
  }
  .sec_top_list .area_post>li {
    width: 48%;
    margin-right: 4%;
  }
  .sec_top_list .area_post>li:nth-child(3n) {
    margin-right: 4%;
  }
  .sec_top_list .area_post>li:nth-child(2n) {
    margin-right: 0;
  }
  .sec_top_list .area_post>li:nth-child(n+3) {
    margin-top: 20px;
  }
  .sec_top_list .area_post>li .ttl {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.33;
    margin-top: 12px;
  }
}
