@charset "utf-8";

/* box-sizing
--------------------------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/* PC/SP
--------------------------------------------------------------------*/
.pc_only {display:block;}
.sp_only {display:none;}

@media screen and (max-width: 768px) {
  .pc_only {display:none;}
  .sp_only {display:block;}
}


/* IMG Alpha
--------------------------------------------------------------------*/
a:hover img {opacity: 0.7;}

@media screen and (max-width: 768px) {
  a:hover img {opacity: 1;}
}

/* PAGETOP
--------------------------------------------------------------------*/
#btn-pagetop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
}

@media screen and (max-width: 768px) {
  #btn-pagetop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 70px;
  }
    #btn-pagetop img {
      width: 30px;
    }
}

/* article
--------------------------------------------------------------------*/
article#home {
  padding-top: 174px;
}
article {
  padding-bottom: 100px;
  background: #f6f6f6;
}
@media screen and (max-width: 768px) {
  article#home {
    padding-top: 60px;
  }
  article {
    padding-bottom: 20px;
    background: #f6f6f6;
  }
}

/* column
--------------------------------------------------------------------*/
.column {
  width: 1110px;
  margin: auto;
  /*padding-top: 38px;*/
}
@media screen and (max-width: 768px) {
  .column {
    width: 100%;
    margin: auto;
    /*padding-top: 15px;*/
  }
}

/* news_list
--------------------------------------------------------------------*/
.news_list {
  float: left;
  width: 740px;
  margin-top: 38px;
}
  .news_list h2 {
    margin-bottom: 20px;
    background: url(../images/h2_bg_pc.gif) left bottom repeat-x;
  }
  .news_list > ul > li {
    position: relative;
    margin-bottom: 10px;
    padding: 19px;
    border: #e5e5e5 solid 1px;
    background: #fff;
  }
  .news_list > ul > li:last-child {
    margin-bottom: 0;
  }
    .news_list > ul > li .photo {
      float: left;
      width: 220px;
    }
      .news_list > ul > li .photo a {
        display: block;
        text-align: center;
        background: #f6f6f6;
      }
    .news_list > ul > li .text {
      float: right;
      width: 460px;
    }
      .news_list > ul > li .text .cate {
        margin-bottom: 12px;
      }
      .news_list > ul > li .text .time {
        margin-bottom: 5px;
        font-size: 14px;
      }
      .news_list > ul > li .text .title {
        padding-bottom: 30px;
        font-size: 18px;
      }
      .news_list > ul > li .info .views {
        position: absolute;
        left: 259px;
        bottom: 19px;
      }
      .news_list > ul > li .info .tags {
        position: absolute;
        right: 19px;
        bottom: 19px;
      }

