.u-mv {
  background-image: url("/images/newface/bg-mv.jpg");
}

.c-newface__item:not(:last-child) {
  margin-bottom: 4rem;
}

.c-newface__profile {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.c-newface__profile--img {
  width: 35rem;
}

.c-newface__profile--img a{
  display: block;
}

.c-newface__profile--text {
  width: calc(100% - 39rem);
}
.c-newface__profile--text .c-tag li {
  max-width: 20rem;
}
.c-newface__profile--text .c-tag li:not(:last-child) {
  margin-bottom: 1rem;
}
.c-newface__profile--text .c-tag li:first-child.-grade {
  margin-bottom: 2rem;
}

.c-newface__date {
  color: #626262;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.c-newface__name {
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
}

.c-newface__name a{
  color: var(--c-black);
}

.c-newface__ruby {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.c-newface__size {
  color: #626262;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}