@charset "UTF-8";
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;
}

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

html {
  font-size: 62.5% !important;
  /*16px×62.5%=10px*/
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0%;
}

li {
  list-style: none;
}

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

.cont-pc {
  display: inherit;
}

@media screen and (max-width: 768px) {
  .cont-pc {
    display: none;
  }
}

.cont-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .cont-sp {
    display: inherit;
  }
}

.share_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.share_btn li {
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.share_btn .fb_iframe_widget > span {
  vertical-align: baseline !important;
}

@-webkit-keyframes trailer_appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes trailer_appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#trailer {
  opacity: 0;
  width: 0%;
  height: 0vh;
  z-index: 9997;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0s;
  transition: 0s;
}

#trailer .trailer_inner {
  height: auto;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -2;
}

#trailer .trailer_inner .trailer_main {
  max-width: inherit;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  max-height: calc(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 {
  border: solid 1px #323232;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#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 {
  display: none;
  background-color: rgba(60, 0, 0, 0.95);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
  z-index: -1;
}

#trailer .trailer_inner .overlay_trailer:hover .close_btn_trailer::before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

#trailer .trailer_inner .overlay_trailer:hover .close_btn_trailer::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

#trailer .close_btn_trailer {
  display: none;
  position: fixed;
  top: 1px;
  right: 1px;
  width: 60px;
  height: 60px;
  z-index: 99999;
  cursor: pointer;
  border: solid 1px #fff;
}

#trailer .close_btn_trailer::before, #trailer .close_btn_trailer::after {
  overflow: visible;
  position: absolute;
  top: calc(50% - 1px);
  left: -1px;
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}

#trailer .close_btn_trailer::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#trailer .close_btn_trailer::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#trailer .close_btn_trailer:hover::before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

#trailer .close_btn_trailer:hover::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

#trailer.on {
  -webkit-animation: trailer_appear .6s;
          animation: trailer_appear .6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  height: 100vh;
  width: 100%;
}

#trailer.on .overlay_trailer {
  display: block;
}

#trailer.on .close_btn_trailer {
  display: block;
}

.trailer_tab {
  color: #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.trailer_tab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32.5%;
  padding: 12px 5px;
  margin: 10px 0 0 0;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.15em;
  height: 3em;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  background-color: #232222;
  color: #c1c1c1;
}

.trailer_tab li:before {
  content: '●';
  margin-right: 4px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

.trailer_tab li.ready {
  color: #fff;
  background-color: #721a1a;
  cursor: pointer;
}

.trailer_tab li.ready::before {
  content: '';
}

.trailer_tab li.ready:hover {
  background: rgba(107, 107, 107, 0.4);
  -webkit-transition: .4s;
  transition: .4s;
}

#youtube2, #youtube3 {
  display: none;
}

.fixed_bg {
  display: block;
  background-image: url(img/bg.jpg);
  background-size: cover;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  overflow: hidden;
  background-color: #1f0400;
}

.fixed_bg.fixed_comment {
  background-image: url(img/imgs01a.jpg);
  opacity: .5;
  background-position: 50% 50%;
}

@-webkit-keyframes noise {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100px 800px;
  }
}

@keyframes noise {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100px 800px;
  }
}

.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;
  -webkit-animation: noise 2s steps(10) infinite;
          animation: noise 2s steps(10) infinite;
  line-height: 0;
  opacity: 0.3;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .noise_overlay {
    background-size: 200px;
  }
}

*:focus {
  outline: none;
}

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  background-color: #000;
  background-size: cover;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #FFF;
  overflow-x: hidden;
  height: 100%;
  overflow: visible;
  font-family: 'Zen Old Mincho', serif;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@-webkit-keyframes flash {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
}

.loading .loader {
  width: 80px;
  -webkit-animation: spin 5s linear infinite;
          animation: spin 5s linear infinite;
  opacity: .4;
  margin-bottom: 10px;
}

.loading p {
  color: #e43921;
  opacity: .4;
  text-transform: uppercase;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.8);
            transform: rotate(180deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.8);
            transform: rotate(180deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

/*
NAV-----------------------
*/
.gnav {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .gnav {
    top: unset;
    bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}

.gnav a, .gnav #trailer_btn2 {
  color: #fff;
  display: block;
  cursor: pointer;
}

.gnav a:hover, .gnav #trailer_btn2:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .gnav a:hover, .gnav #trailer_btn2:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .gnav .gnav_top {
    width: 80%;
  }
}

.gnav .gnav_top ul {
  padding: 0 20px 0 40px;
  background-color: rgba(90, 10, 10, 0.7);
  height: 50px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
}

