@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: #333;
  background-color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
@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) {
  .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 .section_inner {
  max-width: 900px;
  margin: 0 auto 40px;
}
@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 {
  border-radius: 8px;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: solid 1px #bebb88;
}
#trailer .section_inner .section_main .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;
}
.trailer_tab li {
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .trailer_tab li {
    width: 100%;
  }
}
.trailer_tab li a {
  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: #3a3a3a;
  color: #FEFEFE;
}
@media screen and (max-width: 768px) {
  .trailer_tab li a {
    height: 3em;
  }
}
.trailer_tab .tab.active a {
  background-color: #002007;
  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------------------------*/
.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: #FFF;
  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: 20%;
  max-width: 100px;
  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 {
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 43vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top {
    height: 191vw;
  }
}
#top .main {
  width: 52%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #top .main {
    width: 100%;
  }
}
#top h1.title {
  position: absolute;
  width: 16%;
  left: 21%;
  top: 8%;
}
@media screen and (max-width: 768px) {
  #top h1.title {
    width: 38%;
    left: 31%;
    top: 32%;
  }
}
#top .copy_tate {
  position: absolute;
  width: 2%;
  top: 5%;
  left: 48%;
  transform: rotate(-14deg);
}
@media screen and (max-width: 768px) {
  #top .copy_tate {
    transform: rotate(-6.66deg);
    width: 5%;
    top: 1%;
    left: 10%;
  }
}
#top .credit {
  position: absolute;
  width: 18%;
  left: 19%;
  top: 65%;
}
@media screen and (max-width: 768px) {
  #top .credit {
    width: 60%;
    left: 20%;
    top: 83%;
  }
}
#top .release {
  position: absolute;
  width: 32%;
  left: 12%;
  top: 77%;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 80%;
    left: 10%;
    top: 76%;
  }
}
#top .billing {
  position: absolute;
  top: 89%;
  left: 16%;
  width: 24%;
}
@media screen and (max-width: 768px) {
  #top .billing {
    top: 92%;
    left: 10%;
    width: 80%;
  }
}
#top .billing_en {
  position: absolute;
  width: 4%;
  top: 57%;
  right: 1%;
}
@media screen and (max-width: 768px) {
  #top .billing_en {
    width: 13.5%;
    top: 41%;
    right: 81%;
  }
}

#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 30px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #info .btns {
    margin: 0 auto 30px;
  }
}
#info .btns .btn_item {
  max-width: 200px;
  width: calc(50% - 10px);
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #info .btns .btn_item {
    max-width: 200px;
    margin: 0 auto;
    width: 100%;
  }
}
#info .btns .btn_item a {
  display: block;
  transition: 0.2s;
}
#info .btns .btn_item a:hover {
  opacity: 0.6;
}

.bro {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto 20px;
  border: solid 1px #CCC;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

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

.tkts {
  margin: 0 auto 40px;
  justify-content: center;
  display: flex;
}
.tkts li a {
  max-width: 200px;
  display: block;
  transition: 0.2s;
}
.tkts li a:hover {
  opacity: 0.6;
}

.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 */