@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 {
  z-index: inherit;
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  width: 0%;
  height: 0%;
  position: fixed;
  top: 0;
  left: 0;
}

#trailer .trailer_inner {
  height: auto;
  margin: 0 auto;
}

#trailer .trailer_inner .trailer_main {
  max-width: inherit;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  max-height: 100vh;
}

#trailer .trailer_inner .trailer_main h2 {
  width: 70%;
}

@media screen and (max-width: 768px) {
  #trailer .trailer_inner .trailer_main h2 {
    width: 100%;
  }
}

#trailer .trailer_inner .trailer_main .youtube_outer {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #trailer .trailer_inner .trailer_main .youtube_outer {
    width: 100%;
    margin-bottom: 0px;
  }
}

#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed {
  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 .close_btn_trailer {
  display: none;
  position: fixed;
  top: 2px;
  right: 2px;
  width: 60px;
  height: 60px;
  z-index: 99999;
  cursor: pointer;
  border: solid 2px #ccc;
}

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

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

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

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

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

#trailer .trailer_inner .overlay_trailer {
  display: none;
  opacity: .95;
  background-image: radial-gradient(at 67% 20%, rgba(99, 16, 29, 1), rgba(15, 4, 10, 1));
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
}

#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.on {
  z-index: 9997;
  height: 100vh;
  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;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-animation: trailer_appear .6s;
          animation: trailer_appear .6s;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #trailer.on {
    padding: 0;
  }
}

#trailer.on .trailer_inner {
  height: auto;
  margin: 0 auto;
  padding: 60px;
  max-width: inherit;
  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;
}

@media screen and (max-width: 768px) {
  #trailer.on .trailer_inner {
    padding: 0;
  }
}

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

#trailer.on .trailer_main {
  max-width: 150vh;
}

#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: 33%;
  padding: 12px 5px;
  margin: 5px 0 0 0;
  font-size: 1.4rem;
  text-align: center;
  color: black;
  line-height: 1;
  letter-spacing: 0.15em;
  height: 4em;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  background: #291f2e;
  color: #A8A083;
}

.trailer_tab li:nth-of-type(4), .trailer_tab li:nth-of-type(5) {
  width: 49.75%;
}

.trailer_tab li.ready {
  background: #000;
  color: #c1c1c1;
  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;
}

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

.fixed_bg .space {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fixed_bg .space video {
  opacity: .1;
  opacity: .1;
  mix-blend-mode: soft-light;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
}

*:focus {
  outline: none;
}

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

body {
  background-color: #200039;
  background-size: cover;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #FFF;
  font-family: "Arial"," Helvetica Neue","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  height: 100%;
  overflow: visible;
}

@media screen and (max-width: 768px) {
  body {
    min-height: 100vw;
  }
}

@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: .5;
  }
}

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

.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: middle;
      -ms-flex-align: middle;
          align-items: middle;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  background-color: #63101d;
}

.loading .loader {
  mix-blend-mode: lighten;
  max-width: 200px;
  width: 30%;
  -webkit-animation: flash .6s linear infinite alternate;
          animation: flash .6s linear infinite alternate;
  text-align: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
NAV-----------------------
*/
.gnav {
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .gnav {
    mix-blend-mode: inherit;
    top: calc(100% - 60px);
    height: 50px;
  }
}

.gnav.active {
  opacity: .8;
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
}

@media screen and (max-width: 768px) {
  .gnav.active {
    opacity: 1;
  }
}

.gnav .gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 50px;
  height: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    background-color: rgba(57, 24, 37, 0.8);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    height: 50px;
    margin: 0 auto;
    width: calc(100% - 20px);
  }
}

.gnav .gnav_list .gnav_item {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.2em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item {
    width: calc(100% / 6);
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item:hover {
    background-color: transparent;
  }
}

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

.gnav .gnav_list .gnav_item a, .gnav .gnav_list .gnav_item #btn_trailer-menu {
  height: 50px;
  width: auto;
  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;
  text-transform: uppercase;
  position: relative;
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item a.cont-pc, .gnav .gnav_list .gnav_item #btn_trailer-menu.cont-pc {
    display: none;
  }
}

.gnav .gnav_list .gnav_item a.construction, .gnav .gnav_list .gnav_item #btn_trailer-menu.construction {
  pointer-events: none;
  opacity: .5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.gnav .gnav_list .gnav_item a img, .gnav .gnav_list .gnav_item #btn_trailer-menu img {
  height: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item a img, .gnav .gnav_list .gnav_item #btn_trailer-menu img {
    height: 50px;
  }
}

.gnav .gnav_list .gnav_item a:hover, .gnav .gnav_list .gnav_item #btn_trailer-menu:hover {
  opacity: .5;
  cursor: pointer;
}

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

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

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

