@charset "UTF-8";

.works .items {
  display: flex;
  flex-wrap: wrap;
}
.works .items .item {
  align-items: center;
  background: #eee;
  display: flex;
  justify-content: center;
  position: relative;
  width: 33.333%;
}
.works .items .item a {
  display: block;
  width: 100%;
}
.works .items .item .img {
  width: 100%;
}
.works .items .item .img img {
  width: 100%;
  height: auto;
}
.works .items .item .hover {
  align-items: center;
  background: #D7A060;
  border-radius: 100%;
  bottom: 0;
  color: #16100F;
  display: flex;
  font-size: .875em;
  height: 170px;
  justify-content: center;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  transform: rotateY(90deg);
  top: 0;
  width: 170px;
}
.works .items .item:hover .hover {
  opacity: 1;
  transform: rotateY(0);
}

article {
  width: 950px;
  margin: 0 auto;
  font-size: 0.875rem;
}
article > p+p{
  margin: 50px 0 0;
}
.entry-data {
  position: relative;
  padding: 0 440px 0 0;
  margin: 20px 0 80px;
}
.entry-data p{
  margin: 0 0 20px;
}
.entry-data dl{
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.entry-data dl dt{
  font-weight: normal;
}

.protect{
  text-align: center;
  margin: 50px 0 0;
}
.protect a{
  color: #16100F;
  display: inline-block;
  border-bottom: 1px solid #16100F;
}
.protect a:hover{
  text-decoration: none;
  border-bottom: 1px solid #fff;
} 