html {
  scroll-behavior: smooth;
}

img {
  pointer-events: none;
}

img {
  width: 100%;
  height: auto;
}

body {
  min-width: 320px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.movie-track {
  transform: translateX(0);
}

.movie-carousel-single .movie-track {
  justify-content: center;
}

.movie-carousel.is-jumping .movie-track,
.movie-carousel.is-jumping .movie-slide > div {
  transition: none !important;
}

.movie-carousel-single [data-movie-prev],
.movie-carousel-single [data-movie-next],
[data-movie-dots][hidden] {
  display: none;
}

#movie-modal.is-open {
  display: flex;
}

.movie-slide > div {
  pointer-events: none;
}

.movie-slide.is-active > div {
  pointer-events: auto;
}

@media (max-width: 800px) {
  .news-item h2,
  .news-item h3 {
    overflow-wrap: anywhere;
  }

  .sp-short {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }
}

.prof-img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}

@media (max-width: 800px) {
  .prof-img {
    gap: 0.5rem;
  }
}

.prof-img > div {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

@media (max-width: 800px) {
  .prof-img > div {
    display: block;
  }
}

.prof-img > div.--left {
  flex-direction: row-reverse;
}

.prof-img > div img {
  max-width: min(calc(320 / 1080 * 100vw), 320px) !important;
  width: 100% !important;
}

@media (max-width: 800px) {
  .prof-img > div img {
    max-width: 320px !important;
  }
}

.prof-name {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .prof-name {
    font-size: 0.95rem;
    margin: 10px 0 0;
  }
}

.prof-name span {
  display: block;
  font-size: 0.75em;
}

.prof-name.--left {
  text-align: right;
}

@media (max-width: 800px) {
  .prof-name.--left {
    text-align: left;
  }
}

@media (max-width: 800px) {
  .prof-name.--right {
    display: block;
    width: fit-content;
    margin-left: auto;
  }
}

.btn-col {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.btn-col a {
  width: fit-content;
  max-width: 100%;
}

@media (max-width: 400px) {
  .btn-col a {
    min-width: auto;
  }
}

.none-link {
  pointer-events: none !important;
}

.d-none {
  display: none !important;
}

.mv-logo {
  width: 100%;
  max-width: min(calc(500 / 650 * 100%), 450px);

}

@media screen and (max-width: 800px) {
  .mv-logo {
    margin-bottom: 8px;
  }
}

.bottom-s {
  bottom: 2rem;
}

.mv {
  height: 100vh;
  height: 100svh;
  min-height: calc(800 / 1280 * 100vw);
  background-position: 50% 70%;
}

.release-mv-logo {
  width: 100%;
  max-width: min(calc(300 / 450 * 100%), 300px);
  margin-bottom: 10px;
}

.top-ease {
  top: 50%;
  transform: translateY(-50%);
}

.desc {
  padding: 60px 20px 0;
  margin: 0 auto;
  max-width: 1064px;
}

.desc p {
  line-height: 1.75;
  font-size: 1rem;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .desc p {
    text-align: left;
    font-size: 14px;
  }
}

.desc .indent {
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .desc .indent {
    display: inline;
  }
}

.release-body {
  .text-l {
    font-size: 18px;
  }

  .release-logo {
    font-size: 38px;
    color: #745d5c;
  }
}

.flex-wrap {
  flex-wrap: wrap;
  gap: 0 0.5rem;
}

.lyrics, .writer {
  width: 100%;
  font-size: 11px;
  display: block;
  line-height: 1.2;
  padding-left: 1.8rem;
  display: flex;
}

@media screen and (max-width: 800px) {
  .lyrics, .writer {
    font-size: 10px;
    padding-left: 1.7rem;
  }
}

.lyrics > span, .writer > span {
  flex: 0 0 auto;
}

.lyrics {
  margin-top: 2px;
}