.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(2, 15, 39, 0.7);
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 20px;
  color: #fff;
}

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

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

@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;
  overflow: hidden;
  width: 100%;
}

#top .main_img {
  position: relative;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}

@media screen and (max-width: 768px) {
  #top .main_img img {
    height: 206vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#top .main_img.active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#top .space {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top .space video {
  opacity: .5;
  mix-blend-mode: soft-light;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
}

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

#top .title_en {
  position: absolute;
  top: 13%;
  left: 29.5%;
  width: 40%;
/*  mix-blend-mode: overlay;*/
/*  opacity: .9;*/
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

#top .title_en.active {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 768px) {
  #top .title_en {
    width: 114%;
    left: -7%;
    top: 12%;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  #top .title_en.active {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#top .bowie {
  position: absolute;
  top: -6.1%;
  left: 32.5%;
  width: 34.6%;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}

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

#top .bowie.active {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}


#top .copy_yoko {
  position: absolute;
  top: 82.5%;
  left: 18.3%;
  width: 63.4%;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: .8s;
  transition: .8s;
}

#top .copy_yoko.active {
  opacity: .6;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 768px) {
  #top .copy_yoko {
    width: 70%;
    left: 15%;
    top: 69%;
  }
}

#top .title_jp {
  position: absolute;
  top: 80%;
  left: 31.2%;
  width: 37.6%;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: .8s;
  transition: .8s;
}

#top .title_jp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 768px) {
  #top .title_jp {
    width: 90%;
    left: 5%;
    top: 77%;
  }
}

#top .award {
  position: absolute;
  top: 3%;
  left: 48.25%;
  width: 4.5%;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

#top .award.active {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

@media screen and (max-width: 768px) {
  #top .award {
    width: 15%;
    left: 45%;
  }
}

#top .copy_tate {
  position: absolute;
  top: 6%;
  right: 7%;
  width: 2.1%;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 1s;
  transition: 1s;
}

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

@media screen and (max-width: 768px) {
  #top .copy_tate {
    top: 6.5%;
    left: 92%;
    width: 4.5%;
  }
}

#top .release {
  position: absolute;
  top: 78%;
  right: 2%;
  width: 22%;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: .8s;
  transition: .8s;
}

#top .release.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#top .release img:hover {
  cursor: pointer;
  opacity: .7;
}

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

#top .credit {
  position: absolute;
  top: 90.5%;
  right: 2%;
  width: 21%;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: .8s;
  transition: .8s;
}

#top .credit.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 768px) {
  #top .credit {
    top: 90%;
    right: 38%;
    width: 57%;
  }
}

.info {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.info .info_inner {
  width: 100%;
  padding: 20px;
}

.info .btn_loppie {
  max-width: 360px;
  margin: 0 auto 20px;
  width: 95%;
  display: block;
  border: solid 1px #414141;
  -webkit-transition: .5s;
  transition: .5s;
}

.info .btn_loppie:hover {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}

.info .btns_list {
  margin: 50px 0 20px 0;
  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;
}

.info .album_bnr {
  max-width: 200px;
  width: 70%;
  margin: 0 10px 20px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 70%, transparent 70%);
  background-position: center center;
  background-size: 15px 15px;
}

.info .album_bnr:hover {
  opacity: .7;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 70%, transparent 70%);
}

.info .sns_btn {
  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;
  margin-bottom: 20px;
}

.info .sns_btn li {
  margin-right: 0.8em;
  width: 24px;
}

.info .sns_btn li:first-of-type {
  width: 120px;
}

.info .sns_btn li:last-of-type {
  padding-right: 0;
}

.info .sns_btn li a:hover {
  opacity: .6;
}

.info .share_btn {
  margin-bottom: 20px;
}

.info .big_bnr {
  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;
}

.info .big_bnr a {
  margin: 0 10px 20px;
  max-width: 600px;
  width: 100%;
  display: block;
  border: solid 1px #414141;
  -webkit-transition: .5s;
  transition: .5s;
}

.info .big_bnr a:hover {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}

.info .coretune {
  width: 270px;
  margin: 0 auto;
}

.info .coretune iframe {
  margin: 0 10px 20px;
  width: 250px;
  display: inline-block;
  border: solid 1px #414141;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 768px) {
  .info .coretune {
	width: 250px;
	margin: 0 auto;  
  }
}

.info .mvtk {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 20px;
}

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

.info #btn_trailer {
  position: relative;
  cursor: pointer;
}

.info #btn_trailer .trailer_vid video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 20vw;
}

@media screen and (max-width: 768px) {
  .info #btn_trailer .trailer_vid video {
    height: 40vw;
  }
}

.info #btn_trailer .trailer_dot {
  -webkit-transition: .4s;
  transition: .4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#fff 20%, transparent 50%);
  background-position: 0 0;
  background-size: 4px 4px;
  opacity: .5;
}

