/*theme--------------------------*/
/*-------------------------------*/
/*breakpointes-------------------*/
/*-------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

*:focus {
  outline: none;
}

body {
  font-size: 16px;
  color: #FFF;
  background-color: #31210C;
  min-height: 100vh;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-image: url(img/bg.jpg);
  background-repeat: repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  body {
    background-size: 1500px;
  }
}
@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 {
  line-height: 1;
  text-align: center;
  position: relative;
}
h2 .h2-fr {
  font-size: 7.5em;
  font-family: "Passions Conflict", cursive;
  font-weight: 400;
  font-style: normal;
  opacity: 0.2;
  filter: blur(3px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  h2 .h2-fr {
    font-size: 5em;
    white-space: nowrap;
    filter: blur(2px);
  }
}
h2 .h2-jp {
  font-size: 2em;
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  h2 .h2-jp {
    font-size: 1.5em;
  }
}

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

footer .footer {
  background-color: #000;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 60px 30px;
  }
}
footer .footer .billing {
  max-width: 700px;
  margin: 40px auto 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .footer .billing {
    margin: 20px auto 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;
  }
}

/*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;
}

.fixed_vd {
  z-index: -9;
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.fixed_vd video {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------*/
/*loading------------------------*/
.loading {
  background-color: #31210C;
  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: 60%;
  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;
  border: solid 1px #757575;
  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:";
  font-family: unset;
  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-------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
.nav_bar {
  z-index: 101;
  z-index: 99;
  position: fixed;
  background-color: #000;
  width: 100%;
  top: 0;
  left: 0;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .nav_bar {
    height: 60px;
  }
}

.sns_nav {
  z-index: 113;
  display: flex;
  background-color: #000;
  position: fixed;
  top: 0;
  right: 32px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .sns_nav {
    align-items: flex-start;
    right: unset;
    left: 0;
    padding-left: 10px;
  }
}
.sns_nav li a {
  padding: 0 8px;
  width: 40px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  fill: #F6E5AF;
  transition: 0.2s;
  color: #F6E5AF;
}
@media screen and (max-width: 768px) {
  .sns_nav li a {
    padding: 0 8px;
    width: 40px;
    opacity: 0.9;
  }
}
.sns_nav li a:hover {
  fill: #FEFEFE;
  color: #FEFEFE;
}
.sns_nav li a svg {
  fill: currentColor;
  width: 40px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .sns_nav li a svg {
    width: 40px;
  }
}

.nav_btn {
  z-index: 114;
  display: none;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0px;
    background-color: #000;
  }
  .nav_btn .bar {
    height: 1px;
    position: absolute;
    left: 0;
    background-color: #F6E5AF;
    transition: 0.5s;
  }
  .nav_btn .bar.bar1 {
    top: 13px;
    width: 60px;
  }
  .nav_btn .bar.bar2 {
    top: 24px;
    width: 60px;
    transition-delay: 0.1s;
  }
  .nav_btn .bar.bar3 {
    top: 35px;
    width: 60px;
    transition-delay: 0.2s;
  }
  .nav_btn .bar.bar4 {
    width: 0;
    top: 0px;
    right: 0px;
    left: unset;
    transform-origin: right top;
    transform: rotate(-31deg);
    transition-delay: 0.3s;
  }
  .nav_btn .bar.bar5 {
    width: 0;
    top: 0px;
    left: 0px;
    transform-origin: left top;
    transform: rotate(31deg);
    transition-delay: 0.4s;
  }
  .nav_btn .menu_text::before {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    content: "menu";
    font-size: 10px;
    text-align: center;
    color: #F6E5AF;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .nav_btn.active .bar.bar1 {
    top: 13px;
    width: 0;
  }
  .nav_btn.active .bar.bar2 {
    top: 24px;
    width: 0;
  }
  .nav_btn.active .bar.bar3 {
    top: 35px;
    width: 0;
  }
  .nav_btn.active .bar.bar4 {
    width: 70px;
  }
  .nav_btn.active .bar.bar5 {
    width: 70px;
  }
  .nav_btn.active .menu_text::before {
    content: "close";
  }
}

.gnav-list {
  background-color: #000;
  z-index: 102;
  display: flex;
  font-size: 1.25em;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  transition: 0.5s;
  right: 120px;
}
.gnav-list.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  top: 0;
}
.gnav-list.invisible {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .gnav-list.invisible {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .gnav-list {
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    padding: 100px 40px 50px;
    gap: 10px;
    overflow: auto;
  }
  .gnav-list.invisible {
    opacity: 0;
  }
  .gnav-list.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
  .gnav-list.active.invisible {
    opacity: 1;
  }
}
.gnav-list li a {
  font-weight: 600;
  color: #F6E5AF;
  display: block;
  padding: 0 0.5em 0 0.5em;
  white-space: nowrap;
  letter-spacing: 0.17em;
  transition: 0.2s;
  position: relative;
  z-index: 2;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .gnav-list li a {
    font-size: 1.3em;
    padding: 0;
    line-height: 1;
  }
}
.gnav-list li a:hover {
  color: #FEFEFE;
}

.to_top {
  z-index: 101;
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 60px;
  height: 50px;
  background-color: #000;
  color: #F6E5AF;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .to_top {
    bottom: 0px;
    right: 0px;
    width: 50px;
    height: 40px;
  }
}
.to_top:hover {
  color: #FEFEFE;
}
.to_top span {
  transform: scaleY(0.7);
}
.to_top.active {
  opacity: 1;
}