.news_list.list {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .news_list {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
    .news_list h2 {
      margin-bottom: 0;
      padding-left: 10px;
      background: url(../images/h2_bg_sp.gif) left bottom repeat-x;
      background-size: 1px 2px;
    }
    .news_list > ul > li {
      position: relative;
      display: table;
      width: 100%;
      min-height: 100px;
      margin-bottom: 0;
      padding: 10px;
      border: none;
      border-bottom: #e5e5e5 solid 1px;
      background: #fff;
    }
      .news_list > ul > li .photo {
        position: relative;
        display: table-cell;
        float: none;
        width: 100px;
        padding-right: 10px;
        vertical-align: top;
      }
        .news_list > ul > li .photo a {
          display: block;
          text-align: center;
          background: #f6f6f6;
        }
      .news_list > ul > li .text {
        display: table-cell;
        float: none;
        width: auto;
        vertical-align: top;
      }
        .news_list > ul > li .text .cate {
          margin-bottom: 5px;
        }
        .news_list > ul > li .text .time {
          margin-bottom: 3px;
          font-size: 11px;
        }
        .news_list > ul > li .text .title {
          line-height: 1.4;
          padding-bottom: 20px;
          font-size: 12px;
        }
      .news_list > ul > li .info {
        display: block;
      }
        .news_list > ul > li .info .views {
          position: absolute;
          left: 110px;
          bottom: 6px;
        }
        .news_list > ul > li .info .tags {
          position: absolute;
          right: 10px;
          bottom: 6px;
        }
  .news_list.list {
    margin-top: 0;
  }
}
@media screen and (max-width: 320px) {
        .news_list > ul > li .info .views {
          line-height: 1;
        }
          .news_list > ul > li .info .views span {
            display: block;
          }
}

/* news_list_vertical
--------------------------------------------------------------------*/
.news_list_vertical {
}
  .news_list_vertical h2 {
    margin-bottom: 20px;
    background: url(../common/images/h2_bg_pc.gif) left bottom repeat-x;
  }
  .news_list_vertical > ul {
    margin-right: -30px;
  }
    .news_list_vertical > ul > li {
      position: relative;
      float: left;
      width: 350px;
      min-height: 396px;
      margin-right: 30px;
      margin-bottom: 30px;
      padding: 19px;
      border: #e5e5e5 solid 1px;
      background: #fff;
    }
      .news_list_vertical > ul > li .update-week {
        position: absolute;
        top: 0px;
        left: 0px;
        background: #d5b200;
        color: #fff;
        font-size: 14px;
        padding: 2px 10px;
        z-index: 1;
      }
        .news_list_vertical > ul > li .update-week .update-frequency {
          font-size: 12px;
        }

      .news_list_vertical > ul > li .photo {
        position: relative;
        width: 310px;
        /*height: 177px;
        overflow: hidden;*/
      }
        .news_list_vertical > ul > li .photo a img {
          width: 100%;
        }
      .news_list_vertical > ul > li .text {
      }
        .news_list_vertical > ul > li .text .cate {
          margin: 20px 0 12px;
        }
        .news_list_vertical > ul > li .text .title {
          padding-bottom: 30px;
          font-size: 18px;
        }
        .news_list_vertical > ul > li .info .views {
          position: absolute;
          left: 20px;
          bottom: 20px;
        }
        .news_list_vertical > ul > li .info .tags {
          position: absolute;
          right: 20px;
          bottom: 20px;
        }
      /* comic */
    .news_list_vertical.comic > ul > li {
      /*min-height: 320px;*/
      min-height: initial;
      min-height: auto;
    }
     .news_list_vertical.comic > ul > li .photo {
        /*height: auto;*/
      }
        .news_list_vertical.comic > ul > li .text .title {
          padding: 16px 0 0 0;
        }

@media screen and (max-width: 768px) {
  .news_list_vertical {
    width: 100%;
    margin: auto;
    padding-top: 15px;
  }
    .news_list_vertical h2 {
      margin-bottom: 0;
      padding-left: 10px;
      background: url(../common/images/h2_bg_sp.gif) left bottom repeat-x;
      background-size: 1px 2px;
    }
    .news_list_vertical > ul {
      margin-right: 0;
    }
      .news_list_vertical > ul > li {
        position: relative;
        display: table;
        float: none;
        width: 100%;
        height: auto;
        min-height: 100px;
        margin-right: 0;
        margin-bottom: 0;
        padding: 10px;
        border: none;
        border-bottom: #e5e5e5 solid 1px;
        background: #fff;
      }
        .news_list_vertical > ul > li .update-week {
          position: absolute;
          top: inherit;
          bottom: 10px;
          font-size: 12px;
        }
          .news_list_vertical > ul > li .update-week .update-frequency {
            font-size: 10px;
          }
        .news_list_vertical > ul > li .photo {
          position: relative;
          display: table-cell;
          width: 100px;
          height: auto;
          padding-right: 10px;
          vertical-align: top;
          overflow: auto;
        }
          .news_list_vertical > ul > li .photo a img {
            width: 100%;
          }
        .news_list_vertical > ul > li .text {
          display: table-cell;
          vertical-align: top;
        }
          .news_list_vertical > ul > li .text .cate {
            margin: 0 0 5px;
          }
          .news_list_vertical > ul > li .text .title {
            line-height: 1.4;
            padding-bottom: 20px;
            font-size: 12px;
          }
        .news_list_vertical > ul > li .info {
          display: block;
        }
          .news_list_vertical > ul > li .info .views {
            position: absolute;
            left: 110px;
            bottom: 6px;
          }
          .news_list_vertical > ul > li .info .tags {
            position: absolute;
            right: 10px;
            bottom: 6px;
          }
      /* comic */
    .news_list_vertical.comic > ul > li {
      min-height: 100px;
    }
        .news_list_vertical.comic > ul > li .text .title {
          padding: 0;
        }
}

/* views
--------------------------------------------------------------------*/
.views span {
  padding-left: 0.4em;
  font-size: 12px;
  color: #888;
}
@media screen and (max-width: 768px) {
  .views span {
    padding-left: 0.4em;
    font-size: 10px;
    color: #888;
  }
}
@media screen and (max-width: 320px) {
.views {
  font-size: 11px;
}
  .views span {
    font-size: 10px;
  }
}

/* new_icon
--------------------------------------------------------------------*/
.new_icon {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .new_icon {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 10;
  }
}

/* tags
--------------------------------------------------------------------*/
.tags {
  font-size: 0;
}
  .tags li {
    position: relative;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin-left: 16px;
    padding: 0 7px;
    font-size: 12px;
    border: #e5e5e5 solid 1px;
    border-left: none;
  }
    .tags li a {
      color: #666;
    }
    .tags li a:before {
      position: absolute;
      left: -11px;
      content: url(../images/tags_bg_pc.png);
    }

  .tags.limit li {
    display: none;
  }
  .tags.limit li:nth-of-type(1),
  .tags.limit li:nth-of-type(2) {
    display: inline-block;
  }
@media screen and (max-width: 768px) {
  .tags {
    font-size: 0;
  }
    .tags li {
      position: relative;
      display: inline-block;
      height: 18px;
      line-height: 18px;
      margin-top: 5px;
      margin-left: 13px;
      padding: 0 6px;
      font-size: 10px;
      border: #e5e5e5 solid 1px;
      border-left: none;
    }
      .tags li a {
        color: #666;
      }
      .tags li a:before {
        position: absolute;
        left: -9px;
        width: 9px;
        height: 18px;
        content: "";
        background: url(../images/tags_bg_sp.png) left center no-repeat;
        background-size: 9px 18px;
      }
}

/* cate
--------------------------------------------------------------------*/
.cate {
	width: 100px;
	height: 26px;
	line-height: 26px;
  text-align: center;
  color: #fff;
	font-size: 12px;
  float: left;
  margin-right: 15px;
  background: url(../images/icon/icon_cate_ye_pc.png) left center no-repeat;
}
  .cate a {
    color: #fff;
  }
.cate.actor {
  background: url(../images/icon/icon_cate_actor_pc.png) left center no-repeat;
}
.cate.goods {
  background: url(../images/icon/icon_cate_goods_pc.png) left center no-repeat;
}
.cate.comic {
  background: url(../images/icon/icon_cate_comic_pc.png) left center no-repeat;
}
.cate.other {
  background: url(../images/icon/icon_cate_other_pc.png) left center no-repeat;
}
.cate.video-news {
  background: url(../images/icon/icon_cate_video-news_pc.png) left center no-repeat;
}
.cate.game {
  background: url(../images/icon/icon_cate_game_pc.png) left center no-repeat;
}
.cate.event {
  background: url(../images/icon/icon_cate_event_pc.png) left center no-repeat;
}
.cate.anime {
  background: url(../images/icon/icon_cate_ye_pc.png) left center no-repeat;
}
.cate.program {
  background: url(../images/icon/icon_cate_ye_pc.png) left center no-repeat;
}
.cate.audition {
  background: url(../images/icon/icon_cate_ye_pc.png) left center no-repeat;
}
.cate.blog {
  background: url(../images/icon/icon_cate_ye_pc.png) left center no-repeat;
}
.cate.stage {
  background: url(../images/icon/icon_cate_gr_pc.png) left center no-repeat;
}
.cate.music {
  background: url(../images/icon/icon_cate_or_pc.png) left center no-repeat;
}
.cate.comic-news {
  background: url(../images/icon/icon_cate_comic_pc.png) left center no-repeat;
}
.cate.newissue {
  background: url(../images/icon/icon_cate_ye_pc.png) left center no-repeat;
}
.cate.movie {
  background: url(../images/icon/icon_cate_movie_pc.png) left center no-repeat;
}
.cate.pickup {
  background: url(../images/icon/icon_cate_pk_pc.png) left center no-repeat;
}
.cate.precure {
  background: url(../images/icon/icon_cate_precure_pc.png) left center no-repeat;
}
.cate.cosplay {
  background: url(../images/icon/icon_cate_cosplay_pc.png) left center no-repeat;
}
.cate.yuno-anime {
  background: url(../images/icon/icon_cate_yuno-anime_pc.png) left center no-repeat;
}

@media screen and (max-width: 768px) {
  .cate {
    position: relative;
    width: 76px;
    height: 15px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    font-size: 9px;
    float: left;
    margin-right: 5px;
    background: url(../images/icon/icon_cate_ye_sp.png) left center no-repeat;
    background-size: 76px auto;
  }
  .cate.actor {
    background: url(../images/icon/icon_cate_actor_sp.png) left center no-repeat;
    background-size: 76px auto;
  }
  .cate.goods {
    background: url(../images/icon/icon_cate_goods_sp.png) left center no-repeat;
    background-size: 76px auto;
  }
  .cate.comic {
    background: url(../images/icon/icon_cate_comic_sp.png) left center no-repeat;
    background-size: 76px auto;
  }
  .cate.other {
    background: url(../images/icon/icon_cate_other_sp.png) left center no-repeat;
    background-size: 76px auto;
  }
  .cate.video-news {
    background: url(../images/icon/icon_cate_video-news_sp.png) left center no-repeat;
    background-size: 76px auto;
  }
  .cate.game {
    background: url(../images/icon/icon_cate_game_sp.png) left center no-repeat;
    background-size: 76px auto;
  }
  .cate.event {
    background: url(../images/icon/icon_cate_event_sp.png) left center no-repeat;
    background-size: 76px auto;
  }
  .cate.anime {
    background: url(../images/icon/icon_cate_ye_sp.png) left center no-repeat;
    background-size: 76px auto;
  }
  .cate.program {
    background: url(../images/icon/icon_cate_ye_sp.png) left center no-repeat;
    background-size: 76px auto;
  }
  .cate.audition {
    background: url(../images/icon/icon_cate_ye_sp.png) left center no-repeat;
    background-size: 76px auto;
  }
  .cate.blog {
    background: url(../images/icon/icon_cate_ye_sp.png) left center no-repeat;
    background-size: 76px auto;
  }
  .cate.stage {
    background: url(../images/icon/icon_cate_gr_sp.png) left center no-repeat;
    background-size: 76px auto;
  }
  .cate.music {
    background: url(../images/icon/icon_cate_or_sp.png) left center no-repeat;
    background-size: 76px auto;
  }
  .cate.comic-news {
    background: url(../images/icon/icon_cate_comic_sp.png) left center no-repeat;
    background-size: 76px auto;
  }
  .cate.newissue {
    background: url(../images/icon/icon_cate_ye_sp.png) left center no-repeat;
    background-size: 76px auto;
  }
  .cate.movie {
    background: url(../images/icon/icon_cate_movie_sp.png) left center no-repeat;
    background-size: 76px auto;
  }
  .cate.pickup {
    background: url(../images/icon/icon_cate_pk_sp.png) left center no-repeat;
    background-size: 76px auto;
  }
  .cate.precure {
    background: url(../images/icon/icon_cate_precure_sp.png) left center no-repeat;
    background-size: 76px auto;
  }
  .cate.cosplay {
    background: url(../images/icon/icon_cate_cosplay_sp.png) left center no-repeat;
    background-size: 76px auto;
  }
  .cate.yuno-anime {
    background: url(../images/icon/icon_cate_yuno-anime_sp.png) left center no-repeat;
    background-size: 76px auto;
  }
}

/* advertisement
--------------------------------------------------------------------*/
.adv {
  padding: 20px 0;
  text-align: center;
  background-color: transparent;
}
.news_list .adv:first-child {
  padding: 0 0 20px;
}
.contents_area .adv {
  padding: 0 0 30px;
}
.side .adv {
  margin-bottom: 30px;
  padding: 0px;
}
.side .adv > div {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .adv {
    padding: 15px 10px;
    background-color: transparent;
  }
  .news_list .adv:first-child {
    padding: 15px 10px;
  }
  .contents_area .adv {
    padding: 0 10px 20px;
  }
  .adv + ul {
    border-top: #e5e5e5 solid 1px;
  }
  .side .adv {
    padding: 10px 10px 0px;
    background: #f6f6f6;
  }
}

/** 20171016add **/
#recocroad_content_area {
  margin: auto;
}

