@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* common.scss
============================== */
html, body {
  height: 100%;
}

body {
  background: #0f1111;
  color: #fff;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Arial", yu-gothic-pr6n, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Arial", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

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

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

::-moz-selection {
  background: #fff;
  color: #0f1111;
}

::selection {
  background: #fff;
  color: #0f1111;
}

::-moz-selection {
  background: #fff;
  color: #0f1111;
}

.svg-symbol,
.xdebug-var-dump {
  display: none !important;
}

.block--pager {
  text-align: left;
  letter-spacing: -0.5em;
  font-size: 15px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 20px;
  height: 60px;
}
.block--pager li {
  display: inline-block;
  margin: 0 5px;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
}
.block--pager li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 49%;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  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 a, .block--pager span {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 0.6em;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #fff;
}
.block--pager .pager__item--newer {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 20px;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 10px;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  width: 7px;
  height: 7px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  top: 50%;
  left: 55%;
}
.block--pager .pager__item--newer span {
  opacity: 0.2;
}
.block--pager .pager__item--older {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 20px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  margin-left: 10px;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  width: 7px;
  height: 7px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 45%;
}
.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 {
  position: relative;
}
.block--pager .pager__item--current::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.txt--basic {
  margin: 0 0 1em;
}

.txt--sub {
  font-size: 0.85em;
  line-height: 1.8em;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.normal {
  font-weight: 400;
}

.bold {
  font-weight: bold;
}

/* image */
.ph, .thumb {
  position: relative;
  line-height: 0;
}
.ph img, .thumb img {
  width: 100%;
}
.ph::after, .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/static/common/global-image/dummy.gif);
  background-size: cover;
  top: 0;
  left: 0;
}
.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* video */
video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video {
  position: relative;
  padding-top: 56.25%;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-dots li {
  padding: 0 10px;
  transition: 0.3s;
}
.slick-dots li button {
  height: 100%;
  padding: 0 5px;
}
.slick-dots li button:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 1;
  transition: 0.2s;
  left: 4px;
}
.slick-dots .slick-active button:before {
  -webkit-transform: scaleY(1.8);
          transform: scaleY(1.8);
  opacity: 1 !important;
}

.form--post dt {
  margin: 3em 0 1em;
}
.form--post dd {
  margin: 0 0 1em;
}

.block--error {
  color: #f00;
  background: rgba(204, 0, 0, 0.15);
  padding: 10px;
  border-radius: 5px;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #ddd;
}

::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ddd;
}

:-moz-placeholder {
  color: #ddd;
}

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #fff;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #fff;
  border-radius: 0;
  border: 1px solid #888;
}
@media screen and (min-width: 961px) {
  input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
    font-family: -apple-system, BlinkMacSystemFont, "Arial", yu-gothic-pr6n, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
    font-family: -apple-system, BlinkMacSystemFont, "Arial", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #fff;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

input[readonly=readonly],
input[readonly=readonly] {
  border: none;
  background: #fff;
}

button {
  border: none;
  line-height: 1;
}

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #fff;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
  border-radius: 0;
  border: 1px solid #888;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Arial", yu-gothic-pr6n, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Arial", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
textarea:focus {
  border-color: #fff;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #0f1111;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #fff;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 2.3em;
  border-radius: 0;
  border: 1px solid #888;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: -apple-system, BlinkMacSystemFont, "Arial", yu-gothic-pr6n, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: -apple-system, BlinkMacSystemFont, "Arial", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__select select:focus {
  border-color: #fff;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  position: absolute;
  right: 1.3em;
  top: 42%;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
}

/* checkbox */
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: -apple-system, BlinkMacSystemFont, "Arial", yu-gothic-pr6n, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: -apple-system, BlinkMacSystemFont, "Arial", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #888;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  background: #0f1111;
  border-color: #BDB76B;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-family: -apple-system, BlinkMacSystemFont, "Arial", yu-gothic-pr6n, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: -apple-system, BlinkMacSystemFont, "Arial", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #888;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #BDB76B;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-family: -apple-system, BlinkMacSystemFont, "Arial", yu-gothic-pr6n, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: -apple-system, BlinkMacSystemFont, "Arial", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #fff;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #BDB76B;
  border-color: #BDB76B;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

/* horizontal */
.form--horizontal li {
  display: inline-block;
}

.form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}

.form--confirm {
  margin: 0 0 2em;
}

.form--confirm {
  border: 0.5px solid #888;
  padding: 40px 30px 10px;
  margin-bottom: 40px;
}
.form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.4;
}
.form--confirm dd {
  margin: 0 0 30px;
}

.btn {
  text-align: center;
}

.btn-base-style {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
}

.detail__btn {
  font-family: "Ovo", serif;
  font-weight: bold;
  text-align: center;
}

.tit {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  word-break: break-word;
}

.tit.new::after {
  content: "NEW";
  font-size: 0.9em;
  font-family: "Ovo", serif;
  color: #BDB76B;
  display: inline-block;
  position: relative;
  left: 5px;
}

.list--information {
  margin-bottom: 50px;
}

.list--contents {
  display: flex;
}
.list--contents li {
  width: 30%;
}
.list--contents li .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.list--contents li .tit {
  margin-bottom: 10px;
}

.list--error li {
  color: #ff302c;
  font-weight: bold;
  margin: 0 0 0.3em;
  line-height: 1.8;
}
.list--error li:last-child {
  margin-bottom: 0;
}

.no-data {
  float: none;
  text-align: left;
  width: 100%;
  color: #fff;
  border: none !important;
  padding: 4em 0;
}

.header {
  width: 100%;
  z-index: 100;
  transition: 0.3s ease-out;
}
.header .nav--language {
  font-family: "Ovo", serif;
  position: fixed;
  right: 10em;
  z-index: 11;
  top: 2.5em;
}
.header .nav--language form {
  display: flex;
}
.header .nav--language form li {
  margin: 0 0.5em;
}
.header .nav--language form li label button {
  font-family: "Ovo", serif;
  cursor: pointer;
}
.header .nav--language form li.nav__item.current {
  opacity: 0.5;
}
.header .logo {
  display: block;
  width: 200px;
  position: relative;
  top: 40px;
  left: 4vw;
}

.drawer {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 50;
  overflow: hidden;
  background: #0f1111;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s 0s ease;
}
.drawer:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: #111;
}
.drawer .drawer-inner {
  z-index: 10;
}
.drawer .drawer-inner .nav--login h2.logo a {
  display: block;
}
.drawer .drawer-inner .nav--login h2.logo a svg {
  width: 100%;
  height: auto;
}
.drawer [class^=nav--] .g-nav.g-nav--official {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.drawer [class^=nav--] .g-nav.g-nav--official::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  background: #0f1111;
  bottom: -1%;
  left: -28%;
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
}
.drawer [class^=nav--] .g-nav.g-nav--official li {
  display: inline-block;
}
.drawer [class^=nav--] .g-nav > li a {
  display: block;
  font-family: "Ovo", serif;
  text-decoration: none;
  position: relative;
}
.drawer [class^=nav--] li.home {
  position: relative;
  margin: 0 0 0 25px;
}
.drawer [class^=nav--] li.home::after {
  content: "";
  height: 0.9vw;
  width: 1px;
  background: #888;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -13px;
}

.drawer__btn {
  position: fixed;
  right: 4vw;
  top: 2.5em;
  z-index: 100;
}
.drawer__btn span {
  width: 100%;
  display: block;
  background: #fff;
  transition: 0.3s ease-out;
  position: absolute;
}

.drawer-visible .drawer__btn span:first-of-type {
  -webkit-transform: translateY(1em) rotate(45deg);
          transform: translateY(1em) rotate(45deg);
}
.drawer-visible .drawer__btn span:nth-of-type(2) {
  opacity: 0;
}
.drawer-visible .drawer__btn span:last-of-type {
  -webkit-transform: translateY(1em) rotate(-45deg);
          transform: translateY(1em) rotate(-45deg);
  top: initial;
}
.drawer-visible .drawer {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.drawer-visible .drawer .drawer-inner {
  visibility: visible;
}
.drawer-visible .drawer [class^=nav--] .g-nav > li a {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .drawer-visible .drawer__btn span:last-of-type {
    -webkit-transform: translateY(-0.3em) rotate(-45deg);
            transform: translateY(-0.3em) rotate(-45deg);
  }
}
body:not(.page--home) {
  height: auto;
  min-height: 100%;
  position: relative;
}
body:not(.page--home) footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
body:not(.page--home) footer .copyright {
  min-width: 280px;
  font-size: 11px;
  padding-left: 0.7em;
  position: relative;
  top: 100px;
  bottom: inherit;
  text-align: center;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.6666666667);
}

.section-tit {
  font-size: 40px;
  margin-bottom: 30px;
  font-family: "Ovo", serif;
}

.date {
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  font-family: "Ovo", serif;
  color: #999;
  margin-bottom: 5px;
}

.section--detail {
  padding: 0 10%;
  width: 850px;
  margin: 0 auto;
}
.section--detail .txt a {
  text-decoration: underline;
}
.section--detail .list--contents {
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
  line-height: 1.8;
}
.section--detail .tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.section--detail .block--share {
  float: right;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 10px;
}
.section--detail .block--share li i {
  font-size: 17px;
}
.section--detail .block--share li:last-child {
  margin-right: 0;
}
.section--detail .block--share li svg {
  width: 18px;
  fill: #fff;
  position: relative;
  top: 4px;
}
.section--detail .block--share li.share {
  font-size: 11px;
  margin-right: 20px;
}

.page--home .content-main {
  margin: 0;
  padding: 0;
}
.page--home .header .logo {
  display: none;
}
.page--home .bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}
.page--home .bg .bg_img::before,
.page--home .bg .bg_img .character,
.page--home .bg .bg_img .shadow {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.page--home .bg .bg_img::before {
  background-image: url(/static/mushizoku/official/top/bg_pc.jpg);
  z-index: -10;
}
.page--home .bg .bg_img .character {
  background-image: url(/static/mushizoku/official/top/character_pc.png);
}
.page--home .bg .bg_img .shadow {
  background-image: url(/static/mushizoku/official/top/shadow_pc.png);
  z-index: -10;
  mix-blend-mode: multiply;
}
.page--home .block--logo {
  position: absolute;
  left: 50%;
  top: 66%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page--home .block--logo img {
  width: 100%;
  z-index: 10;
}
.page--home .block--logo .logo {
  width: 93vw;
  max-width: 920px;
}
.page--home .section--contents {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: 82vh;
}
.page--home .section--contents .list--bnr a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease;
}
.page--home .section--contents .list--bnr img {
  width: 350px;
}
.page--home .section--contents .list--bnr .slick-dots {
  right: 3%;
}
.page--home .section--contents .list--bnr .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 3px;
  height: 3px;
  padding: 5px;
  cursor: pointer;
  color: #fff;
  border: 0;
  outline: none;
  margin-bottom: 30px;
  border-radius: 50%;
  border: solid 1px;
}
.page--home .section--contents .list--bnr .slick-dots li button:before {
  content: none;
}
.page--home .section--contents .list--bnr .slick-dots .slick-active button {
  background: #fff;
  width: 8px;
  height: 8px;
  border: solid 1px;
}
.page--home .section--contents .information {
  font-family: "Ovo", serif;
}
.page--home .section--contents .information > .tit {
  display: inline-block;
  font-size: 18px;
  line-height: 0;
  vertical-align: super;
}
.page--home .section--contents .information .more {
  font-size: 11px;
  float: right;
  display: inline-block;
  position: relative;
  padding-right: 1em;
}
.page--home .section--contents .information .more a {
  text-decoration: none;
  padding: 5px 10px 0;
  transition: color 0.4s ease;
  color: #fff;
}
.page--home .section--contents .information .more span.arrow-right {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  /*z-index: 100;*/
  position: absolute;
  top: 50%;
  right: 0;
}
.page--home .section--contents .information .list--information {
  margin: 0;
}
.page--home .section--contents .information .list--information li a {
  display: block;
  color: #fff;
  /*transition: color .4s ease;*/
}
.page--home .section--contents .information .list--information li .tit {
  font-size: 13px;
  margin-bottom: 20px;
}
.page--home .section--contents .information .list--information .date {
  font-size: 12px;
  color: #fff;
}
.page--home .copyright {
  position: absolute;
  top: 50%;
  right: 0;
  height: 1rem;
  color: #fff;
  font-family: "Ovo", serif;
}

