


.plpHeader__list {
  padding: 4.7rem 0;
}
@media screen and (max-width: 1024px) {
  .plpHeader__list {
    padding: 0;
  }
}
.plpHeader__list ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .plpHeader__list ul {
    overflow: auto;
    justify-content: space-between;
    padding-bottom: 1.4rem;
  }
}
.plpHeader__list ul li {
  color: var(--color-grey);
  margin: 0 3.5rem;
}
@media screen and (max-width: 1024px) {
  .plpHeader__list ul li {
    margin: 0 1.2rem;
  }
}
.plpHeader__list ul li span {
  position: relative;
}
.plpHeader__list ul li span::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  background-color: inherit;
  position: absolute;
  top: 0.6rem;
  left: -1rem;
}
.plpHeader__list ul li a {
  text-decoration: none;
  white-space: nowrap;
}
.plpHeader__content {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .plpHeader__content {
    flex-direction: column;
  }
}
.plpHeader__content__visual {
  width: 105rem;
  height: 58.5rem;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .plpHeader__content__visual {
    width: 100%;
    height: 24rem;
    margin-bottom: 3rem;
  }
}
.plpHeader__content__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plpHeader__content__visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plpHeader__content__text {
  width: 63rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 7.1rem;
}
@media screen and (max-width: 1024px) {
  .plpHeader__content__text {
    width: 100%;
    padding: 0 3.1rem;
    margin-bottom: 5rem;
  }
}
.plpHeader__content__text h1 {
  width: 41.9rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .plpHeader__content__text h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.plpHeader__content__text p {
  width: 41.9rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .plpHeader__content__text p {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
  }
}
.plpHeader__content__text__read {
  font-size: 1.6rem;
  line-height: 2.24rem;
  color: var(--color-black);
  font-family: var(--font-family-DIN-OT);
  font-weight: 400;
  border-bottom: 0.8px solid var(--color-black);
  width: fit-content;
  margin: 0.5rem auto 0;
}
.plpHeader__content__text__read__more {
  display: none;
}
@media screen and (max-width: 1024px) {
  .plpHeader__content__text__read__more {
    display: block;
  }
}