.top_content {
  position: relative;
  max-width: 1630px;
  min-width: 1107px;
  margin: 0 30px 0px 0;
  padding: 20px 30px 0px 162px;
}

.top_content img {
  width: 100% !important;
}

.top_content_top {
  position: relative;
  min-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.top_content_top .top_left {
  vertical-align: top;
  width: 40%;
}

.top_content_top .top_left .top_left_clm1 {
  width: calc(100% - 10px);
  margin: 0 5px 8px;
  border-radius: 20px;
  overflow: hidden;
}


.top_content_top .top_left .top_left_clm2 {
  display: block;
  width: 100%;
  letter-spacing: -.4em;
  margin-bottom: 10px;
}

.top_content_top .top_left .top_left_clm2 div {
  display: inline-block;
  width: calc(50% - 10px);
  margin: 0 5px;
  vertical-align: top;
  letter-spacing: normal;
  border-radius: 20px;
  overflow: hidden;
}

.top_content_top .top_left .slide_box {
  width: calc(100% - 10px);
  margin: 0 5px 8px;
  border-radius: 20px;
  overflow: hidden;
}

.top_content_top .top_left .slide_box li {
  min-height: 382px;
}

.top_content_top .top_left .slide_box li.movie_thumb {
  position: relative;
  cursor: pointer;
}

.top_content_top .top_left .slide_box li.movie_thumb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/banner_l/icon_play.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.top_content_top .top_left .slide_box li a {
  display: block;
}

.top_content_top .top_left .slide_box li img {
  border-radius: 20px;
}

.top_content_top .top_right {
/*   display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; */
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: calc(60% - 10px);
  margin: 0 5px;
}

.top_content_top .top_right div {
/*   width: 100%; */
}

.top_content_top .top_right div img {
  width: 100%;
  border-radius: 20px;
}

.top_content_btm {
  position: relative;
  min-width: 980px;
  margin: 0 auto 50px;
  padding: 0 0 35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.top_content_btm .btm_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  vertical-align: top;
  width: 50%;
}

.top_content_btm .btm_left .top_news {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  background: #fdeeb7;
  border-radius: 20px;
}

.top_content_btm .btm_left .top_news:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 138px;
  border-radius: 20px;
  background: url(../img/top/bg_news_bottom.png) top center no-repeat;
}

.top_content_btm .btm_left .top_news .top_news_inner {
  position: relative;
  z-index: 1;
}

.top_content_btm .btm_left .top_news .top_news_inner .ttl_news img {
  border-radius: 20px 20px 0 0;
}

.top_content_btm .btm_left .top_news .top_news_inner .top_news_list {
  width: 90%;
  margin: 0 auto;
}

.top_content_btm .btm_left .top_news .top_news_inner .top_news_list li {
  margin: 0 auto 5% auto;
}

.top_content_btm .btm_left .top_news .top_news_inner .top_news_list li .date_inner {
  text-align: left;
}

.top_content_btm .btm_left .top_news .top_news_inner .top_news_list li .date_inner .cate_icon {
  text-align: left;
  margin: 0 0 -4px 0;
  color: #fff;
}

.top_content_btm .btm_left .top_news .top_news_inner .top_news_list li .date_inner .cate_icon li {
  display: inline-block;
  margin: 0 5px 0 auto;
  background: #5e0000;
  border-radius: 0 30px 0 0;
}

.top_content_btm .btm_left .top_news .top_news_inner .top_news_list li .date_inner .cate_icon li p {
  font-size: 10px;
  font-weight: bold;
  padding: 0px 12px 0 9px;
  letter-spacing: 1.1px;
  line-height: 1.5em;
  vertical-align: middle;
}

.top_content_btm .btm_left .top_news .top_news_inner .top_news_list li .date_inner .date {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
}

.top_content_btm .btm_left .top_news .top_news_inner .top_news_list li .desc_news {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}

.top_content_btm .btm_left .top_news .top_news_inner .top_news_list li .desc_news a {
  color: #000;
  text-decoration: none;
  font-size: 13px;
}

.top_content_btm .btm_left .top_news .top_news_inner .top_news_list li .desc_news:hover a {
  text-decoration: underline;
}

.top_content_btm .btm_left .twitter_tl {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  background: #ccedfe;
  border-radius: 20px;
}

.top_content_btm .btm_left .twitter_tl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 138px;
  border-radius: 20px;
  background: url(../img/top/bg_twitter_bottom.png) top center no-repeat;
}

.top_content_btm .btm_left .twitter_tl .ttl_tw img {
  border-radius: 20px 20px 0 0;
}

.top_content_btm .btm_left .twitter_tl .tl {
  position: relative;
  width: 225px;
  margin: 0 auto 10%;
  z-index: 1;
}

.top_content_btm .btn_more {
  position: absolute;
  bottom: 5.5%;
  left: 0;
  right: 0;
  width: 38%;
  margin: 0 auto;
  z-index: 5;
}

.top_content_btm .btm_right {
  width: 50%;
}

.top_content_btm .btm_right .floatMovie_thumb {
  position: relative;
  width: calc(100% - 10px);
  margin: 0 5px 25px;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
}

.top_content_btm .btm_right .floatMovie_thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/filter_movie.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.top_content_btm .btm_right .btm_right_btm {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.top_content_btm .btm_right .btm_right_btm .top_comics {
  display: inline-block;
  position: relative;
  width: calc(50% - 10px);
  overflow: hidden;
  vertical-align: top;
  letter-spacing: normal;
  border-radius: 20px;
  overflow: hidden;
}

.top_content_btm .btm_right .btm_right_btm .top_comics div img, .top_content_btm .btm_right .btm_right_btm .top_comics div a {
  border-radius: 20px;
}

/* 正月特番 */
.float_txt{
  position: absolute;
  top: calc(50% - 370px) !important;
  left: 0;
  right: 0 !important;
  width: 100%;
  color: #5e0000;
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
#floatBg {
  background: rgba(255, 255, 255, 0.9) !important;
}


@media screen and (max-width: 1200px) {
  .top_news_list li .desc_news {
    font-size: 14px !important;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 1500px) {
  .tl {
    width: 235px !important;
    margin: 0 auto;
  }
  .w_1200 {
    display: block;
  }
  .w_1500 {
    display: none;
  }
}

@media screen and (min-width: 1500px) {
  .tl {
    width: 312px !important;
    margin: 0 auto;
  }
  .w_1200 {
    display: none;
  }
  .w_1500 {
    display: block;
  }
}