@charset "UTF-8";
/* 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-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  color: #FFF;
  min-height: 100vh;
  background-color: #000;
}
@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-family: "Rosarivo", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5em;
  color: #8BB1B0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  opacity: 0.4;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.5em;
  }
}

.section-default .section_inner .section_main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 50px;
}
@media screen and (max-width: 768px) {
  .section-default .section_inner .section_main {
    max-width: 500px;
    padding: 60px 20px;
  }
}

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

h3 {
  color: #8BB1B0;
  font-size: 1.5em;
  opacity: 0.8;
  margin-bottom: 0.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h3 {
    text-align: left;
    font-size: 1.3em;
  }
}
h3 span {
  font-weight: 700;
  display: inline-block;
  line-height: 1.6;
}

.imgs5 {
  display: flex;
  flex-wrap: wrap;
}
.imgs5 img {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .imgs5 img {
    width: 50%;
  }
  .imgs5 img:nth-of-type(3) {
    width: 100%;
  }
}

/*sharebtn-----------------------*/
.shares {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@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 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 flash {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
/*-inview------------------------*/
.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;
}

/*-------------------------------*/
/*-keyframes--------------------*/
/*-------------------------------*/
/*nav----------------------------*/
.nav_title {
  position: fixed;
  z-index: 105;
  width: 100px;
  top: 10px;
  left: 10px;
  opacity: 0;
  transition: 1s;
  filter: blur(10px);
}
@media screen and (max-width: 768px) {
  .nav_title {
    display: block;
    top: 10px;
    left: 10px;
    width: 60px;
  }
}
.nav_title.active {
  opacity: 0.8;
  filter: blur(0px);
}

.nav_bar {
  z-index: 103;
  width: 100%;
  height: 60px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 1s;
  filter: blur(10px);
}
@media screen and (max-width: 768px) {
  .nav_bar {
    display: block;
    background-color: rgba(2, 33, 39, 0.95);
  }
}
.nav_bar.active {
  opacity: 1;
  filter: blur(0px);
}

.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%, 100%;
    width: 60px;
    height: 60px;
    transition: 1s;
    opacity: 0;
    transition: 1s;
    filter: blur(10px);
  }
  .nav_btn.show {
    background-image: url(img/nav_icon-close.svg);
    opacity: 0.8;
  }
  .nav_btn.active {
    opacity: 1;
    filter: blur(0px);
  }
}

.gnav {
  z-index: 100;
  letter-spacing: 0.1em;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  height: 60px;
  transition: 1s;
  background-color: rgba(2, 33, 39, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  transition: 1s;
  filter: blur(10px);
}
@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;
  }
  .gnav.show {
    left: 0;
    opacity: 1;
  }
}
.gnav.active {
  opacity: 1;
  filter: blur(0px);
}
.gnav .gnav_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  background-image: url(img/bgo.jpg);
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    background-image: none;
    padding-right: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
  }
}
.gnav .gnav_list li a {
  font-family: "Rosarivo", cursive;
  font-weight: 400;
  font-style: normal;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5em;
  font-size: 1.1em;
  color: #FFF;
  transition: 0.2s;
  text-transform: uppercase;
}
@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.6;
}
.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: 1s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transform: scale(1, 0.6);
  color: #8BB1B0;
  cursor: pointer;
  opacity: 0;
  transition: 1s;
  filter: blur(10px);
}
.nav_top:hover {
  transform: scale(1, 0.6) translateY(2px);
}
.nav_top.active {
  opacity: 1;
  filter: blur(0px);
}

/*-------------------------------*/
/*fixed_bg------------------------*/
.fixed_bg {
  z-index: -10;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-image: url(img/main-pc.jpg);
  background-size: 50%;
  background-position: top center;
  background-repeat: no-repeat;
  top: 0px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .fixed_bg {
    background-image: url(img/main-sp.jpg);
    background-size: 100%;
  }
}

/*-------------------------------*/
/*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;
  flex-direction: column;
}
.loading .loading_inner .loader {
  animation: flash 1s infinite;
  max-width: 200px;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loading .loading_inner .loader img {
  opacity: 0.2;
}

/*-------------------------------*/
footer {
  padding: 80px;
  background-color: rgba(0, 23, 29, 0.8);
}
@media screen and (max-width: 768px) {
  footer {
    padding: 80px 40px;
  }
}
footer .title_footer {
  max-width: 350px;
  width: 20%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .title_footer {
    width: 40%;
  }
}

