/* ---------------------------------------------------------
firstview_area
--------------------------------------------------------- */
.firstview_area {
  margin: 0 0 .5rem 0;
}

.firstview_area .picup_list {
  margin: 0 0 .3rem 0;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .firstview_area .picup_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 3.76rem;
        grid-template-columns: auto 3.76rem;
    height: 5.4rem;
  }
}

.firstview_area .picup_list li {
  position: relative;
}

@media screen and (min-width: 751px) {
  .firstview_area .picup_list li:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
  }
  .firstview_area .picup_list li:first-child dt a {
    min-width: 1rem;
    height: .2rem;
    font-size: .14rem;
  }
  .firstview_area .picup_list li:first-child dd {
    font-size: .26rem;
  }
}

@media screen and (min-width: 751px) {
  .firstview_area .picup_list li:nth-child(n + 2) dt a {
    min-width: .8rem;
    height: .16rem;
    font-size: .1rem;
  }
  .firstview_area .picup_list li:nth-child(n + 2) dd {
    font-size: .18rem;
  }
}

.firstview_area .picup_list li.cate_news dt a {
  background: #2cc792;
}

.firstview_area .picup_list li.cate_news dt a:hover {
  border-color: #2cc792;
  color: #2cc792;
  background: #fff;
}

.firstview_area .picup_list li.cate_movie dt a {
  background: #f59a2f;
}

.firstview_area .picup_list li.cate_movie dt a:hover {
  border-color: #f59a2f;
  color: #f59a2f;
  background: #fff;
}

.firstview_area .picup_list li.cate_present dt a {
  background: #81d355;
}

.firstview_area .picup_list li.cate_present dt a:hover {
  border-color: #81d355;
  color: #81d355;
  background: #fff;
}

.firstview_area .picup_list li.cate_program dt a,
.firstview_area .picup_list li.cate_channel dt a,
.firstview_area .picup_list li.cate_channel_news dt a {
  background: #9c62d7;
}

.firstview_area .picup_list li.cate_program dt a:hover,
.firstview_area .picup_list li.cate_channel dt a:hover,
.firstview_area .picup_list li.cate_channel_news dt a:hover {
  border-color: #9c62d7;
  color: #9c62d7;
  background: #fff;
}

.firstview_area .picup_list li.cate_redirect dt a {
  display: none;
}

.firstview_area .picup_list .link_box {
  border-radius: inherit;
}

@media screen and (max-width: 750px) {
  .firstview_area .picup_list .link_box {
    height: 4.5rem;
  }
}

.firstview_area .picup_list .link_box::before {
  border: none;
  border-radius: inherit;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
}

.firstview_area .picup_list .link_box:hover {
  opacity: .6;
}

.firstview_area .picup_list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.firstview_area .picup_list dl {
  margin: auto;
  position: absolute;
  right: 0;
  bottom: .25rem;
  left: 0;
  width: calc(100% - .6rem);
}

@media screen and (max-width: 750px) {
  .firstview_area .picup_list dl {
    width: calc(100% - 1.1rem);
  }
}

.firstview_area .picup_list dt {
  margin: 0 0 .1rem 0;
}

.firstview_area .picup_list dt a {
  padding: 0 .2rem;
  border: .01rem solid transparent;
  border-radius: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 1.6rem;
  height: .3rem;
  font-size: .2rem;
  white-space: nowrap;
  opacity: 1;
}

.firstview_area .picup_list dd {
  font-size: .3rem;
  -webkit-line-clamp: 2;
}

.firstview_area .bnr {
  margin: 0 auto;
  display: block;
  width: calc(100% - 1.1rem);
  max-width: 7.28rem;
}
/*# sourceMappingURL=top_firstview.css.map */