/* ==================================
	works
	================================== */
.single-works-date {
  font-size: 1.8rem;
  letter-spacing: .1em;
  margin-bottom: 1.8rem;
}
.common-works-categories.single-works-categories {
  padding-top: 0;
  border-top: none;
}
.single-works-categories .common-works-tag-item {
  font-size: 1.6rem;
}
.single-works-categories .common-works-tag-title {
  width: 20%;
}
.works-wrap {
  margin-bottom: 16rem;
}

.works-list {
  flex-wrap: wrap;
  justify-content: space-between;
}

.works-list::before {
  display: block;
  order: 1;
  width: 31.3%;
  content: "";
}

.works-list::after {
  display: block;
  width: 31.3%;
  content: "";
}

.works-item {
  width: 31.1%;
}

.works-item:nth-child(n + 4) {
  margin-top: 5.6rem;
}

.works-thumbnail {
  margin-bottom: 2rem;
  aspect-ratio: 420/264;
}

.works-thumbnail img {
  height: 100%;
  object-fit: cover;
}

.works-tag-list {
  margin-bottom: 2.8rem;
}

.works-tag {
  margin-right: 1rem;
  padding: 0.6rem 1.4rem;
  border-radius: 50rem;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
}

.works-tag:last-child {
  margin-right: 0;
}

.works-title {
  font-size: 1.8rem;
  line-height: 1.8000000847710504;
  letter-spacing: 0.022em;
}

@media screen and (min-width: 1500px) {
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
}

@media (max-width: 780px) {
	.single-works-date {
	  font-size: 1.2rem;
	}
	.works-list {
	  flex-direction: column;
	}
	.works-item {
	  width: 100%;
	}
	.works-item:nth-child(n + 2) {
	  margin-top: 4rem;
	}
	.works-tag-list.flex {
	  flex-direction: column;
	  margin-bottom: 1.6rem;
	}
	.works-tag {
	  width: max-content;
	  font-size: 1rem;
	  padding: .4rem 1.2rem;
	}
	.works-tag:nth-child(n + 2) {
	  margin-top: .6rem;
	}
}