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,
main, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: 'evillineroman';
  src: url("../fonts/evilline-roman-webfont.eot");
  src: url("../fonts/evilline-roman-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/evilline-roman-webfont.woff") format("woff"), url("../fonts/evilline-roman-webfont.ttf") format("truetype"), url("../fonts/evilline-roman-webfont.svg#evillineroman") format("svg");
  font-weight: normal;
  font-style: normal;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ==============================================
  BASE

  @date 2017-07-07
  @include _base

  memo:

  @mixin ============================================= */
html, body {
  width: 100%;
  height: 100%;
}

body {
  background-color: #ffffff;
  color: #000000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  zoom: 1;
  transition: background-color .8s;
}

body:after {
  content: "";
  clear: both;
  display: block;
}

a {
  outline: none;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
}

a:visited, a:link {
  color: #004986;
  text-decoration: underline;
}

a:hover, a:active {
  color: #5a8fba;
  text-decoration: none;
}

i {
  font-style: normal;
}

img {
  vertical-align: top;
}

svg {
  line-height: 1.0em;
  vertical-align: top;
}

.pc-only {
  display: block;
}

.pc-only-inline {
  display: inline;
}

.sp-only,
.sp-only-inline {
  display: none;
}

#pagetop {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  font-size: 0;
  line-height: 0;
}

#bgCover {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#blind {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9001;
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  background-color: #ffffff;
}

#blind.is--reverse {
  transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
}

.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 900;
  background-color: #ffffff;
}

.loader__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.loader__inner video {
  width: 1920px;
  height: 1080px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.container {
  display: block;
  position: relative;
  z-index: 0;
  width: calc(100% - 105px);
  min-width: 1200px;
  margin-left: 105px;
  zoom: 1;
  border: none;
}

.container:after {
  content: "";
  clear: both;
  display: block;
}

.titles {
  position: fixed;
  left: 105px;
  top: 0;
  z-index: 10;
}

.titles__inner {
  width: 100%;
  position: relative;
}

.titles__logo {
  position: absolute;
  left: 33px;
  top: 55px;
  z-index: 0;
}

.titles__logo svg {
  line-height: 1.0em;
}

.titles__logo path {
  fill: #000000;
}

.titles__copyright {
  position: absolute;
  left: 120px;
  top: 140px;
  z-index: 0;
  font-family: 'Source Code Pro', monospace;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 10px;
  line-height: 1.5em;
  letter-spacing: .1em;
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.8);
  white-space: nowrap;
}

.titles.color--white .titles__logo path {
  fill: #ffffff;
}

.titles.color--white .titles__copyright {
  color: #ffffff;
}

.header {
  width: calc(100% - 105px);
  position: fixed;
  left: 105px;
  top: 0;
  z-index: 10;
}

.header__inner {
  width: 100%;
  position: relative;
  z-index: 1;
}

.header__nav {
  position: absolute;
  left: 42.2%;
  top: 75px;
  z-index: 0;
}

.header__nav ul {
  display: -ms-flexbox;
  display: flex;
}

.header__nav li {
  margin-right: 45px;
}

.header__nav li:last-of-type {
  margin-right: 0;
}

.header__nav li.is--current {
  opacity: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.header__nav a {
  display: block;
  color: #000000;
  text-decoration: none;
  font-family: 'evillineroman';
  font-size: 24px;
  line-height: 1.0em;
  transition: all .2s;
}

.header__nav a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.header__links {
  position: absolute;
  right: 33px;
  top: 68px;
  z-index: 0;
}

.header__links__bnn {
  width: 290px;
  margin-bottom: 10px;
}

.header__links__bnn:last-of-type {
  margin-bottom: 0;
}

.header__links__bnn a {
  border: 1px solid #000000;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  text-decoration: none;
  padding: 8px 0;
  transition: all .2s;
}

.header__links__bnn a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.header__links__bnn .bnn--ja {
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
  color: #7d3cff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 10px;
  line-height: 1.4em;
  letter-spacing: .1em;
  position: relative;
}

.header__links__bnn .bnn--ja span {
  display: block;
  margin-left: 12px;
}

.header__links__bnn .bnn--ja:after {
  content: '';
  display: block;
  width: 1px;
  height: 120%;
  background-color: #000000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header__links__bnn .bnn--en {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  color: #000000;
  font-family: 'evillineroman';
  font-size: 16px;
  letter-spacing: .025em;
}

.header__links__bnn .bnn--en span {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 85%;
  margin: 0 auto;
}

.header__links__bnn .bnn--en span:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/common/icon_blank.png") center center no-repeat;
  background-size: contain;
}