.page--home .top {
  padding: 0 5%;
}
.page--home .bg {
  opacity: 0;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  transition: opacity 0.5s ease, -webkit-filter 0.5s ease;
  transition: filter 0.5s ease, opacity 0.5s ease;
  transition: filter 0.5s ease, opacity 0.5s ease, -webkit-filter 0.5s ease;
}
.page--home .bg .character {
  opacity: 0;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  transition: opacity 0.8s ease 0.6s, -webkit-filter 0.8s ease 0.6s;
  transition: filter 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  transition: filter 0.8s ease 0.6s, opacity 0.8s ease 0.6s, -webkit-filter 0.8s ease 0.6s;
}
.page--home .bg shadow {
  opacity: 0;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  transition: opacity 0.8s ease 0.6s, -webkit-filter 0.8s ease 0.6s;
  transition: filter 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  transition: filter 0.8s ease 0.6s, opacity 0.8s ease 0.6s, -webkit-filter 0.8s ease 0.6s;
}
.page--home.loaded .bg {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.page--home.loaded .bg .character {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.page--home.loaded .bg .shadow {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.page--home .block--logo {
  opacity: 0;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  transition: opacity 0.7s ease 1.4s, -webkit-filter 0.7s ease 1.4s;
  transition: filter 0.7s ease 1.4s, opacity 0.7s ease 1.4s;
  transition: filter 0.7s ease 1.4s, opacity 0.7s ease 1.4s, -webkit-filter 0.7s ease 1.4s;
}
.page--home.loaded .block--logo {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.page--home .list--bnr {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  transition: opacity 0.7s ease 2.2s, -webkit-transform 0.7s ease 2.2s;
  transition: transform 0.7s ease 2.2s, opacity 0.7s ease 2.2s;
  transition: transform 0.7s ease 2.2s, opacity 0.7s ease 2.2s, -webkit-transform 0.7s ease 2.2s;
}
.page--home.loaded .list--bnr {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.page--home .list--information {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: opacity 0.7s ease 2.2s, -webkit-transform 0.7s ease 2.2s;
  transition: transform 0.7s ease 2.2s, opacity 0.7s ease 2.2s;
  transition: transform 0.7s ease 2.2s, opacity 0.7s ease 2.2s, -webkit-transform 0.7s ease 2.2s;
}
.page--home.loaded .list--information {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

body.hidden {
  overflow: hidden;
}

.intro {
  width: 100%;
  height: 100vh;
  font-weight: 700;
  color: #EBD71C;
  background-image: url("/static/mushizoku/official/top/pc_intro.jpg");
  background-size: cover;
  background-color: #000;
  overflow: hidden;
  position: relative;
  z-index: 998;
}
.intro.scroll {
  height: 200vh;
  -webkit-animation: visualScroll 3s ease-in-out;
          animation: visualScroll 3s ease-in-out;
  background-size: cover;
}
.intro p.intro-text {
  display: table;
  background: #000;
  color: #fff;
  font-size: 3.8vw;
  width: 100%;
  height: 100vh;
  position: relative;
  opacity: 0;
  z-index: 1;
  -webkit-animation: intro 3s ease-out;
          animation: intro 3s ease-out;
}
.intro p.intro-text span {
  display: table-cell;
  vertical-align: middle;
  -webkit-animation: firstletter 1s ease-in-out;
          animation: firstletter 1s ease-in-out;
  font-family: -apple-system, BlinkMacSystemFont, "Arial", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.intro .main-content {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  z-index: 3;
  width: 98%;
  height: 50em;
  bottom: 0;
  font-size: 80px;
  font-weight: bold;
  text-align: justify;
  overflow: hidden;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: perspective(350px) rotateX(25deg);
          transform: perspective(350px) rotateX(25deg);
}
.intro .main-content::after {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 60%;
  background-image: linear-gradient(top, rgb(0, 0, 0) 0%, transparent 100%);
  pointer-events: none;
}
.intro .title-content {
  font-family: "游ゴシック体", "メイリオ", sans-serif;
  position: absolute;
  top: 100%;
  -webkit-animation: scroll 130s linear 3s forwards;
          animation: scroll 130s linear 3s forwards;
}

/* Main Image Styles */
.intro .main-logo {
  position: absolute;
  width: 2.6em;
  left: 50%;
  top: 20vh;
  font-size: 10em;
  text-align: center;
  margin-left: -1.3em;
  line-height: 0.8em;
  letter-spacing: -0.05em;
  color: #000;
  text-shadow: -2px -2px 0 #EBD71C, 2px -2px 0 #EBD71C, -2px 2px 0 #EBD71C, 2px 2px 0 #EBD71C;
  opacity: 0;
  z-index: 1;
  -webkit-animation: logo 4s ease-out 2s;
  animation: logo 4s ease-out 2s;
}
.intro .main-logo > img {
  max-width: 100%;
}

.skip {
  font-family: Ovo, sans-serif;
  font-size: 22px;
  color: #fff;
  position: fixed;
  z-index: 999;
  top: 10px;
  right: 16px;
  -webkit-animation: firstletter 10s ease-in-out;
          animation: firstletter 10s ease-in-out;
  display: inline-block;
}

@-webkit-keyframes intro {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes intro {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes logo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
}
@keyframes logo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
}
@-webkit-keyframes scroll {
  0% {
    top: 100%;
  }
  100% {
    top: -170%;
  }
}
@keyframes scroll {
  0% {
    top: 100%;
  }
  100% {
    top: -170%;
  }
}
@-webkit-keyframes visualScroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes visualScroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@-webkit-keyframes firstletter {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes firstletter {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.page--info {
  position: relative;
}
.page--info::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/static/mushizoku/official/common/peanuts-bg.png) no-repeat center center;
  background-size: 50vw;
  z-index: -10;
  opacity: 0.1;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
}
.page--info .section--list .list--information {
  border-top: 1px solid rgb(56, 56, 56);
  margin-bottom: 50px;
}
.page--info .section--list .list--information li {
  border-bottom: 1px solid rgb(56, 56, 56);
}
.page--info .section--list .list--information li a {
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  transition: opacity 0.4s ease;
  padding: 20px 0;
}
.page--info .section--list .no-data {
  padding-top: 0;
}
.page--info .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.page--info .movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

/*  page--discography
------------------------------ */
.page--disco:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/static/mushizoku/official/common/peanuts-bg.png) no-repeat center center;
  background-size: 50vw;
  z-index: -10;
  opacity: 0.1;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
}
.page--disco .inr {
  width: 1300px;
  margin: 0 auto;
  max-width: 90%;
}
.page--disco .content-main {
  margin: 10% 0 0;
  /*.category-3 .tit span{background:#ae5858bb;}*/
}
.page--disco .content-main .section--detail {
  padding: 0;
}
.page--disco .content-main .section--detail .detailimg1 {
  display: none;
}
.page--disco .content-main .section--detail .block--disc-detail {
  font-family: "Noto Serif JP", sans-serif;
  /*padding:5em 0;*/
  margin: 0 3em;
}
.page--disco .content-main .section--detail .block--disc-detail .inr {
  padding: 5em 0;
  position: relative;
}
.page--disco .content-main .section--detail .block--disc-detail .tit {
  text-align: left;
  font-weight: normal;
  margin-bottom: 0.5em;
  line-height: 1.5em;
  font-size: 34px;
  letter-spacing: 0.15em;
}
.page--disco .content-main .section--detail .block--disc-detail .tit span {
  letter-spacing: 0.09em;
  font-size: 18px;
  font-weight: normal;
}
.page--disco .content-main .section--detail .block--disc-detail .tit span em {
  position: relative;
  display: inline-block;
  padding-left: 2.5em;
}
.page--disco .content-main .section--detail .block--disc-detail .tit span em:before {
  content: "";
  height: 0.5px;
  width: 2em;
  display: inline-block;
  background: #fff;
  align-items: center;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  left: 0;
}
.page--disco .content-main .section--detail .block--disc-detail .category__firstletter {
  font-size: 2em;
  font-weight: bold;
  border: solid 1px;
  display: inline-block;
  padding: 0.5em;
  line-height: 1em;
}
.page--disco .content-main .category-1 .tit span {
  background: rgba(235, 0, 0, 0.7333333333);
}
.page--disco .content-main .category-2 .tit span {
  background: rgba(58, 106, 134, 0.7333333333);
}
.page--disco .content-main .category-4 .tit span {
  background: rgba(202, 214, 70, 0.7333333333);
}
.page--disco .content-main .category-5 .tit span {
  background: rgba(185, 48, 217, 0.7333333333);
}
.page--disco .content-main .category-6 .tit span {
  background: rgba(20, 144, 59, 0.7333333333);
}
.page--disco .content-main .category-7 .tit span {
  background: rgba(255, 255, 255, 0.6666666667);
}
.page--disco .content-main .category-8 .tit span {
  background: rgba(235, 100, 31, 0.7333333333);
}
.page--disco .content-main .category-9 .tit span {
  background: rgba(235, 31, 208, 0.7333333333);
}
.page--disco .content-main .category-10 .tit span {
  background: rgba(225, 213, 181, 0.7333333333);
}
.page--disco .content-main .category-11 .tit span {
  background: rgba(93, 61, 18, 0.7333333333);
}
.page--disco .content-main .category-12 .tit span {
  background: rgba(119, 119, 119, 0.7333333333);
}
.page--disco .content-main .category-13 .tit span {
  background: rgba(201, 183, 63, 0.7333333333);
}
.page--disco .content-main .category-14 .tit span {
  background: rgba(116, 219, 66, 0.7333333333);
}
.page--disco .content-main .category-15 .tit span {
  background: rgba(150, 236, 233, 0.7333333333);
}
.page--disco .content-main .category-16 .tit span {
  background: rgba(242, 220, 241, 0.7333333333);
}
.page--disco .block--category {
  display: flex;
  justify-content: center;
}
.page--disco .block--category li {
  margin: 0 0.5em;
}
.page--disco .list--discography {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page--disco .list--discography a {
  position: relative;
  display: block;
}
.page--disco .list--discography .thumb {
  width: 100%;
  margin: 0 auto 2em;
}
.page--disco .list--discography:after {
  content: "";
  width: 32%;
}
.page--disco .list--block li {
  padding: 4em 0;
  position: relative;
}
.page--disco .list--block li.ctara .inr {
  display: flex;
}
.page--disco .list--block li:nth-child(2n) {
  background: #191C1C;
}
.page--disco .list--block li.cat__rokudenashi .thumb span {
  color: rgba(235, 0, 0, 0.7333333333);
}
.page--disco .list--block li.cat__hatarakimono .thumb span {
  color: rgba(58, 106, 134, 0.7333333333);
}
.page--disco .list--block li.cat__wagamama .thumb span {
  color: rgba(116, 219, 66, 0.7333333333);
}
.page--disco .list--block li.cat__jonetsu .thumb span {
  color: rgba(202, 214, 70, 0.7333333333);
}
.page--disco .list--block li.cat__shinkeishitsu .thumb span {
  color: rgba(185, 48, 217, 0.7333333333);
}
.page--disco .list--block li.cat__ninkimono .thumb span {
  color: rgba(20, 144, 59, 0.7333333333);
}
.page--disco .list--block li.cat__bukimi .thumb span {
  color: rgba(255, 255, 255, 0.6666666667);
}
.page--disco .list--block li.cat__yutori .thumb span {
  color: rgba(235, 100, 31, 0.7333333333);
}
.page--disco .list--block li.cat__oshaberi .thumb span {
  color: rgba(235, 31, 208, 0.7333333333);
}
.page--disco .list--block li.cat__otenki .thumb span {
  color: rgba(225, 213, 181, 0.7333333333);
}
.page--disco .list--block li.cat__izon .thumb span {
  color: rgba(93, 61, 18, 0.7333333333);
}
.page--disco .list--block li.cat__wild .thumb span {
  color: rgba(119, 119, 119, 0.7333333333);
}
.page--disco .list--block li.cat__shoshin .thumb span {
  color: rgba(201, 183, 63, 0.7333333333);
}
.page--disco .list--block li.cat__hikkomi .thumb span {
  color: rgba(150, 236, 233, 0.7333333333);
}
.page--disco .list--block li.cat__roman .thumb span {
  color: rgba(242, 220, 241, 0.7333333333);
}
.page--disco .list--block li.cat__rokudenashi .block__tit span {
  background: rgba(235, 0, 0, 0.7333333333);
}
.page--disco .list--block li.cat__hatarakimono .block__tit span {
  background: rgba(58, 106, 134, 0.7333333333);
}
.page--disco .list--block li.cat__wagamama .block__tit span {
  background: rgba(116, 219, 66, 0.7333333333);
}
.page--disco .list--block li.cat__jonetsu .block__tit span {
  background: rgba(202, 214, 70, 0.7333333333);
}
.page--disco .list--block li.cat__shinkeishitsu .block__tit span {
  background: rgba(185, 48, 217, 0.7333333333);
}
.page--disco .list--block li.cat__ninkimono .block__tit span {
  background: rgba(20, 144, 59, 0.7333333333);
}
.page--disco .list--block li.cat__bukimi .block__tit span {
  background: rgba(255, 255, 255, 0.6666666667);
}
.page--disco .list--block li.cat__yutori .block__tit span {
  background: rgba(235, 100, 31, 0.7333333333);
}
.page--disco .list--block li.cat__oshaberi .block__tit span {
  background: rgba(235, 31, 208, 0.7333333333);
}
.page--disco .list--block li.cat__otenki .block__tit span {
  background: rgba(225, 213, 181, 0.7333333333);
}
.page--disco .list--block li.cat__izon .block__tit span {
  background: rgba(93, 61, 18, 0.7333333333);
}
.page--disco .list--block li.cat__wild .block__tit span {
  background: rgba(119, 119, 119, 0.7333333333);
}
.page--disco .list--block li.cat__shoshin .block__tit span {
  background: rgba(201, 183, 63, 0.7333333333);
}
.page--disco .list--block li.cat__hikkomi .block__tit span {
  background: rgba(150, 236, 233, 0.7333333333);
}
.page--disco .list--block li.cat__roman .block__tit span {
  background: rgba(242, 220, 241, 0.7333333333);
}
.page--disco .list--block li .block__tit {
  font-family: "Noto Serif JP", serif;
  font-size: 120%;
  /*font-weight:600;
  border: solid 1px #ffffff70;*/
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: -webkit-sticky;
  position: sticky;
  top: 2em;
  left: 0;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.page--disco .list--block li .block__tit span {
  letter-spacing: 0.3em;
  padding-top: 0.3em;
}
.page--disco .list--block li .list--thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  margin-left: auto;
  /*display: -webkit-box;
  overflow-x:scroll;
  margin-bottom:1em;
  padding:1em;
  &::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  &::-webkit-scrollbar-track {
    background: #ffffff05;
    border-radius: 5px;
  }
  &::-webkit-scrollbar-track {
    box-shadow:0 0 5px #ffffff10 inset ;
  }
  &::-webkit-scrollbar-thumb {
    background: #ffffff15;
  	border-radius: 5px;
  }*/
}
.page--disco .list--block li .list--thumb:after {
  content: "";
  width: 30%;
}
.page--disco .list--block li .list--thumb li {
  width: 32.5%;
  margin: 0;
  position: relative;
  padding: 3em 0 0;
  /*.category,.date,.list__more,{display:none;}*/
}
.page--disco .list--block li .list--thumb li:nth-child(2n) {
  background: transparent;
}
.page--disco .list--block li .list--thumb li .tit {
  /*position:absolute;
  transform:translate(-50%, 0);
  top:0;
  left:50%;*/
  text-align: left;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  font-family: yu-gothic-pr6n, sans-serif;
}
.page--disco .list--block li .list--thumb li .tit span {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #707070;
}
.page--disco .list--block li .list--thumb li .thumb {
  position: relative;
  padding-top: 87.5%;
  background: #262929;
}
.page--disco .list--block li .list--thumb li .thumb img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.page--disco .list--block li .list--thumb li .thumb span {
  width: 30px;
  height: 30px;
  border-bottom: solid 20px;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
  display: block;
  position: absolute;
  top: -11.5px;
  left: -16.5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 2;
}
.page--disco .list--block li .list--thumb li .list__detail {
  margin: 1em 0;
}
.page--disco .list--block li .list--thumb li:nth-last-child(-n+3) .list__detail {
  margin: 1em 0 0;
}
.page--disco .list--block li .list--thumb li a {
  transition: 0.3s;
}
.page--disco .list--block li .list--thumb li a .thumb img {
  transition: 0.3s;
  z-index: 1;
}
.page--disco .list--block__all {
  font-family: "Noto Sans JP", sans-serif;
  padding: 0;
}
.page--disco .disco__detailara img.jacket {
  width: 100%;
}
.page--disco .sns_area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em 0;
}
.page--disco .sns_area div {
  margin: 0 0.2em;
}
.page--disco .sns_area div.twitter {
  padding-top: 15px;
}
.page--disco .sns_area div.pocket {
  padding-top: 18px;
}
.page--disco .sns_area div.pntrst {
  padding-top: 4px;
}
.page--disco .snsara ul {
  display: flex;
  width: 200px;
  margin: 0 auto;
  justify-content: center;
}
.page--disco .snsara ul li {
  width: 25%;
  padding: 0 1%;
  margin: 0 0.5em;
  box-sizing: border-box;
}
.page--disco .snsara ul li img {
  width: 100%;
}
.page--disco .header--disco {
  position: absolute;
  z-index: -1;
  top: -61vw;
  left: -24vw;
  width: 80vw;
  height: 80vw;
  background-color: #929292;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page--disco .header--disco .header--disco_inner {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page--disco .jacket {
  /*width: 500px;*/
  max-width: 100%;
  margin: 1em auto 3em;
  display: block;
  position: relative;
  z-index: 0;
}
.page--disco .jacket .ph {
  width: 100%;
  margin: 0 auto;
  line-height: 0;
}
.page--disco .block--disc-detail .tit {
  margin: 0; /*font-size: 6vw;*/
  line-height: 1.4em;
}
.page--disco .block--disc-detail .date {
  margin-bottom: 50px;
}
.page--disco .block--disc-detail .tit,
.page--disco .block--disc-detail .category,
.page--disco .block--disc-detail .date {
  text-align: center;
}
.page--disco .block--disc-detail .category {
  font-size: 14px;
  display: block;
  background: none;
  margin-bottom: 1em;
}
.page--disco .block--disc-detail .date,
.page--disco .block--disc-detail .category {
  font-size: 12px;
}
.page--disco .block--disc-detail .link,
.page--disco .block--disc-detail .text { /*width: 90%;*/
  margin: 0 auto 1em;
}
.page--disco .block--disc-detail .text .btn {
  margin: 1em 0;
}
.page--disco .block--disc-detail .sub-tit {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.page--disco .block--disc-detail .sub-tit::before {
  content: "";
  display: inline-block;
  background: #0f1111;
  height: 1px;
  width: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
.page--disco .block--disc-detail .link {
  margin: 0 auto 2em;
}
.page--disco .block--disc-detail .link .starara {
  margin: 0 0 2em;
}
.page--disco .block--disc-detail .link .starara .star {
  margin-left: 1em;
}
.page--disco .block--disc-detail .link .starara i {
  font-size: 0.9em;
}
.page--disco .block--disc-detail .link .likeara {
  font-family: "Noto Serif JP", sans-serif;
}
.page--disco .block--disc-detail .link .likeara em {
  position: relative;
  display: inline-block;
  padding-left: 3.5em;
}
.page--disco .block--disc-detail .link .likeara em:before {
  content: "";
  height: 0.5px;
  width: 3em;
  display: inline-block;
  background: #fff;
  align-items: center;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  left: 0.25em;
}
.page--disco .block--disc-detail .text {
  font-family: yu-gothic-pr6n, sans-serif;
}
.page--disco .parent_kind {
  text-align: center;
  margin-top: 0.5em;
}

.section--detail.page--support .tit {
  font-size: 28px;
  line-height: 1.6em;
  margin: 0 0 30px;
  font-weight: normal;
}
.section--detail.page--support .txt {
  padding-top: 50px;
}
.section--detail.page--support .list--support a {
  text-decoration: underline;
  transition: 0.3s;
}
.section--detail.page--support .list--support a:hover {
  text-decoration: none;
}
.section--detail.page--support .list--support dt {
  font-weight: bold;
}
.section--detail.page--support .list--support dd {
  margin-bottom: 1.5em;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0f1111;
  z-index: 1200;
  transition: 0.5s ease;
}

#loading {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}
#loading .bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
}

.load-finish .loading {
  height: 0;
  top: -200px;
  opacity: 0;
}
.load-finish #loading .bar {
  display: none;
}
.load-finish .keyvisual {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    min-width: 300px;
  }
  .btn--sub {
    min-width: 300px;
  }
  .btn--sub:hover {
    background: #fff;
    color: #0f1111 !important;
  }
  /* input */
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  .content-main {
    margin: 10% 15% 0;
  }
  .section--list .list--contents {
    flex-wrap: wrap;
  }
  .section--list .list--contents li {
    margin-bottom: 50px;
    margin-right: 0 !important;
  }
  .section--list .list--contents li a {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .section--list .list--contents li a .thumb {
    width: 30%;
    margin-right: 50px;
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 10px 10px;
    transition: 0.3s;
  }
  .section--list .list--contents li a .list__txt {
    width: calc(70% - 50px);
    padding-right: 5%;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .section--detail .txt {
    margin-top: 36px;
  }
  .block--pager .pager__item--newer,
.block--pager .pager__item--older {
    transition: 0.3s;
  }
  .block--pager .pager__item--newer:hover,
.block--pager .pager__item--older:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.8;
  }
  .block--pager .pager__item--other:before {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .block--pager .pager__item--other:hover:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .list--error li {
    font-size: 13px;
  }
  .list--information li a {
    transition: 0.3s;
  }
  .list--information li a:hover {
    opacity: 0.5;
  }
  .list--contents::after {
    content: "";
    display: block;
    clear: both;
  }
  .list--contents li {
    width: 100%;
  }
  .list--contents li a {
    display: block;
  }
  .list--contents li .thumb {
    overflow: hidden;
  }
  .list--contents li:nth-child(odd) {
    margin-right: 4%;
  }
  .list--contents.video {
    padding: 50px 0 0;
  }
  .no--data {
    text-align: center;
  }
  .btn a,
.btn input {
    min-width: 300px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    overflow: hidden;
  }
  .btn a:before,
.btn input:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .btn .btn--sub {
    transition: all 0.3s;
  }
  .btn .btn--sub:hover {
    color: #fff;
    background: #BDB76B;
  }
  .detail__btn {
    margin: 7em 0 0;
    transition: 0.3s;
  }
  .detail__btn:hover {
    opacity: 0.5;
  }
  .header img {
    image-rendering: -webkit-optimize-contrast;
  }
  .header .lang_ara ul li a {
    transition: 0.3s;
    display: inline-block;
  }
  .header .lang_ara ul li a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.8;
  }
  .header .nav--language form li label button {
    transition: 0.3s;
  }
  .header .nav--language form li label button:hover {
    opacity: 0.6;
  }
  .drawer__btn {
    width: 40px;
    height: 30px;
    cursor: pointer;
  }
  .drawer__btn span {
    height: 1px;
    border-radius: 8px;
  }
  .drawer__btn span:nth-of-type(2) {
    top: 10px;
  }
  .drawer__btn span:last-of-type {
    top: 20px;
  }
  .drawer .drawer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100%;
    padding: 5%;
    position: relative;
    left: 0;
    top: 0;
  }
  .drawer [class^=nav--] {
    width: 60%;
  }
  .drawer [class^=nav--] .g-nav > li {
    margin-bottom: 1em;
    line-height: 1;
  }
  .drawer [class^=nav--] .g-nav > li a {
    padding: 15px 0;
    font-size: 3vw;
    position: relative;
  }
  .page--home .section--contents .list--bnr {
    padding-left: 13px;
    max-width: 394px;
    margin-right: auto;
  }
  .page--home .section--contents .list--bnr li:last-of-type {
    margin-right: 0px;
  }
  .page--home .section--contents .list--bnr img {
    width: 100%;
  }
  .page--home .section--contents .list--bnr a:hover {
    opacity: 0.8;
  }
  .page--home .section--contents .list--bnr .slick-dots {
    text-align: left;
    left: 5%;
  }
  .page--home .section--contents .information {
    width: 40%;
  }
  .page--home .section--contents .information .more {
    transition: 0.3s;
    /*&:hover,
    span.arrow-right { color: rgba(255, 255, 255, 0.6);}*/
  }
  .page--home .section--contents .information .more .arrow-right {
    transition: 0.3s;
  }
  .page--home .section--contents .information .more:hover {
    opacity: 0.6;
  }
  .page--home .section--contents .information .more:hover .arrow-right {
    -webkit-transform: translate(0.3em, -50%) rotate(45deg);
            transform: translate(0.3em, -50%) rotate(45deg);
  }
  .page--home .section--contents .information .list--information a {
    transition: 0.3s;
  }
  .page--home .section--contents .information .list--information a :hover {
    /*color: rgba(255, 255, 255, 0.6);*/
  }
  .page--home .copyright {
    font-size: 10px;
    /*right: -50px;*/
    -webkit-transform: rotate(-90deg) translateY(-50%);
            transform: rotate(-90deg) translateY(-50%);
  }
  /*  page--disco
  ------------------------------ */
  .page--disco {
    /*	.jacket{
    		width: 35%;
    		position: absolute;
    		z-index: 10;
    		left: 10vw;
    		top: 130px;
    	}*/
  }
  .page--disco .list--discography li {
    width: 32%;
  }
  .page--disco .list--discography li:nth-child(2n) {
    margin-right: 0;
  }
  .page--disco .list--discography li .tit {
    margin-bottom: 20px;
  }
  .page--disco .list--discography li .category {
    display: inline-block;
    margin-right: 10px;
  }
  .page--disco .list--discography li .date {
    display: inline-block;
  }
  .page--disco .list--block li .list--thumb li:nth-child(n+1):nth-child(-n+3) {
    padding: 0;
  }
  .page--disco .list--block li .list--thumb li a:hover .thumb img {
    -webkit-transform: scale(1.5) rotate(5deg);
            transform: scale(1.5) rotate(5deg);
    z-index: 3;
  }
  .page--disco .disco__detailara {
    display: flex;
  }
  .page--disco .disco__detailara .disco__imgara {
    width: 50%;
  }
  .page--disco .disco__detailara .disco__txtara {
    width: 50%;
  }
  .page--disco .section--detail {
    width: 100%;
    max-width: inherit;
    /*.detail__btn{
    	text-align: left;
    	margin: 4em 0 0 50%;
    }*/
  }
  .page--disco .section--detail .jacket {
    opacity: 0;
    transition: 0.6s;
  }
  .page--disco .section--detail .block--disc-detail {
    /*width: 50%;
    padding-right: 5%;
    margin-left: 50%;*/
    padding: 2em 1em;
  }
  .page--disco .section--detail .block--disc-detail .tit {
    text-align: center;
  }
  .page--disco .section--detail .block--disc-detail .category,
.page--disco .section--detail .block--disc-detail .date {
    text-align: left;
  }
  .page--disco .section--detail .block--disc-detail .tit {
    font-size: 26px;
  }
  .page--disco .section--detail .block--disc-detail .category {
    display: inline-block;
    width: auto;
    margin-bottom: 5px;
    margin-right: 10px;
  }
  .page--disco.loaded .jacket {
    opacity: 1;
  }
  .section--detail.page--support {
    width: 70%;
    max-width: 900px;
    padding: 0;
    margin: 0 auto;
  }
  .page--questionnaire .section--detail {
    width: 800px;
    padding: 0;
    margin: 0 auto;
  }
  .page--questionnaire .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .page--questionnaire .section--detail .btn .btn--sub:hover {
    background: #b7b7b7;
    border: none;
  }
  .page--error .section--detail {
    margin-top: 250px;
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  /* IE11の時のみ */
  /* Edgeの時のみ */
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  .page--home .bg .pc .shadow {
    display: none;
  }
  .page--home .bg .sp .shadow {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  @supports (-ms-ime-align: auto) {
    .page--home .bg .pc .shadow {
      display: none;
    }
    .page--home .bg .sp .shadow {
      display: none;
    }
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 90%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
    padding: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header .logo {
    width: 140px;
    top: 24px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header .nav--language {
    top: 2em;
    right: 70px;
    font-size: 0.9em;
  }
  .header .nav--language form li {
    margin: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer__btn {
    width: 26px;
    height: 40px;
    right: 20px;
    top: 27px;
  }
  .drawer__btn span {
    height: 2px;
    border-radius: 4px;
  }
  .drawer__btn span:nth-of-type(2) {
    top: 8px;
  }
  .drawer__btn span:last-of-type {
    top: 16px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer-visible .drawer__btn span:first-of-type {
    top: 8px;
  }
  .drawer-visible .drawer__btn span:last-of-type {
    top: 8px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    background: #fff;
  }
  .drawer .drawer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100%;
    padding: 10vw 5% 30vw;
    position: relative;
    left: 0;
    top: 0;
  }
  .drawer [class^=nav--] {
    width: 60%;
  }
  .drawer [class^=nav--] .g-nav > li {
    margin-bottom: 5px;
    line-height: 1;
  }
  .drawer [class^=nav--] .g-nav > li a {
    padding: 6px 0;
    font-size: 6vw;
    position: relative;
    letter-spacing: 0.2em;
  }
  .drawer .nav--menu {
    width: 100%;
  }
  .drawer .nav--menu .g-nav.g-nav--official {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .drawer .nav--menu .g-nav.g-nav--official li {
    margin-right: 1em;
  }
  .drawer .nav--menu .g-nav.g-nav--official li a {
    font-size: 4vw;
    padding: 6px 0;
    letter-spacing: 0.15em;
  }
  .drawer .nav--menu .g-nav.g-nav--official li.home::after {
    height: 4vw;
  }
  .drawer .nav--menu .g-nav.g-nav--fc li {
    display: block;
  }
  .drawer .nav--login {
    width: 100%;
    position: relative;
    left: 0;
    padding-top: 18vh;
  }
  .drawer .nav--login h1.logo {
    width: 60vw;
    height: 28vw;
    margin: 0;
  }
  .drawer .nav--login h1.logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .drawer .nav--login h1.logo a svg {
    width: 100%;
    height: 100%;
  }
  .drawer .nav--login .login--btn li a {
    padding: 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .tit {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--contents li a {
    display: block;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--category {
    margin-bottom: 20px;
  }
  .block--category li {
    margin-right: 0;
  }
  .block--category li a {
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 0 5px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  li.no-data {
    padding: 2em 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .content-main {
    margin: 8.2vh 5% 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-tit {
    font-size: 8vw;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail {
    padding: 0;
    width: 100%;
  }
  .section--detail .section-tit {
    margin-bottom: 20px;
  }
  .section--detail .detail__btn {
    margin-top: 4em;
  }
  .section--detail .tit {
    font-size: 1.5em;
  }
  .section--detail .txt {
    margin-top: 20px;
  }
  .section--detail .block--pager {
    text-align: center;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--list .list--contents {
    flex-wrap: wrap;
  }
  .section--list .list--contents li {
    width: 100%;
    margin-bottom: 50px;
  }
  .section--list .list--contents li .thumb {
    margin-bottom: 15px;
  }
  .section--list .detail__btn {
    margin-top: 4em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .wrap {
    flex-flow: row wrap;
    padding: 0 0 30px 0;
  }
  .page--home .bg .bg_img::before {
    background-image: url(/static/mushizoku/official/top/bg_sp.jpg);
  }
  .page--home .bg .bg_img .character {
    background-image: url(/static/mushizoku/official/top/character_sp.png);
  }
  .page--home .bg .bg_img .shadow {
    background-image: url(/static/mushizoku/official/top/shadow_sp.png);
  }
  .page--home .block--logo {
    top: 49%;
    margin: 0;
  }
  .page--home .block--logo .logo {
    margin: 0 auto;
    width: 94vw;
  }
  .page--home .section--contents {
    flex-direction: column-reverse;
    top: 58vh;
    width: 100%;
  }
  .page--home .section--contents .banner {
    margin: 0 auto;
    margin-right: 0;
    margin-bottom: 8px;
    padding-bottom: 4px;
    width: 100%;
  }
  .page--home .section--contents .banner .list--bnr {
    margin: 0 auto;
    margin-bottom: 8px;
    padding-bottom: 4px;
    width: 100%;
  }
  .page--home .section--contents .banner .list--bnr li.slick-slide {
    padding: 0;
    margin-right: 0px;
  }
  .page--home .section--contents .banner .list--bnr .slick-dots {
    right: auto;
    text-align: center;
  }
  .page--home .section--contents .banner .list--bnr img {
    width: 80vw;
  }
  .page--home .section--contents .information {
    margin: 0 0 20px;
    width: 100%;
  }
  .page--home .section--contents .information .list--information {
    margin: 20px 0 0;
  }
  .page--home .section--contents .information .list--information .more {
    font-size: 12px;
    padding-right: 17px;
  }
  .page--home .section--contents .information .list--information .more a span.arrow-right {
    top: 6px;
    right: 31px;
  }
  .page--home .copyright {
    font-size: 9px;
    text-align: center;
    top: initial;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .bg {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    transition: opacity 0.6s ease, -webkit-filter 0.6s;
    transition: filter 0.6s, opacity 0.6s ease;
    transition: filter 0.6s, opacity 0.6s ease, -webkit-filter 0.6s;
  }
  .page--home .bg .character {
    opacity: 0;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    transition: opacity 0.8s ease 0.6s, -webkit-filter 0.8s ease 0.6s;
    transition: filter 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
    transition: filter 0.8s ease 0.6s, opacity 0.8s ease 0.6s, -webkit-filter 0.8s ease 0.6s;
  }
  .page--home .bg .shadow {
    opacity: 0;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    transition: opacity 0.8s ease 0.6s, -webkit-filter 0.8s ease 0.6s;
    transition: filter 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
    transition: filter 0.8s ease 0.6s, opacity 0.8s ease 0.6s, -webkit-filter 0.8s ease 0.6s;
  }
  .page--home.loaded .bg {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  .page--home.loaded .bg .character {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  .page--home.loaded .bg .shadow {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .intro {
    background-image: url("/static/mushizoku/official/top/sp_intro.jpg");
    background-position: center;
  }
  .intro p.intro-text {
    font-size: 6vw;
    -webkit-animation: intro 2s ease-out;
            animation: intro 2s ease-out;
  }
  .intro .main-content {
    font-size: 9vw;
    -webkit-transform: perspective(380px) rotateX(25deg);
            transform: perspective(380px) rotateX(25deg);
  }
  .intro .title-content {
    position: absolute;
    top: 100%;
    -webkit-animation: scroll 80s linear 2s forwards;
            animation: scroll 80s linear 2s forwards;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .skip {
    font-size: 14px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info::before {
    background-size: 38vh;
  }
  .page--info .block--share {
    padding-top: 0;
    margin: -4px;
  }
  .page--info .section--detail.new .tit::after {
    font-size: 16px;
    vertical-align: 0px;
    line-height: 1;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--disco::before {
    background-size: 38vh;
  }
  .page--disco .list--discography li {
    margin-bottom: 50px;
  }
  .page--disco .list--discography .thumb {
    margin: 0 auto 1em;
  }
  .page--disco .list--discography .block--text .tit {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  .page--disco .list--discography .block--text .category {
    margin: 0 auto 5px;
    padding: 0;
  }
  .page--disco .list--discography .block--text .category::before {
    display: none;
  }
  .page--disco .sns_area div.twitter {
    padding-top: 7px;
  }
  .page--disco .sns_area div.pocket {
    padding-top: 10px;
  }
  .page--disco .sns_area div.pntrst {
    padding-top: 0;
  }
  .page--disco .snsara ul {
    width: 150px;
  }
  .page--disco .header--disco {
    width: 90vw;
    height: 100vw;
    top: -7vw;
    left: -27vw;
  }
  .page--disco.page--disco__detail h1.logo {
    display: none;
  }
  .page--disco .content-main {
    margin: 20% 0 0;
  }
  .page--disco .content-main .section--detail .block--disc-detail {
    padding: 0 0 2em;
    margin: 0;
  }
  .page--disco .content-main .section--detail .block--disc-detail .inr {
    padding: 3em 0 1em;
  }
  .page--disco .content-main .section--detail .block--disc-detail .inr .category__firstletter {
    font-size: 1.5em;
  }
  .page--disco .content-main .section--detail .block--disc-detail .tit {
    font-size: 25px;
  }
  .page--disco .content-main .section--detail .block--disc-detail .tit span {
    font-size: 12px;
  }
  .page--disco .content-main .section--detail .block--disc-detail .category {
    margin-right: auto;
    padding-left: 0;
  }
  .page--disco .content-main .section--detail .block--disc-detail .category::before {
    display: none;
  }
  .page--disco .content-main .section--detail .block--disc-detail .date {
    width: 100%;
    text-align: center;
    margin: 0 auto 40px;
  }
  .page--disco .content-main .section--detail .block--disc-detail .text, .page--disco .content-main .section--detail .block--disc-detail .link {
    width: 100%;
  }
  .page--disco .content-main .section--detail .block--disc-detail .link {
    font-size: 1em;
  }
  .page--disco .list--block li .block__tit {
    padding: 0;
  }
  .page--disco .list--block li .list--thumb {
    width: 92%;
  }
  .page--disco .list--block li .list--thumb li {
    width: 49%;
    padding: 2em 0 0;
  }
  .page--disco .list--block li .list--thumb li:nth-child(n+1):nth-child(-n+2) {
    padding: 0;
  }
  .page--disco .list--block li .list--thumb li .tit {
    font-size: 13px;
  }
  .page--disco .list--block li .list--thumb li .tit span {
    font-size: 10px;
  }
  .page--disco .list--block li.ctara .inr {
    max-width: 95%;
    margin: 0 auto 0 0;
  }
  .page--disco .section--detail .jacket {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    transition: 0.6s;
  }
  .page--disco.loaded .section--detail .jacket {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page--disco .list--block__all {
    padding: 0;
  }
  .page--disco .block__tit {
    font-size: 110%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--support .section-tit {
    letter-spacing: 0.3em;
    margin: 0 0 40px 0;
  }
  .section--detail.page--support .txt {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  .page--home section {
    margin-bottom: 0;
  }
  .page--home section .block--logo {
    top: 47%;
  }
  .page--home section .section--contents {
    top: 60vh;
  }
  .page--home section .list--bnr {
    margin: 0;
    margin-right: auto;
    max-width: 428px;
  }
  .page--home section .list--bnr li.slick-slide {
    margin-left: 0;
  }
  .page--home section .list--bnr .slick-dots {
    text-align: center;
  }
  .page--home section .list--bnr img {
    width: 325px;
  }
  .page--home section .list--information {
    margin: 0 0 30px;
    padding: 0;
  }
  .page--home section .list--information .tit {
    margin-bottom: 40px;
  }
  .page--home section .list--information .more {
    padding: 0;
  }
  .page--home section .list--information .new .slick-dots {
    padding-left: 4%;
  }
}
/* ==============================================================
*  base
* ============================================================ */
/* ==============================================================
*  contents
* ============================================================ */