@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,
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: "NotoSans-regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSans-medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSans-bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.ttf") format("truetype");
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ==============================================
 * BASE
 *
 * @date 2017-07-07
 * @include _base
 *
 * memo:
 *
 * ============================================== */
html, body {
  width: 100%;
  height: 100%;
}

body {
  color: #000;
  backface-visibility: hidden;
  font-size: 14px;
  line-height: 24px;
  font-family: "Avenir", "NotoSans-regular", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

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

img {
  vertical-align: top;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.scrollContainer {
  position: relative;
  z-index: 1;
  background: url("../img/common/bg_dot.png") repeat center top;
}

#blind {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background: #ffffff url("../img/common/bg_dot.png") repeat center center;
  display: table;
}

.blind__inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.blind__momo {
  width: 563px;
  height: 68px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.blind__momo__logo {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  width: 0;
}
.blind__momo__logo img {
  position: absolute;
  left: 0;
  top: 0;
}

#modal {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 8000;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

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

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

.background__color {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 0 0;
  display: none;
}
.background__color.is-1 {
  border-color: transparent transparent #ff3c26 transparent;
}
.background__color.is-2 {
  border-color: transparent transparent #ffd900 transparent;
}
.background__color.is-3 {
  border-color: transparent transparent #ff66d1 transparent;
}
.background__color.is-4 {
  border-color: transparent transparent #8e59ff transparent;
}

.header {
  width: 100%;
  min-width: 1080px;
}

.header__ham {
  width: 44px;
  height: 36px;
  position: fixed;
  right: 30px;
  top: 54px;
  z-index: 100;
}

.header__ham__triger {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.header__ham__triger span {
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000000;
}

.header__ham__triger span:nth-of-type(1) {
  top: 0;
}

.header__ham__triger span:nth-of-type(2) {
  top: 16px;
}

.header__ham__triger span:nth-of-type(3) {
  bottom: 0;
}

.header__ham__triger.active span:nth-of-type(1) {
  transform-origin: center center;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  width: 48px;
  transform: translateY(16px) rotate(-45deg);
  background-color: #ffffff;
  -webkit-transition: transform 0.8s, width 0.8s forwards;
  transition: background-color transform 0.8s, width 0.8s forwards;
}
.header__ham__triger.active span:nth-of-type(2) {
  opacity: 0;
  transform: translateX(10px);
  background-color: #ffffff;
  -webkit-transition: background-color transform opacity 0.8s forwards;
  transition: background-color transform opacity 0.8s forwards;
}
.header__ham__triger.active span:nth-of-type(3) {
  transform-origin: center center;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  width: 48px;
  background-color: #ffffff;
  transform: translateY(-16px) rotate(45deg);
  -webkit-transition: background-color transform 0.8s, width 0.8s forwards;
  transition: background-color transform 0.8s, width 0.8s forwards;
}

#top-page .header__inner {
  position: relative;
  padding: 70px 0;
}
#top-page .header__title {
  max-width: 1280px;
  margin: 0 auto;
}
#top-page .header__news {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 10;
  transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
}

#sound-page .header__inner,
#live-page .header__inner,
#history-page .header__inner,
#mymcz-page .header__inner {
  position: relative;
  padding: 40px 0;
  text-align: center;
}
#sound-page .header__inner:before,
#live-page .header__inner:before,
#history-page .header__inner:before,
#mymcz-page .header__inner:before {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
}
#sound-page .header__inner:after,
#live-page .header__inner:after,
#history-page .header__inner:after,
#mymcz-page .header__inner:after {
  content: " ";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
#sound-page .header__title,
#live-page .header__title,
#history-page .header__title,
#mymcz-page .header__title {
  display: inline-block;
}

.navigation {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
  display: block;
  overflow: auto;
  display: none;
}

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

.navigation__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.navigation__inner__block {
  display: block;
  width: 1000px;
  padding: 80px 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.navigation__list {
  margin-bottom: 70px;
}
.navigation__list li {
  border-bottom: #ffffff solid 2px;
  text-align: center;
  line-height: 1em;
  margin-bottom: 45px;
}
.navigation__list li:last-child {
  margin-bottom: 0;
}
.navigation__list a {
  color: #ffffff;
  font-size: 60px;
  line-height: 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-weight: 600;
  padding-bottom: 45px;
  display: block;
}
.navigation__list span {
  font-size: 18px;
  line-height: 1em;
  display: block;
  margin-top: 3px;
}

.navigation__historyBnn {
  margin-bottom: 30px;
}

.navigation__mymczBnn {
  margin-bottom: 30px;
}

.navigation__voteBnn {
  width: 1000px;
  height: 180px;
  background: url("../img/common/vote_btn_bg.png") repeat-x center top;
  padding-top: 8px;
}
.navigation__voteBnn a {
  width: 984px;
  height: 164px;
  margin: 0 8px;
  background-color: #ffffff;
  display: table;
  position: relative;
}

.navigation__voteBnn__text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 0;
}

.navigation__voteBnn__arw {
  position: absolute;
  right: 45px;
  top: 50%;
  margin-top: -8px;
  transition: right 0.2s;
}

.navigation__voteBnn a:hover .navigation__voteBnn__arw {
  transition: right 0.2s;
  right: 35px;
}

.navigation__sns {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0;
}
.navigation__sns ul {
  letter-spacing: 0;
  font-size: 0;
}
.navigation__sns li {
  letter-spacing: normal;
  font-size: 24px;
  display: inline-block;
  margin: 0 30px;
}
.navigation__sns a {
  display: block;
  transition: all 0.3s;
}
.navigation__sns a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  transition: all 0.3s;
}

.container {
  width: 100%;
  min-width: 1080px;
  margin-bottom: 70px;
}

.footer {
  width: 100%;
  min-width: 1080px;
  background-color: #000000;
}

.footer__inner {
  position: relative;
  padding: 20px 0;
  margin: 0 40px;
}

.footer__links {
  zoom: 1;
}
.footer__links:after {
  content: "";
  clear: both;
  display: block;
}
.footer__links li {
  float: left;
  margin-right: 25px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  /*-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) */
  /*-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) */
  /*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) */
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  /*overflow: hidden */
}

.fancybox-type-iframe .fancybox-inner {
  /*-webkit-overflow-scrolling: touch */
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 50px;
  height: 50px;
  background: url("../img/fancybox/preloader01.gif") center center no-repeat;
  background-size: cover;
}

.fancybox-close {
  background-image: url("../img/fancybox/fancybox_close.png");
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 8040;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fancybox-close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 800px) {
  .fancybox-close {
    background-image: url("../img/fancybox/fancybox_close.png");
    background-size: 100% auto;
    width: 80px;
    height: 80px;
    bottom: -130px;
  }
  .fancybox-wrap {
    margin-top: 0px;
  }
  .fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../img/fancybox/blank.gif");
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
  }
}
.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  /*overflow: visible !important */
}

/* Overlay helper */
.fancybox-lock {
  /*overflow: hidden !important */
  width: auto;
}

.fancybox-lock body {
  /*overflow: hidden !important */
}