.header.color--white .header__nav a {
  color: #ffffff;
}

.header.color--white .header__links__bnn a {
  border-color: #ffffff;
}

.header.color--white .header__links__bnn .bnn--ja:after {
  background-color: #ffffff;
}

.header.color--white .header__links__bnn .bnn--en {
  color: #ffffff;
}

.header.color--white .header__links__bnn .bnn--en span:after {
  background: url("../img/common/icon_blank_w.png") center center no-repeat;
  background-size: contain;
}

.footer {
  width: calc(100% - 105px);
  position: absolute;
  left: 105px;
  bottom: 0;
  z-index: 10;
}

.footer__inner {
  width: 100%;
  position: relative;
  z-index: 1;
}

.footer__links {
  display: none;
}

.footer__sns {
  position: absolute;
  left: 42.2%;
  bottom: 58px;
}

.footer__sns ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.footer__sns li {
  line-height: 1.0em;
  margin-right: 20px;
}

.footer__sns li:last-of-type {
  margin-right: 0;
}

.footer__sns a {
  display: block;
  padding: 10px 0;
  transition: all .2s;
}

.footer__sns a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.footer__sns .sns--headline {
  color: #7d3cff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 10px;
  letter-spacing: .1em;
  line-height: 1.0em;
}

.footer__sns path {
  fill: #000000;
}

.footer.color--white .footer__sns path {
  fill: #ffffff;
}

.footer.is--secondary {
  position: relative;
  left: auto;
  bottom: auto;
  margin-left: 105px;
  padding-bottom: 60px;
}

.footer.is--secondary .footer__sns {
  position: relative;
  left: auto;
  bottom: auto;
  margin-left: 42.2%;
}

.side {
  width: 105px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

.side__inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #000000;
}

.side__button {
  width: 40px;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
}

.side__button a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  transition: all .2s;
}

.side__button a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.side__button .button--text {
  width: 40px;
  display: block;
  font-family: 'evillineroman';
  font-size: 20px;
  line-height: 1.5em;
  white-space: nowrap;
  margin-bottom: 10px;
}

.side__button .button--ham {
  display: block;
  width: 40px;
  height: 28px;
  position: relative;
}

.side__button .button--ham span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  transition: all .2s;
}

.side__button .button--ham span:nth-child(1) {
  top: 0px;
}

.side__button .button--ham span:nth-child(2) {
  top: 13px;
}

.side__button .button--ham span:nth-child(3) {
  top: 26px;
}

.side__button.is--active .button--ham span:nth-child(1) {
  top: 13px;
  transform: rotate(30deg);
}

.side__button.is--active .button--ham span:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: scaleX(0);
}

.side__button.is--active .button--ham span:nth-child(3) {
  top: 13px;
  transform: rotate(-30deg);
}

.side__playlist {
  width: 560px;
  height: 100%;
  background-color: #1c1c1b;
  position: absolute;
  left: 105px;
  top: 0;
  z-index: 0;
  display: none;
}

.side__playlist.is--active {
  display: block;
}

.menu,
.navigation {
  display: none;
}

#modal {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.68);
  overflow: auto;
  display: none;
}

.modal__inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}

.modal__block {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 80px 0;
}

.modal__closeBg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

.modal__button--close {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0px;
  top: -80px;
}

.modal__button--close a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.modal__button--close a:before, .modal__button--close a:after {
  content: '';
  display: block;
  width: 150%;
  height: 2px;
  background-color: #142535;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all .2s;
}

.modal__button--close a:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__button--close a:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__button--close a:hover:before, .modal__button--close a:hover:after {
  transform: translate(-50%, -50%) rotate(0deg) scaleX(0.3);
}

.modal__movie {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  display: none;
}

.modal__movie__inner {
  position: relative;
  zoom: 1;
  margin: 0 50px;
  text-align: center;
}

.modal__movie__inner:after {
  content: "";
  clear: both;
  display: block;
}

.modal__movie__details__frame {
  position: relative;
  line-height: 1.0em;
  text-align: center;
  display: block;
  width: 100%;
}