.info #btn_trailer .trailer_text {
  position: absolute;
  width: 85%;
  max-width: 500px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.info #btn_trailer:hover .trailer_vid {
  opacity: .8;
}

.info #btn_trailer:hover .trailer_dot {
  opacity: 0;
}

#teaser_intro .section_inner {
  padding: 20px;
}

#teaser_intro .section_inner .section_main {
  background-color: rgba(2, 15, 39, 0.5);
  max-width: 900px;
  margin: 80px auto;
  padding: 60px 50px;
}

@media screen and (max-width: 768px) {
  #teaser_intro .section_inner .section_main {
    margin: 40px auto;
    padding: 40px 20px;
    max-width: 600px;
  }
}

#teaser_intro .section_inner .section_main .intro_copy {
  width: 90%;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  #teaser_intro .section_inner .section_main .intro_copy {
    width: 100%;
    margin: 0 auto 20px;
  }
}

#teaser_intro .section_inner .section_main .text_body {
  font-size: 1.125em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #teaser_intro .section_inner .section_main .text_body {
    font-size: 1em;
	text-align: left;
  }
}

#teaser_intro .section_inner .section_main .text_body p {
  margin-bottom: 1em;
  line-height: 2;
}

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

.imgb {
  position: relative;
}

.imgb img {
  width: 100%;
  height: 35vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@media screen and (max-width: 768px) {
  .imgb img {
    height: 60vw;
  }
}

.imgb img.guiter {
  -o-object-position: top center;
     object-position: top center;
}

.imgb .dot_overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 70%, transparent 70%);
  background-size: 15px 15px;
}

#profile {
  position: relative;
}

#profile .section_bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-image: url(img/bg_aoki.jpg);
  background-size: cover;
  background-position: top 50% right 35%;
  z-index: -2;
}

#profile .section_inner {
  position: relative;
  margin-top: -100vh;
  width: 100%;
}

#profile .section_inner h2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  right: 0;
  width: 70px;
  padding-top: 50px;
  margin: 0 0 0 auto;
  mix-blend-mode: overlay;
}

@media screen and (max-width: 768px) {
  #profile .section_inner h2 {
    width: 50px;
    padding-top: 0;
  }
}

#profile .section_inner .h2_double {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  right: 0;
  width: 70px;
  padding-top: 50px;
  margin: -593.09px 0 0 auto;
  mix-blend-mode: overlay;
}

@media screen and (max-width: 768px) {
  #profile .section_inner .h2_double {
    padding-top: 0;
    width: 50px;
    margin: -387.92px 0 0 auto;
  }
}

#profile .section_inner .section_main {
  max-width: 900px;
  margin: 0 auto;
  margin-top: -30vh;
}

@media screen and (max-width: 768px) {
  #profile .section_inner .section_main {
    max-width: 600px;
  }
}

#profile .section_inner .section_main .profile .text_body p.banner {
  margin-top: 2em;
}
#profile .section_inner .section_main .profile .text_body p.banner img {
  width: 30%;
  height: auto;
  -webkit-transition: .8s;
  transition: .8s;
}
#profile .section_inner .section_main .profile .text_body p.banner img:hover {
  cursor: pointer;
  opacity: .7;
}
@media screen and (max-width: 768px) {
  #profile .section_inner .section_main .profile .text_body p.banner img {
    width: 70%;
  }
}

#profile .section_inner .section_main .profile, #profile .section_inner .section_main #timeline {
  margin-bottom: 80px;
  padding: 0 20px;
  position: relative;
}

#profile .section_inner .section_main .profile:last-of-type, #profile .section_inner .section_main #timeline:last-of-type {
  margin-bottom: 0;
}

#profile .section_inner .section_main .profile h3, #profile .section_inner .section_main #timeline h3 {
  position: relative;
  margin-bottom: 40px;
}

#profile .section_inner .section_main .profile h3 img, #profile .section_inner .section_main #timeline h3 img {
  width: 50px;
  mix-blend-mode: overlay;
}

@media screen and (max-width: 768px) {
  #profile .section_inner .section_main .profile h3 img, #profile .section_inner .section_main #timeline h3 img {
    width: 32px;
  }
}

#profile .section_inner .section_main .profile h3 img:first-of-type, #profile .section_inner .section_main #timeline h3 img:first-of-type {
  position: relative;
}

#profile .section_inner .section_main .profile h3 img:last-of-type, #profile .section_inner .section_main #timeline h3 img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  #profile .section_inner .section_main .profile .text_body, #profile .section_inner .section_main #timeline .text_body {
    padding: 0 50px 0 0;
  }
}

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

#profile .section_inner .section_main .profile .text_body p:last-of-type, #profile .section_inner .section_main #timeline .text_body p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 240px;
}

#profile .section_inner .section_main #timeline {
  padding-bottom: 240px;
}

