/* 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--------------------------*/
/*-------------------------------*/
/*breakpointes-------------------*/
/*-------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

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

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

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

h2 {
  font-size: clamp(24px, 7vw, 120px);
  text-transform: uppercase;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 15vw;
  }
}

.text_body p {
  line-height: 2;
  text-align: justify;
  margin-bottom: 0.5em;
}
.text_body p:last-of-type {
  margin-bottom: 0;
}

.imgs5 {
  display: flex;
  flex-wrap: wrap;
}
.imgs5 div {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .imgs5 div {
    width: 50%;
  }
  .imgs5 div:first-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

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

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

/*fixed_bg------------------------*/
.fixed_bg {
  z-index: -10;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-image: url(img/bg.jpg);
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
}

/*-------------------------------*/
/*loading------------------------*/
.loading {
  background-color: #191919;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loading_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loader {
  max-width: 300px;
  width: 50%;
  opacity: 0.3;
}

/*-------------------------------*/
/*sharebtn-----------------------*/
/*sharebtn-----------------------*/
.shares {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .shares {
    padding-bottom: 40px;
    flex-direction: column;
    align-items: flex-end;
  }
}

.share_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  box-sizing: border-box;
}
.share_btns li {
  height: 22px;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 2px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share_btns li img {
  height: 20px;
  width: auto;
}

.share_btns-square {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .share_btns-square {
    margin-bottom: 10px;
  }
}
.share_btns-square::before {
  content: "Share:";
  letter-spacing: 0.1em;
  padding-right: 5px;
  font-size: 0.9em;
  text-transform: uppercase;
}
.share_btns-square li {
  cursor: pointer;
  margin: 0 10px 0px;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .share_btns-square li {
    margin: 0 10px 10px;
  }
}
.share_btns-square li img {
  transition: 0.2s;
}
.share_btns-square li img:hover {
  opacity: 0.5;
}

/*-------------------------------*/
/*-------------------------------*/
/*noiseOverlay-------------------*/
.noise_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/bg_l.png);
  background-repeat: repeat;
  background-size: 200px;
  animation: noise 2s steps(10) infinite;
  line-height: 0;
  opacity: 0.5;
  overflow: hidden;
}
@keyframes noise {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100px 800px;
  }
}
@media screen and (max-width: 768px) {
  .noise_overlay {
    background-size: 200px;
  }
}

/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*nav----------------------------*/
.nav_btn {
  display: none;
  z-index: 104;
  position: fixed;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    display: unset;
    top: 0px;
    right: 0px;
    background-image: url(img/nav_icon.svg);
    background-size: 100%;
    width: 60px;
    height: 60px;
    transition: 0.5s;
  }
}
.nav_btn.show {
  background-image: url(img/nav_icon-close.svg);
  opacity: 0.8;
}
.nav_btn.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .nav_btn.active {
    opacity: 1;
  }
}

.nav_bar {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 103;
}
@media screen and (max-width: 768px) {
  .nav_bar {
    display: block;
  }
}

.gnav {
  z-index: 100;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  height: 60px;
  transition: 1s;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .gnav {
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 103;
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.8s;
  }
  .gnav.show {
    left: 0;
    opacity: 1;
  }
}
.gnav.active {
  opacity: 1;
}
.gnav .gnav_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    padding-right: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
  }
}
.gnav .gnav_list li a {
  font-size: 1.5em;
  display: block;
  height: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #FFF;
  letter-spacing: 0.1em;
  transition: 0.2s;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a {
    font-size: 2em;
    margin-bottom: 5px;
    padding: 10px 0;
  }
}
.gnav .gnav_list li a:hover {
  opacity: 0.6;
  transform: translateY(1px);
}
.gnav .gnav_list li a img {
  height: 22px;
  width: auto;
}

.top_btn {
  z-index: 99;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transform: scale(1, 0.6);
  color: #FFF;
  cursor: pointer;
}
.top_btn:hover {
  transform: scale(1, 0.6) translateY(2px);
}
.top_btn.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .top_btn.active {
    opacity: 1;
  }
}

/*-------------------------------*/
footer .footer {
  background-color: rgba(30, 30, 30, 0.8);
  padding: 40px 80px;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 30px 20px 40px;
  }
}
footer .footer .title {
  width: 80%;
  max-width: 400px;
  margin: 0 auto 0px;
  opacity: 0.6;
}
footer .footer .release {
  opacity: 0.6;
  width: 15%;
  max-width: 80px;
  margin: 0 auto 30px;
  filter: drop-shadow(0 0 34px #FF8000) drop-shadow(0 0 14px #FF8000);
}
@media screen and (max-width: 768px) {
  footer .footer .release {
    margin-bottom: 20px;
  }
}
footer .footer .billing {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

#top {
  width: 100%;
  height: 53vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top {
    height: 189vw;
  }
}
#top .main_img {
  width: 100%;
  position: relative;
}
#top .title {
  position: absolute;
  width: 43.39%;
  bottom: 0%;
  left: 54.01%;
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 89.21%;
    top: 45.38%;
    left: 5.4%;
  }
}
#top .copy_yoko {
  position: absolute;
  width: 40.94%;
  top: 4.07%;
  left: 56.46%;
}
@media screen and (max-width: 768px) {
  #top .copy_yoko {
    width: 88.53%;
    top: 2.82%;
    left: 6.13%;
  }
}
#top .credit {
  position: absolute;
  width: 24.68%;
  top: 12.22%;
  left: 72.64%;
}
@media screen and (max-width: 768px) {
  #top .credit {
    width: 58.68%;
    top: 7.78%;
    left: 35.36%;
  }
}
#top .award {
  position: absolute;
  width: 20.83%;
  top: 62.61%;
  left: 1.98%;
}
@media screen and (max-width: 768px) {
  #top .award {
    width: 41.22%;
    top: 12.62%;
    left: 26.87%;
  }
}
#top .copy_tate {
  position: absolute;
  width: 3.18%;
  top: 7.59%;
  left: 9.69%;
}
@media screen and (max-width: 768px) {
  #top .copy_tate {
    width: 6.51%;
    top: 12.34%;
    left: 86.03%;
  }
}
#top .release {
  position: absolute;
  width: 45.48%;
  top: 71.82%;
  left: 1.98%;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 89.33%;
    top: 83.13%;
    left: 5.33%;
  }
}
#top .billing_jp {
  position: absolute;
  width: 45.48%;
  top: 77.44%;
  left: 1.98%;
}
@media screen and (max-width: 768px) {
  #top .billing_jp {
    width: 63.3%;
    top: 88.18%;
    left: 18.35%;
  }
}
#top .billing_en {
  position: absolute;
  width: 44.36%;
  top: 81.09%;
  left: 1.98%;
}
@media screen and (max-width: 768px) {
  #top .billing_en {
    width: 88.9%;
    top: 94.33%;
    left: 5.55%;
  }
}
#top .logo {
  position: absolute;
  width: 2.12%;
  top: 88.75%;
  left: 1.98%;
}
@media screen and (max-width: 768px) {
  #top .logo {
    width: 6.35%;
    top: 99.02%;
    left: 46.05%;
  }
}

#info {
  padding: 30px 40px 80px;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 30px 20px 60px;
  }
}
#info .btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #info .btns {
    gap: 10px;
    margin-bottom: 30px;
  }
}
#info .btns li {
  width: 100%;
  max-width: 230px;
}
@media screen and (max-width: 768px) {
  #info .btns li {
    max-width: 160px;
  }
}
#info .btns li > a,
#info .btns #btn_trailer {
  width: 100%;
  position: relative;
  display: block;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  border: solid 1px #868686;
  transition: 0.3s;
}
#info .btns li > a:hover,
#info .btns #btn_trailer:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
#info .shares {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #info .shares {
    padding-bottom: 20px;
    flex-direction: column;
    align-items: center;
  }
}
#info .mvtk #mvtk-widgets-container {
  margin: 30px auto 0px;
}

.copyright {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 10px;
  }
}

#trailer {
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 9997;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.8);
}
#trailer .trailer_inner {
  height: 100%;
  height: 100svh;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#trailer .trailer_inner .trailer_main {
  max-width: inherit;
  position: relative;
  z-index: 4;
  width: 100%;
  height: auto;
  max-height: 100vh;
  overflow: auto;
  max-width: 150vh;
}
#trailer .trailer_inner .trailer_main .youtube_outer {
  margin: 0 auto;
  max-width: calc(100% - 8em);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #trailer .trailer_inner .trailer_main .youtube_outer {
    width: 100%;
    margin-bottom: 0px;
    max-width: 100%;
  }
}
#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed {
    border-radius: 0px;
  }
}
#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#trailer .trailer_inner .overlay_trailer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
  z-index: 1;
}
#trailer .close_btn_trailer {
  position: fixed;
  cursor: pointer;
  z-index: 9998;
  top: 20px;
  right: 0px;
  width: 120px;
  height: 72px;
}
@media screen and (max-width: 768px) {
  #trailer .close_btn_trailer {
    width: 70px;
    height: 42px;
    top: 10px;
    right: 0px;
  }
}
#trailer .close_btn_trailer span {
  position: absolute;
  display: block;
  height: 1px;
  background-color: #FFF;
  transition: 0.3s;
  width: 120px;
  transform: rotate(-32deg) translate(-7px, 12px);
}
@media screen and (max-width: 768px) {
  #trailer .close_btn_trailer span {
    width: 70px;
    transform: rotate(-32deg) translate(-7px, 12px);
  }
}
#trailer .close_btn_trailer span:last-of-type {
  transform: rotate(32deg) translate(7px, 12px);
}
@media screen and (max-width: 768px) {
  #trailer .close_btn_trailer span:last-of-type {
    transform: rotate(32deg) translate(7px, 12px);
  }
}
#trailer .close_btn_trailer:hover span {
  transform: rotate(-26deg) translate(-6px, 13px);
}
#trailer .close_btn_trailer:hover span:last-of-type {
  transform: rotate(26deg) translate(6px, 13px);
}/*# sourceMappingURL=style.css.map */