body.brand-story-page,
.brand-story-shell {
  background: #fff;
}

.brand-story-shell {
  min-height: 100vh;
  min-height: 100dvh;
}

.brand-story-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.98);
}

.brand-story-header .sub-header {
  min-height: 74px;
  padding-top: 0;
  background: #fff;
  box-shadow: none;
}

.brand-story-header .sub-header strong {
  color: #212121;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
}

.brand-story-header .sub-header__back {
  position: relative;
  width: 28px;
  height: 28px;
  margin-left: 8px;
  color: transparent;
  font-size: 0;
}

.brand-story-header .sub-header__back::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-left: 2px solid #2b2b2b;
  border-bottom: 2px solid #2b2b2b;
  transform: rotate(45deg);
}

.brand-story-main {
  padding: 22px 20px 40px;
}

.brand-story-main p {
  color: #8c9097;
  font-size: 15px;
  line-height: 1.62;
}

.brand-story-main p + p {
  margin-top: 28px;
}

.brand-story-main .article-figure {
  margin: 28px 0 28px;
  overflow: hidden;
}

.brand-story-main .article-figure img {
  width: 100%;
  aspect-ratio: 335 / 161;
  object-fit: cover;
}
