body {
  overflow-x: hidden;
  overflow-y: auto;
}

.about-page {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  height: calc(1117 / 1728 * 100vw);
  background: #fff;
}

.about-page .nav-area {
  top: calc(54 / 1728 * 100vw);
}

.about-page .time-area {
  top: calc(56 / 1728 * 100vw);
}

.about-page-title {
  position: absolute;
  left: calc(249 / 1728 * 100vw);
  top: calc(263 / 1728 * 100vw);
  margin: 0;
  font-family: 'Banquise', 'Arial Narrow', Arial, sans-serif;
  font-size: calc(56 / 1728 * 100vw);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.about-page-line {
  position: absolute;
  left: calc(249 / 1728 * 100vw);
  top: calc(331 / 1728 * 100vw);
  width: calc(124 / 1728 * 100vw);
  border-top: 0.3px solid #000;
}

.about-page-content {
  position: absolute;
  left: calc(249 / 1728 * 100vw);
  top: calc(405 / 1728 * 100vw);
  display: grid;
  grid-template-columns: calc(588 / 1728 * 100vw) calc(580 / 1728 * 100vw);
  gap: calc(74 / 1728 * 100vw);
  align-items: start;
}

.about-portrait-placeholder {
  width: calc(588 / 1728 * 100vw);
  aspect-ratio: 4 / 5;
  border: 0.3px solid #cfcfcf;
  background:
    linear-gradient(135deg, transparent calc(50% - 0.5px), #cfcfcf calc(50% - 0.5px), #cfcfcf calc(50% + 0.5px), transparent calc(50% + 0.5px)),
    linear-gradient(45deg, transparent calc(50% - 0.5px), #cfcfcf calc(50% - 0.5px), #cfcfcf calc(50% + 0.5px), transparent calc(50% + 0.5px)),
    #e6e6e6;
}

.about-copy-placeholder {
  display: flex;
  flex-direction: column;
  gap: calc(19 / 1728 * 100vw);
  padding-top: calc(4 / 1728 * 100vw);
}

.about-copy-placeholder span {
  display: block;
  width: 100%;
  height: calc(18 / 1728 * 100vw);
  background: #e6e6e6;
}

.about-copy-placeholder span:nth-child(2) {
  width: 86%;
}

.about-copy-placeholder span:nth-child(3) {
  width: 93%;
}

.about-copy-placeholder span:nth-child(4) {
  width: 72%;
}

.about-copy-placeholder span:nth-child(5) {
  width: 48%;
}
