/* Eric Meyer's Reset CSS v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*theme--------------------------*/
/*-------------------------------*/
/*breakpoints--------------------*/
/*-------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html, body {
  background-color: #000;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #FFF;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: inherit;
}

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

main {
  width: 100%;
  margin: 0 auto;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translateY(10px);
}
.fadeInUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}

.delay1 {
  transition-delay: 0.1s;
}

.delay2 {
  transition-delay: 0.2s;
}

.delay3 {
  transition-delay: 0.3s;
}

.delay4 {
  transition-delay: 0.4s;
}

.loader {
  position: fixed;
  inset: 0;
  background-color: #000;
  z-index: 9999;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader__title {
  max-width: 200px;
  opacity: 0.32;
}
.loader.is-hidden {
  opacity: 0;
}

#top {
  position: relative;
  width: 100%;
  background-color: #000;
  overflow: hidden;
  width: 100%;
  height: 57vw;
}
@media screen and (max-width: 768px) {
  #top {
    padding: 20px 0 0;
    height: 155vw;
  }
}
#top .copy1,
#top .visual .main_img,
#top .title,
#top .copy2,
#top .release {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 1s ease, transform 1s ease;
}
#top .copy1 {
  position: absolute;
  top: 4%;
  left: 30%;
  width: 40%;
}
@media screen and (max-width: 768px) {
  #top .copy1 {
    width: 80%;
    left: 10%;
  }
}
#top .visual {
  position: relative;
  width: 100%;
}
#top .title {
  position: absolute;
  width: 30%;
  left: 35%;
  top: 18.5%;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 72%;
    top: 18%;
    left: 14%;
  }
}
#top .copy2 {
  position: absolute;
  bottom: 5.5%;
  left: 20%;
  width: 60%;
}
@media screen and (max-width: 768px) {
  #top .copy2 {
    width: 86%;
    left: 7%;
    bottom: 10%;
  }
}
#top .release {
  position: absolute;
  bottom: 0;
  width: 70%;
  left: 15%;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 88%;
    left: 6%;
  }
}

.is-loaded #top .copy1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.is-loaded #top .visual .main_img {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.25s;
}
.is-loaded #top .title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.is-loaded #top .copy2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.55s;
}
.is-loaded #top .release {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.7s;
}

#info {
  width: 100%;
  padding: 60px 30px 0;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 40px 20px 0;
  }
}
#info .btn_x {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
}
#info .btn_x a {
  display: block;
  width: 120px;
  transition: 0.3s;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}
#info .btn_x a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #info .btn_x a {
    width: 100px;
  }
}
#info .sns_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #info .sns_btns {
    gap: 12px;
  }
}
#info .sns_btns a {
  display: block;
  width: 200px;
  transition: 0.3s;
}
#info .sns_btns a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #info .sns_btns a {
    width: calc(50% - 6px);
    max-width: 180px;
  }
}
#info .shares {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #info .shares {
    flex-direction: column;
  }
}
#info .share_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
}
#info .share_btns li {
  height: 22px;
  overflow: hidden;
  border-radius: 5px;
  margin: 2px 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#info .share_btns li img {
  height: 20px;
  width: auto;
}

footer {
  width: 100%;
  background-color: #000;
  padding: 20px 30px 50px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 16px 20px 40px;
  }
}
footer .billing_en {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  footer .billing_en {
    margin: 0 auto 10px;
  }
}
footer .billing {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */