:root {
  --header-height: 6.7rem;
}
@media (width > 768px) {
  :root {
    --header-height: 11.2rem;
  }
}

.story-section {
  position: relative;
  margin-bottom: 7.2rem;
  display: flex;
  flex-direction: column;
  padding: 7.2rem 3.6rem 0 3.6rem;
}
.story-section:nth-child(2) {
  padding-top: 0;
}
@media (width > 768px) {
  .story-section {
    margin: 0;
    padding: 0;
  }
}
@media (width > 768px) {
  .story-section .story-all-content {
    margin: 7rem 3.3rem 7.7rem 0;
  }
  .story-section .story-all-content:nth-child(1) {
    padding-top: 0;
  }
  .story-section .story-all-content:first-child {
    margin-bottom: 0;
  }
  .story-section .story-all-content:nth-child(2) {
    margin-top: 0;
  }
  html[lang=en] .story-section .story-all-content {
    margin: 7rem 0 7.7rem 3.3rem;
  }
}
.story-section .story-content {
  display: flex;
  flex-direction: column;
}
@media (width > 768px) {
  .story-section .story-content {
    gap: 26.1rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
.story-section .story-header-wrapper .story-header {
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 3rem;
  font-weight: 900;
  line-height: 110%;
  margin-bottom: 1.2rem;
}
@media (width > 768px) {
  .story-section .story-header-wrapper .story-header {
    width: 24.7rem;
    font-size: 3.5rem;
  }
}
.story-section .content-with-menu {
  display: flex;
  flex-direction: column;
}
.story-section .story-description-wrapper .story-description {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 130%;
}
@media (width > 768px) {
  .story-section .story-description-wrapper .story-description {
    font-size: 2.4rem;
    line-height: 120%;
  }
}
.story-section .story-menu {
  margin-top: 2.4rem;
}
@media (width > 768px) {
  .story-section .story-menu {
    display: flex;
    flex-direction: row;
    margin-bottom: 6rem;
  }
}
.story-section .story-menu .menu-header {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0.5rem;
}
.story-section .story-menu .menu-links {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (width > 768px) {
  .story-section .story-menu .menu-links {
    flex-direction: row;
  }
}
.story-section .story-menu .menu-links .menu-link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.story-section .story-menu .menu-links .menu-link .link-text {
  font-family: "Simpler", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.3;
  color: var(--black-main, #333032);
}
.story-section .border.left {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
}
.story-section .border.right {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}
