﻿.sticky-header {
  position: fixed;
  top: 0;
  z-index: 100;
  transform: translateY(0);
}
.profile-page {
  margin: 120px auto 0 auto;
  width: 100%;
  max-width: 1200px;
  min-height: 100vh;
  overflow: visible;
}


.profile-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  position: relative;
  overflow: visible;
}
.profile-left {
  position: relative;
  height: 100%;
  width: 40%;
  min-width: 500px;
  overflow: visible;
}
.profile-right {
}
.profile-photo {
}
.profile-newmark {
  position: absolute;
  top: -30px;
  left: -20px;
  z-index: 10;
}
.profile-name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile-name-jp {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}
.profile-name-en {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 6.4px;
}
.profile-name-en::after,.profile-name-en::before {
  content: " - ";
  width: 100%;
  height: 2px;
}
.profile-size {
  font-size: 12px;
}
.profile-size span {
  font-size: 1rem;
}
.profile-title {
  width: 160px;
  margin-top: 20px;
  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;
}
.profile-features-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 1.2;
  font-family: noto-sans-jp, sans-serif;
}
.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-top: 5px;
  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-details-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.profile-details-list div {
  display: flex;
  gap: 5px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
  padding: 15px 0;
  margin: 0;
}
.profile-details-list div:last-child {
  border: none;
}
.profile-details-list dt {
  line-height: 1.2;
  font-family: noto-sans-jp, sans-serif;
  width: 150px;
}
.profile-details-list dd {
  line-height: 1.2;
  font-family: noto-sans-jp, sans-serif;
}
.profile-schedule-list {
  display: flex;
  font-weight: 600;
  font-family: noto-sans-jp, sans-serif;
  color: rgba(0, 0, 0, 0.5);
}
.profile-schedule-list div {
  flex: 1;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-right: none;
}
.profile-schedule-list div:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.profile-schedule-list div dt {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 10px 0;
}
.profile-schedule-list div dd {
  text-align: center;
  padding: 30px 0;
}
.sunday {
  color: #ff7272;
}
.saturday {
  color: #5398ff;
}

.profile-gravure {
  justify-content: center;
}

