*,
*::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;
}

.is-locked {
  overflow: hidden;
}

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

svg {
  vertical-align: bottom;
}

.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;
}

@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;
  }
}
.loading {
  position: fixed;
  inset: 0;
  z-index: 100;
  background-color: #000;
  overflow: hidden;
}

.loading__bg {
  position: absolute;
  inset: 0;
  background-image: url("img/bg-earth.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 66.8%;
}
@media (max-width: 768px) {
  .loading__bg {
    background-image: url("img/bg-earth-sp.webp");
    background-position: center bottom;
  }
}

.loading__bg--glitch {
  opacity: 0;
}

.loading__scan {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0.6) 3px, rgba(0, 0, 0, 0.6) 4px);
}

.loading__text {
  position: absolute;
  top: 26.6%;
  left: 50%;
  height: 35%;
  aspect-ratio: 79/350;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .loading__text {
    top: 31.7%;
    height: 27.9%;
  }
}

.mv {
  position: relative;
  background-color: #000;
}

.mv__photo {
  position: relative;
  width: 53%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mv__photo {
    width: 100%;
  }
}

.mv__catch {
  position: absolute;
  top: 8%;
  left: 40%;
  width: 5%;
}
.mv__catch img {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.75));
}
@media (max-width: 768px) {
  .mv__catch {
    top: 4%;
    left: 80%;
    width: 12%;
  }
}

.mv__starring {
  position: absolute;
  top: 22.7%;
  left: 67.3%;
  width: 13.9%;
}
@media (max-width: 768px) {
  .mv__starring {
    top: 55.9%;
    left: 30.5%;
    width: 39.1%;
  }
}

.mv__title {
  position: absolute;
  top: 25.8%;
  left: 53%;
  width: 42.7%;
}
@media (max-width: 768px) {
  .mv__title {
    top: 58.4%;
    left: 0;
    width: 100%;
  }
}

.mv__credit {
  position: absolute;
  top: 55.5%;
  left: 56.2%;
  width: 36.3%;
}
@media (max-width: 768px) {
  .mv__credit {
    top: 76.5%;
    left: 5.9%;
    width: 88.4%;
  }
}

.mv__date {
  position: absolute;
  top: 68.5%;
  left: 65.5%;
  width: 17.6%;
}
@media (max-width: 768px) {
  .mv__date {
    top: 85.9%;
    left: 25.6%;
    width: 48.9%;
  }
}

.mv__logo {
  position: absolute;
}

.mv__logo--a {
  top: 87.1%;
  left: 67.6%;
  width: 4.9%;
}
@media (max-width: 768px) {
  .mv__logo--a {
    top: 94.3%;
    left: 31.8%;
    width: 13.5%;
  }
}

.mv__logo--b {
  top: 87.6%;
  left: 73.3%;
  width: 7.8%;
}
@media (max-width: 768px) {
  .mv__logo--b {
    top: 94.7%;
    left: 47.7%;
    width: 21.6%;
  }
}

.site {
  position: relative;
}
.site .main,
.site .info {
  position: relative;
}

.site__bg {
  position: fixed;
  inset: 0;
  background-image: url("img/bg-earth.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 70%;
}
.site__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  .site__bg {
    background-image: url("img/bg-earth-sp.webp");
  }
}

.info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 40px 50px 60px;
}
@media (max-width: 768px) {
  .info {
    gap: 40px;
    padding: 20px 20px 60px;
  }
}

.info__btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .info__btns {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
}

.info__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7em;
  width: 320px;
  max-width: 100%;
  height: 50px;
  padding: 10px 30px;
  border: 1px solid #8a9c5e;
  background-color: rgba(138, 156, 94, 0.5);
  background-image: linear-gradient(to right, rgba(138, 156, 94, 0.9), rgba(138, 156, 94, 0.9));
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0 100%;
  color: rgb(214.05, 220.35, 198.65);
  font-family: inherit;
  font-size: 1em;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-size 0.45s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, color 0.3s ease;
}
.info__btn:hover, .info__btn:focus-visible {
  background-size: 100% 100%;
  border-color: rgb(190.65, 200.55, 166.45);
  color: rgb(240.96, 243.12, 235.68);
}
.info__btn:hover .info__btn-icon, .info__btn:focus-visible .info__btn-icon {
  transform: scale(1.12);
  filter: brightness(1.25);
}
@media (max-width: 768px) {
  .info__btn {
    width: 100%;
  }
}

.info__btn-icon {
  flex-shrink: 0;
  width: 1.15em;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.info__btn-icon--x {
  width: 1em;
}

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

.info__share-label {
  font-weight: 700;
  font-size: 0.8375em;
  line-height: 1;
  white-space: nowrap;
}

.info__share-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.info__share-list a {
  display: block;
  transition: opacity 0.3s ease;
}
.info__share-list a:hover {
  opacity: 0.7;
}

.info__share-x {
  width: 1.27em;
}

.info__share-fb {
  width: 1.47em;
}

.info__share-line {
  width: 1.5em;
}

.info__privacy a {
  color: #fff;
  font-size: 0.75em;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: opacity 0.3s ease;
}
.info__privacy a:hover {
  opacity: 0.7;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}
.modal[hidden] {
  display: none;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal__inner {
  position: relative;
  width: 100%;
  max-width: 960px;
}

.modal__movie {
  position: relative;
  aspect-ratio: 16/9;
  background-color: #000;
}
.modal__movie iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.modal__close {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 1px;
  background-color: #fff;
}
.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}/*# sourceMappingURL=style.css.map */