@charset "UTF-8";
/* ---------------------------------------
0.0 mixin
	0.1 colors
	0.2 typography
	0.3 chevron
	0.4 flexbox
1.0 setting
	1.1 normalize
	1.2 clearfix
2.0 compontents
	2.1 button
	2.2 list
	2.3 pagenation
3.0 layout
	3.1 base
	3.1 header
	3.2 footer
4.0 page
	4.1 parts
	4.2 home
	4.3 information
	4.4 profile
-------------------------------------------- */
/* 1.0 setting
============================== */
/* 1.1 normalize
------------------------------ */
html, body {
  height: 100%;
  -webkit-text-size-adjust: none;
}

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

img, iframe, object, audio, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  text-align: left;
}

i {
  font-style: normal;
}

img {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

::-moz-selection {
  background: #efefef;
  color: #000;
}

::selection {
  background: #efefef;
  color: #000;
}

::-moz-selection {
  background: #efefef;
  color: #000;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* 1.2 clearfix
------------------------------ */
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}

/* 2.0 component
============================== */
/* 2.1 button
------------------------------ */
.detail__btn,
.btn {
  text-align: center;
  margin: 1em 0;
  position: relative;
}
.detail__btn input,
.btn input {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.block--pager {
  text-align: center;
  margin: 80px auto 30px;
  padding: 0 60px;
  letter-spacing: -0.5em;
  position: relative;
}
.block--pager li {
  display: inline-block;
  font-family: "Ovo";
  padding: 0.6em 0;
  margin: 0 5px;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
}
.block--pager li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #efefef;
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block--pager li:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.block--pager a {
  display: block;
  position: relative;
  color: #efefef;
  text-decoration: none;
  padding: 0 0.6em;
}
.block--pager .pager__item--top, .block--pager .pager__item--number {
  text-align: center;
  color: #888;
}
.block--pager .pager__item--newer {
  width: 130px;
  padding: 7px 0;
  margin-right: 0.5em;
  position: absolute;
  top: -10px;
  left: -3%;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  font-family: Noto Serif JP;
  font-size: 12px;
  padding: 12px 70px 12px 0;
  position: relative;
  letter-spacing: 0.5em;
}
.block--pager .pager__item--newer a::before, .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::before, .block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--newer a::before, .block--pager .pager__item--newer span::before {
  width: 65px;
  height: 1px;
  background: #efefef;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: right;
          transform-origin: right;
  position: absolute;
  right: 0px;
  top: 24px;
}
.block--pager .pager__item--newer a:hover::before {
  -webkit-transform: scaleX(2.2);
          transform: scaleX(2.2);
}
.block--pager .pager__item--newer a:hover::after {
  left: -5px;
}
.block--pager .pager__item--newer span {
  opacity: 0.4;
}
.block--pager .pager__item--older {
  width: 130px;
  padding: 7px 0;
  margin-left: 0.5em;
  position: absolute;
  top: -10px;
  right: -3%;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  font-family: Noto Serif JP;
  padding: 12px 0 12px 70px;
  font-size: 12px;
  position: relative;
  letter-spacing: 0.5em;
}
.block--pager .pager__item--older a::before, .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::before, .block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--older a::before, .block--pager .pager__item--older span::before {
  width: 65px;
  height: 1px;
  background: #efefef;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: right;
          transform-origin: right;
  position: absolute;
  left: 0;
  top: 24px;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.block--pager .pager__item--older a:hover::before {
  -webkit-transform: scaleX(2.2);
          transform: scaleX(2.2);
}
.block--pager .pager__item--older a:hover::after {
  left: 28px;
}
.block--pager .pager__item--older span {
  opacity: 0.2;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--current {
  font-family: "Ovo";
  font-weight: 800;
  position: relative;
  padding: 0.6em;
}
.block--pager .pager__item--current::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.block--pager li svg {
  width: 42px;
  height: 32px;
  fill: #efefef;
}
.block--pager li:hover svg {
  fill: #959EA7;
}

.btn--main {
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 3.4;
  letter-spacing: 0.07em;
  word-break: break-word;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 300px;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  padding: 0 1.5em;
  position: relative;
  top: 0;
  background: #000;
  color: #fff;
}

.detail__btn a,
.btn--sub {
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 3.4;
  letter-spacing: 0.07em;
  word-break: break-word;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 300px;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  padding: 0 1.5em;
  position: relative;
  top: 0;
  color: #efefef;
}

.detail__btn,
.page--error .btn--sub {
  text-align: center;
  margin-top: 80px;
}

.list__more {
  position: relative;
  z-index: 10;
}
.list__more a {
  display: block;
  color: #efefef;
  position: relative;
}
.list__more a:hover::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.list__more a::after {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background: #efefef;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: right;
          transform-origin: right;
}

/* 2.3 list
------------------------------ */
.no-data {
  text-align: center;
  opacity: 0.5;
}

/*  information */
.list--information a {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.07em;
  word-break: break-word;
  padding: 1.1em 0;
  position: relative;
}
.list--information .date {
  font-family: "Ovo", "Noto Serif JP", sans-serif;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  margin: 0;
}
.list--information .date span {
  font-size: 10px;
}
.list--information .tit {
  font-size: 13px;
  margin-bottom: 15px;
}
.list--information .new .tit::before {
  content: "新着情報";
  font-weight: 500;
  font-size: 10px;
  color: #fff;
  background: #b70500;
  margin-right: 10px;
  padding: 8px 10px;
  line-height: 0;
  display: inline-block;
}
.list--information .no-data {
  padding: 35px 5%;
}
.list--information li a {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-top: 0.5px solid rgba(255, 255, 255, 0.44);
  position: relative;
  overflow: hidden;
}
.list--information li a:hover {
  background: #efefef;
  color: #000;
}
.list--information li .date {
  text-align: right;
}
.list--information li.new a:hover .tit::before {
  color: #fff;
}

.list--video a {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.07em;
  word-break: break-word;
  padding: 1.1em 0;
  position: relative;
}
.list--video .date {
  font-family: "Ovo", "Noto Serif JP", sans-serif;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  margin: 0;
}
.list--video .date span {
  font-size: 10px;
}
.list--video .tit {
  font-size: 13px;
  margin-bottom: 15px;
}
.list--video .new .tit::before {
  content: "新着情報";
  font-weight: 500;
  font-size: 10px;
  color: #fff;
  background: #b70500;
  margin-right: 10px;
  padding: 8px 10px;
  line-height: 0;
  display: inline-block;
}
.list--video .tit {
  font-size: 12px;
  margin-bottom: 40px;
}
.list--video li {
  padding: 0 20px;
}
.list--video .video:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.list--video a:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.list--video .video {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list--video .thumb {
  background: no-repeat center;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
.list--video .thumb::after {
  content: "絵巻再生";
  display: inline-block;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.1);
  color: #efefef;
  border: 1px solid rgba(255, 255, 255, 0.5);
  letter-spacing: 1.2em;
  line-height: 0;
  text-align: center;
  padding: 18px 0.8em 18px 2em;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.list--discography {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: end;
      justify-content: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
      align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list--discography li {
  width: 30%;
  margin-bottom: 80px;
}
.list--discography li a {
  display: block;
  position: relative;
}
.list--discography li a figure {
  margin-bottom: 20px;
}
.list--discography li a .category {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1em;
  line-height: 0;
  border: 1px solid #efefef;
  padding: 9px 0px 9px 9px;
  margin-bottom: 10px;
}
.list--discography li a .tit {
  font-size: 12px;
}

/* contents */
/* 3.0 layout
============================== */
/* 3.1 base
------------------------------ */
body {
  background-color: #000;
  font-family: YakuHanJP, Noto Serif JP, -apple-system, BlinkMacSystemFont, "Arial", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #efefef;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.07em;
  word-break: break-word;
}

a {
  color: #efefef;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.wrap {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  z-index: -1;
  opacity: 0.6;
}
.bg span {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
}
.bg span.bg01 {
  background-image: url(/static/seikimaii/official/common/bg.jpg);
}
.bg span.bg02 {
  background-image: url(/static/seikimaii/official/common/bg02.jpg);
  -webkit-animation: bg 5s linear 0s infinite;
  animation: bg 5s linear 0s infinite;
}

@-webkit-keyframes bg {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bg {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sp {
  display: none !important;
}

/* 3.2 header
------------------------------ */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header h1 {
  position: relative;
  z-index: 999;
}
.header h1 a {
  display: block;
  width: 13vw;
  max-width: 200px;
  height: 4vw;
  background: url(/static/seikimaii/official/common/logo--official.png) center/contain no-repeat;
  text-indent: -9999em;
  position: relative;
  top: 27px;
  left: 2%;
}

.drawer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #000;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.drawer .g-nav {
  width: 100%;
  height: 100%;
}
.drawer .g-nav .g-nav__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.drawer .g-nav .g-nav__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/seikimaii/official/common/bg02.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}
.drawer .g-nav .g-nav__inner .nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.drawer .g-nav .nav--sns {
  width: 100%;
  position: absolute;
  bottom: 10vw;
  left: 0;
}
.drawer .g-nav .nav--sns .list-tit {
  font-size: 13px;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.3em;
}
.drawer .g-nav .nav--sns .list--sns {
  text-align: center;
  position: relative;
  left: -0.3em;
}
.drawer .g-nav .nav--sns .list--sns li {
  display: inline-block;
  list-style: none;
  -webkit-writing-mode: inherit;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  margin: 0;
  padding: 0 10px;
}
.drawer .g-nav .nav--sns .list--sns li.twitter a {
  display: inline-block;
  width: 22px;
  vertical-align: 1px;
}
.drawer .g-nav .nav--sns .list--sns li a {
  line-height: 1;
  text-align: center;
  font-size: 22px;
}
.drawer .g-nav .nav--sns .list--sns li a::after {
  width: 40px;
  height: 1px;
  top: 50%;
  left: -11px;
  -webkit-transform: scaleY(1) scaleX(0);
          transform: scaleY(1) scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.drawer .g-nav .nav--sns .list--sns li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.drawer .g-nav .nav--sns .list--sns li a svg {
  fill: #efefef;
}
.drawer li {
  font-size: 19px;
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: 0.5em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  margin: 0 15px;
}
.drawer li .txt--sub {
  display: inline-block;
  letter-spacing: 0.3em;
  font-size: 10px;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  margin-top: 5px;
}
.drawer li.contents--before a {
  pointer-events: none;
  opacity: 0.2;
}
.drawer li.contents--before a::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.drawer li a {
  color: #efefef;
  display: block;
  position: relative;
}
.drawer li a::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 20px);
  background: #efefef;
  position: absolute;
  top: -15px;
  left: 17px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer li a:hover::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.drawer__btn {
  width: 80px;
  height: 49px;
  position: fixed;
  top: 30px;
  left: calc(50% - 38px);
  z-index: 999;
  cursor: pointer;
}
.drawer__btn span {
  display: block;
  width: 100%;
  height: 20px;
  background: no-repeat center;
  background-size: contain;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer__btn span.drawer__btn--item.top {
  background-image: url(/static/seikimaii/official/common/drawer__btn_top.svg);
  top: -2px;
}
.drawer__btn span.drawer__btn--item.mid {
  width: calc(100% - 2px);
  background-image: url(/static/seikimaii/official/common/drawer__btn_mid.svg);
  top: 16px;
}
.drawer__btn span.drawer__btn--item.mid.txt--menu {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.4em;
  margin-left: 0.2em;
  line-height: 0;
  top: 25px;
  background: none;
  left: -1px;
  opacity: 0;
}
.drawer__btn span.drawer__btn--item.mid.txt--menu.open {
  opacity: 1;
}
.drawer__btn span.drawer__btn--item.mid.txt--menu.close {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.drawer__btn span.drawer__btn--item.btm {
  background-image: url(/static/seikimaii/official/common/drawer__btn_btm.svg);
  top: 30px;
  left: -1px;
}
.drawer__btn:hover span.drawer__btn--item.top {
  top: -6px;
}
.drawer__btn:hover span.drawer__btn--item.btm {
  top: 34px;
}

.drawer-visible .drawer {
  opacity: 1;
  pointer-events: auto;
  z-index: 900;
}
.drawer-visible .drawer__btn span.drawer__btn--item.mid.txt--menu.open {
  opacity: 0;
}
.drawer-visible .drawer__btn span.drawer__btn--item.mid.txt--menu.close {
  opacity: 1;
}
/* 3.3 footer
------------------------------ */
footer {
  width: 100%;
  color: inherit;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
  word-break: break-word;
  color: #959EA7;
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: -1;
}
footer .inner {
  padding: 40px 5%;
}
footer .copyright {
  font-family: "Ovo", sans-serif;
  font-size: 12px;
  color: #efefef;
  letter-spacing: 0.06em;
  text-align: right;
  margin-top: -43px;
  -webkit-transform-origin: right;
          transform-origin: right;
  position: absolute;
  bottom: -20px;
  right: 41px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sf-minitoolbar {
  display: none !important;
}

/* 4.0 page
============================== */
/*  4.1 parts
------------------------------ */
/* typography */
.page-tit {
  color: inherit;
  font-size: 30px;
  font-weight: inherit;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 1.2em;
}

.section-tit {
  color: inherit;
  font-size: 50px;
  font-weight: inherit;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
}

.txt--lead {
  color: inherit;
  font-size: 30px;
  font-weight: inherit;
  line-height: 1.4;
  word-break: break-word;
  margin: 0 0 1em;
}

.txt--basic {
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.07em;
  word-break: break-word;
  margin: 0 0 1em;
}
.txt--basic a {
  text-decoration: underline;
}
.txt--basic a:hover {
  text-decoration: none;
}

.txt--sub {
  color: inherit;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
  word-break: break-word;
}

.txt--link {
  text-decoration: underline;
}

.ph, .thumb {
  line-height: 0;
  position: relative;
}

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

.svg-symbol {
  display: none !important;
}

/* 4.2 home
------------------------------ */
.page--home .page--home-inner {
  width: 70%;
  background: #000;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.page--home .section--top {
  position: relative;
}
.page--home .section--top .block--hero-img {
  -webkit-box-shadow: 0 42px 30px -16px rgba(0, 0, 0, 0.8);
          box-shadow: 0 42px 30px -16px rgba(0, 0, 0, 0.8);
  padding-top: 90px;
  margin: 0 -5vw;
}
.page--home .section--top .block--hero-img img {
  display: block;
  background: no-repeat center;
  background-size: cover;
}
.page--home .section--top h1 {
  display: block;
  width: 580px;
  height: 130px;
  background: no-repeat center url(/static/seikimaii/official/common/logo--official.png);
  background-size: contain;
  text-indent: -9999em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 20px;
  margin-left: -290px;
  display: none;
}
.page--home .section--top .logo--35th {
  width: 120px;
  height: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 180px;
  margin-left: -60px;
  display: none;
}
.page--home .section--bnr {
  position: relative;
  z-index: 20;
  margin: 0 -15vw;
  padding-top: 2vw;
}
.page--home .section--bnr .list--bnr li {
  line-height: 0;
  padding: 10px;
}
.page--home .section--bnr .list--bnr li a {
  display: block;
  -webkit-box-shadow: 2px 68px 20px -45px rgba(0, 0, 0, 0.8);
          box-shadow: 2px 68px 20px -45px rgba(0, 0, 0, 0.8);
}
.page--home .section--bnr .list--bnr li a:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.page--home .section--bnr .list--bnr .slick-list {
  padding-bottom: 40px !important;
}
.page--home .section--bnr.single {
  margin-top: 80px;
}
.page--home .section--bnr.single .list--bnr {
  width: 60%;
  margin: 0 auto 13vw;
}
.page--home .section--bnr .slick-prev,
.page--home .section--bnr .slick-next {
  display: block;
  width: 80px;
  height: 80px;
  color: #efefef;
  font-size: 0;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 170px;
  top: 17vw;
  z-index: 99;
  cursor: pointer;
  border: none;
  outline: none;
  letter-spacing: 0.15em;
  font-size: 11px;
}
.page--home .section--bnr .slick-prev {
  left: -50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page--home .section--bnr .slick-next {
  right: -50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page--home .bg-noiz {
  position: relative;
}
.page--home .bg-noiz::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 23vw );
  background: url(/static/seikimaii/official/common/bg_noiz.png);
  background-size: 300px;
  position: absolute;
  top: -10vw;
  left: 0;
  z-index: 1;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
}
.page--home .bg-noiz > * {
  position: relative;
  z-index: 10;
}
.page--home .block--tit {
  width: 40px;
  margin: 0 auto 50px;
  position: relative;
}
.page--home .block--tit::after {
  content: "";
  display: block;
  width: 20vw;
  height: 14vw;
  background: url(/static/seikimaii/official/common/smoke_blue-min.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -12vw;
  mix-blend-mode: screen;
  opacity: 0.6;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  z-index: -1;
}
.page--home .block--tit h2 {
  width: 28px;
  margin-bottom: 15px;
}
.page--home .block--tit h2 svg {
  width: 100%;
}
.page--home .section--news {
  padding: 0 14%;
  margin-bottom: 24vw;
  position: relative;
  left: -1.8vw;
}
.page--home .section--video {
  position: relative;
  margin-bottom: 24vw;
}
.page--home .section--video .list--video {
  margin: 0 -5vw;
}
.page--home .section--video .list--video .tit {
  text-align: center;
  margin-bottom: 70px;
}
.page--home .section--video .list--video .video {
  height: 0;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 42px 30px -16px rgba(0, 0, 0, 0.8);
          box-shadow: 0 42px 30px -16px rgba(0, 0, 0, 0.8);
  padding-bottom: 56.25%;
  margin-bottom: 50px;
}
.page--home .section--video .list--video .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--home .section--video .video iframe, .page--home .section--video .video object, .page--home .section--video .video embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--home .section--video .block--tit::after {
  background-image: url(/static/seikimaii/official/common/smoke--red-min.png);
  opacity: 0.8;
  width: 30vw;
  height: 17vw;
  right: -18vw;
  -webkit-transform: rotate(-33deg);
          transform: rotate(-33deg);
}
.page--home .section--video .slick-prev, .page--home .section--video .slick-next {
  display: block;
  width: 160px;
  height: 20px;
  position: absolute;
  bottom: 0;
  z-index: 99;
  cursor: pointer;
  border: none;
  outline: none;
  letter-spacing: 0.15em;
  font-size: 11px;
}
.page--home .section--video .slick-prev span, .page--home .section--video .slick-next span {
  display: block;
  height: 1px;
  background: #efefef;
  width: calc(160px - 2em);
  position: absolute;
  top: 9px;
  opacity: 0.6;
}
.page--home .section--video .slick-prev {
  left: 11vw;
}
.page--home .section--video .slick-prev span {
  right: -1.5em;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .section--video .slick-prev:hover span {
  -webkit-transform: scaleX(1.5);
          transform: scaleX(1.5);
}
.page--home .section--video .slick-next {
  text-align: right;
  right: 11vw;
}
.page--home .section--video .slick-next span {
  left: -2em;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .section--video .slick-next:hover span {
  -webkit-transform: scaleX(1.5);
          transform: scaleX(1.5);
}
.page--home .section--release {
  padding: 0 14%;
  margin-bottom: 24vw;
  position: relative;
  right: -1.8vw;
}
.page--home .section--release .thumb {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .section--release a:hover .thumb {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.page--home .block--sns {
  text-align: center;
  padding-bottom: 80px;
}
.page--home .block--sns .list-tit {
  font-size: 11px;
  margin-bottom: 10px;
}
.page--home .block--sns .list--sns {
  font-size: 15px;
  letter-spacing: 0.1em;
}
.page--home .block--sns .list--sns a {
  display: inline-block;
  position: relative;
}
.page--home .block--sns .list--sns a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #efefef;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .block--sns .list--sns a:hover::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.page--home .block--sns.started {
  opacity: 1;
}

/* animation */
.page--home .page--home-inner {
  opacity: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-transition: opacity 0.8s 0.4s, -webkit-filter 0.8s 0.4s;
  transition: opacity 0.8s 0.4s, -webkit-filter 0.8s 0.4s;
  transition: opacity 0.8s 0.4s, filter 0.8s 0.4s;
  transition: opacity 0.8s 0.4s, filter 0.8s 0.4s, -webkit-filter 0.8s 0.4s;
}

.page--home .page--home-inner > * {
  opacity: 0;
}

.loaded.page--home .page--home-inner {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.page--home .page--home-inner .section--top {
  -webkit-transition: 0s 0.9s;
  transition: 0s 0.9s;
}
.page--home .page--home-inner .section--top .block--hero-img {
  position: relative;
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transition: opacity 0.3s 1.5s, -webkit-filter 0.3s 1.5s;
  transition: opacity 0.3s 1.5s, -webkit-filter 0.3s 1.5s;
  transition: opacity 0.3s 1.5s, filter 0.3s 1.5s;
  transition: opacity 0.3s 1.5s, filter 0.3s 1.5s, -webkit-filter 0.3s 1.5s;
}
.page--home .page--home-inner .section--top h1, .page--home .page--home-inner .section--top .logo--35th {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 1s 1.6s;
  transition: 1s 1.6s;
  z-index: 10;
  display: none;
}
.page--home .page--home-inner .section--bnr {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.8s 3s;
  transition: 0.8s 3s;
}

.page--home .header,
.page--home .drawer__btn {
  top: -100px;
  -webkit-transition: 0.8s 2.9s;
  transition: 0.8s 2.9s;
}

.page--home.loaded .header {
  top: 0;
}

.page--home.loaded .drawer__btn {
  top: 30px;
}

.loaded.page--home .page--home-inner .section--top {
  opacity: 1;
}
.loaded.page--home .page--home-inner .section--top .block--hero-img {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.loaded.page--home .page--home-inner .section--top h1, .loaded.page--home .page--home-inner .section--top .logo--35th {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  display: none;
}
.loaded.page--home .page--home-inner .section--bnr {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.section--news,
.section--video,
.section--release {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.section--news.started,
.section--video.started,
.section--release.started {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*  4.3 information
------------------------------ */
.section--list {
  width: 70%;
  min-height: 100vh;
  padding: 150px 7% 60px;
  margin: 0 auto 0;
  background: #000;
}
.section--list .section-tit {
  width: 22px;
  text-align: center;
  margin: 0 auto 60px;
}
.section--list + .detail__btn {
  display: none;
}

.section--detail {
  width: 70%;
  max-width: 960px;
  min-height: 100vh;
  background: #000;
  padding: 150px 7% 80px;
  margin: 0 auto;
}
.section--detail .section-tit {
  width: 22px;
  text-align: center;
  margin: 0 auto 60px;
}

.page--info .section--detail .txt--basic {
  margin-bottom: 80px;
}

.page--info .section--detail .txt--basic embed {
  display: block;
  margin: 0 auto;
}

.page--info .block--category li a::before {
  bottom: 0;
}

.page--info .block--category li.current a::before {
  left: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.page--info .block--category li a:hover::before {
  left: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.page--info .block--category li.current a:hover::before {
  left: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.block--category li a:hover::before .detail__btn {
  margin-top: 50px;
  position: relative;
  left: 0;
  width: 120px;
}
.block--category li a:hover::before .detail__btn a {
  display: inline-block;
  font-size: 12px;
  position: relative;
  text-align: left;
  padding: 0;
}
.block--category li a:hover::before .detail__btn a::before {
  content: "BACK";
  font-family: "Ovo";
  color: #efefef;
  letter-spacing: 0.05em;
}
.block--category li a:hover::before .detail__btn a::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #efefef;
  vertical-align: 3px;
  margin-left: 5px;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block--category li a:hover::before .detail__btn a:hover::after {
  -webkit-transform: scaleX(1.9);
          transform: scaleX(1.9);
}

.section--list .list--information {
  margin: 0 auto;
}
.section--list .list--information a {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section--list .list--information .date {
  text-align: right;
  line-height: 1;
}
.section--list .list--information .date.event-end span {
  padding-left: 0;
  position: relative;
  display: block;
  padding-top: 20px;
}
.section--list .list--information .date.event-end span::before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #b1b9c1;
  position: absolute;
  left: 50%;
  top: 4px;
}
.section--list .list--information .tit {
  font-size: 14px;
}

.block--share {
  line-height: 1;
  text-align: right;
  margin: 0 0 30px;
}
.block--share .share {
  display: inline-block;
  font-family: "Ovo";
  font-size: 13px;
  padding-right: 70px;
  margin-right: 17px;
  position: relative;
}
.block--share .share::before {
  content: "";
  display: block;
  height: 1px;
  width: 70px;
  background: #efefef;
  position: absolute;
  top: 5px;
  right: -11px;
  opacity: 0.7;
}
.block--share li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #efefef;
  margin: 0 7px 0 0;
}
.block--share .lineIco svg {
  width: 16px;
  height: 16px;
  fill: #efefef;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block--share .share {
  font-size: 12px;
  margin-right: 15px;
}
.block--share .ico {
  font-size: 20px;
}
.block--share a {
  color: #efefef;
}
.block--share a:hover {
  color: #c00;
}
.block--share a:hover svg {
  fill: #c00;
}

.page--info .section--list {
  position: relative;
}
.page--info .block--info-nav {
  font-family: "Ovo", Noto Sans JP, "Arial", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 13px;
  position: absolute;
  top: 260px;
  right: 0;
}
.page--info .block--info-nav a {
  display: block;
}
.page--info .block--info-nav a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #efefef;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.page--info .block--info-nav a:hover::before {
  -webkit-transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.page--info .list--video li {
  margin-bottom: 40px;
}
.page--info .list--video .thumb {
  margin-bottom: 20px;
}
.page--info .list--video .thumb::after {
  display: none;
}
.page--info .list--video .tit {
  margin-bottom: 10px;
}
.page--info .section--detail .date {
  font-size: 13px;
  text-align: right;
  color: #efefef;
  margin-bottom: 60px;
}
.page--info .section--detail .detail__btn {
  margin-top: 0;
  top: -59px;
}

.section--detail .tit {
  color: inherit;
  font-size: 30px;
  font-weight: inherit;
  line-height: 1.4;
  word-break: break-word;
  margin: 0 0 1em;
}
.section--detail.new .date::before {
  content: "新着情報";
  font-weight: 500;
  font-size: 10px;
  background: #b70500;
  margin-right: 10px;
  padding: 8px 10px;
  line-height: 0;
  display: inline-block;
}
.section--detail .date {
  font-family: "Ovo", "Noto Serif JP", sans-serif;
  font-size: 0.8em;
  letter-spacing: 0.1em;
}
.section--detail .txt {
  margin: 0 0 20px;
  line-height: 2em;
}
.section--detail .txt a {
  text-decoration: underline;
  color: #efefef;
}
.section--detail .txt a:hover {
  color: #000;
  text-decoration: none;
}

.youtube, .block--video__item {
  width: 100%;
  margin: 20px 0;
  padding-top: 56.25%;
  position: relative;
}

.youtube iframe,
.block--video__item iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: -20px;
  right: 0;
}

/*  4.3 profile
------------------------------ */
.page--profile .block--switch {
  text-align: right;
  margin-bottom: 15px;
  margin-top: 24px;
  position: relative;
  right: -50px;
}
.page--profile .block--switch .block--switch__item {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.02em;
  border: 1px solid;
  padding: 1px 10px 2px;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.page--profile .block--switch .block--switch__item.btn--jp {
  margin-right: 5px;
}
.page--profile .block--switch .block--switch__item.current, .page--profile .block--switch .block--switch__item:hover {
  background: #efefef;
  color: #000;
}
.page--profile .detail__btn a::before {
  content: "構成員紹介 TOP";
  font-family: Noto Serif JP, sans-serif;
}
.page--profile .detail__btn a:hover::after {
  -webkit-transform: scaleX(3);
          transform: scaleX(3);
}
.page--profile figure {
  margin: 0 -10% 10px;
}
.page--profile .name {
  width: 50%;
  margin: 40px auto 20px;
}
.page--profile .txt {
  margin-bottom: 50px;
}
.page--profile .txt .txt--basic {
  font-size: 13px;
  margin-bottom: 1em;
}
.page--profile .block-tit {
  font-size: 20px;
  letter-spacing: 0.4em;
  margin-bottom: 20px;
  text-align: center;
}
.page--profile .block--history {
  margin-bottom: 50px;
}
.page--profile .list--history {
  border: 1px solid #efefef;
}
.page--profile .list--history dt {
  padding: 2px 10px;
  border-bottom: 1px solid;
  font-size: 10px;
  font-weight: 700;
  background: #efefef;
  color: #000;
  color: #000;
  float: left;
  clear: left;
}
.page--profile .list--history dd {
  padding: 8px 10px 12px 111px;
  border-bottom: 1px solid;
}
.page--profile .list--history dd:last-child {
  border-bottom: none;
}
.page--profile .list--history dd .tit {
  font-size: 11px;
  margin-bottom: 5px;
}
.page--profile .list--history dd .txt--sub {
  font-size: 10px;
}
.page--profile .list--history dd .category {
  display: inline-block;
  font-size: 10px;
  line-height: 0;
  border: 1px solid #efefef;
  padding: 9px 5px 9px 5px;
  margin-bottom: 2px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  margin-left: -1%;
}
.page--profile .list--history dd ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.page--profile .list--member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
      align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page--profile .list--member li {
  width: 49%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 10px;
  background: no-repeat;
  background-size: cover;
  background-position: center;
}
.page--profile .list--member li a {
  display: block;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 35px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.page--profile .list--member li a:hover {
  background: none;
}
.page--profile .list--member li a span {
  display: block;
  font-family: "Ovo";
  font-size: 10px;
  line-height: 1;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.page--profile .list--member li.demon {
  background-image: url(/static/seikimaii/official/feature/profile/demon.jpg);
}
.page--profile .list--member li.raiden {
  background-image: url(/static/seikimaii/official/feature/profile/raiden.jpg);
}
.page--profile .list--member li.xenon {
  background-image: url(/static/seikimaii/official/feature/profile/xenon.jpg);
}
.page--profile .list--member li.luke {
  background-image: url(/static/seikimaii/official/feature/profile/luke.jpg);
}
.page--profile .list--member li.jail {
  background-image: url(/static/seikimaii/official/feature/profile/jail.jpg);
}
.page--profile .list--member li.ace {
  background-image: url(/static/seikimaii/official/feature/profile/ace.jpg);
  background-position: left -27vw;
  background-size: 150%;
}
.page--profile.profile--detail figure {
  width: 60%;
  margin: 0 auto 10px;
}
.page--profile.profile--detail .name {
  text-align: center;
  font-size: 22px;
  margin: 50px auto 30px;
}
.page--profile.profile--detail .list--profile {
  margin-bottom: 40px;
}
.page--profile.profile--detail .list--profile dt {
  font-size: 11px;
  opacity: 0.6;
}
.page--profile.profile--detail .list--profile dd {
  margin-bottom: 15px;
}
.page--profile .block--en {
  display: none;
}

.list--link {
  margin-bottom: 50px;
}
.list--link li {
  margin-bottom: 10px;
}
.list--link li a {
  display: block;
  padding: 50px 5%;
  border: 1px solid #efefef;
  text-align: center;
}
.list--link li a:hover {
  background: #efefef;
  color: #000;
}

/*  4.6 discography
------------------------------ */
.list--discography a {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.07em;
  word-break: break-word;
  padding: 1.1em 0;
  position: relative;
}
.list--discography .date {
  font-family: "Ovo", "Noto Serif JP", sans-serif;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  margin: 0;
}
.list--discography .date span {
  font-size: 10px;
}
.list--discography .tit {
  font-size: 13px;
  margin-bottom: 15px;
}
.list--discography .new .tit::before {
  content: "新着情報";
  font-weight: 500;
  font-size: 10px;
  color: #fff;
  background: #b70500;
  margin-right: 10px;
  padding: 8px 10px;
  line-height: 0;
  display: inline-block;
}
.list--discography li a {
  display: block;
  padding: 0;
  background: none;
  position: relative;
}
.list--discography li a:hover .thumb {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.list--discography li:not(:nth-of-type(3n)) {
  margin-right: 5%;
}
.list--discography li figure {
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.list--discography li figure img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list--discography li .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.list--discography li .blur img {
  -webkit-filter: blur(6px);
          filter: blur(6px);
}

.block--category {
  text-align: center;
  margin: -30px 0 70px;
}
.block--category li {
  display: inline-block;
  padding: 0 18px;
}
.block--category li:last-child {
  padding-right: 0;
}
.block--category li a {
  display: block;
  height: 24px;
  position: relative;
}
.block--category li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #efefef;
  position: absolute;
  bottom: 10px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block--category li a:hover::before {
  left: -17%;
  -webkit-transform: scaleX(1.3);
          transform: scaleX(1.3);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.block--category li.current a::before, .block--category li.current a:hover::before {
  left: -17%;
  -webkit-transform: scaleX(1.3);
          transform: scaleX(1.3);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.area--release .block--detail {
  color: #efefef;
}
.area--release .block--detail .category {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1em;
  line-height: 0;
  border: 1px solid #efefef;
  padding: 9px 0px 9px 9px;
  margin-bottom: 13px;
}
.area--release .block--detail .tit {
  font-size: 14px;
  margin-bottom: 10px;
}
.area--release .block--detail .date {
  font-size: 11px;
  font-family: "Ovo", "Noto Serif JP";
}
.area--release .block--detail .date span {
  font-size: 10px;
}

.list--jacket .thumb {
  -webkit-box-shadow: 2px 78px 34px -45px rgba(0, 0, 0, 0.8);
          box-shadow: 2px 78px 34px -45px rgba(0, 0, 0, 0.8);
  margin: 0 auto 40px;
}

.page--discography .section--detail .section-tit,
.page--discography .section--detail .block--category {
  display: none;
}
.page--discography .section--detail .category {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1em;
  line-height: 0;
  border: 1px solid #efefef;
  padding: 9px 0px 9px 9px;
  margin-bottom: 13px;
}
.page--discography .section--detail .jacket {
  width: 50%;
  position: relative;
  line-height: 0;
  margin: 0 auto 50px;
}
.page--discography .section--detail .jacket li {
  margin: 0 0 40px;
}
.page--discography .section--detail .jacket .thumb {
  line-height: 0;
  position: relative;
}
.page--discography .section--detail .jacket .thumb::after {
  content: "";
  display: block;
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page--discography .section--detail .jacket figcaption {
  font-size: 11px;
  margin-top: 15px;
}
.page--discography .section--detail .block--disc-detail {
  width: 70%;
  margin: 0 auto;
}
.page--discography .section--detail .block--disc-detail .tit {
  font-size: 30px;
  margin-bottom: 5PX;
  position: relative;
  top: -7px;
}
.page--discography .section--detail .block--disc-detail .tit span {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin: 8px 0 -4px;
}
.page--discography .section--detail .block--disc-detail .text .date {
  margin-top: -7px;
  display: none !important;
}
.page--discography .section--detail .block--disc-detail .date {
  margin-bottom: 20px;
}
.page--discography .section--detail .block--disc-detail .block--comment {
  margin: 0 0 40px;
}
.page--discography .section--detail .block--disc-detail .block--comment a {
  color: #efefef;
}
.page--discography .section--detail .block--disc-detail .block--comment a:hover {
  text-decoration: underline;
}
.page--discography .block--comment .block--disc .block-tit {
  font-weight: bold;
}
.page--discography .block--comment .tax-code {
  font-size: 0.8em;
}
.page--discography .block--comment .block--track {
  margin: 20px auto 40px;
}
.page--discography .block--comment .block--track .list-tit {
  font-size: 0.8em;
  color: #959EA7;
}
.page--discography .block--comment .block--track .list--track li {
  font-size: 0.9em;
  line-height: 1.6;
  margin-bottom: 2px;
}

.block--track .title {
  display: inline-block;
  margin: 0 0 10px;
  font-weight: bold;
  border: 1px solid;
  padding: 2px 8px;
  line-height: 1em;
}
.block--track .list--track {
  margin: 0 0 20px;
}
.block--track .list--track .num {
  margin-right: 5px;
}
.block--track .list--track li {
  list-style: none;
}
.block--track .list--track a {
  pointer-events: none;
  cursor: default;
}

/*  4.10 error
------------------------------ */
.page--error .detail__btn {
  display: none;
}

@media screen and (min-width: 1300px) {
  .page--home .page--home-inner {
    width: 60%;
  }
  .page--home .section--bnr {
    margin: 0 -23vw;
  }
}