/* 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;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #FFF;
  background-color: #000;
  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;
}

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

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

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

h2 {
  font-size: 2em;
  text-transform: uppercase;
  font-family: "Gasoek One", sans-serif;
  opacity: 0.8;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
}

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

.imgs4 {
  display: flex;
  flex-wrap: wrap;
}
.imgs4 img {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .imgs4 img {
    width: 50%;
  }
}

/*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: #000;
  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 .loading_inner .loader {
  animation: loadingFlash 1s infinite;
}
.loading .loader {
  max-width: 380px;
  width: 80%;
  opacity: 0.5;
}

/*-------------------------------*/
/*trailer------------------------*/
#trailer .section_inner {
  max-width: 900px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner {
    max-width: 500px;
  }
}
#trailer .section_inner h2 {
  margin-bottom: 0.2em;
}
#trailer .section_inner .section_main {
  margin: 0 auto;
  width: 100%;
}
#trailer .section_inner .section_main .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
#trailer .section_inner .section_main .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.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: center;
  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;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 6.5px;
  color: #FFF;
}
.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;
  }
}

/*-------------------------------*/
/*noiseOverlay-------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes twinkle {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
/*-inview------------------------*/
.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-inview {
  opacity: 1;
}

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

/*-------------------------------*/
/*-keyframes--------------------*/
/*-------------------------------*/
#top {
  position: relative;
}
#top .spacer {
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #top .spacer {
    height: 0;
    display: none;
  }
}
#top .top_inner {
  position: relative;
}
#top .main {
  position: relative;
}
#top .credit {
  position: absolute;
  width: 16.82%;
  top: 7.03%;
  left: 2.97%;
}
@media screen and (max-width: 768px) {
  #top .credit {
    width: 49.33%;
    top: 3.14%;
    left: 5.33%;
  }
}
#top .desc {
  position: absolute;
  width: 14.35%;
  top: 79.13%;
  left: 2.97%;
}
@media screen and (max-width: 768px) {
  #top .desc {
    width: 38.67%;
    top: 50.71%;
    left: 5.33%;
  }
}
#top .copy_tate {
  position: absolute;
  width: 2.94%;
  top: 5%;
  left: 42.24%;
}
@media screen and (max-width: 768px) {
  #top .copy_tate {
    width: 8.86%;
    top: 12.88%;
    left: 87.51%;
  }
}
#top .title_en {
  position: absolute;
  width: 43.02%;
  top: 25.82%;
  left: 51.78%;
}
@media screen and (max-width: 768px) {
  #top .title_en {
    width: 90.16%;
    top: 64.83%;
    left: 5.57%;
  }
}
#top .title {
  position: absolute;
  width: 12.66%;
  top: 38.18%;
  left: 66.67%;
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 31%;
    top: 71.75%;
    left: 35.01%;
  }
}
#top .release {
  position: absolute;
  width: 34.73%;
  top: 51.33%;
  left: 55.46%;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 85.78%;
    top: 77.47%;
    left: 8.19%;
  }
}
#top .billing {
  position: absolute;
  width: 36.28%;
  top: 58.87%;
  left: 54.65%;
}
@media screen and (max-width: 768px) {
  #top .billing {
    width: 88.86%;
    top: 81.65%;
    left: 5.57%;
  }
}
#top .copy_yoko {
  position: absolute;
  width: 43.3%;
  top: 78%;
  left: 51.14%;
}
@media screen and (max-width: 768px) {
  #top .copy_yoko {
    width: 89.33%;
    top: 93.25%;
    left: 5.33%;
  }
}

#info {
  padding: 60px 50px 80px;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 768px) {
  #info {
    padding: 40px 20px 80px;
  }
}
#info .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #info .btns {
    flex-wrap: wrap;
  }
}
#info .btns div {
  margin: 0 20px 10px;
  position: relative;
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #info .btns div {
    margin: 0 5px 10px;
  }
}
#info .btns div a {
  overflow: hidden;
  position: relative;
  margin: 0 auto 0px;
  display: block;
  display: block;
  max-width: 240px;
  width: 100%;
}
#info .btns div a:hover {
  filter: brightness(70%);
}

.freaks_set {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.btn_ofnoise {
  display: block;
  width: 70px;
  margin: 0 15px;
  opacity: 0.7;
}
.btn_ofnoise:hover {
  opacity: 0.5;
}

.btn_freaks {
  display: block;
  width: 120px;
  margin: 0 15px;
}
.btn_freaks:hover {
  opacity: 0.7;
}

.billing-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .billing-sp {
    display: block;
    max-width: 270px;
    margin: 0 auto;
  }
}

/*nav----------------------------*/
.nav_btn {
  display: none;
  z-index: 104;
  position: fixed;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    display: block;
    mix-blend-mode: exclusion;
    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);
}

.gnav {
  z-index: 100;
  letter-spacing: 0.1em;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  height: 50px;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  .gnav {
    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.4s;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.8);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .gnav.show {
    left: 0;
    opacity: 1;
  }
}
.gnav .gnav_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  flex-wrap: wrap;
  background: linear-gradient(to bottom, #000 0px, #000 60px, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    background: none;
    padding-right: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
  }
}
.gnav .gnav_list li a {
  display: block;
  padding: 20px 0.3em;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  color: #FFF;
  transition: 0.2s;
  text-transform: uppercase;
  font-family: "Gasoek One", sans-serif;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a {
    font-size: 1.43em;
    margin-bottom: 5px;
    padding: 10px 0;
  }
}
.gnav .gnav_list li a:hover {
  opacity: 0.8;
  transform: translateY(1px);
}
.gnav .gnav_list li a img {
  width: 22px;
}

.nav_top {
  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: #CE0000;
  cursor: pointer;
  mix-blend-mode: exclusion;
}
.nav_top:hover {
  transform: scale(1, 0.6) translateY(2px);
}
.nav_top.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .nav_top.active {
    opacity: 1;
  }
}

/*-------------------------------*/
#intro .section_inner {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #intro .section_inner {
    padding: 60px 0;
  }
}
#intro .section_inner .section_main {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    max-width: 500px;
    padding: 0 20px;
  }
}
#intro .section_inner .section_main h2 {
  text-align: center;
}

#story .section_inner {
  background-image: url(img/bg_intro-pc.jpg);
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 80px 0;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  #story .section_inner {
    padding: 60px 0;
    background-image: url(img/bg_intro-sp.jpg);
  }
}
#story .section_inner .section_main {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto 0 5%;
  width: 70%;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main {
    max-width: 500px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
    margin-top: 59vw;
  }
}
#story .section_inner .section_main .copy_intro1 {
  margin-bottom: 12px;
}
#story .section_inner .section_main .copy_intro2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main .copy_intro2 {
    margin-bottom: 10px;
  }
}

#casta {
  background-color: #000;
  background-image: url(img/bg_cast-pc.jpg);
  background-size: 100%;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #casta {
    background-image: url(img/bg_cast-sp.jpg);
  }
}
#casta .section_inner {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #casta .section_inner {
    padding: 60px 0;
  }
}
#casta .section_inner .section_main {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
  margin-bottom: 22vw;
}
@media screen and (max-width: 768px) {
  #casta .section_inner .section_main {
    max-width: 500px;
    padding: 0 20px;
    margin-bottom: 105vw;
  }
}
#casta .section_inner .section_main h2 {
  text-align: center;
}
#casta .section_inner .section_main .prof_items {
  margin-bottom: 80px;
}
#casta .section_inner .section_main .prof_items:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .prof_items {
    margin-bottom: 60px;
  }
  #casta .section_inner .section_main .prof_items:last-of-type {
    margin-bottom: 0;
  }
}
#casta .section_inner .section_main .prof_items .prof_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .prof_items .prof_item {
    flex-direction: column;
    align-items: center;
  }
}
#casta .section_inner .section_main .prof_items .prof_item:last-of-type {
  margin-bottom: 0;
}
#casta .section_inner .section_main .prof_items .prof_item .prof_img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .prof_items .prof_item .prof_img {
    width: 60%;
    margin-bottom: 20px;
  }
}
#casta .section_inner .section_main .prof_items .prof_item .prof_texts {
  width: calc(100% - 290px);
}
@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .prof_items .prof_item .prof_texts {
    width: 100%;
  }
}
#casta .section_inner .section_main .prof_items .prof_item .prof_texts .prof_names {
  display: flex;
  align-items: flex-end;
  transform: skewX(5deg);
  gap: 0.5em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .prof_items .prof_item .prof_texts .prof_names {
    flex-direction: column;
    align-items: center;
  }
}
#casta .section_inner .section_main .prof_items .prof_item .prof_texts .prof_names .prof_name {
  color: #FCCC00;
  font-weight: 900;
  font-size: 1.3em;
}
#casta .section_inner .section_main .prof_items .prof_item .prof_texts .prof_names .prof_role {
  color: #CE0000;
  font-weight: 900;
}
#casta .section_inner .section_main .prof_items .prof_item .prof_texts .prof_body p {
  text-align: justify;
  line-height: 1.8;
}
#casta .section_inner .section_main .prof_items .prof_item.noimg .prof_texts {
  width: 100%;
}

#revcom {
  background-image: url(img/bg_review.jpg);
  background-size: cover;
  background-position: 50% 0%;
}
#revcom .section_inner {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #revcom .section_inner {
    padding: 60px 0;
  }
}
#revcom .section_inner .section_main {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #revcom .section_inner .section_main {
    max-width: 500px;
    padding: 0 20px;
  }
}
#revcom .section_inner h2 {
  text-align: center;
}
#revcom .section_inner .review_items .review_item {
  margin-bottom: 60px;
  border-bottom: solid 1px #5a5a5a;
}
#revcom .section_inner .review_items .review_item:last-of-type {
  margin-bottom: 0;
}
#revcom .section_inner .review_items .review_item .reviews_body p {
  font-size: 0.9em;
}
#revcom .section_inner .review_items .review_item .review_name {
  font-size: 1.2em;
  text-align: right;
  color: #FCCC00;
  transform: skewX(5deg);
  margin-top: 10px;
  font-weight: 700;
}

footer .footer {
  background-color: #000;
  padding: 100px 50px;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 50px;
  }
}
footer .footer .title_en {
  margin: 0 auto 10px;
  width: 80%;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  footer .footer .title_en {
    width: 100%;
  }
}
footer .footer .title {
  width: 15%;
  margin: 0 auto 20px;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  footer .footer .title {
    width: 40%;
  }
}
footer .footer .release {
  margin: 0 auto;
  width: 80%;
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  footer .footer .release {
    width: 90%;
  }
}/*# sourceMappingURL=style.css.map */