@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-size: 16px;
  color: #FFF;
  background-color: #000;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  background-image: url(img/img_main-pc.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  body {
    background-image: url(img/img_main-sp.jpg);
    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) {
  .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;
  }
}

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

h2 {
  font-size: 1.5em;
  letter-spacing: 0.32em;
}

@keyframes flash {
  0%, 100% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes main_flash {
  0% {
    transform: none;
  }
  36% {
    transform: none;
  }
  36.2% {
    transform: skewX(8deg);
  }
  36.4% {
    transform: skewX(-8deg);
  }
  36.6% {
    transform: none;
  }
  66% {
    transform: none;
  }
  66.2% {
    transform: skewX(10deg);
  }
  66.4% {
    transform: skewX(-10deg);
  }
  66.6% {
    transform: none;
  }
  76% {
    transform: none;
  }
  76.2% {
    transform: skewX(40deg);
  }
  76.4% {
    transform: skewX(-40deg);
  }
  76.6% {
    transform: none;
  }
  97% {
    transform: none;
  }
  97.2% {
    transform: skewX(5deg);
  }
  97.4% {
    transform: skewX(-5deg);
  }
  97.6% {
    transform: none;
  }
}
/*-inview------------------------*/
.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translateY(10px);
}
.fadeInUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}

.coloring {
  transition: 1s;
  filter: brightness(50%) grayscale(100%);
}
.coloring.is-inview {
  filter: brightness(100%) grayscale(0%);
}

.fadeFromLeft {
  opacity: 0;
  transition: 0.5s;
  transform: translateX(-20px);
}
.fadeFromLeft.is-inview {
  transform: translateX(0);
  opacity: 1;
}

/*-------------------------------*/
/*-keyframes--------------------*/
/*-------------------------------*/
/*trailer------------------------*/
#trailer .youtube_outer {
  max-width: 900px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #trailer .youtube_outer {
    max-width: 500px;
  }
}
#trailer h2 {
  text-align: center;
}
#trailer .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: solid 1px #bebebe;
}
#trailer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trailer_tab {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2px;
  margin-top: 3px;
}
.trailer_tab li {
  width: calc(50% - 2px);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .trailer_tab li {
    width: 100%;
  }
}
.trailer_tab li a {
  border-radius: 8px;
  height: 3em;
  width: 100%;
  display: block;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  background-color: #c7b59a;
  color: #FEFEFE;
}
@media screen and (max-width: 768px) {
  .trailer_tab li a {
    height: 3em;
  }
}
.trailer_tab .tab.active a {
  background-color: #260808;
  pointer-events: none;
}
.trailer_tab .tab.active a::before {
  content: "● ";
}
.trailer_tab .tab.active a:hover {
  transition: 0.4s;
}

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

.gnav {
  z-index: 100;
  letter-spacing: 0.1em;
  width: 100%;
  position: fixed;
  position: sticky;
  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;
    background-color: #FFF;
  }
  .gnav.show {
    left: 0;
    opacity: 1;
  }
}
.gnav.active {
  opacity: 1;
}
.gnav .gnav_list {
  display: flex;
  justify-content: flex-end;
  padding: 0 40px;
  align-items: center;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    padding-right: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    border-bottom: 0;
  }
}
.gnav .gnav_list li a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 0.5em;
  font-size: 1.1em;
  color: #C4A220;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a {
    font-size: 1.3em;
    line-height: 50px;
    height: 50px;
  }
}
.gnav .gnav_list li a:hover {
  opacity: 0.6;
}
.gnav .gnav_list li a.construction {
  opacity: 0.6;
  pointer-events: none;
}
.gnav .gnav_list li a .icon_menu {
  width: 24px;
  margin-bottom: 13px;
}

a.to_top {
  opacity: 0;
  z-index: 99;
  margin: 0 auto;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  transition: 1s;
  color: #C4A220;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.to_top.active {
  opacity: 1;
}