@media screen and (max-width: 768px) {
  .gnav .gnav_top ul {
    background-color: rgba(90, 10, 10, 0.9);
    padding: 0 0 0 10px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  .gnav .gnav_top ul img {
    height: 50px;
  }
}

.gnav .gnav_top ul li {
  margin: 0 .5em;
}

@media screen and (max-width: 768px) {
  .gnav .gnav_theater {
    width: 20%;
  }
}

.gnav .gnav_theater ul {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  padding: 0 20px 0 40px;
  background-color: rgba(90, 10, 10, 0.7);
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .gnav .gnav_theater ul {
    padding: 0 10px 0 0;
    background-color: rgba(90, 10, 10, 0.9);
    height: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
            clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
  }
}

.gnav .gnav_theater ul li {
  margin: 0 .5em;
}

.gnav .gnav_theater img {
  width: 12px;
  padding-bottom: 2px;
  margin-left: 2px;
}

@media screen and (max-width: 768px) {
  .gnav .gnav_theater img {
    width: auto;
    height: 50px;
  }
}

.gnav .gnav_sns ul {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .gnav .gnav_sns ul {
    position: fixed;
    bottom: 50px;
    left: 10px;
  }
}

.gnav .gnav_sns ul li {
  margin: 0 .5em;
}

@media screen and (max-width: 768px) {
  .gnav .gnav_sns ul li {
    margin: 0 .7em;
    opacity: .8;
  }
}

.gnav .gnav_sns ul li a img {
  width: 24px;
}

.gnav .gnav_sns ul li a img.icon_tiktok {
  width: 22px;
}

.updown_nav {
  z-index: 102;
  position: fixed;
  right: 0px;
  top: calc(100% - 50px);
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .updown_nav {
    right: 10px;
    top: calc(100% - 50px);
  }
}

.updown_nav.active {
  opacity: 1;
}

.updown_nav ul li {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(90, 10, 10, 0.7);
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .updown_nav ul li {
    color: #fff;
  }
}

.updown_nav ul li:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .updown_nav ul li {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .updown_nav ul li:hover {
    opacity: 1;
  }
}

.updown_nav ul li a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*
MAIN TOP------------------
*/
#top {
  position: relative;
  width: 100%;
  height: 47vw;
  overflow: hidden;
  background-image: url(img/bg.jpg);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #top {
    height: 158vw;
  }
}

#top .fixed_bg_top {
  display: block;
  background-size: cover;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
  width: 100%;
  overflow: hidden;
  background-color: #1f0400;
}

#top .fixed_bg_top video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  height: 100%;
  width: 100vw;
  opacity: .3;
}

@media screen and (max-width: 768px) {
  #top .fixed_bg_top video {
    opacity: .5;
  }
}

#top .main_img {
  position: fixed;
  width: 38%;
  margin-left: 6%;
  mix-blend-mode: screen;
}

@media screen and (max-width: 768px) {
  #top .main_img {
    width: 100%;
    margin-left: 0;
  }
}

#top .main_img .main_img_base {
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

#top .main_img .main_img_base.active {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

#top .main_img .main_img_knife {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

#top .main_img .main_img_knife.active {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

#top .copy_tate {
  position: absolute;
  width: 1.2%;
  top: 8%;
  left: 49.4%;
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

#top .copy_tate.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

@media screen and (max-width: 768px) {
  #top .copy_tate {
    width: 4.3%;
    top: 3%;
    left: 90%;
  }
}

#top .logo {
  position: absolute;
  width: 44%;
  top: 47%;
  left: 28%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

#top .logo.active {
  opacity: .8;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

@media screen and (max-width: 768px) {
  #top .logo {
    width: 82%;
    top: 41%;
    left: 9%;
  }
}

#top .release {
  position: absolute;
  width: 10%;
  top: 76%;
  left: 45%;
  opacity: .8;
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

#top .release.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-filter: blur(0px) drop-shadow(0px 0px 1px #000) drop-shadow(0px 0px 5px #000);
          filter: blur(0px) drop-shadow(0px 0px 1px #000) drop-shadow(0px 0px 5px #000);
}

@media screen and (max-width: 768px) {
  #top .release {
    width: 34%;
    top: 91.5%;
    left: 33%;
  }
}

#top .copy_yoko {
  position: absolute;
  width: 27%;
  top: 83%;
  left: 36.5%;
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

#top .copy_yoko.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

@media screen and (max-width: 768px) {
  #top .copy_yoko {
    width: 80%;
    top: 78.5%;
    left: 10%;
  }
}