#top {
  position: relative;
  width: 100%;
  height: 46vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top {
    height: 173vw;
  }
}
#top .main {
  position: absolute;
  width: 44%;
  top: 0;
  left: 28%;
}
@media screen and (max-width: 768px) {
  #top .main {
    width: 100%;
    left: 0;
  }
}
#top .title {
  position: absolute;
  width: 32.4%;
  top: 17.78%;
  left: 30.42%;
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 69.33%;
    top: 22.64%;
    left: 15.47%;
  }
}
#top .copy_yoko1 {
  position: absolute;
  width: 45%;
  top: 4%;
  left: 2%;
}
@media screen and (max-width: 768px) {
  #top .copy_yoko1 {
    width: 96%;
    top: 3.01%;
    left: 2.13%;
  }
}
#top .billing {
  position: absolute;
  width: 30%;
  top: 80%;
  left: 2%;
}
@media screen and (max-width: 768px) {
  #top .billing {
    width: 89.33%;
    top: 86.45%;
    left: 5.33%;
  }
}
#top .release-date {
  position: absolute;
  width: 13.63%;
  top: 59.5%;
  left: 84.09%;
}
@media screen and (max-width: 768px) {
  #top .release-date {
    width: 31.56%;
    top: 63.11%;
    left: 62.66%;
  }
}
#top .release-text {
  position: absolute;
  width: 25%;
  top: 84%;
  left: 73%;
}
@media screen and (max-width: 768px) {
  #top .release-text {
    width: 62.34%;
    top: 78.24%;
    left: 32.06%;
  }
}
#top .copy_yoko2 {
  position: absolute;
  width: 52.81%;
  top: 90%;
  left: 45.1%;
}
@media screen and (max-width: 768px) {
  #top .copy_yoko2 {
    width: 90%;
    top: 82.44%;
    left: 5%;
  }
}

#info {
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
  padding: 40px 50px 60px;
  width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 30px 20px 30px;
  }
}
#info .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#info .btns div {
  margin: 0 10px 10px;
  position: relative;
  max-width: 180px;
  width: 100%;
}
#info .btns div a {
  overflow: hidden;
  position: relative;
  margin: 0 auto 0px;
  display: block;
  max-width: 240px;
  width: 100%;
}
#info .btns div a:hover {
  filter: brightness(120%);
}

.sns_btns {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
}
.sns_btns a {
  width: 160px;
  display: block;
  margin: 0 5px;
}
.sns_btns a:hover {
  opacity: 0.7;
}

.bnrs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.bnrs .bnr {
  width: calc(50% - 10px);
  margin: 0 5px 10px;
  max-width: 200px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .bnrs .bnr {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    max-width: unset;
  }
}
.bnrs .bnr a {
  display: block;
  transition: 0.3s;
}
.bnrs .bnr a:hover {
  filter: brightness(120%);
}
.bnrs .bnr img {
  border-radius: 5px;
}

.mvtk {
  width: 100%;
  margin: 0 auto 30px;
}
.mvtk div {
  margin: 0 auto;
}

/*trailer------------------------*/
#trailer .section_inner {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner {
    max-width: 500px;
  }
}
#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;
}
#trailer .section_inner .section_main .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#trailer .trailer_tab {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2px;
}
#trailer .trailer_tab li {
  width: calc(33.33% - 1px);
  margin: 0;
}
#trailer .trailer_tab li a {
  height: 3em;
  width: 100%;
  display: block;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8BB1B0;
  color: #FFF;
  background-color: #3D3000;
  font-weight: 700;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  #trailer .trailer_tab li a {
    height: 3em;
  }
}
#trailer .trailer_tab .tab.active a {
  color: #333;
  background-color: #8BB1B0;
}
#trailer .trailer_tab .tab.active a::before {
  content: "● ";
}
#trailer .trailer_tab .tab.active a:hover {
  transition: 0.4s;
}

/*-------------------------------*/
#intro {
  background-color: #000;
}
#intro .section_inner .section_header {
  position: relative;
}
#intro .section_inner .section_header .intro_img {
  position: relative;
}
#intro .section_inner .section_header .intro_award {
  position: absolute;
  width: 70%;
  top: 3%;
  left: 15%;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_header .intro_award {
    width: 90%;
    left: 5%;
  }
}
#intro .section_inner .section_header .intro_text1 {
  position: absolute;
  width: 33%;
  top: 27%;
  left: 5%;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_header .intro_text1 {
    width: 50%;
    top: 17%;
  }
}
#intro .section_inner .section_header .intro_text2 {
  position: absolute;
  width: 33%;
  right: 5%;
  top: 44%;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_header .intro_text2 {
    width: 50%;
    top: 62%;
  }
}
#intro .section_inner .section_header .intro_text3 {
  position: absolute;
  width: 33%;
  left: 5%;
  top: 70%;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_header .intro_text3 {
    width: 50%;
    left: 9%;
    top: 77%;
  }
}
#intro .section_inner .section_main {
  padding: 40px 50px 80px;
  margin-top: -5vw;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    padding: 20px 20px 60px;
  }
}