/* gallery
--------------------------------------------------------------------*/
.gallery .gallery-item {
  padding: 0px 2px;
}

.gallery .gallery-item .gallery-caption {
  display: none;
}

.gallery .gallery-icon {
  position: relative;
  width: 100%;
}

.gallery .gallery-icon:before {
  content: '';
  position: relative;
  display: block;
  padding-top: 100%;
}

.gallery .gallery-icon a {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #cfcfcf;
  overflow: hidden;
  background-color: #eee;
  background-size: cover;
  background-position: center;
}

.gallery .gallery-icon a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border: none !important;
  transform: translate(-50%, -50%);
}

/* exp-gallery
--------------------------------------------------------------------*/
.exp-gallery {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba( 255, 255, 255, 0.9 );
  z-index: 99999;
  display: none;
  padding: 40px;
}

.exp-gallery-container {
  display: flex;
  height: 100%;
  max-width: 1240px;
  margin: 0px auto;
}

.exp-gallery-contents {
  position: relative;
  width: calc( 100% - 340px );
}

.exp-gallery-ad {
  width: 340px;
}

.exp-gallery-ad iframe {
  display: block;
  margin: 0px auto;
  max-width: 100%;
}

.exp-gallery-closer {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
}

.exp-gallery-closer:before,
.exp-gallery-closer:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 26px;
  height: 2px;
  background-color: #333;
}

