*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1, h2, h3, h4, h5, h6,
p,
figure,
blockquote,
dl, dd, dt,
ul, ol, li {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  padding: 0;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address {
  font-style: normal;
}

html {
  font-size: 100%;
}
@media (max-width: 768px) {
  html {
    font-size: 87.5%;
  }
}

body {
  color: #fff;
  background-color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 1em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

svg {
  vertical-align: bottom;
}

.br-pc {
  display: inline;
}
@media (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media (max-width: 768px) {
  .br-sp {
    display: inline;
  }
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 16px 32px;
  color: #fff;
  background-color: #000;
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: translateY(0);
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.js-fade {
  opacity: 0;
}

@keyframes spin {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
@keyframes spin-tilt {
  from {
    rotate: 30deg;
  }
  to {
    rotate: 390deg;
  }
}
@keyframes dot-1 {
  0%, 24% {
    opacity: 0;
  }
  25%, 100% {
    opacity: 1;
  }
}
@keyframes dot-2 {
  0%, 49% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
@keyframes dot-3 {
  0%, 74% {
    opacity: 0;
  }
  75%, 100% {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .js-fade {
    opacity: 1;
    transform: none;
  }
}
.kv {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .kv {
    padding-bottom: 14.133vw;
  }
}

.kv__visual {
  position: relative;
  z-index: 0;
  display: grid;
}

.kv__item {
  position: relative;
  grid-area: 1/1;
  opacity: 0;
}
.kv__item.is-current {
  opacity: 1;
}

.kv__picture {
  display: block;
}

.kv__copy {
  position: absolute;
  top: 9.474%;
  left: 87.5%;
}
@media (max-width: 768px) {
  .kv__copy {
    top: 7.519%;
    left: 82%;
  }
}

.kv__copy--t01 {
  width: 1.458%;
}
@media (max-width: 768px) {
  .kv__copy--t01 {
    width: 4.8%;
  }
}

.kv__copy--t02,
.kv__copy--t04,
.kv__copy--t05,
.kv__copy--t06 {
  width: 2.08%;
}
@media (max-width: 768px) {
  .kv__copy--t02,
  .kv__copy--t04,
  .kv__copy--t05,
  .kv__copy--t06 {
    width: 6.93%;
  }
}

.kv__copy--t03 {
  width: 2.03%;
}
@media (max-width: 768px) {
  .kv__copy--t03 {
    width: 6.67%;
  }
}

.kv__gacha {
  position: absolute;
  top: 51.1%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 5.9%;
  padding: 0;
  border: none;
  background-color: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.kv__gacha::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 44px;
  min-height: 44px;
  transform: translate(-50%, -50%);
}
.kv__gacha:disabled {
  cursor: default;
}
@media (max-width: 768px) {
  .kv__gacha {
    top: 36.88%;
    left: 49.9%;
    width: 16%;
  }
}

.kv__gacha-ring {
  grid-area: 1/1;
  opacity: 0.25;
  rotate: 0deg;
  transition: rotate 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.kv__gacha.is-spinning .kv__gacha-ring {
  animation: spin 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}

@media (hover: hover) {
  .kv__gacha:hover .kv__gacha-ring {
    rotate: 30deg;
  }
  .kv__gacha:hover.is-spinning .kv__gacha-ring {
    animation-name: spin-tilt;
  }
}
.kv__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35.9%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .kv__overlay {
    height: 36.63%;
  }
}

.kv__title {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 28%;
  margin: 0;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .kv__title {
    bottom: 24%;
    width: 70%;
  }
}

.kv__release {
  position: absolute;
  right: 2.08%;
  bottom: 18.9%;
  width: 12.97%;
  margin: 0;
}
@media (max-width: 768px) {
  .kv__release {
    right: auto;
    bottom: 15.14%;
    left: 50%;
    width: 28.03%;
    transform: translateX(-50%);
  }
}

.kv__billing {
  position: absolute;
  right: 2.03%;
  bottom: 4.21%;
  width: 18.07%;
  margin: 0;
}
@media (max-width: 768px) {
  .kv__billing {
    right: auto;
    bottom: 1.75%;
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
  }
}

.info {
  overflow: hidden;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .info {
    padding: 0 20px;
  }
}

.info__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0 120px;
}
@media (max-width: 768px) {
  .info__inner {
    padding: 30px 0 80px;
    gap: 40px;
  }
}

.info__movie {
  width: 100vw;
  padding: 40px 50px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.01) 100%);
}
@media (max-width: 768px) {
  .info__movie {
    padding: 40px 0;
  }
}

.info__movie-title {
  margin: 0 0 0.8em;
  opacity: 0.6;
  font-family: "New Tegomin", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.25em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .info__movie-title {
    font-size: 1.1em;
  }
}

.info__movie-inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.info__movie-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.info__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 40px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background-color: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-family: "New Tegomin", "Hiragino Mincho ProN", "Yu Mincho", serif;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.info__btn:hover, .info__btn:focus-visible {
  background-color: rgba(255, 255, 255, 0.26);
}

.info__btn-jp {
  font-size: 1.125em;
}

.info__btn-en {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.875em;
}

.info__share {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .info__share {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
  }
}

.info__share-label {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8375em;
  font-weight: 700;
  line-height: 1;
}

.info__share-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.info__share-link {
  display: block;
  transition: opacity 0.3s ease;
}
.info__share-link:hover, .info__share-link:focus-visible {
  opacity: 0.7;
}

.info__share-link--x {
  width: 1.269em;
}

.info__share-link--fb {
  width: 1.47em;
}

.info__share-link--line {
  width: 1.5em;
}

.info__share-ext {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .info__share-ext {
    justify-content: center;
    width: 100%;
  }
}

.info__share-filmarks {
  display: block;
  height: 20px;
  transition: opacity 0.3s ease;
}
.info__share-filmarks img {
  width: auto;
  height: 100%;
}
.info__share-filmarks:hover, .info__share-filmarks:focus-visible {
  opacity: 0.7;
}

.info__share-eiga {
  display: flex;
  align-items: center;
  height: 20px;
}
.info__share-eiga iframe {
  display: block;
}

.pripoli {
  text-align: center;
  font-size: 0.8em;
  opacity: 0.5;
  text-decoration: underline;
  transition: 0.3s;
}
.pripoli:hover {
  text-decoration: none;
}

.event {
  width: 100%;
  padding: 26px 30px;
  border: 1px solid #580006;
  text-align: center;
}
@media (max-width: 768px) {
  .event {
    padding: 20px;
  }
}

.event__title {
  margin: 0 0 0.6em;
  font-family: "New Tegomin", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.25em;
  line-height: 1.5;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .event__title {
    font-size: 1.125em;
  }
}

.event__name {
  margin: 0 0 1em;
  font-size: 0.9375em;
  font-weight: 700;
  line-height: 1.7;
}

.event__list {
  margin: 0;
  font-size: 0.9375em;
  line-height: 1.7;
}

.event__row {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.event__row + .event__row {
  margin-top: 8px;
}
@media (max-width: 768px) {
  .event__row {
    flex-direction: column;
    gap: 0;
  }
}

.event__label {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.6);
}

.event__data {
  margin: 0;
}

.event__link {
  color: #fff;
  text-decoration: underline;
  word-break: break-all;
  transition: opacity 0.3s ease;
}
.event__link:hover, .event__link:focus-visible {
  opacity: 0.7;
}

.comment {
  width: 100%;
  padding-bottom: 40px;
}

.comment__title {
  margin: 0 0 0.8em;
  font-family: "New Tegomin", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.25em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .comment__title {
    font-size: 1.1em;
  }
}

.comment__list {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .comment__list {
    flex-direction: column;
    gap: 30px;
  }
}

.comment__item {
  flex: 1;
}

.comment__name {
  opacity: 0.8;
  margin: 0 0 0.5em;
  font-family: "New Tegomin", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}

.comment__text {
  opacity: 0.6;
  margin: 0;
  font-size: 0.9em;
  line-height: 1.9;
  text-align: justify;
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #000;
  transition: opacity 0.6s ease;
}
.loading[hidden] {
  display: none;
}
.loading.is-hidden {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .loading {
    gap: 12px;
  }
}

.loading__handle {
  width: 60px;
  animation: spin 4s steps(24) infinite;
  opacity: 0.32;
}
@media (max-width: 768px) {
  .loading__handle {
    width: 50px;
  }
}

.loading__text {
  margin: 0;
  opacity: 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: "New Tegomin", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: opacity 0.3s ease;
}
.loading.is-ready .loading__text {
  opacity: 1;
}

.loading__dot {
  opacity: 0;
}
.loading__dot:nth-child(1) {
  animation: dot-1 1.6s infinite;
}
.loading__dot:nth-child(2) {
  animation: dot-2 1.6s infinite;
}
.loading__dot:nth-child(3) {
  animation: dot-3 1.6s infinite;
}/*# sourceMappingURL=style.css.map */