.fav_list {
  margin-bottom: 40px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fav_list li {
  font-size: 15px;
  line-height: 1.4;
  padding: 3px;
  width: 12.5%;
}
@media (max-width: 1700px) {
  .fav_list li {
    width: 20%;
  }
}
@media (max-width: 1300px) {
  .fav_list li {
    width: 20%;
  }
}
@media (max-width: 1200px) {
  .fav_list li {
    width: 25%;
  }
}
@media (max-width: 950px) {
  .fav_list li {
    width: 33.33333%;
  }
}
@media (max-width: 600px) {
  .fav_list li {
    width: 50%;
  }
}
.fav_list li a {
  background: #a1bfd5;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  border-radius: 5px;
}
.fav_list li a .txt_box {
  width: calc(100% - 90px);
  padding: 8px;
}
.fav_list li a .txt_box .txt01 {
  font-size: 12px;
  display: block;
  opacity: 0.7;
  max-height: 2.8em;
  overflow: hidden;
  line-height: 1.3;
  word-break: break-all;
}
.fav_list li a .txt_box .txt02 {
  display: block;
  max-height: 2.8em;
  overflow: hidden;
  line-height: 1.3;
  word-break: break-all;
}
.fav_list li a .img img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.fav_list li a:hover {
  opacity: 0.6;
}

.search_blc {
  margin-bottom: 20px;
}

.sort_list01 {
  margin-bottom: 10px;
}
.sort_list01 li {
  display: inline-block;
  margin-right: 5px;
}
.sort_list01 li a {
  text-decoration: underline;
}

.breadcrumbs_link {
  text-decoration: underline;
  margin: 0 5px;
}

.index_list {
  font-size: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index_list li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 3px;
  width: 8.33333333%;
}
@media (max-width: 1700px) {
  .index_list li {
    width: 9.09090909%;
  }
}
@media (max-width: 1500px) {
  .index_list li {
    width: 10%;
  }
}
@media (max-width: 1300px) {
  .index_list li {
    width: 12.5%;
  }
}
@media (max-width: 950px) {
  .index_list li {
    width: 16.6666666%;
  }
}
@media (max-width: 800px) {
  .index_list li {
    width: 20%;
  }
}
@media (max-width: 640px) {
  .index_list li {
    width: 25%;
  }
}
@media (max-width: 470px) {
  .index_list li {
    width: 33.33333%;
  }
}
@media (max-width: 310px) {
  .index_list li {
    width: 50%;
  }
}
.index_list li a {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.index_list li a .img01 {
  overflow: hidden;
}
.index_list li a .img01 img {
  width: 152px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.index_list li a .img01 .no {
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  min-width: 2em;
  line-height: 1;
  padding: 0.05em 0.5em 0.2em;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7333333333);
  border-radius: 0 0 0 5px;
}
.index_list li a .txt_box01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5333333333);
  color: #fff;
  padding: 5px;
  text-shadow: #000 0 0 5px, #000 0 0 5px, #000 0 0 5px, #000 0 0 5px;
}
.index_list li a .txt_box01 .time01 {
  font-size: 12px;
  text-align: left;
  line-height: 1;
  margin-bottom: 3px;
}
.index_list li a .txt_box01 .ttl01 {
  font-size: 15px;
  text-align: left;
  line-height: 1.3;
  word-break: break-all;
  height: 1em;
  line-height: 1;
  overflow: hidden;
}