.exp-gallery-closer:before {
  transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}

.exp-gallery-closer:after {
  transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
}

.exp-gallery-slider-main {
  height: 78%;
  padding: 20px;
}

.exp-gallery-slider-sub {
  padding: 20px 40px;
}

.exp-gallery-slider-sub.slider-few .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}

.exp-gallery-slider-main .slick-list,
.exp-gallery-slider-main .slick-track {
  height: 100%;
}

.exp-gallery-slider-main-item {
  height: 100%;
}

.exp-gallery-slider-main-item-contents {
  position: relative;
  height: 100%;
  width: 100%;
}

.exp-gallery-slider-main-item-thumb {
  position: relative;
  height: calc( 100% - 40px );
  width: 100%;
}

.exp-gallery-slider-main-item-thumb img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.exp-gallery-slider-main-item-caption {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0px 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}

.exp-gallery-slider-sub-item {
  position: relative;
}

.exp-gallery-slider-sub-item:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.exp-gallery-slider-sub-thumb {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.exp-gallery-slider-sub-thumb-img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  cursor: pointer;
}

.exp-gallery-slider-sub-item.slick-current .exp-gallery-slider-sub-thumb-img {
  border: 3px solid #d5b200;
}

.exp-gallery .slick-prev,
.exp-gallery .slick-next {
  position: absolute;
  top: calc( 50% - 20px );
  display: block;
  border: 2px solid #333;
  width: 40px;
  height: 40px;
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
}

.exp-gallery .slick-prev {
  left: 10px;
}

.exp-gallery .slick-next {
  right: 10px;
}

.exp-gallery .slick-prev:before,
.exp-gallery .slick-next:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #333;
}

.exp-gallery .slick-prev:before {
  left: 58%;
  border-left: 3px solid #333;
  transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
}

.exp-gallery .slick-next:after {
  left: 42%;
  border-right: 3px solid #333;
  transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}

.exp-gallery-pagination {
  position: absolute;
  top: 0px;
  right: 100px;
  z-index: 1;
}

.exp-gallery-pagination .current-num {
  font-size: 24px;
  font-weight: bold;
}

.exp-gallery-pagination .total-num {
  font-size: 20px;
}

.exp-gallery-pagination .total-num:before {
  content: '/';
  padding: 6px;
}

.exp-gallery-ad-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .exp-gallery {
    padding: 20px;
    overflow-y: scroll;
  }

  .exp-gallery-container {
    flex-wrap: wrap;
  }

  .exp-gallery-contents {
    width: 100%;
    height: 400px;
  }

  .exp-gallery-ad {
    height: 250px;
    width: 100%;
  }

  .exp-gallery-slider-main-item-caption {
    padding: 0px;
    font-size: 12px;
  }

  .exp-gallery-slider-main {
    height: 100%;
    padding-top: 40px;
  }

  .exp-gallery-slider-sub {
    display: none;
  }

  .exp-gallery-pagination {
    width: 100%;
    right: initial;
    text-align: center;
  }

  .exp-gallery .slick-prev {
    left: -10px;
  }

  .exp-gallery .slick-next {
    right: -10px;
  }

  .exp-gallery-ad-pc {
    display: none;
  }
}

