/*******************************************************************************
project
*******************************************************************************/
.project__wrapper {
  margin: 0 -16px;
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  .project__wrapper {
    margin: 0 -8px;
    width: calc( 100% + 16px );
  }
}

.project {
  width: 256px;
  margin: 48px 16px 0;
  text-align: justify;
}
@media screen and (max-width: 896px) {
  .project {
    width: calc( (100% / 3) - (16px * 3) / 3 );
    margin: 48px 8px 0;
  }
}
.project:nth-child(1), .project:nth-child(2), .project:nth-child(3), .project:nth-child(4) {
  margin-top: 0;
}
@media screen and (max-width: 896px) {
  .project:nth-child(4) {
    margin-top: 48px;
  }
}
@media screen and (max-width: 480px) {
  .project:nth-child(3) {
    margin-top: 48px;
  }
}
@media screen and (max-width: 480px) {
  .project {
    width: calc( (100% / 2) - (16px * 2) / 2);
  }
}

@media screen and (max-width: 896px) {
  /* IE11 */
  *::-ms-backdrop, .project {
    width: calc( 33.333% - (16px * 3) / 3 );
  }
}
@media screen and (max-width: 480px) {
  /* IE11 */
  *::-ms-backdrop, .project {
    width: calc( 50% - (16px * 2) / 2 );
  }
}
.project__img {
  margin-bottom: 16px;
}
@media screen and (max-width: 896px) {
  .project__img {
    width: 100%;
  }
}
.project__img img {
  width: 100%;
}

.project__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  .project__title {
    font-size: 14px;
  }
}

.project__tag {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
}

.project__tag__name {
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}
.project__tag__name.noticeFrame {
  margin-right: 4px;
}

.project .project__tag__name _:lang(x)::-ms-backdrop, .project .project__tag__name.noticeFrame {
  padding: 5px 14px 2px;
  line-height: 1;
}

.project__tag__new {
  color: #ea4f19;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 6px;
}
