.dedicated-feature-page {
  min-height: 100vh;
  background: #0b0b0c;
}

.dedicated-feature-page .dedicated-feature-main {
}

.dedicated-feature-page .feature-page-title {
  width: auto;
  height: auto;
  position: relative;
  overflow: visible;
  margin: 0;
  padding: 16px 6%;
  border-bottom: 1px solid rgba(224, 196, 135, .2);
  background: #111113;
  color: #e0c487;
  font: 700 12px/1.65 "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  letter-spacing: .08em;
  white-space: normal;
}

.alphard-dedicated-page .alphard-relief-feature :is(section, nav) {
  scroll-margin-top: 196px;
}

.dedicated-feature-page .mobile-drawer:not(.is-open) {
  visibility: hidden;
}

.dedicated-feature-page .feature-back-link,.dedicated-feature-page .feature-back-link:visited{
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: #111113;
  color: rgba(255,255,255,.72);
  font: 700 9px/1 Arial,sans-serif;
  letter-spacing: .16em;
  text-decoration: none;
}

.dedicated-feature-page .feature-back-link:hover,
.dedicated-feature-page .feature-back-link:focus-visible {
  background: #24211e;
  color: #e0c487;
}

@media (max-width: 720px) {
  .dedicated-feature-page .dedicated-feature-main {
  }

  .dedicated-feature-page .feature-back-link {
    min-height: 46px;
    font-size: 8px;
  }

  .dedicated-feature-page .feature-page-title {
    padding: 13px 20px;
    font-size: 10px;
  }

  .alphard-dedicated-page .alphard-relief-feature :is(section, nav) {
    scroll-margin-top: 132px;
  }
}