#top .billing_jp {
  position: absolute;
  width: 18%;
  top: 92%;
  left: 41%;
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

#top .billing_jp.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

@media screen and (max-width: 768px) {
  #top .billing_jp {
    width: 50%;
    top: 86%;
    left: 25%;
  }
}

#info {
  width: 100%;
  padding: 40px 16.5px 30px;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

#info.active {
  opacity: 1;
}

#info .bnr_com {
  border: 1px solid #818181;
  width: 100%;
  max-width: 450px;
  margin: 0 auto 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

#info .bnr_com:hover {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 55, 0, 0.3));
          filter: drop-shadow(0px 0px 10px rgba(255, 55, 0, 0.3));
  opacity: .5;
}

#info .menu_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

#info .menu_btns div {
  max-width: 260px;
  margin: 0 10px 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

#info .menu_btns div:hover {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 55, 0, 0.3));
          filter: drop-shadow(0px 0px 10px rgba(255, 55, 0, 0.3));
  opacity: .5;
}

#info #mvtk-widgets-container {
  margin: 20px auto 20px;
  overflow: hidden;
}

#info .tiktok_container .tiktok-embed {
  border-radius: 10px;
}

#info .bnr_mjr {
  display: block;
  max-width: 320px;
  margin: 0 auto 20px;
  width: 70%;
  -webkit-transition: .3s;
  transition: .3s;
}

#info .bnr_mjr:hover {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 55, 0, 0.3));
          filter: drop-shadow(0px 0px 10px rgba(255, 55, 0, 0.3));
  opacity: .5;
}

#info .sns_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

#info .sns_btns li {
  max-width: 180px;
  margin: 0 5px 10px;
  opacity: .8;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: .3s;
  transition: .3s;
}

#info .sns_btns li:hover {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 55, 0, 0.3));
          filter: drop-shadow(0px 0px 10px rgba(255, 55, 0, 0.3));
  opacity: .5;
}

#info .share_btn {
  margin-bottom: 20px;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

#info .series_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#info .series_bnr div {
  max-width: 270px;
  width: 80%;
  margin: 0 10px 10px;
  border: solid 1px #333;
  -webkit-transition: .3s;
  transition: .3s;
}

#info .series_bnr div:hover {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 55, 0, 0.3));
          filter: drop-shadow(0px 0px 10px rgba(255, 55, 0, 0.3));
  opacity: .5;
}

#intro {
  position: relative;
}

#intro .section_bg_box {
  position: -webkit-sticky;
  position: sticky;
  background-image: url(img/bg_intro2.jpg);
  background-size: cover;
  background-position: top center;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  opacity: .7;
}

#intro .section_inner {
  position: relative;
  margin-top: -100vh;
  padding: 120px 20px;
}

@media screen and (max-width: 768px) {
  #intro .section_inner {
    padding: 60px 20px;
  }
}

#intro .section_inner .section_main .copy_intro {
  max-width: 550px;
  margin: 0 auto 40px;
  width: 100%;
}

#intro .section_inner .section_main .copy_intro_sub {
  max-width: 330px;
  margin: 0 auto 60px;
  width: 78%;
}

#intro .section_inner .section_main .text_body {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .text_body {
    padding: 0 20px 0;
  }
}

#intro .section_inner .section_main .text_body p {
  line-height: 2;
  margin-bottom: 0.8em;
  text-align: justify;
  text-justify: inter-ideograph;
}

#intro .section_inner .section_main .text_body p:last-of-type {
  margin-bottom: 0;
}

.vid_part {
  position: relative;
}

.vid_bg {
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.vid_bg video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.vid_bg .vid_overlay {
  -webkit-transition: .4s;
  transition: .4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#fff 0%, transparent 30%);
  background-position: 0 0;
  background-size: 5px 5px;
  opacity: .2;
}

.vid_bg .vid_overtext {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  opacity: .1;
}

#caststaff {
  margin-top: -30vh;
  z-index: 2;
  position: relative;
  width: 100%;
}

#caststaff h2 {
  max-width: 500px;
  width: 25%;
  margin-top: 80px;
  margin-left: 20px;
  opacity: .7;
}

@media screen and (max-width: 768px) {
  #caststaff h2 {
    width: 70%;
  }
}

#caststaff .section_main {
  position: relative;
}

#caststaff .section_main .section_main_bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-image: url(img/bgg.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  opacity: .7;
}

#caststaff .section_main .section_main_inner {
  padding: 20px 20px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  #caststaff .section_main .section_main_inner {
    max-width: 500px;
    margin: 0 auto;
  }
}

#caststaff .prof_items {
  margin-top: -100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1500px;
}

#caststaff .prof_items .prof_item {
  width: calc(50% - 10px);
  background-image: url(img/bg_intro.jpg);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #caststaff .prof_items .prof_item {
    width: 100%;
  }
}

#caststaff .prof_items .prof_item .prof_img {
  width: 40%;
  position: relative;
}

@media screen and (max-width: 768px) {
  #caststaff .prof_items .prof_item .prof_img {
    width: 100%;
  }
}

#caststaff .prof_items .prof_item .prof_img .prof_img_img {
  position: relative;
}

@media screen and (max-width: 768px) {
  #caststaff .prof_items .prof_item .prof_img .prof_img_img {
    width: 100%;
    text-align: center;
  }
}

#caststaff .prof_items .prof_item .prof_img .prof_img_img img {
  mix-blend-mode: multiply;
}

@media screen and (max-width: 768px) {
  #caststaff .prof_items .prof_item .prof_img .prof_img_img img {
    width: 60%;
  }
}

#caststaff .prof_items .prof_item .prof_img .prof_img_name {
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: color-burn;
}

@media screen and (max-width: 768px) {
  #caststaff .prof_items .prof_item .prof_img .prof_img_name {
    text-align: left;
    bottom: 20%;
    left: 10px;
  }
}

#caststaff .prof_items .prof_item .prof_texts {
  z-index: 1;
  width: 60%;
  padding: 10px 0 20px 10px;
}

@media screen and (max-width: 768px) {
  #caststaff .prof_items .prof_item .prof_texts {
    width: 100%;
    margin-top: -35%;
  }
}

#caststaff .prof_items .prof_item .prof_texts .names {
  background-color: #000;
  padding: 10px 10px;
  margin-bottom: 10px;
}

#caststaff .prof_items .prof_item .prof_texts .text_body {
  color: #000;
  line-height: 1.8;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  #caststaff .prof_items .prof_item.prof_st .prof_img .prof_img_img .prof_img_name {
    bottom: 22%;
  }
}

@media screen and (max-width: 768px) {
  #caststaff .prof_items .prof_item.prof_st .prof_texts {
    margin-top: -28%;
  }
}

#caststaff .prof_items .prof_item.noimg .prof_img {
  width: 0%;
}

#caststaff .prof_items .prof_item.noimg .prof_texts {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #caststaff .prof_items .prof_item.noimg .prof_texts {
    margin-top: 10px;
  }
}

#caststaff .prof_items .prof_item.noimg .prof_texts .names img {
  width: 57%;
}

@media screen and (max-width: 768px) {
  #caststaff .prof_items .prof_item.noimg .prof_texts .names img {
    width: 100%;
  }
}

.imgs {
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px 0;
  width: 100%;
  overflow: hidden;
}