@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(5px);
}
.fadeInUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}

.clipFromRight {
  opacity: 0;
  transition: 3s;
  -webkit-clip-path: inset(0% 0% 0 100%);
          clip-path: inset(0% 0% 0 100%);
}
.clipFromRight.is-inview {
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  opacity: 1;
}

.clipFromLeft {
  opacity: 0;
  transition: 3s;
  -webkit-clip-path: inset(0% 0% 0 100%);
          clip-path: inset(0% 0% 0 100%);
}
.clipFromLeft.is-inview {
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  opacity: 1;
}

/*-------------------------------*/
/*-keyframes--------------------*/
/*-------------------------------*/
#top {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}
#top .main_bg {
  position: relative;
  width: 100%;
  top: 0%;
  left: 0%;
}
#top .main_img {
  position: absolute;
  width: 47.4%;
  top: 0%;
  left: 0%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .main_img {
    width: 100%;
  }
}
#top .main_img img {
  opacity: 0;
  transform: scale(1.1);
  transition: 10s;
}
@media screen and (max-width: 768px) {
  #top .main_img img {
    transform: scale(1.2);
  }
}
#top .main_img.inview img {
  opacity: 1;
  transform: scale(1);
}
#top .cast {
  position: absolute;
  width: 37.24%;
  top: 8.63%;
  left: 55%;
  transition: 3s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .cast {
    width: 75.67%;
    top: 45%;
    left: 12.24%;
  }
}
#top .cast.inview {
  opacity: 1;
}
#top .awards {
  position: absolute;
  width: 41.12%;
  top: 16.84%;
  left: 52.81%;
  transition: 3s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .awards {
    width: 80.92%;
    top: 48%;
    left: 9.49%;
  }
}
#top .awards.inview {
  opacity: 1;
}
#top .title {
  position: absolute;
  width: 41.64%;
  top: 25.37%;
  left: 52.81%;
  transition: 3s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 91.07%;
    top: 57.5%;
    left: 4.36%;
  }
}
#top .title.inview {
  opacity: 1;
}
#top .release {
  position: absolute;
  width: 33.04%;
  top: 48.32%;
  left: 57.14%;
  transition: 3s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 79.12%;
    top: 72.5%;
    left: 10.51%;
  }
}
#top .release.inview {
  opacity: 1;
}
#top .credit {
  position: absolute;
  width: 33.38%;
  top: 61.16%;
  left: 56.96%;
  transition: 3s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .credit {
    width: 84.62%;
    top: 80%;
    left: 7.69%;
  }
}
#top .credit.inview {
  opacity: 1;
}
#top .imgs_top {
  position: absolute;
  width: 52.6%;
  bottom: 0%;
  left: 47.4%;
  display: flex;
  transition: 3s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .imgs_top {
    width: 100%;
    left: 0%;
  }
}
#top .imgs_top li {
  width: 33.33%;
}
#top .imgs_top.inview {
  opacity: 1;
}
#top .copy_tate {
  position: absolute;
  width: 4.29%;
  top: 4.31%;
  left: 2.03%;
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transition: 2s;
}
@media screen and (max-width: 768px) {
  #top .copy_tate {
    width: 10.98%;
    top: 3.14%;
    left: 5.9%;
  }
}
#top .copy_tate.inview {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
}

.info .billing {
  max-width: 530px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .info .billing {
    max-width: 243px;
  }
}
.info .btns {
  opacity: 0.9;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .info .btns {
    flex-direction: column;
    justify-content: center;
  }
}
.info .btns li .cap {
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.info .btns li .btn_img {
  text-align: center;
  transition: 0.3s;
}
.info .btns li .btn_img img {
  height: 70px;
  width: -moz-fit-content;
  width: fit-content;
}
.info .btns li .btn_img img:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.info .btns li .btn_img a {
  display: block;
}

#trailer {
  padding: 120px 50px;
  background: linear-gradient(90deg, rgba(255, 244, 179, 0.1) 0%, rgba(240, 101, 6, 0.1) 100%);
}
@media screen and (max-width: 768px) {
  #trailer {
    padding: 80px 20px 60px;
  }
}
#trailer h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #trailer h2 {
    margin-bottom: 10px;
  }
}

.youtube_outer {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  max-width: 800px;
}

.youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#story .section_inner .section_main h2 {
  margin-bottom: 60px;
}
#story .section_inner .section_main .text_body p {
  line-height: 2.5;
  text-align: center;
  margin-bottom: 2em;
}
#story .section_inner .section_main .text_body p:last-of-type {
  margin-bottom: 0;
}
#story .section_inner .section_main .text_body p span {
  font-weight: inherit;
  display: inline-block;
}/*# sourceMappingURL=style.css.map */