/*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: inline;
}
.swiper_wrap{
  position:relative;
}
.swiper-button-disabled{
  display: none;
}

/* slick  */
.slider {
  display: none;
}

.slick-prev:before,
.slick-next:before{
    color: #b5b5b5;
    font-size: 25px;
}

.slick-prev {
  left: -25px;
  width: auto;
  height: auto;
}

.slick-next {
  right: -25px;
  width: auto;
  height: auto;
}

/* movie_list */
.movie-list {
  width: 90%;
  margin: 0 auto 15px;
}

@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;*/
    margin: .5em;
    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;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.movie-thumbs-wrap .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: auto;
  height: 30px;
}

.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;
  }
}

/* today_list */
.top.today-list {
  width: 90%;
  margin: 0 auto 15px;
}

@media only screen and (max-width: 599px) {
  .today-list{
    justify-content: space-between;
  }
}

.today-list li {
  width: 33.3%;
  width: calc(100% / 3);
}
*::-ms-backdrop, .today-list li {
  width: 33.33%; /* IE11 */
}
@media only screen and (max-width: 599px) {
  .today-list li {
    width: 49%;
  }
}
.today-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) {
  .today-list a {
    margin: .5em;
    align-items: center;
    min-height: 208px;
  }
}
.today-list a:hover {
  opacity: .8;
  text-decoration: none;
  box-shadow: 1px 1px 5px #ccc;
}

.today-thumbs-wrap {
  /* overflow: hidden; */
  /* background: #000; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 100%;
  /* min-height: 100px; */
}

.today-thumbs-wrap .time {
  position: absolute;
  bottom: .2em;
  right: .2em;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  padding: .3em;
  font-size: .7em;
!important;
}

.today-thumbs img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

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

 /* today news list  */
  .today-news-list {
    display: flex;
    flex-wrap: wrap;
  }
  @media only screen and (max-width: 599px) {
    .today-news-list{
      justify-content: space-between;
    }
  }
  .today-news-list li {
    width: 33.3%;
    width: calc(100% / 3);
  }
  *::-ms-backdrop, .today-news-list li {
    width: 33.33%; /* IE11 */
  }
  @media only screen and (max-width: 599px) {
    .today-news-list li {
      width: 49%;
    }
  }
  .today-news-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) {
    .today-news-list a {
      margin: .5em 0;
      align-items: center;
      min-height: 208px;
    }
  }
  .today-news-list a:hover {
    opacity: .8;
    text-decoration: none;
    box-shadow: 1px 1px 5px #ccc;
  }
  
  .today-news-thumbs-wrap {
    /* overflow: hidden; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 100%;
    /* min-height: 100px; */
  }
  .today-news-thumbs-wrap .time {
    position: absolute;
    bottom: .2em;
    right: .2em;
    border-radius: 3px;
    background-color: #000;
    color: #fff;
    padding: .3em;
    font-size: .7em;
  !important;
  }
  .today-news-thumbs img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
  }
  
  .today-news-list li .image-search-block {
    padding: .5em .5em 0;
  }
  .today-news-list li .image-search-block>p>span {
    display: block;
    margin-bottom: .5em;
  }
  @media only screen and (max-width: 599px) {
    .today-news-list li .list-title-news {
      margin-bottom: 6px;
      font-size: 86%;
      line-height: 1.3;
    }
  }
  @media only screen and (max-width: 599px) {
    .today-news-list a .image-search-block {
      -webkit-box-flex: 1;
      box-flex: 1;
    }
  }

/* ranking */

.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%;
}