#story {
  background-color: #000;
  background-image: url(img/img_story.jpg);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 20vw;
}
@media screen and (max-width: 768px) {
  #story {
    padding-bottom: 60vw;
    background-size: 300%;
  }
}
#caststaff {
  background-color: rgba(0, 0, 0, 0.9);
}
#caststaff .section_inner .section_main .prof_items .prof_item {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  align-items: center;
  gap: 3%;
  position: relative;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #caststaff .section_inner .section_main .prof_items .prof_item {
    flex-direction: column;
    padding: 20px;
    margin-bottom: 40px;
  }
}
#caststaff .section_inner .section_main .prof_items .prof_item:last-of-type {
  margin-bottom: 0;
}
#caststaff .section_inner .section_main .prof_items .prof_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(10px);
  background-color: rgba(37, 199, 185, 0.1);
}
#caststaff .section_inner .section_main .prof_items .prof_item .prof_img {
  width: 30%;
  order: 1;
  mix-blend-mode: lighten;
}
@media screen and (max-width: 768px) {
  #caststaff .section_inner .section_main .prof_items .prof_item .prof_img {
    width: 80%;
    margin-bottom: 20px;
    max-width: 320px;
  }
}
#caststaff .section_inner .section_main .prof_items .prof_item .prof_texts {
  flex: 1;
  order: 2;
}
#caststaff .section_inner .section_main .prof_items .prof_item .prof_texts .prof_names {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #caststaff .section_inner .section_main .prof_items .prof_item .prof_texts .prof_names {
    text-align: center;
  }
}
#caststaff .section_inner .section_main .prof_items .prof_item .prof_texts .prof_names .prof_role {
  font-size: 0.9em;
  color: #8BB1B0;
  font-weight: 700;
  margin-bottom: 0.5em;
}
#caststaff .section_inner .section_main .prof_items .prof_item .prof_texts .prof_names .prof_name {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
#caststaff .section_inner .section_main .prof_items .prof_item .prof_texts .prof_names .prof_name-en {
  font-size: 0.8em;
  letter-spacing: 0.5em;
  font-style: italic;
  opacity: 0.5;
}
#caststaff .section_inner .section_main .prof_items .prof_item .prof_texts .prof_body p {
  line-height: 1.8;
  text-align: justify;
}
#caststaff .section_inner .section_main .prof_items .prof_item.director {
  margin-top: 100px;
}
#caststaff .section_inner .section_main .prof_items .prof_item.director::before {
  background-color: rgba(0, 0, 0, 0.2);
}

#comment {
  background-color: rgba(255, 255, 255, 0.1);
}
#comment .section_inner {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #comment .section_inner {
    padding: 80px 0;
  }
}
#comment .section_inner .section_main {
  max-width: 1000px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main {
    max-width: 500px;
    padding: 0 20px;
  }
}
#comment .section_inner .section_main h2 {
  opacity: 1;
}
#comment .section_inner .section_main .comment_items .comment_item {
  margin-bottom: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main .comment_items .comment_item {
    margin-bottom: 30px;
  }
}
#comment .section_inner .section_main .comment_items .comment_item:last-of-type {
  margin-bottom: 0;
}
#comment .section_inner .section_main .comment_items .comment_item .comment_names {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main .comment_items .comment_item .comment_names {
    flex-direction: column;
    align-items: flex-end;
  }
}
#comment .section_inner .section_main .comment_items .comment_item .comment_names .comment_name {
  font-size: 1.5em;
  text-align: right;
  font-weight: 700;
  margin-right: 0.25em;
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main .comment_items .comment_item .comment_names .comment_name {
    margin-bottom: 0.5em;
    margin-right: 0;
  }
}
#comment .section_inner .section_main .comment_items .comment_item .comment_names .comment_role {
  opacity: 0.8;
  font-size: 0.9em;
  text-align: right;
  color: #8BB1B0;
  font-weight: 900;
}
#comment .section_inner .section_main .comment_items .comment_item .comment_body {
  margin-bottom: 20px;
}
#comment .section_inner .section_main .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 .section_inner .section_main .comment_items .comment_item .comment_body p {
    margin-bottom: 0.4em;
  }
}
#comment .section_inner .section_main .comment_items .comment_item .comment_body p:last-of-type {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */