/* 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: YakuHanJP, "Kiwi Maru", 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 {
  color: #00AB84;
  font-size: 2em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
}

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

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

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

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

/*fixed_bg------------------------*/
.fixed_bg {
  z-index: -10;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  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;
    opacity: 0;
  }
}
.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;
  }
}

.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;
    margin-bottom: 50px;
  }
}
.gnav .gnav_list li a {
  font-size: 1.2em;
  display: block;
  height: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #C8D800;
  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: 1.3em;
    margin-bottom: 5px;
    padding: 10px 0;
    height: auto;
  }
}
.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: #C8D800;
  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 {
  padding: 80px 50px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 20px;
  }
}
.footer .title {
  width: 40%;
  max-width: 320px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .footer .title {
    margin-bottom: 10px;
  }
}
.footer .release {
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
}

#top {
  margin-top: 60px;
  width: 100%;
  height: 53vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top {
    margin-top: 0;
    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: 87.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: 93.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: 12%;
    top: 98%;
    left: 44%;
  }
}

#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 30px;
}

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

#intro {
  background-image: url(img/bg1.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #intro {
    background-size: cover;
    padding: 0px 0 60px;
  }
}
#intro .section_inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner {
    padding: 0 20px;
  }
}
#intro .section_inner .section_main {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    max-width: 500px;
  }
}
#intro .section_inner .section_main h3.awards {
  width: 80%;
  margin: 0 auto 2em;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main h3.awards {
    width: 100%;
  }
}
#intro .section_inner .section_main h4 {
  width: 90%;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main h4 {
    width: 100%;
  }
}
#story {
  position: relative;
}
#story .section_inner .section_header {
  position: relative;
  width: 100%;
}
#story .section_inner .section_header img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 50vw;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_header img {
    height: 90vw;
    -o-object-position: 35% 50%;
       object-position: 35% 50%;
  }
}
#story .section_inner .section_main {
  background-color: rgba(0, 0, 0, 0.7);
  width: 40%;
  max-width: 600px;
  padding: 50px;
  position: absolute;
  bottom: 120px;
  right: 5%;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main {
    width: 100%;
    bottom: unset;
    right: unset;
    padding: 60px 20px;
    position: relative;
  }
}

#casta {
  background-image: url(img/bg3.jpg);
  background-size: cover;
  background-position: center center;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #casta {
    padding: 60px 0;
  }
}
#casta .section_inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #casta .section_inner {
    padding: 0 20px;
  }
}
#casta .section_inner .section_main {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #casta .section_inner .section_main {
    max-width: 500px;
  }
}
#casta .section_inner .section_main .prof_items {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#casta .section_inner .section_main .prof_items .prof_item {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .prof_items .prof_item {
    gap: 0;
    flex-direction: column;
  }
}
#casta .section_inner .section_main .prof_items .prof_item .prof_img {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .prof_items .prof_item .prof_img {
    width: 60%;
    margin: 0 auto 20px;
  }
}
#casta .section_inner .section_main .prof_items .prof_item .prof_texts {
  flex: 1;
}
@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .prof_items .prof_item .prof_texts {
    padding-left: 0;
  }
}
#casta .section_inner .section_main .prof_items .prof_item .prof_texts .prof_names {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.75em;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .prof_items .prof_item .prof_texts .prof_names {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
  }
}
#casta .section_inner .section_main .prof_items .prof_item .prof_texts .prof_names .prof_role {
  font-size: 1.1em;
}
#casta .section_inner .section_main .prof_items .prof_item .prof_texts .prof_names .prof_name {
  font-size: 1.5em;
}
#casta .section_inner .section_main .prof_items .prof_item .prof_texts .prof_body {
  color: #C8D800;
}
#casta .section_inner .section_main .prof_items .prof_item .prof_texts .prof_body p {
  line-height: 1.8;
  text-align: justify;
}
#casta .section_inner .section_main#cast {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #casta .section_inner .section_main#cast {
    margin-bottom: 60px;
  }
}

#review {
  background-image: url(img/bg4.jpg);
  background-size: cover;
  background-position: 54% 25%;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #review {
    padding: 60px 0;
  }
}
#review .section_inner {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #review .section_inner {
    padding: 20px 0;
  }
}
#review .section_inner .section_main {
  text-align: center;
}
#review .section_inner .section_main .review_items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#review .section_inner .section_main .review_items .review_item {
  line-height: 1.6;
}
#review .section_inner .section_main .review_items .review_item .review_body {
  font-size: 1.5em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  #review .section_inner .section_main .review_items .review_item .review_body {
    font-size: 1.3em;
  }
}
#review .section_inner .section_main .review_items .review_item .review_by {
  color: #C8D800;
}
@media screen and (max-width: 768px) {
  #review .section_inner .section_main .review_items .review_item .review_by {
    font-size: 0.9em;
  }
}

#comment {
  padding: 80px 0;
  background-color: rgba(7, 87, 13, 0.1);
}
@media screen and (max-width: 768px) {
  #comment {
    padding: 60px 0;
  }
}
#comment .section_inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #comment .section_inner {
    padding: 0 20px;
  }
}
#comment .section_inner .section_main {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main {
    max-width: 500px;
  }
}

.comment-cau {
  text-align: center;
  opacity: 0.8;
  font-size: 0.9em;
  margin-bottom: 40px;
}

.comment_items .comment_item {
  border: solid 1px rgba(0, 171, 132, 0.2);
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .comment_items .comment_item {
    margin-bottom: 20px;
  }
}
.comment_items .comment_item:last-of-type {
  margin-bottom: 0;
}
.comment_items .comment_item .comment_names {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.comment_items .comment_item .comment_names .comment_name {
  font-size: 1.5em;
  color: #C8D800;
  text-align: right;
  margin-bottom: 0.25em;
}
.comment_items .comment_item .comment_names .comment_role {
  opacity: 0.8;
  font-size: 0.9em;
  text-align: right;
  color: #CCC;
}
.comment_items .comment_item .comment_body {
  margin-bottom: 20px;
}
.comment_items .comment_item .comment_body p {
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 0.8em;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .comment_items .comment_item .comment_body p {
    margin-bottom: 0.4em;
  }
}
.comment_items .comment_item .comment_body p:last-of-type {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */