@charset "utf-8";
/* CSS Document */


.animal_list .webgene-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.animal_list .webgene-pagination .number a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  aspect-ratio: 1;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  box-sizing: border-box;
  text-decoration: none;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.animal_list .webgene-pagination .number.selected a {
  background-color: #ffe45c;
  border-color: #ffe45c;
}

.animal_list .webgene-pagination .number a:focus-visible {
  outline: 3px solid rgba(109, 193, 203, 0.45);
  outline-offset: 3px;
}

@media (hover: hover) {
  .animal_list
    .webgene-pagination
    .number:not(.selected)
    a:hover {
    color: #fff;
    background-color: #6dc1cb;
    border-color: #6dc1cb;
    transform: translateY(-3px);
  }
}

@media screen and (max-width: 576px) {
  .animal_list .webgene-pagination {
    padding-top: 40px;
  }

  .animal_list .webgene-pagination ul {
    gap: 10px;
  }

  .animal_list .webgene-pagination .number a {
    width: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .animal_list .webgene-pagination .number a {
    transition: none;
  }

  .animal_list
    .webgene-pagination
    .number:not(.selected)
    a:hover {
    transform: none;
  }
}

.animal_list {
}

.animal_list .cate-wrap {
  position: relative;
}

.animal_list .cate-wrap .webgene-blog {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.animal_list .cate-wrap .webgene-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 4px 14px;
  color: #333;
  background-color: #fff;
  border: none;
  border-radius: 100px;
  box-sizing: border-box;
  text-decoration: none;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}

.animal_list .cate-wrap .webgene-item a.on {
  color: #fff;
  background-color: #65bfca;
}

.animal_list .cate-wrap .webgene-item a p {
  margin: 0;
  color: inherit;
  line-height: 1.4;
}

.animal_list .contents > .webgene-blog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(55px, 8vw, 90px) clamp(30px, 5vw, 55px);
}

.animal_list .contents > .webgene-blog .webgene-item {
  width: auto;
  min-width: 0;
  text-align: center;
}

.animal_list .contents > .webgene-blog .webgene-item > a {
  display: block;
  color: #333;
  text-decoration: none;
}

.animal_list .contents .webgene-item .imgbox {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 12px;
  overflow: hidden;
  background-color: #bbb;
  border: 5px solid #fff;
  border-radius: 32px;
  box-sizing: border-box;
}

.animal_list .contents .webgene-item .imgbox img {
  display: block;
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  object-position: center;
}

.animal_list .contents .webgene-item .catename {
  display: inline-block;
  margin-bottom: 7px;
  padding: 0;
  color: #65bfca;
  background-color: transparent;
  border-radius: 0;
  line-height: 1.5;
}

.animal_list .contents .webgene-item h2 {
  margin: 0 0 7px;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.animal_list .contents .webgene-item .animal_meta {
  margin: 0;
  color: #666;
  line-height: 1.5;
}


.animal_list .webgene-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.animal_list .webgene-pagination .number a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  aspect-ratio: 1;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  box-sizing: border-box;
  text-decoration: none;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.animal_list .webgene-pagination .number.selected a {
  background-color: #ffe45c;
  border-color: #ffe45c;
}

.animal_list .webgene-pagination .number a:focus-visible {
  outline: 3px solid rgba(109, 193, 203, 0.45);
  outline-offset: 3px;
}

.animal_list .shop_box {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

@media (hover: hover) {
  .animal_list .cate-wrap .webgene-item a:not(.on):hover {
    color: #fff;
    background-color: #65bfca;
  }

  .animal_list
    .webgene-pagination
    .number:not(.selected)
    a:hover {
    color: #fff;
    background-color: #6dc1cb;
    border-color: #6dc1cb;
    transform: translateY(-3px);
  }
}

@media screen and (max-width: 1080px) {
  .animal_list .contents > .webgene-blog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .animal_list .contents > .webgene-blog {
    gap: 50px 25px;
  }

  .animal_list .contents .webgene-item .imgbox {
    border-radius: 27px;
  }
}


@media (prefers-reduced-motion: reduce) {
  .animal_list .cate-wrap .webgene-item a,
  .animal_list .webgene-pagination .number a {
    transition: none;
  }

  .animal_list
    .webgene-pagination
    .number:not(.selected)
    a:hover {
    transform: none;
  }
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