.fancybox-lock-test {
  /*overflow-y: hidden !important */
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  /*overflow: hidden */
  display: none;
  z-index: 8010;
  background: url("../img/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  /*overflow: auto */
  /*overflow-y: scroll */
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* ============================================================================================
 * TOP
 *
 * @date 2017-07-12
 * @include _top
 *
 * memo:
 *
 * ============================================================================================ */
.titlearea {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 5;
}

.disc {
  margin-top: 60px;
  width: 100%;
  min-height: 850px;
}

.disc__inner {
  width: 100%;
  margin: 0 auto;
}

.disc__list {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

.disc__list__detail {
  width: 420px;
  margin: 0 25px 50px 25px;
  background-color: #FFFFFF;
  border: #000000 solid 2px;
}
.disc__list__detail a {
  display: block;
  width: 100%;
  padding: 8px 0 0 0;
}
.disc__list__detail.is__none {
  pointer-events: none;
}
.disc__list__detail.is__none .disc__list__detail__arw {
  display: none;
}

.disc__list__detail__jk {
  display: block;
  padding: 0 8px 8px 8px;
  border-bottom: #000000 solid 2px;
}
.disc__list__detail__jk span {
  width: 100%;
  display: table;
}
.disc__list__detail__jk span.is-soon {
  border: #000000 solid 1px;
  height: 400px;
}
.disc__list__detail__jk i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.disc__list__detail__name {
  display: table;
  width: 100%;
  zoom: 1;
  position: relative;
}
.disc__list__detail__name:after {
  content: "";
  clear: both;
  display: block;
}

.disc__list__detail__title__num {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-weight: 600;
  display: table-cell;
  width: 100px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  padding: 10px 0;
}
.disc__list__detail__title__num:after {
  content: " ";
  display: block;
  width: 2px;
  height: 48px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -24px;
  background-color: #000000;
}

.disc__list__detail__title__name {
  font-size: 18px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 10px 0;
}
.disc__list__detail__title__name span {
  display: block;
  margin-left: 20px;
  margin-right: 50px;
}

.disc__list__detail__arw {
  position: absolute;
  right: 20px;
  top: 0px;
  z-index: 0;
  top: 50%;
  margin-top: -5px;
  transition: right 0.2s;
}

.disc__list__detail a:hover .disc__list__detail__arw {
  transition: right 0.2s;
  right: 10px;
}

.disc__list__detail.is-none {
  pointer-events: none;
}
.disc__list__detail.is-none .disc__list__detail__arw {
  display: none;
}

.disc__btnArchive {
  width: 360px;
  margin: 0 auto;
}
.disc__btnArchive a {
  display: block;
  color: #ffffff;
  text-align: center;
  background: #000000 url("../img/common/icon_arw_w1.png") no-repeat 94% center;
  line-height: 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.045em;
  padding: 25px 0 23px 0;
  border: #000000 solid 2px;
  transition: all 0.2s;
}
.disc__btnArchive a:hover {
  transition: all 0.2s;
  border: #000000 solid 2px;
  background-color: #ffffff;
  color: #000000;
}

.movies {
  margin-top: 60px;
  width: 100%;
  min-width: 1080px;
}

.movies__inner {
  width: 1080px;
  margin: 0 auto;
}

.movies__list {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.movies__list__detail {
  width: 326px;
  margin: 0 11px 11px 0;
  background-color: #FFFFFF;
  border: #000000 solid 2px;
}
.movies__list__detail:nth-child(3n) {
  margin-right: 0;
}

.movies__list__detail__link,
.movies__list__detail__cover {
  display: block;
  width: 100%;
  padding: 8px 0 0 0;
}

.movies__list__detail__jk {
  display: block;
  padding: 0 8px 8px 8px;
  border-bottom: #000000 solid 2px;
  position: relative;
}

.movies__list__detail__jkBg {
  width: 100%;
  height: 240px;
  display: block;
  background-color: #000000;
  text-align: center;
  position: relative;
  z-index: 0;
  display: table;
}
.movies__list__detail__jkBg b {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 240px;
}
.movies__list__detail__jkBg img {
  transition: opacity 0.3s;
  opacity: 0.7;
}

.movies__list__detail__jkIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  z-index: 2;
}

.movies__list__detail__name {
  display: block;
  width: 100%;
  padding: 10px 0;
  zoom: 1;
  position: relative;
}
.movies__list__detail__name:after {
  content: "";
  clear: both;
  display: block;
}
.movies__list__detail__name a {
  display: block;
  height: 100%;
  width: 63px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  text-align: center;
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: url("../img/common/icon_arw_b2.png") no-repeat center 60%;
  line-height: 1em;
  transition: opacity 0.2s;
}
.movies__list__detail__name a:hover {
  opacity: 0.6;
  transition: opacity 0.2s;
}
.movies__list__detail__name a span {
  display: table;
  width: 100%;
  height: 100%;
}
.movies__list__detail__name a i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-style: normal;
  padding-bottom: 12px;
}

.movies__list__detail__title {
  display: block;
  text-align: left;
  vertical-align: middle;
  font-family: "NotoSans-medium", sans-serif;
  font-weight: 500;
  margin-left: 15px;
  width: 245px;
  border-right: #000000 solid 2px;
}
.movies__list__detail__title strong {
  font-size: 16px;
  display: block;
  margin-bottom: 3px;
  margin-right: 10px;
}
.movies__list__detail__title span {
  font-size: 12px;
  line-height: 1.6em;
  display: block;
  margin-right: 10px;
}

.movies__list__detail__link:hover .movies__list__detail__jkBg img,
.movies__list__detail__cover:hover .movies__list__detail__jkBg img {
  transition: opacity 0.3s;
  opacity: 1;
}

.movies__list__detail.is-none {
  pointer-events: none;
}
.movies__list__detail.is-none .movies__list__detail__arw {
  display: none;
}

.movies__btnArchive {
  width: 360px;
  margin: 0 auto;
}
.movies__btnArchive a {
  display: block;
  color: #ffffff;
  text-align: center;
  background: #000000 url("../img/common/icon_arw_w1.png") no-repeat 94% center;
  line-height: 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.045em;
  padding: 25px 0 23px 0;
  border: #000000 solid 2px;
  transition: all 0.2s;
}
.movies__btnArchive a:hover {
  transition: all 0.2s;
  border: #000000 solid 2px;
  background-color: #ffffff;
  color: #000000;
}

.modal__movie {
  display: table;
  width: 100%;
  height: 100%;
  display: none;
}

.modal__movie__inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.modal__movie__inner .modal__close {
  position: fixed;
  right: 50px;
  top: 50px;
  z-index: 1;
}
.modal__movie__inner .modal__close a {
  display: block;
  transition: opacity 0.2s;
}
.modal__movie__inner .modal__close a:hover {
  opacity: 0.6;
  transition: opacity 0.2s;
}

.modal__live {
  display: block;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
}
.modal__live.is-active {
  display: block;
}

.modal__live__inner {
  display: block;
  position: relative;
  background-color: #ffffff;
  width: 1000px;
  margin: 120px auto;
  padding: 60px 0;
}
.modal__live__inner .modal__close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}
.modal__live__inner .modal__close a {
  display: block;
  transition: opacity 0.2s;
}
.modal__live__inner .modal__close a:hover {
  opacity: 0.6;
  transition: opacity 0.2s;
}

.modal__live__specs {
  margin: 0 60px 0 60px;
  zoom: 1;
}
.modal__live__specs:after {
  content: "";
  clear: both;
  display: block;
}

.modal__live__specs__img {
  width: 260px;
  height: 316px;
  float: left;
}
.modal__live__specs__img ul {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.modal__live__specs__img li {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
.modal__live__specs__img li.is-current {
  z-index: 5;
}

.modal__live__specs__detail {
  width: 590px;
  float: right;
  margin-bottom: 40px;
}

.modal__live__specs__detail__line {
  border-top: #000000 solid 2px;
  padding: 9px 0;
  width: 100%;
}
.modal__live__specs__detail__line:last-child {
  border-bottom: #000000 solid 2px;
}
.modal__live__specs__detail__line dl {
  display: table;
  width: 100%;
  height: 100%;
}
.modal__live__specs__detail__line dt {
  display: table-cell;
  width: 70px;
  border-right: #000000 solid 2px;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-weight: 600;
}
.modal__live__specs__detail__line dt span {
  font-size: 10px;
  display: block;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  letter-spacing: 0.045em;
}
.modal__live__specs__detail__line dd {
  display: table-cell;
  padding-left: 40px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.6em;
}
.modal__live__specs__detail__line dd strong {
  font-family: "NotoSans-bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0.045em;
}
.modal__live__specs__detail__line dd b {
  font-weight: bold;
}

.modal__live__setlist {
  border-top: #000000 solid 2px;
  border-bottom: #000000 solid 2px;
  margin: 0 60px;
  padding: 10px 0 40px 0;
}

.modal__live__setlist__title {
  font-size: 10px;
  display: block;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  letter-spacing: 0.045em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-weight: 600;
  margin-bottom: 10px;
}

.modal__live__setlist__caps {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.modal__live__setlist__table {
  display: table;
  width: 100%;
  border-right: #000000 solid 2px;
}

.modal__live__setlist__table__cell {
  display: table-cell;
  border-left: #000000 solid 2px;
  padding-left: 15px;
  font-size: 12px;
  line-height: 1.7em;
}

.details {
  min-width: 1180px;
  margin: 60px auto 0 auto;
}

.details__inner {
  width: 1000px;
  margin: 0 auto;
}

.details__block {
  margin-bottom: 60px;
}
.details__block:last-child {
  margin-bottom: 0;
}

.details {
  min-height: -webkit-calc(100vh - 380px);
  min-height: calc(100vh - 380px);
}
.details .content__main {
  border: 2px solid #000000;
  background-color: #ffffff;
  padding: 30px 0 30px 0;
  text-align: center;
}
.details .content__main hr {
  border: none;
  border-top: #000 solid 2px;
  height: 1px;
  width: 90%;
  margin: 20px auto 50px;
  padding: 0;
}
.details .content__main__img {
  margin-bottom: 50px;
}
.details .content__main__img.is--soon {
  width: 600px;
  height: 600px;
  background-color: #000000;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.details .content__main__img.is--soon span {
  border: none;
}
.details .content__main__lead {
  font-size: 24px;
  line-height: 1.6em;
  font-family: "NotoSans-bold", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}
.details .content__main__title {
  margin-bottom: 60px;
}
.details .content__main__title .title--lead {
  font-family: "NotoSans-bold", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.details .content__main__title .title--main {
  font-family: "NotoSans-bold", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.3em;
}
.details .content__main__date {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-weight: 600;
  margin-bottom: 50px;
  letter-spacing: 0.06em;
  line-height: 1em;
}
.details .content__main__image {
  text-align: center;
}
.details .content__main__button {
  display: inline-block;
  margin-bottom: 40px;
}
.details .content__main__button p a {
  display: block;
  background: #000000 url("../img/common/icon_arw_w1.png") no-repeat 94% center;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  padding: 25px 0;
  border: #000000 solid 2px;
  transition: all 0.2s;
}
.details .content__main__button p a:hover {
  transition: all 0.2s;
  border: #000000 solid 2px;
  background-color: #ffffff;
  color: #000000;
}
.details .content__main__button p.is--hidden a {
  background-color: #ffffff;
  color: #000000;
  pointer-events: none;
}
.details .content__main__button p a {
  font-size: 20px;
  line-height: 1.8em;
  padding: 10px 80px;
}
.details .content__video {
  border: 2px solid #000000;
  background-color: #ffffff;
  padding: 0 0 80px 0;
  text-align: center;
}
.details .content__video__img {
  margin-bottom: 50px;
  width: 100%;
  height: 664px;
  position: relative;
  pointer-events: none;
}
.details .content__video__img__rotate li {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  display: none;
}
.details .content__video__img__rotate li:nth-child(1) {
  display: block;
}
.details .content__video__lead {
  font-size: 24px;
  line-height: 1.6em;
  font-family: "NotoSans-bold", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}
.details .content__video__text {
  font-size: 34px;
  margin-bottom: 40px;
  line-height: 1.6em;
  font-family: "NotoSans-bold", sans-serif;
  font-weight: 700;
}
.details .content__video__text span {
  font-size: 44px;
}
.details .content__video__date {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
}
.details .content__video__tokuten {
  margin-top: 50px;
}
.details .content__video__tokuten:last-of-type {
  margin-bottom: 50px;
}
.details .content__video__btn {
  display: inline-block;
}
.details .content__video__btn p a {
  display: block;
  background: #000000 url("../img/common/icon_arw_w1.png") no-repeat 94% center;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  padding: 25px 0;
  border: #000000 solid 2px;
  transition: all 0.2s;
}
.details .content__video__btn p a:hover {
  transition: all 0.2s;
  border: #000000 solid 2px;
  background-color: #ffffff;
  color: #000000;
}
.details .content__video__btn p.is--hidden a {
  background-color: #ffffff;
  color: #000000;
  pointer-events: none;
}
.details .content__video__btn p a {
  font-size: 20px;
  line-height: 1.8em;
  padding: 10px 80px;
}
.details .content__banner {
  text-align: center;
}
.details .content__banner p {
  margin-bottom: 20px;
  background-color: #fff;
}
.details .content__banner p:last-of-type {
  margin-bottom: 0px;
}
.details .content__banner a {
  display: block;
  transition: all 0.3s;
}
.details .content__banner a:hover {
  opacity: 0.5;
}
.details .content__button a {
  display: block;
  background: #000000 url("../img/common/icon_arw_w1.png") no-repeat 94% center;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  padding: 25px 0;
  border: #000000 solid 2px;
  transition: all 0.2s;
}
.details .content__button a:hover {
  transition: all 0.2s;
  border: #000000 solid 2px;
  background-color: #ffffff;
  color: #000000;
}
.details .content__button.is--hidden a {
  background-color: #ffffff;
  color: #000000;
  pointer-events: none;
}
.details .content__button p {
  margin-bottom: 10px;
}
.details .content__button p:last-of-type {
  margin-bottom: 0px;
}
.details .content__button a {
  font-size: 20px;
  line-height: 1.8em;
}
.details .content__stream {
  border: 2px solid #000000;
  background-color: #ffffff;
  text-align: center;
}
.details .content__stream .stream--title {
  font-size: 24px;
  line-height: 1.4em;
  font-family: "NotoSans-bold", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 2px solid #000000;
  padding: 20px 0;
}
.details .content__stream .stream--detail {
  margin: 0 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.details .content__stream .stream--detail__visual {
  flex-basis: 46%;
}
.details .content__stream .stream--detail__desc {
  flex-basis: 50%;
  text-align: left;
}
.details .content__stream .stream--detail__desc__text {
  font-family: "NotoSans-medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7em;
  margin-bottom: 50px;
}
.details .content__stream .stream--detail__desc__text p {
  margin-bottom: 1.6em;
}
.details .content__stream .stream--detail__desc__text p:last-of-type {
  margin-bottom: 0;
}
.details .content__stream .stream--detail__desc__text a {
  text-decoration: underline;
}
.details .content__stream .stream--detail__desc__text a:hover {
  opacity: 0.5;
}
.details .content__stream .stream--detail__desc__buttons {
  margin-bottom: 10px;
}
.details .content__stream .stream--detail__desc__buttons a {
  display: block;
  background: #000000 url("../img/common/icon_arw_w1.png") no-repeat 94% center;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  padding: 25px 0;
  border: #000000 solid 2px;
  transition: all 0.2s;
}
.details .content__stream .stream--detail__desc__buttons a:hover {
  transition: all 0.2s;
  border: #000000 solid 2px;
  background-color: #ffffff;
  color: #000000;
}
.details .content__stream .stream--detail__desc__buttons.is--hidden a {
  background-color: #ffffff;
  color: #000000;
  pointer-events: none;
}
.details .content__stream .stream--detail__desc__buttons a {
  font-size: 20px;
  line-height: 1.8em;
}
.details .content__stream .stream--detail__desc__buttons:last-of-type {
  margin-bottom: 0;
}
.details .content__movie {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.details .content__movie iframe {
  aspect-ratio: 560/315;
  width: 100%;
  height: auto;
}
.details .content__shops {
  border: #000000 solid 2px;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 100%;
}
.details .content__shops .shops--name {
  text-align: center;
  font-family: "NotoSans-bold", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4em;
  border-bottom: #000000 solid 2px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.details .content__shops .shops--box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.details .content__shops .shops--box li {
  flex-basis: 50%;
  padding-top: 10px;
  padding-bottom: 30px;
  border-right: #000000 solid 2px;
  border-bottom: #000000 solid 2px;
  box-sizing: border-box;
}
.details .content__shops .shops--box li:nth-of-type(2n) {
  border-right: none;
}
.details .content__shops .shops--box li:last-of-type {
  border-right: none;
}
.details .content__shops .shops--box li.size--wide {
  flex-basis: 100%;
}
.details .content__shops .shops--box li.size--wide .shops--box__img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.details .content__shops .shops--box__img,
.details .content__shops .shops--box__title,
.details .content__shops .shops--box__buttons {
  margin: 0 10px;
}
.details .content__shops .shops--box__img {
  margin-bottom: 20px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: #dddddd solid 1px;
  box-sizing: border-box;
}
.details .content__shops .shops--box__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.details .content__shops .shops--box__img.is--soon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: #000000 solid 1px;
}
.details .content__shops .shops--box__name {
  font-family: "NotoSans-bold", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 1.6em;
  margin: 0 10px 10px;
  padding: 10px 0;
}
.details .content__shops .shops--box__title {
  font-family: "NotoSans-medium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.details .content__shops .shops--box__buttons {
  margin-bottom: 10px;
}
.details .content__shops .shops--box__buttons a {
  display: block;
  background: #000000 url("../img/common/icon_arw_w1.png") no-repeat 94% center;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  padding: 25px 0;
  border: #000000 solid 2px;
  transition: all 0.2s;
}
.details .content__shops .shops--box__buttons a:hover {
  transition: all 0.2s;
  border: #000000 solid 2px;
  background-color: #ffffff;
  color: #000000;
}
.details .content__shops .shops--box__buttons.is--hidden a {
  background-color: #ffffff;
  color: #000000;
  pointer-events: none;
}
.details .content__shops .shops--box__buttons:last-of-type {
  margin-bottom: 0;
}
.details .content__shops .shops--caps {
  font-family: "NotoSans-medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6em;
  margin: 0 10px;
  padding: 20px 0;
}
.details .content__campaign {
  border: 2px solid #000000;
  background-color: #ffffff;
  padding-bottom: 20px;
}
.details .content__campaign .campaign--more {
  width: 50%;
  margin: 0 auto;
}
.details .content__campaign .campaign--more a {
  display: block;
  background: #000000 url("../img/common/icon_arw_w1.png") no-repeat 94% center;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  padding: 25px 0;
  border: #000000 solid 2px;
  transition: all 0.2s;
}
.details .content__campaign .campaign--more a:hover {
  transition: all 0.2s;
  border: #000000 solid 2px;
  background-color: #ffffff;
  color: #000000;
}
.details .content__campaign .campaign--more.is--hidden a {
  background-color: #ffffff;
  color: #000000;
  pointer-events: none;
}
.details .content__campaign .campaign--more a {
  font-size: 20px;
  line-height: 1.8em;
}
.details .content__campaign .campaign--title {
  font-size: 24px;
  line-height: 1.4em;
  font-family: "NotoSans-bold", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 2px solid #000000;
  padding: 20px 0;
  text-align: center;
}
.details .content__campaign .campaign--detail {
  width: 92%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.details .content__campaign .campaign--detail:last-of-type {
  margin-bottom: 0;
}
.details .content__campaign .campaign--detail__head {
  font-size: 22px;
  line-height: 1.6em;
  font-family: "NotoSans-bold", sans-serif;
  font-weight: 700;
  border: #000000 solid 2px;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.details .content__campaign .campaign--detail__content {
  font-family: "NotoSans-medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8em;
}
.details .content__campaign .campaign--detail__content hr {
  border: none;
  border-top: #000000 solid 1px;
}
.details .content__campaign .campaign--detail__content p {
  margin-bottom: 1.4em;
}
.details .content__campaign .campaign--detail__content .caution--text {
  padding: 20px 0;
  display: none;
}
.details .content__campaign .campaign--detail__content .caution--text a {
  text-decoration: underline;
}
.details .content__campaign .campaign--detail__content .caution--text h1,
.details .content__campaign .campaign--detail__content .caution--text h2,
.details .content__campaign .campaign--detail__content .caution--text h3,
.details .content__campaign .campaign--detail__content .caution--text h4,
.details .content__campaign .campaign--detail__content .caution--text h5,
.details .content__campaign .campaign--detail__content .caution--text h6 {
  font-family: "NotoSans-bold", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.details .content__campaign .campaign--detail__content .caution--text p {
  margin-bottom: 1.5em;
}
.details .content__campaign .campaign--detail__content .caution--more {
  display: flex;
  margin: 10px 0;
}
.details .content__campaign .campaign--detail__content .caution--more a {
  display: block;
  background: #000000 url("../img/common/icon_arw_w1.png") no-repeat 94% center;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  padding: 25px 0;
  border: #000000 solid 2px;
  transition: all 0.2s;
}
.details .content__campaign .campaign--detail__content .caution--more a:hover {
  transition: all 0.2s;
  border: #000000 solid 2px;
  background-color: #ffffff;
  color: #000000;
}
.details .content__campaign .campaign--detail__content .caution--more.is--hidden a {
  background-color: #ffffff;
  color: #000000;
  pointer-events: none;
}
.details .content__campaign .campaign--detail__content .caution--more a {
  padding: 10px 60px;
}
.details .content__specs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.details .content__specs__box {
  width: 495px;
  margin-bottom: 10px;
  border: 2px solid #000000;
  background-color: #ffffff;
}
.details .content__specs__box:last-of-type {
  margin-right: 0;
}
.details .content__specs__box__name {
  border-bottom: #000000 solid 2px;
  font-size: 20px;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 8px;
  font-family: "NotoSans-bold", sans-serif;
  font-weight: 700;
}
.details .content__specs__box__name span {
  font-size: 16px;
  display: block;
}
.details .content__specs__box__jacket {
  margin: 0 8px 20px 8px;
  pointer-events: none;
}
.details .content__shops__box__img {
  margin: 0 8px 10px 8px;
  border: 1px solid #000000;
  pointer-events: none;
}
.details .content__shops__box__img span {
  display: table;
  width: 100%;
  height: 350px;
}
.details .content__shops__box__img i {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.details .content__specs__box__text {
  margin: 0 20px;
  padding: 0 0 30px 0;
}
.details .content__tracklist {
  border: 2px solid #000000;
  background-color: #ffffff;
  padding-bottom: 20px;
}
.details .content__tracklist .tracklist--title {
  font-size: 24px;
  line-height: 1.4em;
  font-family: "NotoSans-bold", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 2px solid #000000;
  padding: 20px 0;
  text-align: center;
}
.details .content__tracklist .tracklist--detail {
  width: 92%;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.6em;
}

.lyric {
  display: none;
}
.lyric .lyric--content {
  width: 600px;
  background-color: #fff;
  padding: 40px 0;
}
.lyric .lyric--content__title,
.lyric .lyric--content__staff,
.lyric .lyric--content__text {
  margin: 0 40px;
}
.lyric .lyric--content__title {
  font-family: "NotoSans-bold", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.lyric .lyric--content__staff {
  font-family: "NotoSans-medium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 40px;
}
.lyric .lyric--content__text {
  font-family: "NotoSans-medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7em;
}

@media screen and (max-width: 768px) {
  /* ==============================================
   * BASE
   *
   * @date 2017-07-07
   * @include _base
   *
   * memo:
   * padding: 50px 0 70px
   * padding: 13.3333333333vw 0 18.6666666667vw
   *
   * ============================================== */
  html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  body {
    color: #000;
  }
  ul, li {
    list-style: none;
  }
  a {
    outline: none;
    color: inherit;
    font-size: 100%;
    text-decoration: none;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  #blind {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9000;
    width: 100%;
    height: 100%;
    background: #ffffff url("../img/common/bg_dot.png") repeat center center;
    display: table;
  }
  .blind__inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .blind__momo {
    width: 563px;
    height: 68px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
  }
  .blind__momo__logo {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    width: 0;
  }
  .blind__momo__logo img {
    position: absolute;
    left: 0;
    top: 0;
  }
  #modal {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 8000;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
  }
  .background {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 0;
  }
  .background__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .background__color {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 0 0;
    display: none;
  }
  .background__color.is-1 {
    border-color: transparent transparent #ff3c26 transparent;
  }
  .background__color.is-2 {
    border-color: transparent transparent #ffd900 transparent;
  }
  .background__color.is-3 {
    border-color: transparent transparent #ff66d1 transparent;
  }
  .background__color.is-4 {
    border-color: transparent transparent #8e59ff transparent;
  }
  .header {
    width: 100%;
    min-width: 100%;
  }
  .header__ham {
    width: 30px;
    width: 8vw;
    height: 27px;
    height: 7.2vw;
    position: fixed;
    top: 21px;
    top: 5.6vw;
    right: 15px;
    right: 4vw;
    z-index: 100;
  }
  .header__ham__triger {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  .header__ham__triger span {
    display: block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    height: 0.8vw;
    background-color: #000000;
  }
  .header__ham__triger span:nth-of-type(1) {
    top: 0;
  }
  .header__ham__triger span:nth-of-type(2) {
    top: 12px;
    top: 3.2vw;
  }
  .header__ham__triger span:nth-of-type(3) {
    bottom: 0;
  }
  .header__ham__triger.active span:nth-of-type(1) {
    transform-origin: center center;
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    width: 30px;
    width: 8vw;
    transform: translateY(12px) rotate(-45deg);
    transform: translateY(3.2vw) rotate(-45deg);
    background-color: #ffffff;
    -webkit-transition: transform 0.8s, width 0.8s forwards;
    transition: background-color transform 0.8s, width 0.8s forwards;
  }
  .header__ham__triger.active span:nth-of-type(2) {
    opacity: 0;
    transform: translateX(5px);
    transform: translateX(1.3333333333vw);
    background-color: #ffffff;
    -webkit-transition: background-color transform opacity 0.8s forwards;
    transition: background-color transform opacity 0.8s forwards;
  }
  .header__ham__triger.active span:nth-of-type(3) {
    transform-origin: center center;
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    width: 30px;
    width: 8vw;
    background-color: #ffffff;
    transform: translateY(-12px) rotate(45deg);
    transform: translateY(-3.2vw) rotate(45deg);
    -webkit-transition: background-color transform 0.8s, width 0.8s forwards;
    transition: background-color transform 0.8s, width 0.8s forwards;
  }
  #top-page .header__inner {
    position: relative;
    padding: 80px 0;
  }
  #top-page .header__title {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #top-page .header__title img {
    width: 94%;
    height: auto;
  }
  #top-page .header__news {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 10;
    transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
  }
  #top-page .header__news img {
    width: 138px;
    height: auto;
  }
  #sound-page .header__inner,
  #live-page .header__inner,
  #history-page .header__inner,
  #mymcz-page .header__inner {
    position: relative;
    padding: 20px 0px;
    padding: 5.3333333333vw 0vw;
    text-align: left;
    border-bottom: #000000 solid 2px;
    border-bottom: #000000 solid 0.5333333333vw;
  }
  #sound-page .header__inner:before, #sound-page .header__inner:after,
  #live-page .header__inner:before,
  #live-page .header__inner:after,
  #history-page .header__inner:before,
  #history-page .header__inner:after,
  #mymcz-page .header__inner:before,
  #mymcz-page .header__inner:after {
    display: none;
  }
  #sound-page .header__title,
  #live-page .header__title,
  #history-page .header__title,
  #mymcz-page .header__title {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #sound-page .header__title img,
  #live-page .header__title img,
  #history-page .header__title img,
  #mymcz-page .header__title img {
    width: 240px;
    width: 64vw;
    height: auto;
  }
  .navigation {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99;
    display: block;
    overflow: auto;
    display: none;
    -webkit-overflow-scrolling: touch;
  }
  .navigation__inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .navigation__bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 0;
  }
  .navigation__inner__block {
    display: block;
    width: 355px;
    width: 94.6666666667vw;
    padding: 50px 0px;
    padding: 13.3333333333vw 0vw;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .navigation__list {
    margin-bottom: 35px;
    margin-bottom: 9.3333333333vw;
  }
  .navigation__list li {
    border-bottom: #ffffff solid 1px;
    border-bottom: #ffffff solid 0.2666666667vw;
    text-align: center;
    line-height: 1em;
    margin-bottom: 0;
  }
  .navigation__list li:last-child {
    margin-bottom: 0;
  }
  .navigation__list a {
    color: #ffffff;
    font-size: 30px;
    font-size: 8vw;
    line-height: 1em;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-weight: 600;
    padding-bottom: 22px;
    padding-bottom: 5.8666666667vw;
    padding-top: 22px;
    padding-top: 5.8666666667vw;
    display: block;
  }
  .navigation__list span {
    font-size: 9px;
    font-size: 2.4vw;
    line-height: 1em;
    display: block;
    margin-top: 2px;
    margin-top: 0.5333333333vw;
  }
  .navigation__sns {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0px;
    padding: 10.6666666667vw 0vw;
  }
  .navigation__sns ul {
    letter-spacing: 0;
    font-size: 0;
  }
  .navigation__sns li {
    letter-spacing: normal;
    font-size: 12px;
    font-size: 3.2vw;
    display: inline-block;
    margin: 0 15px;
    margin: 0 4vw;
  }
  .navigation__sns a {
    display: block;
    transition: all 0.3s;
  }
  .navigation__sns a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    transition: all 0.3s;
  }
  .navigation__sns img {
    height: 30px;
    height: 8vw;
    width: auto;
  }
  .container {
    width: 100%;
    min-width: 100%;
    margin-bottom: 35px;
    margin-bottom: 9.3333333333vw;
  }
  .footer {
    width: 100%;
    min-width: 100%;
    background-color: #000000;
  }
  .footer__inner {
    position: relative;
    padding: 10px 0;
    padding: 2.6666666667vw 0;
    margin: 0 20px;
    margin: 0 5.3333333333vw;
  }
  .footer__links {
    zoom: 1;
    letter-spacing: 0;
    font-size: 0;
    text-align: center;
  }
  .footer__links:after {
    content: "";
    clear: both;
    display: block;
  }
  .footer__links li {
    float: none;
    display: inline-block;
    margin: 0 3px;
    margin: 0 0.8vw;
    letter-spacing: normal;
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
  .footer__links__mcz img,
  .footer__links__elr img {
    height: 25px;
    height: 6.6666666667vw;
    width: auto;
  }
  .fancybox-close {
    background-image: url("../img/fancybox/fancybox_close.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -60px;
    bottom: -16vw;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    z-index: 8040;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 50px;
    width: 13.3333333333vw;
    height: 50px;
    height: 13.3333333333vw;
  }
  /* ============================================================================================
   * SP TOP
   *
   * @date 2017-07-12
   * @include sp/_top
   *
   * memo:
   * padding: 70px
   * padding: 18.6666666667vw
   * ============================================================================================ */
  .titlearea {
    position: relative;
    left: auto;
    top: auto;
    padding: 20px 0px 20px 0px;
    padding: 5.3333333333vw 0 5.3333333333vw 0;
    text-align: center;
  }
  .titlearea img {
    height: 45px;
    height: 12vw;
    width: auto;
  }
  .disc {
    margin-top: 0;
    margin-bottom: 60px;
    width: 100%;
    min-width: 100%;
    min-height: auto;
  }
  .disc__inner {
    width: 100%;
    margin: 0 auto;
  }
  .disc__list {
    width: 357px;
    width: 95.2vw;
    margin: 0 auto 20px auto;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .disc__list__detail {
    width: 175px;
    width: 46.6666666667vw;
    margin: 0 0 7px 0;
    margin: 0 0vw 1.8666666667vw 0;
    background-color: #FFFFFF;
    border: #000000 solid 2px;
    border: #000000 solid 0.5333333333vw;
    box-sizing: border-box;
  }
  .disc__list__detail:nth-child(2n) {
    margin-right: 0;
  }
  .disc__list__detail a {
    display: block;
    width: 100%;
    padding: 5px 0 0 0;
    padding: 1.3333333333vw 0 0 0;
  }
  .disc__list__detail.is__none {
    pointer-events: none;
  }
  .disc__list__detail.is__none .disc__list__detail__arw {
    display: none;
  }
  .disc__list__detail.is__none .disc__list__detail__title__num:after {
    background-color: #000000;
    background-image: none;
    height: 1px;
    height: 0.2666666667vw;
    width: 100%;
  }
  .disc__list__detail__jk {
    display: block;
    padding: 0 5px 5px 5px;
    padding: 0 1.3333333333vw 1.3333333333vw 1.3333333333vw;
    border-bottom: #000000 solid 2px;
    border-bottom: #000000 solid 0.5333333333vw;
    box-sizing: border-box;
  }
  .disc__list__detail__jk span {
    width: 100%;
    display: table;
  }
  .disc__list__detail__jk span.is-soon {
    border: #000000 solid 2px;
    border: #000000 solid 0.5333333333vw;
    box-sizing: border-box;
    height: 160px;
    height: 42.6666666667vw;
  }
  .disc__list__detail__jk i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .disc__list__detail__name {
    display: block;
    width: 100%;
    padding: 5px 0;
    padding: 1.3333333333vw 0;
    zoom: 1;
    position: relative;
  }
  .disc__list__detail__name:after {
    content: "";
    clear: both;
    display: block;
  }
  .disc__list__detail__title__num {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    font-size: 2.6666666667vw;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    padding: 5px 0;
    padding: 1.3333333333vw 0;
    line-height: 1.4em;
    margin-bottom: 5px;
    margin-bottom: 1.3333333333vw;
  }
  .disc__list__detail__title__num:after {
    display: block;
    content: " ";
    width: 100%;
    height: 10px;
    height: 2.6666666667vw;
    background: url("../img/common/icon_arw_b1_sp.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 0;
    right: auto;
    top: auto;
  }
  .disc__list__detail__title__name {
    font-size: 12px;
    font-size: 3.2vw;
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0;
    padding: 1.3333333333vw 0;
    margin: 0 5px;
    margin: 0 1.3333333333vw;
    line-height: 1em;
  }
  .disc__list__detail__title__name span {
    display: block;
    margin-left: 0;
    margin-right: 0;
    line-height: 1.3em;
  }
  .disc__list__detail__arw {
    display: none;
  }
  .disc__list__detail a:hover .disc__list__detail__arw {
    transition: right 0.2s;
    right: 10px;
  }
  .disc__list__detail.is-none {
    pointer-events: none;
  }
  .disc__list__detail.is-none .disc__list__detail__arw {
    display: none;
  }
  .disc__btnArchive {
    width: 355px;
    width: 94.6666666667vw;
    margin: 0 auto;
  }
  .disc__btnArchive a {
    display: block;
    color: #ffffff;
    text-align: center;
    background: #000000 url("../img/common/icon_arw_w1.png") no-repeat 94% center;
    background-size: auto 10px;
    background-size: auto 2.6666666667vw;
    line-height: 1em;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-weight: 600;
    font-size: 19px;
    font-size: 5.0666666667vw;
    letter-spacing: 0.045em;
    padding: 20px 0;
    padding: 5.3333333333vw 0;
    border: none;
    transition: none;
  }
  .disc__btnArchive a:hover {
    transition: none;
    border: none;
    background-color: #000000;
    color: #ffffff;
  }
  .movies {
    margin-top: 0;
    width: 100%;
    min-width: 100%;
    padding-bottom: 80px;
  }
  .movies__inner {
    width: 100%;
    margin: 0 auto;
  }
  .movies__list {
    width: 357px;
    width: 95.2vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .movies__list__detail {
    width: 175px;
    width: 46.6666666667vw;
    margin: 0 0px 7px 0;
    margin: 0 0vw 1.8666666667vw 0;
    background-color: #FFFFFF;
    border: #000000 solid 2px;
    border: #000000 solid 0.5333333333vw;
    box-sizing: border-box;
  }
  .movies__list__detail:nth-child(3n) {
    margin-right: 0px;
    margin-right: 0vw;
  }
  .movies__list__detail:nth-child(2n) {
    margin-right: 0;
  }
  .movies__list__detail__link,
  .movies__list__detail__cover {
    display: block;
    width: 100%;
    padding: 5px 0 0 0;
    padding: 1.3333333333vw 0 0 0;
  }
  .movies__list__detail__jk {
    display: block;
    padding: 0 5px 5px 5px;
    padding: 0 1.3333333333vw 1.3333333333vw 1.3333333333vw;
    border-bottom: #000000 solid 2px;
    border-bottom: #000000 solid 0.5333333333vw;
    box-sizing: border-box;
    position: relative;
  }
  .movies__list__detail__jkBg {
    width: 100%;
    height: 120px;
    height: 32vw;
    display: block;
    background-color: #000000;
    text-align: center;
    position: relative;
    z-index: 0;
    display: table;
  }
  .movies__list__detail__jkBg b {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 120px;
    height: 32vw;
  }
  .movies__list__detail__jkBg img {
    transition: none;
    opacity: 1;
  }
  .movies__list__detail__jkIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    margin: -5.3333333333vw 0 0 -5.3333333333vw;
    z-index: 2;
  }
  .movies__list__detail__name {
    display: block;
    width: 100%;
    padding: 5px 0 20px 0;
    padding: 1.3333333333vw 0 5.3333333333vw 0;
    zoom: 1;
    position: relative;
  }
  .movies__list__detail__name:after {
    content: "";
    clear: both;
    display: block;
  }
  .movies__list__detail__name a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    top: auto;
    text-align: center;
    font-size: 12px;
    font-size: 3.2vw;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    background: url("../img/common/icon_arw_b2.png") no-repeat 95% 89%;
    background-size: 15px auto;
    background-size: 4vw auto;
    line-height: 1em;
    transition: none;
  }
  .movies__list__detail__name a:hover {
    opacity: 1;
    transition: none;
  }
  .movies__list__detail__name a span {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    line-height: 1em;
  }
  .movies__list__detail__name a i {
    line-height: 1em;
    display: block;
    vertical-align: middle;
    text-align: center;
    font-style: normal;
    padding-bottom: 3px;
    padding-bottom: 0.8vw;
    margin-right: 30px;
    margin-right: 8vw;
  }
  .movies__list__detail__title {
    display: block;
    text-align: left;
    vertical-align: middle;
    font-family: "NotoSans-medium", sans-serif;
    font-weight: 500;
    margin-left: 8px;
    margin-left: 2.1333333333vw;
    margin-right: 8px;
    margin-right: 2.1333333333vw;
    width: auto;
    border-right: none;
    border-bottom: #000000 solid 2px;
    border-bottom: #000000 solid 0.5333333333vw;
    box-sizing: border-box;
  }
  .movies__list__detail__title strong {
    font-size: 12px;
    font-size: 3.2vw;
    display: block;
    margin-bottom: 3px;
    margin-bottom: 0.8vw;
    margin-right: 0px;
    margin-right: 0vw;
    line-height: 1.3em;
  }
  .movies__list__detail__title span {
    font-size: 10px;
    font-size: 2.6666666667vw;
    line-height: 1.3em;
    display: block;
    margin-right: 0;
    padding-bottom: 20px;
    padding-bottom: 5.3333333333vw;
  }
  .movies__list__detail__link:hover .movies__list__detail__jkBg img,
  .movies__list__detail__cover:hover .movies__list__detail__jkBg img {
    transition: opacity 0.3s;
    opacity: 1;
  }
  .movies__list__detail.is-none {
    pointer-events: none;
  }
  .movies__list__detail.is-none .movies__list__detail__arw {
    display: none;
  }
  .movies__btnArchive {
    width: 360px;
    margin: 0 auto;
  }
  .movies__btnArchive a {
    display: block;
    color: #ffffff;
    text-align: center;
    background: #000000 url("../img/common/icon_arw_w1.png") no-repeat 94% center;
    line-height: 1em;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.045em;
    padding: 25px 0 23px 0;
    border: #000000 solid 2px;
    transition: all 0.2s;
  }
  .movies__btnArchive a:hover {
    transition: all 0.2s;
    border: #000000 solid 2px;
    background-color: #ffffff;
    color: #000000;
  }
  .modal__movie {
    display: table;
    width: 100%;
    height: 100%;
    display: none;
  }
  .modal__movie__inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
  }
  .modal__movie__inner .modal__close {
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 1;
  }
  .modal__movie__inner .modal__close img {
    width: 30px;
    width: 8vw;
    height: auto;
  }
  .modal__movie__inner .modal__close a {
    display: block;
    transition: opacity 0.2s;
  }
  .modal__movie__inner .modal__close a:hover {
    opacity: 1;
    transition: opacity 0.2s;
  }
  .modal__live {
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
  }
  .modal__live.is-active {
    display: block;
  }
  .modal__live__inner {
    display: block;
    position: relative;
    background-color: #ffffff;
    width: 340px;
    width: 90.6666666667vw;
    margin: 25px auto;
    margin: 6.6666666667vw auto;
    padding: 50px 0;
    padding: 13.3333333333vw 0;
  }
  .modal__live__inner .modal__close {
    position: absolute;
    right: 10px;
    right: 2.6666666667vw;
    top: 10px;
    top: 2.6666666667vw;
    z-index: 1;
  }
  .modal__live__inner .modal__close img {
    width: 30px;
    width: 8vw;
    height: auto;
  }
  .modal__live__inner .modal__close a {
    display: block;
    transition: opacity 0.2s;
  }
  .modal__live__inner .modal__close a:hover {
    opacity: 1;
    transition: opacity 0.2s;
  }
  .modal__live__specs {
    margin: 0 20px;
    margin: 0 5.3333333333vw;
    zoom: 1;
  }
  .modal__live__specs:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__live__specs__img {
    width: 100%;
    height: 200px;
    height: 53.3333333333vw;
    float: none;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
  .modal__live__specs__img ul {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .modal__live__specs__img li {
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
  }
  .modal__live__specs__img li.is-current {
    z-index: 5;
  }
  .modal__live__specs__img img {
    height: 100%;
    width: auto;
  }
  .modal__live__specs__detail {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
  .modal__live__specs__detail__line {
    border-top: #000000 solid 2px;
    border-top: #000000 solid 0.5333333333vw;
    padding: 6px 0;
    padding: 1.6vw 0;
    width: 100%;
  }
  .modal__live__specs__detail__line:last-child {
    border-bottom: #000000 solid 2px;
    border-bottom: #000000 solid 0.5333333333vw;
  }
  .modal__live__specs__detail__line dl {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .modal__live__specs__detail__line dt {
    display: block;
    flex-basis: 20%;
    border-right: #000000 solid 2px;
    border-right: #000000 solid 0.5333333333vw;
    vertical-align: middle;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-weight: 600;
    line-height: 1.6em;
  }
  .modal__live__specs__detail__line dt span {
    font-size: 12px;
    font-size: 3.2vw;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    letter-spacing: 0.045em;
    line-height: 1.6em;
  }
  .modal__live__specs__detail__line dd {
    display: block;
    flex-basis: 80%;
    padding-left: 10px;
    padding-left: 2.6666666667vw;
    vertical-align: middle;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.6em;
  }
  .modal__live__specs__detail__line dd strong {
    font-family: "NotoSans-bold", sans-serif;
    font-weight: 700;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5em;
    letter-spacing: 0.045em;
  }
  .modal__live__specs__detail__line dd b {
    font-weight: bold;
  }
  .modal__live__setlist {
    border-top: #000000 solid 2px;
    border-top: #000000 solid 0.5333333333vw;
    border-bottom: none;
    margin: 0 20px;
    margin: 0 5.3333333333vw;
    padding: 10px 0 0 0;
    padding: 2.6666666667vw 0 0 0;
  }
  .modal__live__setlist__title {
    font-size: 12px;
    font-size: 3.2vw;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    letter-spacing: 0.045em;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-weight: 600;
    margin-bottom: 5px;
    margin-bottom: 1.3333333333vw;
  }
  .modal__live__setlist__caps {
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: bold;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
  }
  .modal__live__setlist__table {
    display: block;
    width: 100%;
    border-right: none;
  }
  .modal__live__setlist__table__cell {
    display: block;
    border-left: none;
    border-bottom: #000000 solid 2px;
    border-bottom: #000000 solid 0.5333333333vw;
    padding-left: 0;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.7em;
    margin-bottom: 15px;
    margin-bottom: 4vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
  }
  .modal__live__setlist__table__cell:last-child {
    border: none;
    margin: 0;
    padding: 0;
  }
  .details {
    min-width: 100%;
    width: 100%;
    margin: 0 auto 0 auto;
  }
  .details__inner {
    width: 355px;
    width: 94.6666666667vw;
    margin: 0 auto;
  }
  .details__block {
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .details__block:last-child {
    margin-bottom: 0;
  }
  .details {
    min-height: auto;
  }
  .details .content__main {
    border: 2px solid #000000;
    border: 0.5333333333vw solid #000000;
    background-color: #ffffff;
    padding: 25px 0;
    padding: 6.6666666667vw 0;
    text-align: center;
  }
  .details .content__main hr {
    border: none;
    border-top: #000 solid 2px;
    height: 1px;
    width: 90%;
    margin: 20px auto 50px;
    padding: 0;
  }
  .details .content__main__img {
    margin-bottom: 25px;
    margin-bottom: 6.6666666667vw;
  }
  .details .content__main__img img {
    width: 300px;
    width: 80vw;
    height: auto;
  }
  .details .content__main__img.is--soon {
    width: 300px;
    width: 80vw;
    height: 300px;
    height: 80vw;
    background-color: #000000;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .details .content__main__img.is--soon span {
    border: none;
  }
  .details .content__main__img.is--soon img {
    width: 130px;
    width: 34.6666666667vw;
  }
  .details .content__main__block {
    margin-bottom: 0px;
    margin-bottom: 0vw;
  }
  .details .content__main__lead {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.6em;
    font-family: "NotoSans-bold", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
  .details .content__main__title {
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .details .content__main__title .title--lead {
    font-family: "NotoSans-bold", sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.3em;
    margin-bottom: 8px;
    margin-bottom: 2.1333333333vw;
  }
  .details .content__main__title .title--main {
    font-family: "NotoSans-bold", sans-serif;
    font-weight: 700;
    font-size: 21px;
    font-size: 5.6vw;
    line-height: 1.3em;
  }
  .details .content__main__date {
    font-size: 18px;
    font-size: 4.8vw;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-weight: 600;
    margin-bottom: 30px;
    margin-bottom: 8vw;
    letter-spacing: 0.06em;
    line-height: 1em;
  }
  .details .content__main__image {
    text-align: center;
  }
  .details .content__main__button {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
  }
  .details .content__main__button:last-of-type {
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .details .content__main__button p a {
    display: block;
    background: #000000 url("../img/common/icon_arw_w1.png") no-repeat 94% center;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    padding: 25px 0;
    border: #000000 solid 2px;
    transition: all 0.2s;
  }
  .details .content__main__button p a:hover {
    transition: all 0.2s;
    border: #000000 solid 2px;
    background-color: #ffffff;
    color: #000000;
  }
  .details .content__main__button p.is--hidden a {
    background-color: #ffffff;
    color: #000000;
    pointer-events: none;
  }
  .details .content__main__button p a {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.8em;
    padding: 10px 80px;
  }
  .details .content__video {
    border: 2px solid #000000;
    border: 0.5333333333vw solid #000000;
    background-color: #ffffff;
    padding: 0 0 30px 0;
    padding: 0 0 8vw 0;
    text-align: center;
  }
  .details .content__video__img {
    margin-bottom: 30px;
    margin-bottom: 8vw;
    width: 100%;
    height: auto;
    aspect-ratio: 1000/667;
    position: relative;
    pointer-events: none;
  }
  .details .content__video__img img {
    width: 100%;
    height: auto;
  }
  .details .content__video__img__rotate li {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    display: none;
  }
  .details .content__video__img__rotate li:nth-child(1) {
    display: block;
  }
  .details .content__video__lead {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.5em;
    font-family: "NotoSans-bold", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
  .details .content__video__text {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
    line-height: 1.5em;
    font-family: "NotoSans-bold", sans-serif;
    font-weight: 700;
  }
  .details .content__video__text span {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .details .content__video__date {
    font-size: 16px;
    font-size: 4.2666666667vw;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .details .content__video__tokuten {
    margin-top: 30px;
    margin-top: 8vw;
  }
  .details .content__video__tokuten:last-of-type {
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
  .details .content__video__btn {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
    margin: 0 auto 2.6666666667vw;
  }
  .details .content__video__btn p a {
    display: block;
    background: #000000 url("../img/common/icon_arw_w1.png") no-repeat 94% center;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    padding: 25px 0;
    border: #000000 solid 2px;
    transition: all 0.2s;
  }
  .details .content__video__btn p a:hover {
    transition: all 0.2s;
    border: #000000 solid 2px;
    background-color: #ffffff;
    color: #000000;
  }
  .details .content__video__btn p.is--hidden a {
    background-color: #ffffff;
    color: #000000;
    pointer-events: none;
  }
  .details .content__video__btn p a {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.8em;
    padding: 10px 40px;
    padding: 2.6666666667vw 10.6666666667vw;
  }
  .details .content__banner {
    text-align: center;
  }
  .details .content__banner p {
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
    background-color: #fff;
  }
  .details .content__banner p:last-of-type {
    margin-bottom: 0px;
  }
  .details .content__banner a {
    display: block;
    transition: all 0.3s;
  }
  .details .content__banner a:hover {
    opacity: 1;
  }
  .details .content__button a {
    display: block;
    background: #000000 url("../img/common/icon_arw_w1.png") no-repeat 94% center;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    padding: 25px 0;
    border: #000000 solid 2px;
    transition: all 0.2s;
  }
  .details .content__button a:hover {
    transition: all 0.2s;
    border: #000000 solid 2px;
    background-color: #ffffff;
    color: #000000;
  }
  .details .content__button.is--hidden a {
    background-color: #ffffff;
    color: #000000;
    pointer-events: none;
  }
  .details .content__button p {
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
  }
  .details .content__button p:last-of-type {
    margin-bottom: 0px;
  }
  .details .content__button a {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.8em;
  }
  .details .content__stream {
    border: 2px solid #000000;
    border: 0.5333333333vw solid #000000;
    background-color: #ffffff;
    text-align: center;
  }
  .details .content__stream .stream--title {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.4em;
    font-family: "NotoSans-bold", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
    border-bottom: 2px solid #000000;
    border-bottom: 0.5333333333vw solid #000000;
    padding: 10px 0;
    padding: 2.6666666667vw 0;
  }
  .details .content__stream .stream--detail {
    margin: 0 10px;
    margin: 0 2.6666666667vw;
    padding-bottom: 20px;
    padding-bottom: 5.3333333333vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .details .content__stream .stream--detail__visual {
    flex-basis: 100%;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
  .details .content__stream .stream--detail__desc {
    flex-basis: 100%;
    text-align: left;
  }
  .details .content__stream .stream--detail__desc__text {
    font-family: "NotoSans-medium", sans-serif;
    font-weight: 500;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.6em;
    margin-bottom: 25px;
    margin-bottom: 6.6666666667vw;
  }
  .details .content__stream .stream--detail__desc__text p {
    line-height: 1.6em;
    margin-bottom: 1.6em;
  }
  .details .content__stream .stream--detail__desc__text p:last-of-type {
    margin-bottom: 0;
  }
  .details .content__stream .stream--detail__desc__text a {
    text-decoration: underline;
  }
  .details .content__stream .stream--detail__desc__text a:hover {
    opacity: 0.5;
  }
  .details .content__stream .stream--detail__desc__buttons {
    margin-bottom: 5px;
    margin-bottom: 1.3333333333vw;
  }
  .details .content__stream .stream--detail__desc__buttons a {
    display: block;
    background: #000000 url("../img/common/icon_arw_w1.png") no-repeat 94% center;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    padding: 25px 0;
    border: #000000 solid 2px;
    transition: all 0.2s;
  }
  .details .content__stream .stream--detail__desc__buttons a:hover {
    transition: all 0.2s;
    border: #000000 solid 2px;
    background-color: #ffffff;
    color: #000000;
  }
  .details .content__stream .stream--detail__desc__buttons.is--hidden a {
    background-color: #ffffff;
    color: #000000;
    pointer-events: none;
  }
  .details .content__stream .stream--detail__desc__buttons a {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.8em;
    padding-top: 10px;
    padding-top: 2.6666666667vw;
    padding-bottom: 10px;
    padding-bottom: 2.6666666667vw;
  }
  .details .content__stream .stream--detail__desc__buttons:last-of-type {
    margin-bottom: 0;
  }
  .details .content__movie {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .details .content__movie iframe {
    aspect-ratio: 560/315;
    width: 100%;
    height: auto;
  }
  .details .content__shops {
    border: #000000 solid 2px;
    box-sizing: border-box;
    background-color: #ffffff;
    width: 100%;
  }
  .details .content__shops .shops--name {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.4em;
    font-family: "NotoSans-bold", sans-serif;
    font-weight: 700;
    border-bottom: 2px solid #000000;
    border-bottom: 0.5333333333vw solid #000000;
    padding: 10px 0;
    padding: 2.6666666667vw 0;
  }
  .details .content__shops .shops--box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .details .content__shops .shops--box li {
    flex-basis: 100%;
    padding-top: 5px;
    padding-top: 1.3333333333vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    border-right: none;
    border-bottom: #000000 solid 2px;
    border-bottom: #000000 solid 0.5333333333vw;
    box-sizing: border-box;
  }
  .details .content__shops .shops--box li:nth-of-type(2n) {
    border-right: none;
  }
  .details .content__shops .shops--box li:last-of-type {
    border-right: none;
  }
  .details .content__shops .shops--box li.size--wide {
    flex-basis: 100%;
  }
  .details .content__shops .shops--box li.size--wide .shops--box__img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .details .content__shops .shops--box__img,
  .details .content__shops .shops--box__title,
  .details .content__shops .shops--box__buttons {
    margin: 0 10px;
    margin: 0 2.6666666667vw;
  }
  .details .content__shops .shops--box__img {
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: #dddddd solid 1px;
    border: #dddddd solid 0.2666666667vw;
    box-sizing: border-box;
  }
  .details .content__shops .shops--box__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .details .content__shops .shops--box__img.is--soon {
    display: flex;
    justify-content: center;
    align-items: center;
    border: #000000 solid 1px;
    border: #000000 solid 0.2666666667vw;
  }
  .details .content__shops .shops--box__img.is--soon img {
    width: 120px;
    width: 32vw;
    height: auto;
  }
  .details .content__shops .shops--box__name {
    font-family: "NotoSans-bold", sans-serif;
    font-weight: 700;
    font-size: 15px;
    font-size: 4vw;
    text-align: center;
    line-height: 1.6em;
    margin: 0 10px 5px;
    margin: 0 2.6666666667vw 1.3333333333vw;
    padding: 10px 0;
    padding: 2.6666666667vw 0;
  }
  .details .content__shops .shops--box__title {
    font-family: "NotoSans-medium", sans-serif;
    font-weight: 500;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .details .content__shops .shops--box__buttons {
    margin-bottom: 5px;
    margin-bottom: 1.3333333333vw;
  }
  .details .content__shops .shops--box__buttons a {
    display: block;
    background: #000000 url("../img/common/icon_arw_w1.png") no-repeat 94% center;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    padding: 25px 0;
    border: #000000 solid 2px;
    transition: all 0.2s;
  }
  .details .content__shops .shops--box__buttons a:hover {
    transition: all 0.2s;
    border: #000000 solid 2px;
    background-color: #ffffff;
    color: #000000;
  }
  .details .content__shops .shops--box__buttons.is--hidden a {
    background-color: #ffffff;
    color: #000000;
    pointer-events: none;
  }
  .details .content__shops .shops--box__buttons a {
    font-size: 14px;
    font-size: 3.7333333333vw;
    padding-top: 15px;
    padding-top: 4vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
  }
  .details .content__shops .shops--box__buttons:last-of-type {
    margin-bottom: 0;
  }
  .details .content__shops .shops--caps {
    font-family: "NotoSans-medium", sans-serif;
    font-weight: 500;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.6em;
    margin: 0 10px;
    margin: 0 2.6666666667vw;
    padding: 10px 0;
    padding: 2.6666666667vw 0;
  }
  .details .content__campaign {
    border: 2px solid #000000;
    border: 0.5333333333vw solid #000000;
    background-color: #ffffff;
    padding-bottom: 20px;
    padding-bottom: 5.3333333333vw;
  }
  .details .content__campaign .campaign--more {
    width: 100%;
    margin: 0 auto;
  }
  .details .content__campaign .campaign--more a {
    display: block;
    background: #000000 url("../img/common/icon_arw_w1.png") no-repeat 94% center;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    padding: 25px 0;
    border: #000000 solid 2px;
    transition: all 0.2s;
  }
  .details .content__campaign .campaign--more a:hover {
    transition: all 0.2s;
    border: #000000 solid 2px;
    background-color: #ffffff;
    color: #000000;
  }
  .details .content__campaign .campaign--more.is--hidden a {
    background-color: #ffffff;
    color: #000000;
    pointer-events: none;
  }
  .details .content__campaign .campaign--more a {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.8em;
  }
  .details .content__campaign .campaign--title {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.4em;
    font-family: "NotoSans-bold", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
    border-bottom: 2px solid #000000;
    border-bottom: 0.5333333333vw solid #000000;
    padding: 10px;
    padding: 2.6666666667vw;
    text-align: left;
  }
  .details .content__campaign .campaign--detail {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .details .content__campaign .campaign--detail:last-of-type {
    margin-bottom: 0;
  }
  .details .content__campaign .campaign--detail__head {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.6em;
    font-family: "NotoSans-bold", sans-serif;
    font-weight: 700;
    border: #000000 solid 2px;
    border: #000000 solid 0.5333333333vw;
    padding: 10px 10px;
    padding: 2.6666666667vw 2.6666666667vw;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .details .content__campaign .campaign--detail__content {
    font-family: "NotoSans-medium", sans-serif;
    font-weight: 500;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.7em;
  }
  .details .content__campaign .campaign--detail__content hr {
    border: none;
    border-top: #000000 solid 2px;
    border-top: #000000 solid 0.5333333333vw;
  }
  .details .content__campaign .campaign--detail__content p {
    margin-bottom: 1.4em;
  }
  .details .content__campaign .campaign--detail__content .caution--text {
    padding: 20px 0;
    display: none;
  }
  .details .content__campaign .campaign--detail__content .caution--text a {
    text-decoration: underline;
  }
  .details .content__campaign .campaign--detail__content .caution--text h1,
  .details .content__campaign .campaign--detail__content .caution--text h2,
  .details .content__campaign .campaign--detail__content .caution--text h3,
  .details .content__campaign .campaign--detail__content .caution--text h4,
  .details .content__campaign .campaign--detail__content .caution--text h5,
  .details .content__campaign .campaign--detail__content .caution--text h6 {
    font-family: "NotoSans-bold", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .details .content__campaign .campaign--detail__content .caution--text p {
    margin-bottom: 1.5em;
  }
  .details .content__campaign .campaign--detail__content .caution--more {
    display: flex;
    margin: 10px 0;
    margin: 2.6666666667vw 0;
  }
  .details .content__campaign .campaign--detail__content .caution--more a {
    display: block;
    background: #000000 url("../img/common/icon_arw_w1.png") no-repeat 94% center;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    padding: 25px 0;
    border: #000000 solid 2px;
    transition: all 0.2s;
  }
  .details .content__campaign .campaign--detail__content .caution--more a:hover {
    transition: all 0.2s;
    border: #000000 solid 2px;
    background-color: #ffffff;
    color: #000000;
  }
  .details .content__campaign .campaign--detail__content .caution--more.is--hidden a {
    background-color: #ffffff;
    color: #000000;
    pointer-events: none;
  }
  .details .content__campaign .campaign--detail__content .caution--more a {
    display: block;
    width: 100%;
    padding: 10px;
    padding: 2.6666666667vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
  .details .content__specs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .details .content__specs__box {
    width: 100%;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
    border: 2px solid #000000;
    background-color: #ffffff;
  }
  .details .content__specs__box:last-of-type {
    margin-right: 0;
  }
  .details .content__specs__box__name {
    border-bottom: #000000 solid 2px;
    border-bottom: #000000 solid 0.5333333333vw;
    font-size: 15px;
    font-size: 4vw;
    text-align: center;
    padding: 10px 0;
    padding: 2.6666666667vw 0;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
    font-family: "NotoSans-bold", sans-serif;
    font-weight: 700;
  }
  .details .content__specs__box__name span {
    font-size: 10px;
    font-size: 2.6666666667vw;
    display: block;
  }
  .details .content__specs__box__jacket {
    margin: 0 8px 20px 8px;
    margin: 0 2.1333333333vw 5.3333333333vw 2.1333333333vw;
    pointer-events: none;
  }
  .details .content__shops__box__img {
    margin: 0 8px 10px 8px;
    margin: 0 2.1333333333vw 2.6666666667vw 2.1333333333vw;
    border: 1px solid #000000;
    border: 0.2666666667vw solid #000000;
    pointer-events: none;
  }
  .details .content__shops__box__img span {
    display: table;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
  .details .content__shops__box__img i {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .details .content__shops__box__img i img {
    width: 120px;
    width: 32vw;
    height: auto;
  }
  .details .content__specs__box__text {
    margin: 0 10px;
    margin: 0 2.6666666667vw;
    padding: 0 0 15px 0;
    padding: 0 0 4vw 0;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.7em;
  }
  .details .content__tracklist {
    border: 2px solid #000000;
    border: 0.5333333333vw solid #000000;
    background-color: #ffffff;
    padding-bottom: 30px;
    padding-bottom: 8vw;
  }
  .details .content__tracklist .tracklist--title {
    border-bottom: #000000 solid 2px;
    border-bottom: #000000 solid 0.5333333333vw;
    font-size: 15px;
    font-size: 4vw;
    text-align: center;
    padding: 10px 0;
    padding: 2.6666666667vw 0;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
    font-family: "NotoSans-bold", sans-serif;
    font-weight: 700;
  }
  .details .content__tracklist .tracklist--detail {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 0vw;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.6em;
  }
  .lyric {
    display: none;
  }
  .lyric .lyric--content {
    width: 92%;
    background-color: #fff;
    padding: 30px 0;
    padding: 8vw 0;
  }
  .lyric .lyric--content__title,
  .lyric .lyric--content__staff,
  .lyric .lyric--content__text {
    margin: 0 15px;
    margin: 0 4vw;
  }
  .lyric .lyric--content__title {
    font-family: "NotoSans-bold", sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.4em;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
  .lyric .lyric--content__staff {
    font-family: "NotoSans-medium", sans-serif;
    font-weight: 500;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
  .lyric .lyric--content__text {
    font-family: "NotoSans-medium", sans-serif;
    font-weight: 500;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.7em;
  }
}