/*-------------------------------*/
/*fixed_bg------------------------*/
/*-------------------------------*/
/*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;
  width: 50%;
  max-width: 500px;
  opacity: 0.2;
}

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

.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 2.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.share_btns li img {
  height: 20px;
  width: auto;
}
.share_btns li:hover {
  opacity: 0.7;
}

.share_btns-square {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@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;
}
.share_btns-square li {
  cursor: pointer;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .share_btns-square li {
    margin: 0 5px 10px;
  }
}
.share_btns-square li:hover {
  opacity: 0.7;
}

/*-------------------------------*/
/*noiseOverlay-------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
footer #footer {
  background-image: url(img/bg_footer.jpg);
  background-position: 100% 60%;
  background-size: cover;
  padding: 40px;
}
footer #footer .title {
  width: 30%;
  max-width: 132px;
  margin: 0 auto 20px;
}
footer #footer .release {
  max-width: 420px;
  width: 80%;
  margin: 0 auto;
}

#top {
  position: relative;
  width: 100%;
  height: 54vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top {
    height: 175vw;
  }
}
#top .title {
  position: absolute;
  width: 38.96%;
  top: 31.28%;
  left: 2.66%;
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 69.6%;
    top: 19.94%;
    left: 5.33%;
  }
}
#top .awards {
  position: absolute;
  width: 27.55%;
  top: 4.81%;
  left: 2.6%;
}
@media screen and (max-width: 768px) {
  #top .awards {
    width: 59.47%;
    top: 3.04%;
    left: 5.33%;
  }
}
#top .credit {
  position: absolute;
  width: 23.44%;
  top: 13.86%;
  left: 2.71%;
}
@media screen and (max-width: 768px) {
  #top .credit {
    width: 51.73%;
    top: 8.52%;
    left: 5.87%;
  }
}
#top .copy_tate1 {
  position: absolute;
  width: 2.24%;
  top: 6.64%;
  left: 93.07%;
}
@media screen and (max-width: 768px) {
  #top .copy_tate1 {
    width: 6.05%;
    top: 3.5%;
    left: 88.23%;
  }
}
#top .copy_tate2 {
  position: absolute;
  width: 4.53%;
  top: 54.96%;
  left: 2.6%;
}
@media screen and (max-width: 768px) {
  #top .copy_tate2 {
    width: 11.2%;
    top: 32.12%;
    left: 4.53%;
  }
}
#top .release {
  position: absolute;
  width: 28.95%;
  top: 68.06%;
  left: 9.56%;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 53.55%;
    top: 75.99%;
    left: 41.04%;
  }
}
#top .billing_en {
  position: absolute;
  width: 26.59%;
  top: 77.38%;
  left: 9.74%;
}
@media screen and (max-width: 768px) {
  #top .billing_en {
    width: 75.2%;
    top: 81.74%;
    left: 20.27%;
  }
}

#info {
  padding: 40px 50px 40px;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 20px 20px 30px;
  }
}
#info .btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 60px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #info .btns {
    margin: 0 auto 30px;
  }
}
#info .btns li {
  max-width: 180px;
  width: calc(50% - 10px);
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #info .btns li {
    margin: 0 auto;
    width: 100%;
  }
}
#info .btns li a {
  display: block;
  transition: 0.2s;
}
#info .btns li a:hover {
  opacity: 0.6;
}

.bnr_twin {
  display: block;
  width: 100px;
  margin: 0 auto 20px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .bnr_twin {
    margin: 0 auto 30px;
  }
}
.bnr_twin:hover {
  opacity: 0.7;
}

.mvtk #mvtk-widgets-container {
  margin: 0 auto 40px;
}

#intro {
  background-color: #000;
}
#intro .section_inner .section_main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#intro .section_inner .section_main .img_intro {
  width: 50%;
  background-image: url(img/img_intro-pc.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .img_intro {
    background-image: url(img/img_intro-sp.jpg);
    width: 100%;
    height: 70vw;
  }
}
#intro .section_inner .section_main .texts_intro {
  color: #FFF;
  width: 50%;
  height: 100%;
  padding: 80px 50px 80px 20px;
  max-width: 700px;
  margin: 0 auto 0 0;
  inset: 0;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .texts_intro {
    width: 100%;
    padding: 0 20px 80px 20px;
    max-width: 600px;
    margin: 0 auto;
  }
}
#intro .section_inner .section_main .texts_intro h2 {
  margin-bottom: 20px;
}
#intro .section_inner .section_main .texts_intro h3 {
  margin-bottom: 20px;
  color: #FFF2AE;
  font-size: 1.5em;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .texts_intro h3 {
    font-size: 1.3em;
  }
}
#intro .section_inner .section_main .texts_intro h3 p {
  margin-bottom: 0.25em;
}
#intro .section_inner .section_main .texts_intro h3 span {
  display: inline-block;
}
#intro .section_inner .section_main .texts_intro h3 span.year {
  font-size: 0.6em;
}
#intro .section_inner .section_main .texts_intro .text_body p {
  text-align: justify;
  line-height: 2;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .texts_intro .text_body p {
    margin-bottom: 0.5em;
  }
}
#intro .section_inner .section_main .texts_intro .text_body p:last-of-type {
  margin-bottom: 0;
}

#story {
  background-image: url(img/bg_story.jpg);
  background-size: cover;
}
#story .section_inner {
  padding: 120px 50px;
}
@media screen and (max-width: 768px) {
  #story .section_inner {
    padding: 80px 20px;
  }
}
#story .section_inner .section_main {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main {
    max-width: 500px;
  }
}
#story .section_inner .section_main h2 {
  color: #C4A220;
  text-align: center;
  margin-bottom: 20px;
}
#story .section_inner .section_main .text_body {
  line-height: 2;
  text-align: justify;
}/*# sourceMappingURL=style.css.map */