﻿#covergirl {
  margin-top: 60px;
}
.profile-name-jp {
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-top: 50px;
}
.profile-name-en {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 6.4px;
  text-align: center;
}
.profile-name-en::after,
.profile-name-en::before {
  content: " - ";
  width: 100%;
  height: 2px;
}
.profile-size {
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}
.profile-size span {
  font-size: 1.2rem;
}
.profile-title {
  width: 160px;
  margin: 20px 5px 0 5px;
  text-align: center;
  letter-spacing: 5px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: rgba(0, 0, 0, 0.5);
  background: #e5e5e5;
  border-radius: 20px;
  position: relative;
  z-index: 20;
}
.profile-comment {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 5px;
  padding: 0 10px;
}
.profile-features-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 1.2;
  font-family: noto-sans-jp, sans-serif;
  margin-left: 10px;
}
.profile-features-list li {
  font-size: 1.2rem;
  margin: 10px 10px 0 0;
}
.profile-features-list li::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url("../../images/li-before.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
  vertical-align: middle;
}
.profile-message {
  margin: 10px 10px 0 10px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: noto-sans-jp, sans-serif;
  color: #ff72f0;
}
.profile-details-container {
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 20px;
  margin-top: -11px;
  position: relative;
  z-index: 10;
}
.profile-detail-list {
  font-family: noto-sans-jp, sans-serif;
  width: 90%;
  max-width: 600px;
  margin: 20px auto;
  text-align: left;
}
.profile-details-list dt {
  font-size: 16px;
  border-bottom: rgba(0, 0, 0, 0.5) dashed 1px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.profile-details-list dd {
  color: #ff72f0;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
}
.profile-about {
  font-size: 1.2rem;
  line-height: 1.6em;
  padding: 10px;
}
.profile-schedule-list {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-family: noto-sans-jp, sans-serif;
  color: rgba(0, 0, 0, 0.5);
}
.profile-schedule-list div {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-right: none;
}
.profile-schedule-list div:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.profile-schedule-list div dt {
  text-align: right;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 10px;
}
.profile-schedule-list div dd {
  text-align: left;
  padding: 10px;
}
.profile_contents_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