.imgs .imgs_imgs {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.imgs .imgs_imgs .img_block:first-of-type {
  width: calc(41.33% - 20px);
  margin-bottom: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .imgs .imgs_imgs .img_block:first-of-type {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0 20px;
  }
}

.imgs .imgs_imgs .img_block:nth-of-type(2) {
  width: calc(25.33% - 20px);
}

@media screen and (max-width: 768px) {
  .imgs .imgs_imgs .img_block:nth-of-type(2) {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}

.imgs .imgs_imgs .img_block:nth-of-type(3) {
  width: calc(34.33% - 20px);
}

@media screen and (max-width: 768px) {
  .imgs .imgs_imgs .img_block:nth-of-type(3) {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

.imgs .imgs_imgs .img_block:nth-of-type(4) {
  margin-top: 20px;
  width: calc(33.33% - 20px);
}

@media screen and (max-width: 768px) {
  .imgs .imgs_imgs .img_block:nth-of-type(4) {
    width: 80%;
    padding: 0 20px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.imgs .imgs_imgs .img_block:nth-of-type(5) {
  width: calc(33.33% - 20px);
}

@media screen and (max-width: 768px) {
  .imgs .imgs_imgs .img_block:nth-of-type(5) {
    width: 60%;
    padding: 0 20px;
    margin: 0 0 20px auto;
  }
}

.imgs .imgs_imgs .img_block:last-of-type {
  margin-top: 20px;
  width: calc(33.33% - 20px);
}

@media screen and (max-width: 768px) {
  .imgs .imgs_imgs .img_block:last-of-type {
    padding: 0 20px;
    width: 80%;
    margin-top: 0;
  }
}

.imgs .imgs_imgs .img_block .img_block_inner {
  width: 60%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .imgs .imgs_imgs .img_block .img_block_inner {
    width: 70%;
  }
}

.imgs .imgs_imgs .img_block .img_block_inner:last-of-type {
  margin: 0 0 0 auto;
}

.imgs .imgs_texts {
  mix-blend-mode: screen;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  opacity: .3;
}

@media screen and (max-width: 768px) {
  .imgs .imgs_texts {
    opacity: 1;
    width: 90%;
    top: 82%;
  }
}

#staff .prof_items .prof_item {
  background-image: url(img/bg2.jpg);
  background-size: cover;
}

.imgb01 {
  position: relative;
  mix-blend-mode: hard-light;
}

.imgb01 .imgb01_inner {
  width: 100%;
  height: 52vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 55%;
     object-position: 0% 55%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .imgb01 .imgb01_inner {
    height: 120vw;
    -o-object-position: 0% 40%;
       object-position: 0% 40%;
  }
}

.imgb01 .title_en {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  mix-blend-mode: difference;
  opacity: .8;
}

footer {
  position: relative;
  padding: 40px 20px 30px;
  background-image: url(img/bg.jpg);
  background-size: cover;
  margin-top: -1px;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 40px 20px 120px;
  }
}

footer .link_to_home {
  max-width: 500px;
  width: 90%;
  margin: 0 auto 30px;
  display: block;
  text-align: center;
  color: #818181;
  -webkit-transition: .3s;
  transition: .3s;
}

footer .link_to_home:hover {
  opacity: .7;
}

footer .release_footer {
  width: 40%;
  max-width: 200px;
  margin: 0 auto 20px;
  opacity: .8;
}

footer .billing_en {
  max-width: 310px;
  width: 98%;
  margin: 0 auto;
}

#comment .section_inner {
  padding: 120px 40px;
}

@media screen and (max-width: 768px) {
  #comment .section_inner {
    padding: 80px 0 20px;
  }
}

#comment .section_inner .section_main {
  max-width: 1500px;
  margin: 0 auto;
}

#comment .section_inner .section_main .title_comment {
  opacity: .9;
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  #comment .section_inner .section_main .title_comment {
    width: 90%;
    margin: 0 auto 30px;
  }
}

#comment .section_inner .section_main .comment_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  #comment .section_inner .section_main .comment_list {
    width: 90%;
  }
}

#comment .section_inner .section_main .comment_list a {
  color: #d3c6c6;
  padding: .5em 1em;
  font-weight: bold;
  display: block;
}

#comment .section_inner .section_main .caution {
  text-align: center;
  opacity: .6;
  font-size: .9em;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #comment .section_inner .section_main .caution {
    margin-bottom: 30px;
  }
}

.grid_items {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .grid_items {
    max-width: 500px;
  }
}

.grid_items .grid-sizer {
  width: calc(50% - 20px);
}

.grid_items .grid_item {
  background-color: #fff;
  color: #000;
  width: calc(50% - 20px);
  margin-bottom: 40px;
  padding: 40px 40px 30px;
  line-height: 1.3;
  background-image: url(img/bg_com.jpg);
  background-size: cover;
  background-position: center center;
}

.grid_items .grid_item img {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .grid_items .grid_item {
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .grid_items .grid_item .comment_body {
    padding-bottom: 10px;
  }
}

.grid_items .grid_item .comment_body p {
  line-height: 2;
  font-weight: bold;
}

.grid_items .grid_item .comment_body p span {
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: bold;
  background-color: rgba(255, 60, 0, 0.1);
}

.grid_items .grid_item .comment_name {
  font-size: 2em;
  text-align: right;
  font-weight: bold;
  color: #6b0000;
}

.grid_items .grid_item .comment_role {
  font-size: .9em;
  text-align: right;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .grid_items .grid_double {
    width: 100%;
  }
}

.fadeIn {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.fadeIn.is-inview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.fadeInUp.is-inview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.blurUp {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blurUp.is-inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.blurUpR {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.blurUpR.is-inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.blurUpSpan {
  opacity: .6;
  -webkit-transition: 1.4s;
  transition: 1.4s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.blurUpSpan.is-inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.blurUpLeft {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-clip-path: inset(5%);
          clip-path: inset(5%);
}

@media screen and (max-width: 768px) {
  .blurUpLeft {
    -webkit-clip-path: inset(5%);
            clip-path: inset(5%);
  }
}

.blurUpLeft.is-inview {
  opacity: 1;
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.clipDown {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-clip-path: inset(0% 0% 100% 0);
          clip-path: inset(0% 0% 100% 0);
}

.clipDown.is-inview {
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  opacity: 1;
}

.coloring {
  opacity: .2;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.coloring.is-inview {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */