@charset "UTF-8";

/*///////////////////////////////////////////////////////////////////////

for SP【〜519px】

///////////////////////////////////////////////////////////////////////*/

/*-------------------------------------------------
.post-container (sp)
------------------------------------------------*/
.post-container {
  margin: 30px 0 0;
}



/*-------------------------------------------------
.post (sp)
------------------------------------------------*/

.post-container .post + .post {
  margin: 34px 0 0;
  padding: 34px 0 0;
  border-top: 1px solid #ccc;
}

.post-container .post a .post-desc {
  margin: 16px 0 0;
}

.post-container .post a .post-thumb-wrap .post-thumb {
  position: relative;
  overflow: hidden;
}
.post-container .post a .post-thumb-wrap .post-thumb img {
  width: 100%;
  transition: transform .5s;
}
.post-container .post a:hover .post-thumb-wrap .post-thumb img {
  /* transform: scale(1.2) rotate(6deg); */
  transform: scale(1.06);
}

.post-container .post a .post-thumb-wrap .post-cat {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 4px 10px 6px 8px;
  background-color: var(--primary-darkblue);
  /* transform: skew(-6deg); */
}
.post-container .post a .post-thumb-wrap .post-cat span {
  display: block;
  color: #fff;
  font-size: 12px;
  letter-spacing: .06em;
  /* transform: skew(6deg); */
}

.post-container .post a .post-desc .post-ttl {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .02em;
}

.post-container .post a .post-desc .post-excerpt {
  margin: 10px 0 0;
}
.post-container .post a .post-desc .post-excerpt p {
  font-size: 14px;
  color: #4b4b4b;
  line-height: 1.8;
  letter-spacing: .02em;
}

.post-container .post a .post-desc .post-release {
  margin: 6px 0 0;
  font-size: 13px;
  color: #9e9e9e;
  line-height: 1.8;
  text-align: right;
  letter-spacing: .06em;
}
.post-container .post a .post-desc .post-release i {
  margin: 0 4px 0 0;
}







/*///////////////////////////////////////////////////////////////////////

for Tablet【520〜959px】

///////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 520px) {

/*-------------------------------------------------
.post (tb)
------------------------------------------------*/
.post-container .post a {
  display: flex;
}

.post-container .post a .post-thumb-wrap {
  flex: 0 0 36%;
  margin: 0 4% 0 0;
}

.post-container .post a .post-desc {
  flex: 1;
  margin: 0;
}


}


