.u-mv {
  background-image: url("/images/profile/bg-mv.jpg");
  margin-bottom: 0;
}

.c-ttl2 {
  margin-bottom: 3rem;
}

.c-profile .c-tag {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  font-size: 2.8rem;
  margin-bottom: 2rem;
}
.c-profile .c-tag li {
  width: 100%;
}
.c-profile .c-tag a {
  width: 100%;
  padding: 0.775rem;
}
.c-profile .c-btn__link {
  font-size: 3rem;
  min-height: 8.5rem;
}
.c-profile .c-btn__link::after {
  width: 1.6rem;
  height: 2.5rem;
  right: 3rem;
}

.c-profile__slide {
  margin-bottom: 1.5rem;
}

.c-profile__slide--thumb {
  margin: 0 1rem 4rem;
}
.c-profile__slide--thumb .slick-track {
  display: flex;
  justify-content: center;
}

.c-profile__slide--thumb__item {
  width: 12rem !important;
  margin: 0 0.75rem;
}
.c-profile__slide--thumb__item img {
  margin: auto;
}

.c-profile__name {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.c-profile__ruby {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 2rem;
}

.c-profile__size {
  font-size: 2.2rem;
  text-align: center;
  color: #626262;
  margin-bottom: 2rem;
}

.u-icnwrap {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 3rem 0 4rem;
}
.u-icnwrap li {
  width: 12rem;
}
.u-icnwrap li img {
  width: 100%;
}

.c-pschedule {
  margin-top: 7rem;
}

.c-selfie {
  margin-top: 7rem;
}

.c-message {
  margin-top: 7rem;
}

.slick-slide img{
  width: 100%;
}