/*
Theme Name: zousanrecords POP child
Description: WordPressテーマ「zousanrecords POP」の子テーマです。
Template: zousanrecordspop
Author: Hiroshi Ota
Author URI: https://wp.zousanrecords.com/
Version: 1.0.0.0
*/

/* top_topics_area */

#top_topics_area .topics_box .list_cont a {
  text-decoration: none;
}

#top_topics_area .topics_box .list_cont a:hover {
  color: inherit;
}

#top_topics_area .topics_box .list_cont a .topics_pic {
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
}

#top_topics_area .topics_box .list_cont a .topics_pic p.object_fit {
  margin-bottom: 0;
}

#top_topics_area .topics_box .list_cont a img {
  transition: 0.5s;
}

#top_topics_area .topics_box .list_cont a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
  transition: 0.5s;
}

#top_topics_area .topics_box .list_cont p.topics_date time {
  margin-bottom: 5px;
  font-weight: bold;
  font-style: italic;
  color: var(--text_color);
  font-size: 1.4rem;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 599px) {
  #top_topics_area .topics_box ul.topics_ul {
    margin-bottom: 15px !important;
  }

  #top_topics_area .topics_box .list_cont {
    margin-bottom: 0.5em;
  }

  #top_topics_area .topics_box .list_cont .topics_cont {
    display: flex;
    justify-content: space-between;
  }

  #top_topics_area .topics_box .list_cont .topics_cont .topics_pic {
    flex-basis: 40%;
    max-width: 40%;
  }

  #top_topics_area .topics_box .list_cont .topics_cont .topics_caption {
    flex-basis: 58%;
    max-width: 58%;
  }

  #top_topics_area .topics_box .list_cont .topics_title {
    line-height: 1.4em;
  }
}

@media screen and (min-width: 600px) {
  #top_topics_area .topics_box .list_cont {
    margin-bottom: 2em;
  }
}

/* li_category */

.list_cont .li_category {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 8px 3px;
  font-size: 1rem;
  font-weight: bold;
  z-index: 2;
  color: #fff;
}

.list_cont .li_category.cat00 {
  display: none !important;
}

.list_cont .li_category.cat01 {
  background: #c3003a;
}

.list_cont .li_category.cat02 {
  background: #3a546b;
}

.list_cont .li_category.cat03 {
  background: #d5a02e;
}

.list_cont .li_category.cat04 {
  background: #918d43;
}

.list_cont .li_category.cat05 {
  background: #787cac;
}

.list_cont .li_category.cat06 {
  background: #604439;
}

.list_cont .li_category.cat07 {
  background: #6f2757;
}

.list_cont .li_category.cat08 {
  background: #c1541c;
}

.list_cont .li_category.cat09 {
  background: #565d63;
}

.list_cont .li_category.cat10 {
  background: #baaa52;
}
