.navbar__logo {
  position: fixed;
}

/*___________________________
mv
___________________________*/
.mv {
  overflow: hidden;
  padding-block: 15rem 6rem;
}

.artistMarquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.artistMarqueeSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.artistMarquee__item {
  flex-shrink: 0;
  position: relative;
  width: 36rem;
}

.artistMarquee__thumb {
  display: block;
  height: 36rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.artistMarquee__photo {
  aspect-ratio: 1 / 1;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.artistMarquee__hover {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease;
}

/* .artistMarquee__item:hover .artistMarquee__hover {
  opacity: 1;
} */

.artistMarquee__name {
  color: #fff;
  font-size: 4rem;
  font-weight: 300;
  text-align: center;
}

/* Animations removed for Swiper */

.artistMarquee--sp {
  display: none;
}

.artistMarquee__track--bottom {
  margin-top: 3.3rem;
}

@media screen and (max-width: 767px) {
  .mv {
    padding-block: 16.2rem 18.5rem;
  }

  .artistMarquee--pc {
    display: none;
  }

  .artistMarquee--sp {
    display: block;
  }

  .artistMarquee__thumb {
    height: 23rem;
  }

  .artistMarquee__track--sp-mid {
    margin-top: 3.2rem;
  }

  .artistMarquee__track--sp-bot {
    margin-top: 3.2rem;
  }

  .artistMarquee__item {
    width: 23rem;
  }
}

/*___________________________
about
___________________________*/
.about {
  background-image: url(../../images/top/bg-about.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 14rem;
  position: sticky;
  top: 0;
  z-index: 1;
}

.about__text {
  font-size: 1.49rem;
  line-height: 1.81;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .about {
    padding-block: 14.5rem;
  }

  .about__text {
    font-weight: 300;
    margin-top: 4.5rem;
  }
}

/*___________________________
Sections Overlapping About
___________________________*/
.release, .artist {
  position: relative;
  z-index: 10;
}

/*___________________________
release
___________________________*/
.release {
  background-image: url(../../images/top/bg-release.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 8rem;
}

.releaseSwiper__body {
  padding: 4.5rem 2.1rem 1.3rem 2.1rem;
}

.releaseSwiper__nema--en {
  font-size: 3.6rem;
  letter-spacing: -0.004em;
}

.releaseSwiper__nema--ja {
  font-size: 1.39rem;
  line-height: 1.63;
}

.releaseSwiper__date, .releaseSwiper__type {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.63;
}

.releaseSwiper__title {
  line-height: 1.63;
}

.releaseSwiper__text {
  color: var(--colorWhite);
  margin-top: 1.6rem;
}

.releaseSwiper__text p {
  font-size: 1.39rem;
  font-weight: 300;
  line-height: 1.63;
}

.releaseSwiper__wrap {
  background: var(--colorBlack);
  margin-top: 4.7rem;
  padding-block: 2.15rem 13.9rem;
}

.releaseSwiper__item {
  height: auto;
  padding-block: 2rem;
}

.releaseSwiper__thumb {
  aspect-ratio: 1;
  overflow: hidden;
}

.releaseSwiper__thumb img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.releaseSwiper__nema--main {
  font-family: var(--familyJost);
  font-size: 2.4rem;
  letter-spacing: -0.004em;
}

.releaseSwiper__nema--sub {
  font-size: 1.39rem;
  font-weight: 300;
  line-height: 1.63;
  margin-top: 1.6rem;
}

.releaseSwiper__meta {
  display: flex;
  gap: 0 1rem;
  margin-top: 1.6rem;
}

.releaseSwiper__date, .releaseSwiper__type {
  color: var(--colorWhite);
  font-family: var(--familyJost);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.63;
}

.releaseSwiper__title {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.63;
  margin-top: 1.6rem;
}

.releaseSwiper__text {
  font-size: 1.39rem;
  line-height: 1.63;
  margin-top: 1.6rem;
}

.releaseSwiper .swiper-button-prev, .releaseSwiper .swiper-button-next {
  top: 28rem;
  z-index: 10;
}

.releaseSwiper .swiper-button-prev {
  left: 1rem;
}

.releaseSwiper .swiper-button-prev::before {
  border: 0.2rem solid currentColor;
  border-bottom: 0;
  border-left: 0;
  box-sizing: border-box;
  color: var(--colorWhite);
  content: "";
  display: inline-block;
  height: 3rem;
  line-height: 1;
  transform: translateX(25%) rotate(-135deg);
  vertical-align: middle;
  width: 3rem;
}

.releaseSwiper .swiper-button-next {
  right: 1rem;
}

.releaseSwiper .swiper-button-next::before {
  border: 0.2rem solid currentColor;
  border-bottom: 0;
  border-left: 0;
  box-sizing: border-box;
  color: var(--colorWhite);
  content: "";
  display: inline-block;
  height: 3rem;
  line-height: 1;
  transform: translateX(-25%) rotate(45deg);
  vertical-align: middle;
  width: 3rem;
}

.swiper-pagination {
  display: block;
  margin-top: 3rem;
  position: unset;
}

.releaseSwiper .swiper-pagination-bullet {
  background: #c4c4c4;
  border-radius: unset;
  height: 0.2rem;
  opacity: 1 !important;
  width: 4rem;
}

.releaseSwiper .swiper-pagination-bullet-active {
  background: var(--colorRed);
}

.releaseSwiper .swiper-button-prev::after, .releaseSwiper .swiper-button-next::after {
  font-size: 2rem;
}

.releaseSwiper__link {
  border: 1px solid var(--colorWhite);
  border-radius: 10rem;
  height: 2rem;
  width: 11.8rem;
}

.releaseSwiper__linkBox {
  display: flex;
  gap: 2rem;
  justify-content: flex-start;
  margin-top: 1.6rem;
}

.release .commonLink {
  margin-top: 6.7rem;
  position: relative;
}

.release .commonLink::after {
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .release {
    background-image: url(../../images/top/bg-release_sp.png);
    background-position: top;
    background-repeat: repeat-y;
    background-size: contain;
    padding-block: 8rem 6.6rem;
  }

  .releaseSwiper {
    margin-top: 5rem;
  }

  .releaseSwiper__wrap {
    padding-bottom: 8rem;
  }

  .releaseSwiper__body {
    padding: 4.5rem 4.8rem 1.3rem;
  }

  .swiper-pagination {
    margin-top: 1rem;
  }

  .releaseSwiper .swiper-button-prev, .releaseSwiper .swiper-button-next {
    height: 4rem;
    left: 1rem;
    margin-top: -2rem;
    width: 4rem;
  }

  .releaseSwiper .swiper-button-next {
    left: auto;
    right: 1rem;
  }

  .releaseSwiper .swiper-button-prev::after, .releaseSwiper .swiper-button-next::after {
    font-size: 1.6rem;
  }

  .releaseSwiper__thumb {
    margin-inline: 4rem;
  }
}

/*___________________________
news
___________________________*/
.news {
  background-image: url(../../images/top/bg-news.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 15rem 20rem;
  position: sticky;
  top: 0;
  z-index: 1;
}

.newsList {
  display: grid;
  margin-top: 4.6rem;
}

.newsList__link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  display: block;
  padding-block: 2rem;
  transition: all 0.3s;
}

.newsList__date {
  font-size: 1.6rem;
  line-height: 1.05;
}

.newsList__title {
  font-size: 2rem;
  line-height: 1.63;
  margin-top: 20px;
}

.newsList__text {
  margin-top: 2rem;
}

.newsList__text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.newsList__text p {
  font-size: 1.39rem;
  line-height: 1.63;
}

.news .commonLink {
  margin-top: 4.7rem;
  position: relative;
}

.news .commonLink::after {
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}

@media (hover: hover) {
  .newsList__link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .news {
    background-image: url(../../images/top/bg-news_sp.png);
    padding-block: 15rem;
  }

  .newsList {
    margin-top: 2.6rem;
  }
}

/*___________________________
artist
___________________________*/
.artist {
  background-image: url(../../images/top/bg-artist.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 12rem;
}

.artist__grid {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .artist {
    padding-block: 8rem 7.6rem;
  }

  .artist .container1080 {
    padding-inline: 1.1rem;
  }
}