@media screen and (max-width: 768px) {
  #profile .section_inner .section_main #timeline {
    padding-bottom: 120px;
  }
}

#profile .section_inner .section_main #timeline .timeline_inner {
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#profile .section_inner .section_main #timeline h3 {
  margin-top: -20px;
}

#profile .section_inner .section_main #timeline h3 img {
  margin-left: 10px;
}

#profile .section_inner .section_main #timeline ul {
  padding: 40px;
  font-size: .9em;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #profile .section_inner .section_main #timeline ul {
    padding: 30px 20px;
  }
}

#profile .section_inner .section_main #timeline ul li {
  padding: 5px 0;
}

@media screen and (max-width: 768px) {
  #profile .section_inner .section_main #timeline ul li {
    padding: 2px 0;
  }
}

#profile .section_inner .section_main #timeline ul li.year {
  width: 8em;
  padding-right: 1em;
}

@media screen and (max-width: 768px) {
  #profile .section_inner .section_main #timeline ul li.year {
    width: 100%;
    padding-right: 0;
    padding-left: 1em;
    border-left: 1px solid #fff;
    font-weight: bold;
  }
}

#profile .section_inner .section_main #timeline ul li.event {
  border-left: 1px solid #fff;
  width: calc(100% - 8em);
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  #profile .section_inner .section_main #timeline ul li.event {
    width: 100%;
    padding-bottom: 1em;
  }
}

#tracks {
  position: relative;
}

#tracks .section_bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-image: url(img/bg_tracks.jpg);
  background-size: cover;
  background-position: top 70% right 10%;
  z-index: -2;
}

#tracks h2 {
  margin-top: -100vh;
  width: 70px;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-top: 50px;
  mix-blend-mode: overlay;
}

@media screen and (max-width: 768px) {
  #tracks h2 {
    width: 50px;
    padding-top: 0;
  }
}

#tracks .section_inner {
  position: relative;
  padding: 120px 20px;
}

@media screen and (max-width: 768px) {
  #tracks .section_inner {
    margin-top: -171.64px;
    padding: 20vh 20px 120px;
  }
}

#tracks .section_inner .section_main {
  max-width: 900px;
  margin: 0 auto 0 15%;
}

@media screen and (max-width: 768px) {
  #tracks .section_inner .section_main {
    margin: 0 auto 0 50px;
  }
}

#tracks .section_inner .section_main .prof_items .prof_item {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.65);
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #tracks .section_inner .section_main .prof_items .prof_item {
    padding: 30px 20px;
  }
}

#tracks .section_inner .section_main .prof_items .prof_item:last-of-type {
  margin-bottom: 0;
}

#tracks .section_inner .section_main .prof_items .prof_item .names {
  margin-bottom: 1.5em;
}

#tracks .section_inner .section_main .prof_items .prof_item .names .name {
  width: 50%;
  min-width: 350px;
  margin-bottom: .5em;
}

@media screen and (max-width: 768px) {
  #tracks .section_inner .section_main .prof_items .prof_item .names .name {
    min-width: inherit;
    width: 100%;
    max-width: 400px;
  }
}

#tracks .section_inner .section_main .prof_items .prof_item .names .name_jp {
  line-height: 1.4;
}

#tracks .section_inner .section_main .prof_items .prof_item .names .name_jp span {
  color: #C8DB1D;
  font-weight: bold;
  display: block;
}

#tracks .section_inner .section_main .prof_items .prof_item .prof_body p {
  line-height: 2;
  text-justify: inter-ideograph;
  text-align: justify;
}

footer .footer {
/*  background-color: rgba(230, 31, 91, 0.5);
  background-image: radial-gradient(rgba(255, 255, 255, 0) 70%, transparent 70%);
  background-size: 15px 15px;*/
  padding: 40px 20px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

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

footer .footer.is-inview {
/*  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 70%, transparent 70%);*/
}

footer .footer .footer_inner .title_footer {
  max-width: 400px;
  width: 80%;
  margin: 0 auto 20px;
  opacity: .5;
}

footer .footer .footer_inner .release_footer {
  max-width: 110px;
  margin: 0 auto 20px;
  width: 30%;
}

footer .footer .footer_inner .billing_en {
  max-width: 830px;
  width: 90%;
  margin: 0 auto;
}

.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: 1.5s;
  transition: 1.5s;
  -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: 1.5s;
  transition: 1.5s;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.blurUpR.is-inview {
  opacity: .7;
  -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);
}

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

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

.colorchange {
  -webkit-filter: hue-rotate(180deg);
          filter: hue-rotate(180deg);
  -webkit-transition: 10s;
  transition: 10s;
}

.colorchange.is-inview {
  -webkit-filter: hue-rotate(0deg);
          filter: hue-rotate(0deg);
}