/*topics*/

.topics_slidenav li{
  padding:1em 0;
}
.navi-block{
  position:relative;
  padding:1em;
  /* background-color:#003886; */
}
.navi-block i:before{
  color:#c33;
}
.navi-block .swiper-button-next,
.navi-block .swiper-button-prev {
  height:18px;
  width:20px;
  margin-top:-10px;
  opacity: .5;
  background-image:none;
  font-size:1.4em;
}
.navi-block .swiper-button-prev{
  left:0;
}
.navi-block .swiper-button-next{
  right:0;
}

.navi-block li.current{
  padding:.5em 1.2em;
  /* background-color:#fff; */
  background-color:#c33;
  /* color:#003886; */
  color:#fff;
  /* border-radius:4px 4px 0 0; */
  border-radius:20px;
  font-weight:bold;

}

@media only screen and (max-width: 599px){
  .navi-block {
    width:auto;
  }
  .navi-block ul {
    border:none;
  }
  .navi-block li {
    width:auto;
    float:none;
    padding:.5em 1.2em;
    /* background-color:#e0e0e0; */
    border:none;
    /* border-radius:4px 4px 0 0; */
  }
}
.topics-thumbs a{
  display: block;
}
.swiper_wrap{
  position:relative;
}
.swiper-button-disabled{
  display: none;
}

/*　moive_list*/

.movie-list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 599px) {
  .movie-list{
    justify-content: space-between;
  }
}
.movie-list li {
  width: 33.3%;
  width: calc(100% / 3);
}
*::-ms-backdrop, .movie-list li {
  width: 33.33%; /* IE11 */
}
@media only screen and (max-width: 599px) {
  .movie-list li {
    width: 49%;
  }
}
.movie-list a {
  padding: .5em;
  margin: .5em;
  display: block;
  color: #1d56a5;
  box-shadow: 1px 1px 3px #e2e2e2;
  min-height: 253px;
}
@media only screen and (max-width: 599px) {
  .movie-list a {
    margin: .5em 0;
    align-items: center;
    min-height: 208px;
  }
}
.movie-list a:hover {
  opacity: .8;
  text-decoration: none;
  box-shadow: 1px 1px 5px #ccc;
}

.movie-thumbs-wrap {
  /* overflow: hidden; */
  background: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 100%;
  /* min-height: 100px; */
}
.movie-thumbs-wrap .time {
  position: absolute;
  bottom: .2em;
  right: .2em;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  padding: .3em;
  font-size: .7em;
!important;
}
.movie-thumbs img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.movie-list li .image-search-block {
  padding: .5em .5em 0;
}
.movie-list li .image-search-block>p>span {
  display: block;
  margin-bottom: .5em;
}
@media only screen and (max-width: 599px) {
  .movie-list li .list-title-news {
    margin-bottom: 6px;
    font-size: 86%;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 599px) {
  .movie-list a .image-search-block {
    -webkit-box-flex: 1;
    box-flex: 1;
  }
}

/* ランキング */

.gn-news-list .ranking-news-block{
  width:80%;
  margin-left:0;
}
@media only screen and (max-width: 599px) {
  .gn-news-list .ranking-news-block{
    width:60%;
    margin-left:0;
  }
}
.newstop-ranking-thumb{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  width: 80px;
  height: 80px;
}

/* 注目テーマ */
#pickup_theme .list-title-news a{
  color:#000;
  text-decoration: none;
}
#pickup_theme>li{
  padding:.5em;
  margin-bottom:.3em;
}
#pickup_theme dt i{
  padding:.3em;
}
#pickup_theme dd{
  display: flex;
  width:100%;
}
#pickup_theme dd>div{
  width:27%;
}
#pickup_theme dd>div a{
  display: block;
}
#pickup_theme dd>.news_list{
  width:73%;
}
#pickup_theme dd>.news_list li{
  padding:0 .3em;
  line-height:1.8;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*  top_today  */
.today_news article .gn-container{
  box-sizing: border-box;
  width:100%;
}
.today_news article{
  position:relative;
}
.today_news  article .gn-container:before{
  position: absolute;
  left:calc(50% - .6em);
  bottom:0;
  /* top: calc(50% - .8em); */
  font-size:2em;
  font-family: Fontawesome;
  content:'\f107';
  color:#888;
  transition: all 0.3s ease-in-out;
}
.today_news  article .open.gn-container{
  padding-bottom:2em;
}
.today_news  article .gn-container:hover:before{
  color:#4f87d5;
}
.today_news  article .open.gn-container:before{
  transform: rotate(180deg);
}
.today_news  article .related-large{
  display: none;
}

.gn-topics {
    padding-bottom: 15px;
}
.topics-news-source {
    font-size: 60%;
    margin-top: 10px;
    line-height: 1;
}

.topics-title {
  width: 100%;
}

