@charset "utf-8";

.l-contentsTop_mv--read {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2;
  text-align: center;
  padding: 12rem 0 6.4rem;
}

@media screen and (max-width: 925px) {
  .l-contentsTop_mv--read {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 6.4rem 2.4rem 0;
  }
}

.l-contentsTop_mv--slider_item {
  height: calc(60vh - 5rem);
}

@media screen and (min-width: 768px) {
  .l-contentsTop_mv--slider_item {
    height: calc(100vh - 16rem);
  }
}

.l-contentsTop_mv--slider_item * {
  object-fit: contain;
  object-position: center;
  height: 100%;
}

.l-contentsTop_contents {
  font-family: var(--mwsans);
  color: #000;
  background: #fff;
}

.l-contentsTop_contents--title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14rem;
  line-height: calc(120 / 140);
  padding: 4rem 3rem 4rem 3.2rem;
}

@media screen and (max-width: 925px) {
  .l-contentsTop_contents--title {
    font-size: 5.6rem;
    line-height: calc(72 / 56);
  }
}

@media screen and (max-width: 450px) {
  .l-contentsTop_contents--title {
    font-size: 6rem;
    line-height: calc(50 / 60);
  }
}

.l-contentsTop_contents--nav {
  font-weight: 600;
  font-size: 6.6rem;
  line-height: calc(56 / 66);
  text-transform: uppercase;
}

@media screen and (max-width: 925px) {
  .l-contentsTop_contents--nav {
    font-size: 5.3rem;
    line-height: calc(45 / 53);
  }
}

@media screen and (max-width: 450px) {
  .l-contentsTop_contents--nav {
    font-size: 4rem;
    line-height: calc(34 / 40);  
  }
}

.l-contentsTop_contents--nav_item {
  border-top: solid 0.1rem #000;
}

.l-contentsTop_contents--nav_item--link {
  transition: 0.5s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.1rem 3.2rem;
}

.l-contentsTop_contents--nav_item--link::after {
  transition: 0.5s ease-in-out;
  display: block;
  content: "";
  width: 4.58rem;
  height: 3.7rem;
  background: #000;
  mask: url(../images/common/vector.svg) no-repeat center;
}

/* ホバー時 */
.l-contentsTop_contents--nav_item--link:hover {
  color: #fff;
  background: #000;
}

.l-contentsTop_contents--nav_item--link:hover::after {
  background: #fff;
}
