.sp-light-shadow {
  position: relative;
  width: 100%;
  height: 815px;
  overflow: hidden;
  background: #000;
  color: #c9c4b8;
  font-family: "Noto Serif JP", serif;
}

.sp-light-shadow *,
.sp-light-shadow *::before,
.sp-light-shadow *::after {
  box-sizing: border-box;
}

.sp-light-shadow p,
.sp-light-shadow h2 {
  margin: 0;
}

.sp-light-shadow__kanji {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 5px;
  height: 120px;
  opacity: .6;
  color: transparent;
  background: linear-gradient(180deg, rgba(231, 194, 75, .6), rgba(57, 52, 36, .6));
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 120px;
  font-weight: 400;
  line-height: 120px;
  letter-spacing: 3px;
  white-space: nowrap;
}

.sp-light-shadow__image {
  position: absolute;
  z-index: 2;
  top: 144px;
  left: 0;
  display: block;
  width: 375px;
  height: 280px;
  max-width: none;
  opacity: .8;
  object-fit: cover;
  object-position: bottom;
}

.sp-light-shadow__content {
  position: absolute;
  z-index: 3;
  top: 448px;
  left: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 327px;
  letter-spacing: 3px;
  text-shadow: 0 0 20px #000;
}

.sp-light-shadow__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 298px;
}

.sp-light-shadow__eyebrow {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  font-family: "Cinzel", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.sp-light-shadow__eyebrow > span {
  color: #811704;
}

.sp-light-shadow__heading h2 {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.sp-light-shadow__body {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
}
