@media screen and (min-width: 641px) {
  .visible-sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .hidden-sp {
    display: none !important;
  }
}

.p-biography {
  min-height: 100vh;
}
.p-biography__inner {
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 24px 96px;
}
@media screen and (min-width: 641px) {
  .p-biography__inner {
    padding: 0 40px 96px;
  }
}
.p-biography__photo {
  overflow: hidden;
  margin-bottom: 64px;
}
.p-biography__photo-inner {
  width: 100%;
  max-width: 42rem;
  margin: 0 auto;
}
.p-biography__photo-img {
  width: 100%;
  height: auto;
  border: 1px solid var(--color-gray-800);
}
.p-biography__bio {
  overflow: hidden;
  margin-bottom: 96px;
}
.p-biography__bio-line {
  width: 48px;
  height: 1px;
  background: var(--color-gray-700);
  margin-bottom: 40px;
}
.p-biography__bio-text {
  font-size: 14px;
  font-family: var(--font-sans);
  font-weight: 300;
  color: var(--color-gray-400);
  line-height: 2.4;
}
@media screen and (min-width: 641px) {
  .p-biography__bio-text {
    font-size: 16px;
  }
}
.p-biography__bio-text p {
  margin-bottom: 24px;
}
.p-biography__bio-text p:last-child {
  margin-bottom: 0;
}
.p-biography__bio-closing {
  color: var(--color-gray-300);
  font-family: var(--font-serif);
  font-style: italic;
}
.p-biography__history {
  overflow: hidden;
}
.p-biography__history-title {
  font-size: 1.25rem;
  font-family: var(--font-serif);
  font-weight: 300;
  letter-spacing: 0.2em;
  color: white;
  margin-bottom: 48px;
}
@media screen and (min-width: 641px) {
  .p-biography__history-title {
    font-size: 1.5rem;
  }
}
.p-biography__timeline {
  position: relative;
}
.p-biography__timeline-line {
  position: absolute;
  left: 3px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: var(--color-gray-800);
}
.p-biography__timeline-entries {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-biography__timeline-entry {
  display: flex;
  gap: 24px;
  position: relative;
}
@media screen and (min-width: 641px) {
  .p-biography__timeline-entry {
    gap: 32px;
  }
}
.p-biography__timeline-dot-wrap {
  flex-shrink: 0;
  position: relative;
}
.p-biography__timeline-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-gray-600);
  margin-top: 8px;
}
.p-biography__timeline-content {
  flex: 1;
  min-width: 0;
}
.p-biography__timeline-year {
  font-size: 16px;
  letter-spacing: 0.15em;
  color: white;
  font-family: var(--font-serif);
  font-weight: 300;
  margin-bottom: 12px;
}
@media screen and (min-width: 641px) {
  .p-biography__timeline-year {
    font-size: 18px;
  }
}
.p-biography__timeline-events {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-biography__timeline-event {
  font-size: 12px;
  font-family: var(--font-sans);
  font-weight: 300;
  color: var(--color-gray-400);
  line-height: 1.9;
  padding-left: 12px;
  border-left: 1px solid var(--color-gray-800);
}
@media screen and (min-width: 641px) {
  .p-biography__timeline-event {
    font-size: 14px;
  }
}/*# sourceMappingURL=p-biography.css.map */