/* breadcrumbs 
--------------------------------------------------------------------*/
.breadcrumbs {
  padding: 174px 4px 4px;
  background-color: #e8e8e8;
}

.breadcrumbs ul {
  width: 1110px;
  margin: 0px auto;
  overflow: hidden;
  white-space: nowrap;
}

.breadcrumbs ul li {
  display: inline-block;
}

.breadcrumbs ul li:not(:first-child):before {
  content: '/';
  font-size: 12px;
  display: inline-block;
  padding: 0px 4px;
  vertical-align: middle;
}

.breadcrumbs ul li a {
  overflow: hidden;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  line-height: 1;
}

.breadcrumbs ul li a img {
  width: 14px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 60px 4px 4px;
  }
  .breadcrumbs ul {
    width: 100%;
  }
  .breadcrumbs ul li a {
    font-size: 10px;
  }

  .breadcrumbs ul li a img {
    width: 12px;
  }
}

/* SINGLE PAGE PAGINATION
--------------------------------------------------------------------*/
.contents_area .contents .single-page-pagination {
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}

.contents_area .contents .single-page-pagination span {
  display: block;
  padding: 2px 10px;
  background-color: #d5b200;
  margin: 0px 5px;
  color: #fff;
}

.contents_area .contents .single-page-pagination span > span {
  padding: 0px;
  margin: 0px;
}

.contents_area .contents .single-page-pagination a {
  border: 1px solid #BFBFBF;
  margin: 0px 5px;
  text-decoration: none;
}

.contents_area .contents .single-page-pagination a:hover {
  border: 1px solid #000;
}

.contents_area .contents .single-page-pagination a span {
  background-color: #fff;
  margin: 0px;
  color: inherit;
}

/* WPP POPULAR IMAGES
--------------------------------------------------------------------*/
.wpp-popular-images {
  margin: 30px 0px;
}

.wpp-popular-images--list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -4px;
  padding: 10px;
  background-color: #fff;
  border: #e5e5e5 solid 1px;
}

.wpp-popular-images--item {
  width: 25%;
  padding: 4px;
}

.wpp-popular-images--item a {
  position: relative;
  display: block;
  width: 140px;
  height: 140px;
  background-color: #ddd;
  margin: 0px auto;
  overflow: hidden;
}

.wpp-popular-images--item img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  max-width: initial;
  transform: translate(-50%,-50%);
}

@media screen and (max-width: 767px ) {
  .wpp-popular-images--item {
    width: 50%;
  }
}
