.page-header h1 {
  margin: 60px auto;
  max-width: 960px;
  text-align: center;
}
.page-content .content_inner {
  margin: 0 auto;
  max-width: 960px;
}

.page-content .content_inner.post-lists {
  margin-top: 60px;
  margin-bottom: 60px;
}
.post-lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}

.post-lists article {
  position: relative;
  width: 100%;
  /* max-width: 230px; */
  /* height: 230px; */
  /* margin: 30px auto 0; */
  /* filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .2)); */
  border-radius: 5px;
  /* background-color: rgba(43, 226, 144, 0.337); */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: #0006 0px 1px 10px;
}

.post-lists figure {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  /* max-width: 230px; */
  height: 230px;
  border-radius: 5px;
  background-color: rgba(43, 226, 144, 0.337);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.post-lists figure img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-lists div.caption {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  max-width: 230px;
  height: 230px;
  border-radius: 5px;
  background-color: rgba(43, 226, 144, 0.337);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-lists article:hover {
  background-color: rgba(247, 246, 246, 0.887);
  opacity: 1;
  transition: 0.2s;
  /*ふわっとさせる指定*/
  -webkit-transition: 0.5s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
}

.post-lists article div.text_clip {
  opacity: 0.899
}

.post-lists article .cate_ttl,
.post-lists article .cate_date {
  padding: 0 10px;
}
.post-lists article .cate_date {
  text-align: right;
}

.post-lists article:hover div.text_clip {
  background: linear-gradient(to bottom, #00b3ca, #7dd0b6, #f69256, #9e00ca);
  -webkit-background-size: 100vh 100vh;
  -o-background-size: 100vh 100vh;
  background-size: 100vh 100vh;
  /*animation: bgAnim 5s ease infinite;
  -webkit-animation: bgAnime 10s infinite linear;
  */
  animation: bgAnime 3s infinite linear;
  -webkit-animation: bgAnime 3s infinite linear;
  animation-direction: alternate;
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  transition: 0.2s;
  /*ふわっとさせる指定*/
  -webkit-transition: 0.5s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.post-lists .wpp-meta,
.post-lists .post-stats {
  position: relative;
}
