.sp-museum-photo {
  margin-top: 189px;
  position: relative;
  width: 100%;
  height: 555px;
  overflow: hidden;
  background: #000;
  color: #c9c4b8;
  font-family: "Noto Serif JP", serif;
}

.sp-museum-photo *,
.sp-museum-photo *::before,
.sp-museum-photo *::after {
  box-sizing: border-box;
}

.sp-museum-photo p,
.sp-museum-photo h2 {
  margin: 0;
}

.sp-museum-photo__content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 24px;
  width: 328px;
  text-shadow: 0 0 20px #000;
}

.sp-museum-photo__heading {
  display: flex;
  width: 327px;
  flex-direction: column;
  gap: 8px;
  font-size: 20px;
  letter-spacing: 3px;
}

.sp-museum-photo__eyebrow {
  display: flex;
  width: 327px;
  min-height: 48px;
  align-items: flex-start;
  gap: 8px;
  font-family: "Cinzel", serif;
  font-weight: 400;
  line-height: 24px;
}

.sp-museum-photo__eyebrow span:first-child {
  flex: 0 0 25px;
  color: #811704;
  white-space: nowrap;
}

.sp-museum-photo__eyebrow span:last-child {
  width: 294px;
}

.sp-museum-photo__heading h2 {
  width: 327px;
  min-height: 48px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: justify;
}

.sp-museum-photo__body {
  width: 327px;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 3px;
  text-align: justify;
}

.sp-museum-photo__photos {
  position: absolute;
  z-index: 1;
  top: 304px;
  left: 0;
  width: 375px;
  height: 251px;
}

.sp-museum-photo__photos img {
  display: block;
}

.sp-museum-photo__main {
  width: 375px;
  height: 125px;
  object-fit: cover;
}

.sp-museum-photo__pair {
  display: flex;
  width: 375px;
  height: 126px;
  gap: 1px;
}

.sp-museum-photo__pair img {
  width: 187px;
  height: 126px;
  object-fit: cover;
  object-position: top;
}

.sp-museum-photo__pair img:first-child {
  object-position: center top;
}