.dir_list {
  margin-bottom: 15px;
}
.dir_list ul {
  width: 100%;
  padding: 5px 0 0 5px;
  border: 2px solid #112a3c;
  border-top: 2px solid #112a3c;
  border-left: 2px solid #112a3c;
  border-bottom: 2px solid #112a3c;
  margin-bottom: 15px;
}
.dir_list ul ul {
  border-right: none;
}
.dir_list li {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
}
.dir_list li .time01 {
  font-size: 13px;
  text-align: left;
}
.dir_list li a {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.dir_list li a .img {
  position: relative;
}
.dir_list li a .img .icon {
  position: absolute;
  display: block;
  width: 25px;
  bottom: 5px;
  left: 5px;
}
.dir_list li a .img .thumb {
  display: block;
  width: 100%;
}
.dir_list li a .img .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.dir_list li a .img .num {
  display: inline-block;
  background: #fff;
  color: #112a3c;
  width: 3em;
  text-align: center;
  border: 1px solid #112a3c;
}
.dir_list li a .img .fav_icon {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #ffd400;
  padding: 0px 3px;
  color: #1855ff;
  font-weight: 900;
}
.dir_list li a .ttl01 {
  white-space: wrap;
  line-height: 1.3;
  word-break: break-all;
}
.dir_list li.no-child {
  display: inline-block;
  width: 120px;
  padding: 5px;
}
@media (max-width: 1700px) {
  .dir_list li.no-child {
    width: 9.09090909%;
  }
}
@media (max-width: 1500px) {
  .dir_list li.no-child {
    width: 10%;
  }
}
@media (max-width: 1300px) {
  .dir_list li.no-child {
    width: 12.5%;
  }
}
@media (max-width: 950px) {
  .dir_list li.no-child {
    width: 16.6666666%;
  }
}
@media (max-width: 800px) {
  .dir_list li.no-child {
    width: 20%;
  }
}
@media (max-width: 640px) {
  .dir_list li.no-child {
    width: 25%;
  }
}
@media (max-width: 470px) {
  .dir_list li.no-child {
    width: 33.33333%;
  }
}
@media (max-width: 310px) {
  .dir_list li.no-child {
    width: 50%;
  }
}
.dir_list li.no-child .num {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: inline-block;
  background: #fff;
  color: #112a3c;
  width: 3em;
  text-align: center;
  border: 1px solid #112a3c;
}
.dir_list li.no-child .ttl01 {
  height: 2.6em;
  overflow: hidden;
}
.dir_list li.no-thumb > a {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.dir_list li.no-thumb > a > .img {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}
.dir_list li.no-thumb > a > .img > .icon {
  position: static;
  display: inline-block;
}
.dir_list li.no-thumb > a > .ttl01 {
  display: inline-block;
  vertical-align: middle;
}

.list_wrp {
  position: relative;
  margin-bottom: 20px;
}
.list_wrp .nav_wrp {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: 2px solid #fff;
  width: 104px;
  height: 104px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 769px) {
  .list_wrp .nav_wrp {
    display: none;
  }
}
.list_wrp .nav_scroll {
  position: absolute;
  border: 2px solid #f00;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.list_wrp .list_inner {
  max-height: 50svh;
  overflow: scroll;
  font-size: 0;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
@media (min-width: 769px) {
  .list_wrp .list_inner {
    overflow: auto;
    overflow-y: auto;
  }
}
.list_wrp .list_inner .list {
  text-align: left;
  width: 1000px;
}
@media (min-width: 769px) {
  .list_wrp .list_inner .list {
    width: auto !important;
    height: auto !important;
  }
}
.list_wrp .list_inner .list li {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 3px;
  font-size: 15px;
  word-break: break-word;
}
.list_wrp .list_inner .list li img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.main_list {
  text-align: center;
  margin: 0 -15px;
}
.main_list .main_list_inner li {
  margin-left: auto;
  margin-right: auto;
  max-height: 100svh;
  position: relative;
}
.main_list .main_list_inner li span {
  display: block;
  position: absolute;
  height: 100%;
  width: 40%;
  top: 0;
}
.main_list .main_list_inner li span.prev {
  left: 0;
}
.main_list .main_list_inner li span.next {
  right: 0;
}
.main_list .main_list_inner li img {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.totop {
  position: fixed;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 20px;
  padding: 20px;
  width: 100px;
}

.goindex {
  position: fixed;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 20px;
  padding: 20px;
  width: 100px;
}