.modal__movie__details__frame iframe {
  width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  /* ==============================================
  BASE

  @date 2017-07-07
  @include _base

  memo:
  padding: 50px 0 70px
  padding: 13.33333vw 0 18.66667vw
  @include spimg(width, 346)
  @mixin ============================================= */
  html, body {
    width: 100%;
    height: 100%;
  }
  body {
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 24px;
    line-height: 6.4vw;
    transition: background-color .6s;
  }
  i {
    font-style: normal;
  }
  a {
    outline: none;
    color: inherit;
    font-size: 100%;
    text-decoration: none;
  }
  .pc-only,
  .pc-only-inline {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-only-inline {
    display: inline-block;
  }
  #pagetop {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    font-size: 0;
    line-height: 0;
  }
  #bgCover {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  #blind {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9001;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    background-color: #000000;
  }
  .loader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 900;
    background-color: #ffffff;
  }
  .loader__inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .loader__inner video {
    width: auto;
    height: 100vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .container {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-width: 100%;
    zoom: 1;
    margin-left: 0px;
    border: none;
  }
  .container:after {
    content: "";
    clear: both;
    display: block;
  }
  .titles {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    z-index: 10;
    padding-top: 55px;
    padding-top: 14.66667vw;
  }
  .titles__inner {
    width: 100%;
    height: 88px;
    height: 23.46667vw;
    position: relative;
    overflow: hidden;
  }
  .titles__logo {
    position: absolute;
    left: 18px;
    left: 4.8vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
  }
  .titles__logo svg {
    line-height: 1.0em;
    width: 163px;
    width: 43.46667vw;
    height: auto;
  }
  .titles__logo path {
    fill: #000000;
  }
  .titles__copyright {
    position: absolute;
    left: 205px;
    left: 54.66667vw;
    top: 50%;
    transform: translateY(-50%) scale(0.5);
    z-index: 0;
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5em;
    letter-spacing: .1em;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    white-space: nowrap;
  }
  .header {
    width: 100%;
    height: calc(100% - 55.5px);
    height: calc(100% - 14.8vw);
    position: fixed;
    left: 0px;
    top: 55.5px;
    top: 14.8vw;
    z-index: 10;
    background-color: #000000;
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    display: none;
  }
  .header.is--active {
    display: block;
  }
  .header__inner {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .header__nav {
    position: relative;
    left: auto;
    top: auto;
    z-index: 0;
    width: 85.3%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
    padding-top: 30px;
    padding-top: 8vw;
  }
  .header__nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__nav li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .header__nav li:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
  .header__nav a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-family: 'evillineroman';
    font-size: 49px;
    font-size: 13.06667vw;
    line-height: 1.0em;
    transition: none;
  }
  .header__nav a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .header__links {
    position: relative;
    right: auto;
    top: auto;
    z-index: 0;
    width: 85.3%;
    margin: 0 auto;
  }
  .header__links__bnn {
    width: 100%;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .header__links__bnn:last-of-type {
    margin-bottom: 0;
  }
  .header__links__bnn a {
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    text-decoration: none;
    padding: 0;
    transition: none;
  }
  .header__links__bnn a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .header__links__bnn .bnn--ja {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-order: 1;
        order: 1;
    color: #7d3cff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.0em;
    letter-spacing: .1em;
    position: relative;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
  }
  .header__links__bnn .bnn--ja span {
    display: block;
    margin-left: 0px;
  }
  .header__links__bnn .bnn--ja:after {
    display: none;
  }
  .header__links__bnn .bnn--en {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-order: 0;
        order: 0;
    color: #ffffff;
    font-family: 'evillineroman';
    font-size: 22px;
    font-size: 5.86667vw;
    letter-spacing: .025em;
    line-height: 1.0em;
    border: 2px solid #ffffff;
    border: 0.53333vw solid #ffffff;
    box-sizing: border-box;
    margin-bottom: 5px;
    margin-bottom: 1.33333vw;
    padding-top: 10px;
    padding-top: 2.66667vw;
    padding-bottom: 10px;
    padding-bottom: 2.66667vw;
  }
  .header__links__bnn .bnn--en span {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 50%;
    margin: 0 auto;
  }
  .header__links__bnn .bnn--en span:after {
    content: '';
    display: block;
    width: 16.5px;
    width: 4.4vw;
    height: 16.5px;
    height: 4.4vw;
    background: url("../img/common/icon_blank_w.png") center center no-repeat;
    background-size: contain;
  }
  .footer {
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 0;
  }
  .footer__inner {
    width: 85.3%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-bottom: 45px;
    padding-bottom: 12vw;
  }
  .footer__links {
    display: block;
    position: relative;
    width: 100%;
    border-top: #000000 solid 1px;
    border-top: #000000 solid 0.26667vw;
    padding-top: 23px;
    padding-top: 6.13333vw;
    padding-bottom: 16px;
    padding-bottom: 4.26667vw;
  }
  .footer__links__bnn {
    width: 100%;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .footer__links__bnn:last-of-type {
    margin-bottom: 0;
  }
  .footer__links__bnn a {
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    text-decoration: none;
    padding: 0;
    transition: none;
  }
  .footer__links__bnn a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .footer__links__bnn .bnn--ja {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-order: 1;
        order: 1;
    color: #7d3cff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.0em;
    letter-spacing: .1em;
    position: relative;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
  }
  .footer__links__bnn .bnn--ja span {
    display: block;
    margin-left: 0px;
  }
  .footer__links__bnn .bnn--ja:after {
    display: none;
  }
  .footer__links__bnn .bnn--en {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-order: 0;
        order: 0;
    color: #000000;
    font-family: 'evillineroman';
    font-size: 22px;
    font-size: 5.86667vw;
    letter-spacing: .025em;
    line-height: 1.0em;
    border: 2px solid #000000;
    border: 0.53333vw solid #000000;
    box-sizing: border-box;
    margin-bottom: 5px;
    margin-bottom: 1.33333vw;
    padding-top: 10px;
    padding-top: 2.66667vw;
    padding-bottom: 10px;
    padding-bottom: 2.66667vw;
  }
  .footer__links__bnn .bnn--en span {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 50%;
    margin: 0 auto;
  }
  .footer__links__bnn .bnn--en span:after {
    content: '';
    display: block;
    width: 16.5px;
    width: 4.4vw;
    height: 16.5px;
    height: 4.4vw;
    background: url("../img/common/icon_blank.png") center center no-repeat;
    background-size: contain;
  }
  .footer__sns {
    position: relative;
    left: auto;
    bottom: auto;
    padding-top: 35px;
    padding-top: 9.33333vw;
    border-top: #000000 solid 1px;
    border-top: #000000 solid 0.26667vw;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
  }
  .footer__sns ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .footer__sns li {
    line-height: 1.0em;
    margin-left: 13px;
    margin-left: 3.46667vw;
    margin-right: 13px;
    margin-right: 3.46667vw;
  }
  .footer__sns li:last-of-type {
    margin-right: 13px;
    margin-right: 3.46667vw;
  }
  .footer__sns a {
    display: block;
    padding: 10px 0;
    padding: 2.66667vw 0;
    transition: none;
  }
  .footer__sns a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .footer__sns .sns--twitter svg {
    width: 26px;
    width: 6.93333vw;
    height: auto;
  }
  .footer__sns .sns--youtube svg {
    width: 64.5px;
    width: 17.2vw;
    height: auto;
  }
  .footer__sns .sns--spotify svg {
    width: 26px;
    width: 6.93333vw;
    height: auto;
  }
  .footer__sns .sns--soundcloud svg {
    width: 33px;
    width: 8.8vw;
    height: auto;
  }
  .footer__sns .sns--tiktok svg {
    width: 23.5px;
    width: 6.26667vw;
    height: auto;
  }
  .footer__sns .sns--headline {
    color: #7d3cff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 12px;
    font-size: 3.2vw;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    letter-spacing: .1em;
    line-height: 1.0em;
  }
  .footer__sns path {
    fill: #000000;
  }
  .footer.color--white .footer__links {
    border-top-color: #ffffff;
  }
  .footer.color--white .footer__links__bnn .bnn--ja:after {
    background-color: #ffffff;
  }
  .footer.color--white .footer__links__bnn .bnn--en {
    border-color: #ffffff;
    color: #ffffff;
  }
  .footer.color--white .footer__links__bnn .bnn--en span:after {
    background: url("../img/common/icon_blank_w.png") center center no-repeat;
    background-size: contain;
  }
  .footer.color--white .footer__sns {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
  }
  .footer.color--white .footer__sns path {
    fill: #ffffff;
  }
  .footer.is--secondary {
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: 0;
    padding-bottom: 0;
  }
  .footer.is--secondary .footer__sns {
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: 0;
  }
  .side,
  .menu {
    display: block;
    width: calc(50% - 0.5px);
    width: calc(50% - 0.13333vw);
    height: 55px;
    height: 14.66667vw;
    position: fixed;
    top: 0;
    z-index: 10;
  }
  .side__inner,
  .menu__inner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: #000000;
  }
  .side__button,
  .menu__button {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0px;
    transform: translateX(0%);
  }
  .side__button a,
  .menu__button a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    line-height: 1.0em;
    transition: none;
  }
  .side__button a:hover,
  .menu__button a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .side__button .button--text,
  .menu__button .button--text {
    width: auto;
    display: block;
    font-family: 'evillineroman';
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.0em;
    letter-spacing: .05em;
    white-space: nowrap;
    padding-top: 8px;
    padding-top: 2.13333vw;
    margin-left: 17.5px;
    margin-left: 4.66667vw;
    margin-bottom: 7px;
    margin-bottom: 1.86667vw;
  }
  .side__button .button--ham,
  .menu__button .button--ham {
    display: block;
    width: 20px;
    width: 5.33333vw;
    height: 14px;
    height: 3.73333vw;
    position: relative;
    margin-left: 17.5px;
    margin-left: 4.66667vw;
  }
  .side__button .button--ham span,
  .menu__button .button--ham span {
    display: block;
    width: 100%;
    height: 1px;
    height: 0.26667vw;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: all .2s;
  }
  .side__button .button--ham span:nth-child(1),
  .menu__button .button--ham span:nth-child(1) {
    top: 0px;
    top: 0vw;
  }
  .side__button .button--ham span:nth-child(2),
  .menu__button .button--ham span:nth-child(2) {
    top: 6.5px;
    top: 1.73333vw;
  }
  .side__button .button--ham span:nth-child(3),
  .menu__button .button--ham span:nth-child(3) {
    top: 13px;
    top: 3.46667vw;
  }
  .side__button.is--active .button--ham span:nth-child(1),
  .menu__button.is--active .button--ham span:nth-child(1) {
    top: 6.5px;
    top: 1.73333vw;
    transform: rotate(30deg);
  }
  .side__button.is--active .button--ham span:nth-child(2),
  .menu__button.is--active .button--ham span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scaleX(0);
  }
  .side__button.is--active .button--ham span:nth-child(3),
  .menu__button.is--active .button--ham span:nth-child(3) {
    top: 6.5px;
    top: 1.73333vw;
    transform: rotate(-30deg);
  }
  .side__playlist {
    width: 100vw;
    height: calc(100vh - 55.5px);
    height: calc(100vh - 14.8vw);
    background-color: #1c1c1b;
    position: absolute;
    left: 0;
    top: 55.5px;
    top: 14.8vw;
    z-index: 0;
    display: none;
  }
  .side__playlist.is--active {
    display: block;
  }
  .side {
    left: 0;
  }
  .menu {
    right: 0;
    z-index: 11;
  }
  #modal {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.68);
    overflow: auto;
    display: none;
  }
  .modal__inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .modal__block {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 60px 0;
    padding: 16vw 0;
  }
  .modal__closeBg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
  }
  .modal__button--close {
    width: 30px;
    width: 8vw;
    height: 30px;
    height: 8vw;
    position: absolute;
    right: 0px;
    top: -40px;
    top: -10.66667vw;
  }
  .modal__button--close a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .modal__button--close a:before, .modal__button--close a:after {
    content: '';
    display: block;
    width: 150%;
    height: 1px;
    height: 0.26667vw;
    background-color: #142535;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: none;
  }
  .modal__button--close a:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal__button--close a:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .modal__button--close a:hover:before {
    transform: translate(-50%, -50%) rotate(45deg) scaleX(1);
  }
  .modal__button--close a:hover:after {
    transform: translate(-50%, -50%) rotate(-45deg) scaleX(1);
  }
  .modal__movie {
    width: 85%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    display: none;
  }
  .modal__movie__inner {
    position: relative;
    zoom: 1;
    margin: 0;
  }
  .modal__movie__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__movie__details__frame {
    line-height: 1.0em;
    width: 100%;
  }
  .modal__movie__details__frame iframe {
    width: 100%;
    height: 198px;
    height: 52.8vw;
  }
}
