@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,600;1,700&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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 1px;
  overflow: visible;
  border: 0;
  background-color: #777777;
}

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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/*# sourceMappingURL=normalize.min.css.map */
body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          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 {
  /*
  visibility: hidden;
  */
  padding: 0;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

html, body {
  min-height: 100%;
}

body {
  /*
  overflow-x: hidden;
  */
  background: #000000;
  color: #ffffff;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}

.wrap {
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

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: #ffffff;
  color: #000000;
}

::selection {
  background: #ffffff;
  color: #000000;
}

::-moz-selection {
  background: #ffffff;
  color: #000000;
}

/* IE11用 */
_:-ms-lang(x)::-ms-backdrop, .page--info .list--info li a .date p {
  width: auto !important;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
}

/* IE11用 */
.svg-parts {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.block--pager {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  padding: 0;
  font-size: 1em;
  text-align: center;
}
.block--pager li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  min-width: 2em;
  margin: 0 0.5em;
  line-height: 0.5;
  letter-spacing: normal;
}
.block--pager li:not(.pager__item--newer):not(.pager__item--older)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 2em;
  height: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block--pager a {
  display: block;
  position: relative;
  color: #ffffff;
  font-family: "Poppins", sans-serif, "Noto Sans JP", sans-serif;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.block--pager a, .block--pager span {
  display: inline;
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.block--pager .pager__item--number {
  color: #ffffff;
  text-align: center;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span, .block--pager .pager__item--older a, .block--pager .pager__item--older span {
  color: #ffffff;
}
.block--pager .pager__item--newer a::before, .block--pager .pager__item--newer span::before, .block--pager .pager__item--older a::before, .block--pager .pager__item--older span::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0px);
  height: 1px;
}
.block--pager .pager__item--newer a::before, .block--pager .pager__item--older a::before {
  background-color: #ffffff;
}
.block--pager .pager__item--newer span, .block--pager .pager__item--older span {
  opacity: 0.5;
}
.block--pager .pager__item--newer span::before, .block--pager .pager__item--older span::before {
  background-color: #ffffff;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  color: #ffffff;
}
.block--pager .pager__item--newer a::before, .block--pager .pager__item--newer span::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0px);
  height: 1px;
}
.block--pager .pager__item--newer a::before {
  background-color: #ffffff;
}
.block--pager .pager__item--newer span {
  opacity: 0.5;
}
.block--pager .pager__item--newer span::before {
  background-color: #ffffff;
}
.block--pager .pager__item--other a {
  display: block;
  width: 100%;
  padding: 0.6em 0;
  color: #ffffff;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.block--pager .pager__item--other::after {
  border: solid 1px #ffffff;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
}
.block--pager .pager__item--current {
  opacity: 0.5;
  color: #ffffff;
  font-weight: bold;
}
.block--pager .pager__item--current span {
  display: block;
  width: 100%;
  padding: 0.6em 0;
}
.block--pager .pager__item--current::after {
  border: solid 1px #ffffff;
}

.block--pager__detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
}
.block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer .single, .block--pager__detail .pager__item--older a, .block--pager__detail .pager__item--older .single {
  color: #ffffff;
}
.block--pager__detail .pager__item--newer a::before, .block--pager__detail .pager__item--newer .single::before, .block--pager__detail .pager__item--older a::before, .block--pager__detail .pager__item--older .single::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  height: 1px;
}
.block--pager__detail .pager__item--newer a::before, .block--pager__detail .pager__item--older a::before {
  background-color: #ffffff;
}
.block--pager__detail .pager__item--newer .single, .block--pager__detail .pager__item--older .single {
  opacity: 0.5;
}
.block--pager__detail .pager__item--newer .single::before, .block--pager__detail .pager__item--older .single::before {
  background-color: #ffffff;
}

#loader-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #000000;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}

#loader {
  -webkit-transition: opacity 0.6s ease 0.5s;
  transition: opacity 0.6s ease 0.5s;
}

.is-hide {
  display: none;
}

.fadeout-wrap {
  opacity: 0;
  pointer-events: none;
}

.fadeout-loader {
  opacity: 0;
  pointer-events: none;
}

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

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

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

.page--wallpaper .section--detail .ph::after {
  display: none;
}

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

.swiper-pagination {
  position: static;
  text-align: right;
}
.swiper-pagination.swiper-pagination-horizontal {
  width: auto;
}

.swiper-pagination.swiper-pagination-horizontal {
  line-height: 1;
}

.swiper-pagination-bullet {
  background: #ffffff;
}

.swiper-button-prev, .swiper-button-next {
  position: static;
  width: auto;
  height: auto;
  margin-top: 0;
}

.swiper-button-prev:after, .swiper-button-next:after {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  letter-spacing: 0.02em;
}

.swiper-button-prev:after {
  content: "PREV";
}

.swiper-button-next:after {
  content: "NEXT";
}

.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: #888888;
}

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

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

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

/* 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],
form button {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #ffffff;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #ffffff;
}
@media screen and (min-width: 961px) {
  input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
form button {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
@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],
form button {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
form button:focus {
  border-color: #ffffff;
}
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,
form 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,
form 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],
form button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

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

.input--half {
  width: 50% !important;
}

.input--quarter {
  width: 25% !important;
}

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

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #ffffff;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
textarea:focus {
  border-color: #ffffff;
}
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 select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #ffffff;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
.form__select select:focus {
  border-color: #ffffff;
}
.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 {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: solid 1px #ffffff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}

/* 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: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
.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-radius: 0.3em;
  border: 1px solid #ffffff;
  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 #ffffff;
  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: #ffffff;
  border-color: #ffffff;
}
.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: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
.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.25em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #ffffff;
  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: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
.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 #ffffff;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #ffffff;
  border-color: #ffffff;
}
.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: 2em 0 2em;
}

.form--confirm {
  border: solid 0.5px #151515;
  border-radius: 10px;
  padding: 1.5em;
  margin-bottom: 2em;
}
.form--confirm dt {
  margin: 0 0 1em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #151515;
  color: #ffffff;
}
.form--confirm dd {
  margin: 0 0 2.5em;
  color: #ffffff;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main, .block--pager .pager__item--newer a, .block--pager .pager__item--newer span, .block--pager .pager__item--older a, .block--pager .pager__item--older span, .block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer .single, .block--pager__detail .pager__item--older a, .block--pager__detail .pager__item--older .single {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-family: "Poppins", sans-serif, "Noto Sans JP", sans-serif;
}

.btn--main {
  margin: 1em 0;
  padding: 1.5rem 1.5rem;
  border: solid 1px #ffffff;
  border-radius: 50em;
  background: none;
  color: #ffffff;
  line-height: 1.3;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--sub {
  padding: 1rem 1.5rem;
  border: solid 1px #888888;
  border-radius: 50em;
  background: none;
  color: #888888;
  line-height: 1.3;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}

.detail__btn {
  text-align: center;
}
.detail__btn a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  /*
  @extend .btn-base-style;
  padding: 1rem 1.5rem;
  border: solid 1px var.$primary-color;
  border-radius: 50em;
  background: var.$primary-color;
  color: var.$white;
  */
}
.detail__btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  height: 1px;
  background-color: #ffffff;
}

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

.date {
  z-index: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  letter-spacing: 0.16em;
}

.tit {
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-word;
}

.no-data {
  float: none;
  width: 100%;
  padding: 4em 0;
  border: none !important;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  text-align: center;
}

.list--info li {
  position: relative;
  border-bottom: solid 1px #404040;
}
.list--info li a {
  display: block;
}
.list--info li a .block--tit {
  color: #ffffff;
}
.list--info li a .block--tit .tit {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.list--info li a .date {
  position: relative;
}
.list--info li a .date p {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.list--info li.new .tit::after {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.list--info li.new .date::after {
  position: absolute;
  border-radius: 50em;
  background-color: #0f369a;
}
.list--info li.no-data {
  padding-top: 0;
}

.list--contents {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list--contents li {
  height: auto;
}
.list--contents li a {
  display: block;
  position: relative;
  background-color: #151515;
}
.list--contents li a .thumb {
  overflow: hidden;
  position: relative;
  padding-top: 78.125%;
  width: 100%;
}
.list--contents li a .thumb img {
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
  line-height: 0;
}
.list--contents li a .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.list--contents li a .thumb .blur img {
  height: 100%;
  background-size: cover;
}
.list--contents li a .block--txt {
  width: 90%;
  margin: 0 auto;
}
.list--contents li a .tit {
  display: inline-block;
  color: #ffffff;
}
.list--contents li a .date {
  display: inline-block;
  color: #ffffff;
  letter-spacing: 0.06em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.list--contents li a .date span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.list--contents li a .week {
  display: inline-block;
}
.list--contents li a .date-endtime p {
  display: inline-block;
}
.list--contents li a .date-endtime p::before {
  content: "～";
  display: inline-block;
  margin-right: 0.3em;
}
.list--contents li a .venue {
  font-weight: 400;
  line-height: 1.5;
}
.list--contents li a .artist {
  font-weight: 700;
  line-height: 1.2;
}
.list--contents li a .sales {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #0f369a;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
}
.list--contents li a .sales.not_sale {
  display: none;
}
.list--contents li a .sales.soldout {
  background-color: #888888;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
}
.list--contents li a .sales.cancel, .list--contents li a .sales.postpone, .list--contents li a .sales.suspend {
  background-color: #888888;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.list--contents li a .not_sale {
  display: none;
}
.list--photo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list--photo li {
  width: 33.3333333333%;
}
.list--photo li a {
  display: block;
  width: 90%;
}

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

header {
  position: relative;
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
header .header-wrap {
  background: rgba(0, 0, 0, 0.9);
}
header .logo a {
  display: block;
}
header .logo a .logo__details--sogo {
  fill: #ffffff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
header .logo a .logo__details--osaka {
  fill: #ffffff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
header .logo__drawer a {
  display: block;
}
header .logo__drawer .logo__details--sogo, header .logo__drawer .logo__details--osaka {
  fill: #ffffff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
header .g-nav [class^=nav--] a {
  position: relative;
  display: block;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.04em;
}
header .g-nav [class^=nav--] a .txt--sub {
  display: block;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  letter-spacing: 0em;
}
header .nav--item__search .tit {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1;
}
header .nav--item__search .form-inner {
  position: relative;
  border-bottom: solid 1px #ffffff;
  line-height: 1;
}
header .nav--item__search input[type=text] {
  padding: 0;
  border: none;
}
header .nav--item__search .submit input[type=submit] {
  padding: 0;
  border: none;
  background: transparent;
  color: #ffffff;
  font-family: FontAwesome;
  text-align: right;
  cursor: pointer;
}
header .drawer__btn {
  position: fixed;
  z-index: 100;
  cursor: pointer;
}
header .block--btn-menu .path-bottom, header .block--btn-menu .path-middle, header .block--btn-menu .path-top {
  fill: #ffffff;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.5s, fill 0.3s;
  transition: opacity 0.5s, fill 0.3s;
  will-change: transform;
}
header .block--btn-menu .path-top {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header .block--btn-menu .path-bottom {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.drawer-visible header > .logo {
  opacity: 0;
}
.drawer-visible header .drawer__btn {
  mix-blend-mode: inherit;
}
.drawer-visible header .drawer {
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #0f369a;
  pointer-events: auto;
}
.drawer-visible header .drawer .drawer-inner {
  visibility: visible;
}
.drawer-visible header .drawer .drawer-inner [class^=nav--] {
  /*
  transform: translate3d(0, 0, 0);
  */
}
.drawer-visible .block--btn-menu .path-top {
  opacity: 0;
  -webkit-transform: translateY(0.3em);
          transform: translateY(0.3em);
  -webkit-transition: opacity 0.6s 0.7s, -webkit-transform 0.5s 0.7s;
  transition: opacity 0.6s 0.7s, -webkit-transform 0.5s 0.7s;
  transition: opacity 0.6s 0.7s, transform 0.5s 0.7s;
  transition: opacity 0.6s 0.7s, transform 0.5s 0.7s, -webkit-transform 0.5s 0.7s;
  will-change: transform;
}
.drawer-visible .block--btn-menu .path-bottom {
  opacity: 0;
  -webkit-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
  -webkit-transition: opacity 0.6s 0.7s, -webkit-transform 0.5s 0.7s;
  transition: opacity 0.6s 0.7s, -webkit-transform 0.5s 0.7s;
  transition: opacity 0.6s 0.7s, transform 0.5s 0.7s;
  transition: opacity 0.6s 0.7s, transform 0.5s 0.7s, -webkit-transform 0.5s 0.7s;
  will-change: transform;
}

body:not(.drawer-visible) header .drawer {
  /*
  background: var.$base-color;
  animation: mask-toptob 1s cubic-bezier(.4, 0, .2, 1);
  */
}

.section-tit {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.02em;
}
.section-tit span {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}

.txt--sub {
  color: #ffffff;
  font-weight: 400;
}

.item--centering {
  text-align: center;
}

.section--list,
.section--detail {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}

.section--detail .list--contents {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
  margin-bottom: 2vw;
  color: #ffffff;
}
.section--detail .tit {
  color: #ffffff;
  font-weight: 500;
}
.section--detail .date,
.section--detail .category {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}
.section--detail .block--share {
  float: right;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 0.6em;
}
.section--detail .block--share li.share {
  margin-right: 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.section--detail .block--share li i {
  color: #ffffff;
  font-size: 17px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.section--detail .block--share li.twitter {
  margin-right: 0.4em;
}
.section--detail .block--share li:last-of-type {
  margin-right: 0;
}
.section--detail .block--share li svg {
  position: relative;
  top: 4px;
  width: 18px;
  fill: #ffffff;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slide-arrow {
  opacity: 0;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slide-arrow.next-arrow {
  content: "";
  right: 0;
  -webkit-transform: translateX(0vw);
  transform: translateX(0vw);
  background: url(/static/hashimotokanna/fanclub/common/nav--next.svg) no-repeat;
  background-size: contain;
}
.slide-arrow.prev-arrow {
  content: "";
  left: 0;
  -webkit-transform: translateX(0vw);
  transform: translateX(0vw);
  background: url(/static/hashimotokanna/fanclub/common/nav--prev.svg) no-repeat;
  background-size: contain;
}

.list--bnr {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.list--bnr.slick-initialized {
  opacity: 1;
}

.page--home .section-tit {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1;
}
.page--home .section-tit .txt--sub {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--home .list__more {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
}
.page--home .list__more::after {
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 1em;
  background-color: #ffffff;
  vertical-align: middle;
}
.page--home .section--news .list--info li {
  position: relative;
  border-bottom: solid 1px #404040;
}
.page--home .section--news .list--info li a .date {
  position: relative;
}
.page--home .section--news .list--info li:first-of-type a {
  padding-top: 0;
}
.page--home .section--news .list--info li:last-of-type {
  border-bottom: none;
}
.page--home .section--news .list--info li:last-of-type a {
  padding-bottom: 0;
}
.page--home .section--news .list--info li.no-data {
  padding-top: 0;
}
.page--home .section--schedule {
  background: #151515;
}
.page--home .section--schedule .area--tit__nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
  border-bottom: solid 1px #ffffff;
}
.page--home .section--schedule .area--tit__nav .month {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--home .section--schedule .list--schedule li ul li {
  position: relative;
  border-bottom: solid 1px #404040;
}
.page--home .section--schedule .list--schedule li dl dt {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
.page--home .section--schedule .list--schedule li dl .holiday .day, .page--home .section--schedule .list--schedule li dl .holiday .week {
  color: #b25060;
}
.page--home .section--schedule .list--schedule li dl .saturday .day, .page--home .section--schedule .list--schedule li dl .saturday .week {
  color: #356eb5;
}
.page--home .section--schedule .list--schedule li dl dd {
  width: 100%;
}
.page--home .section--schedule .list--schedule li dl dd .item-event a {
  display: block;
  border-bottom: dashed 1px #404040;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.page--home .section--schedule .list--schedule li dl dd .item-event:last-of-type a {
  border: none;
}
.page--home .section--schedule .list--schedule li dl dd .block--txt {
  line-height: 1.5;
}
.page--home .section--schedule .list--schedule li dl dd .artist {
  font-weight: 500;
}
.page--home .section--schedule .list--schedule li dl dd .venue {
  font-weight: 400;
}
.page--home .section--schedule .list--schedule li dl dd .start-time {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.page--home .section--schedule .list--schedule li dl dd .start-time span {
  display: inline-block;
}
.page--home .section--schedule .list--schedule li dl dd .sales {
  display: inline-block;
  background-color: #0f369a;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
}
.page--home .section--schedule .list--schedule li dl dd .sales.not_sale {
  display: none;
}
.page--home .section--schedule .list--schedule li dl dd .sales.soldout {
  background-color: #888888;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
}
.page--home .section--schedule .list--schedule li dl dd .sales.cancel, .page--home .section--schedule .list--schedule li dl dd .sales.postpone, .page--home .section--schedule .list--schedule li dl dd .sales.suspend {
  background-color: #888888;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--home .section--schedule .list--schedule li dl dd .not_sale {
  display: none !important;
}
.page--home .section--schedule .list--schedule li.no-data {
  padding-top: 0;
}
.page--home .section--schedule .no-data {
  margin: 1em;
}

footer {
  position: relative;
  margin-top: auto;
}
footer .inner {
  margin: 0 auto;
}
footer .inner .logo {
  display: none;
}
footer .inner .list--support .nav--support li a {
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
footer .copyright {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

body:not(.page--home) footer {
  background: none;
}
body:not(.page--home) footer .inner {
  display: block;
}
body:not(.page--home) footer .inner .logo {
  display: none;
}
body:not(.page--home) footer .inner .list--support {
  display: none;
}
body:not(.page--home) footer .inner .section--banner__link {
  display: none;
}
body:not(.page--home) footer .inner .address {
  display: none;
}

.block--expire {
  width: 90%;
  max-width: 770px;
  padding: 2em 1.5em;
  border-radius: 10px;
  border: solid 1px #ffffff;
  background-color: #ffffff;
  text-align: center;
}
.block--expire .tit {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.3;
}
.block--expire .notice {
  color: #000000;
}
.block--expire .notice em {
  color: #ffffff;
  font-weight: 500;
}
.block--expire .btn {
  margin-bottom: 0;
}
.block--expire .btn--main {
  margin: 2em auto;
  border: solid 1px #ffffff;
  color: #ffffff;
}

.page--info .section--detail {
  width: 950px;
  padding: 0;
}
.page--info .section--detail .txt a {
  color: #ffffff;
  text-decoration: underline;
}

.page--schedule .section--list .block--month {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
  border-bottom: solid 1px #ffffff;
}
.page--schedule .section--list .block--month .month-currently {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--schedule .section--list .block--month .month-pager {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--schedule .section--list .block--month .month-pager li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.page--schedule .section--list .block--month .month-pager li::before {
  content: "";
  display: inline;
  width: 1px;
  height: 1em;
  background-color: #ffffff;
}
.page--schedule .section--list .block--month .month-pager li:first-of-type::before {
  display: none;
}
.page--schedule .section--list .block--month .month-pager li.prev a::before {
  content: "\f053";
  display: inline-block;
  margin-right: 0.5em;
  color: #ffffff;
  font-family: FontAwesome;
}
.page--schedule .section--list .block--month .month-pager li.next a::after {
  content: "\f054";
  display: inline-block;
  margin-left: 0.5em;
  color: #ffffff;
  font-family: FontAwesome;
}
.page--schedule .section--list .block--refine, .page--schedule .section--list .block--week {
  display: none;
}
.page--schedule .section--list .list--schedule li {
  position: relative;
  border-bottom: solid 1px #404040;
}
.page--schedule .section--list .list--schedule li dl dt {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
.page--schedule .section--list .list--schedule li dl dt .holiday .day, .page--schedule .section--list .list--schedule li dl dt .holiday .week {
  color: #b25060;
}
.page--schedule .section--list .list--schedule li dl dt .saturday .day, .page--schedule .section--list .list--schedule li dl dt .saturday .week {
  color: #356eb5;
}
.page--schedule .section--list .list--schedule li dl dd {
  width: 100%;
}
.page--schedule .section--list .list--schedule li dl dd .item-event a {
  border-bottom: dashed 1px #404040;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.page--schedule .section--list .list--schedule li dl dd .item-event:last-of-type a {
  border: none;
}
.page--schedule .section--list .list--schedule li dl dd .item-event .block--thumb .thumb {
  overflow: hidden;
  position: relative;
  padding-top: 78.125%;
  width: 100%;
}
.page--schedule .section--list .list--schedule li dl dd .item-event .block--thumb .thumb img {
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  line-height: 0;
}
.page--schedule .section--list .list--schedule li dl dd .item-event .block--thumb .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.page--schedule .section--list .list--schedule li dl dd .item-event .block--thumb .thumb .blur img {
  height: 100%;
  background-size: cover;
}
.page--schedule .section--list .list--schedule li dl dd .item-event .artist {
  font-weight: 500;
}
.page--schedule .section--list .list--schedule li dl dd .item-event .title {
  font-weight: 400;
}
.page--schedule .section--list .list--schedule li dl dd .item-event .venue {
  font-weight: 400;
}
.page--schedule .section--list .list--schedule li dl dd .item-event .start-time {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.page--schedule .section--list .list--schedule li dl dd .item-event .start-time span {
  display: inline-block;
}
.page--schedule .section--list .list--schedule li dl dd .item-event .not_sale {
  display: none;
}
.page--schedule .section--list .list--schedule li dl dd .item-event .sales {
  display: inline-block;
  background-color: #0f369a;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  padding: 0.3em;
  font-size: 11px;
  margin-top: 5px;
}
.page--schedule .section--list .list--schedule li dl dd .item-event .sales.not_sale {
  display: none;
}
.page--schedule .section--list .list--schedule li dl dd .item-event .sales.soldout {
  background-color: #888888;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
}
.page--schedule .section--list .list--schedule li dl dd .item-event .sales.cancel, .page--schedule .section--list .list--schedule li dl dd .item-event .sales.postpone, .page--schedule .section--list .list--schedule li dl dd .item-event .sales.suspend {
  background-color: #888888;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--schedule .section--list .list--schedule li.no-data {
  padding-top: 0;
}
.page--schedule .section--list .no-data {
  margin: 1em;
}
.page--schedule .section--detail .website a::after {
  content: "\f054";
  display: inline-block;
  color: #ffffff;
  font-family: FontAwesome;
}
.page--schedule .section--detail .artist-link {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-align: center;
}
.page--schedule .section--detail .artist-link a {
  display: block;
  text-decoration: none;
  line-height: 1.5;
  word-break: break-all;
}
.page--schedule .section--detail .artist-link a::after {
  content: "\f054";
  display: inline-block;
  color: #ffffff;
  font-family: FontAwesome;
}
.page--schedule .section--detail .artist-link .artist-name {
  display: inline-block;
  margin-right: 0.5em;
  line-height: 1.3;
}
.page--schedule .section--detail .block--thumb .thumb {
  overflow: hidden;
  position: relative;
  padding-top: 78.125%;
  width: 100%;
}
.page--schedule .section--detail .block--thumb .thumb img {
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  line-height: 0;
}
.page--schedule .section--detail .block--thumb .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.page--schedule .section--detail .block--thumb .thumb .blur img {
  height: 100%;
  background-size: cover;
}
.page--schedule .section--detail .block--thumb.thumb-normal .thumb {
  overflow: inherit;
  position: relative;
  padding-top: 0;
}
.page--schedule .section--detail .block--thumb.thumb-normal .thumb img {
  display: block;
  position: relative;
  z-index: -1;
  margin: 0 auto;
  line-height: 0;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.page--schedule .section--detail .block--liveinfo dl {
  border-bottom: dashed 1px #404040;
}
.page--schedule .section--detail .block--liveinfo dt {
  background: #ffffff;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
.page--schedule .section--detail .block--liveinfo dd {
  width: 100%;
  color: #ffffff;
}
.page--schedule .section--detail .block--liveinfo dd a {
  display: inline-block;
  text-decoration: underline;
  color: #ffffff;
  line-height: 1.3;
  word-break: break-all;
}
@media screen and (min-width: 961px) {
  .page--schedule .section--detail .block--liveinfo dd a:hover {
    text-decoration: none;
  }
}
.page--schedule .section--detail .block--liveinfo dd .playguide {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: start;
}
.page--schedule .section--detail .block--liveinfo dd .playguide li {
  margin-right: 0.5em;
}
.page--schedule .section--detail .block--liveinfo dd .playguide li img {
  height: 36px;
}
.page--schedule .section--detail .block--liveinfo dd img {
  position: relative;
  width: 100%;
  max-width: 640px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.page--schedule .section--detail .block--liveinfo dd img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/static/common/global-image/dummy.gif);
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 9999;
}
.page--schedule .section--detail .block--liveinfo dd .block--contact:not(:last-of-type) {
  margin-bottom: 1em;
}
.page--schedule .section--detail .block--liveinfo dd .block--contact .block--contact__url {
  word-break: break-all;
}
.page--schedule .section--detail .block--liveinfo dd .date-endtime {
  display: inline-block;
}
.page--schedule .section--detail .block--liveinfo dd .date-endtime::before {
  content: "～";
  display: inline-block;
  margin-right: 0.3em;
}

.page--venues .block--category {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.page--venues .block--category li {
  border: solid 1px #ffffff;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  cursor: pointer;
}
.page--venues .block--category li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.page--venues .section--detail .tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--venues .section--detail .info--venue li p {
  font-weight: 400;
}
.page--venues .section--detail .info--venue li.website p a::after {
  content: "\f054";
  display: inline-block;
  color: #ffffff;
  font-family: FontAwesome;
}
.page--venues .section--detail .info--venue li.map p {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.page--venues .section--detail .info--venue li.map p iframe {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* page--artist
------------------------------ */
.page--artist .block--search {
  display: inline-block;
}
.page--artist .block--search .tit {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1;
}
.page--artist .block--search .form-inner {
  position: relative;
  border-bottom: solid 1px #ffffff;
  line-height: 1;
}
.page--artist .block--search input[type=text] {
  border: none;
}
.page--artist .block--search .submit input[type=submit] {
  padding: 0;
  border: none;
  background: transparent;
  color: #ffffff;
  font-family: FontAwesome;
  text-align: right;
  cursor: pointer;
}
.page--artist .block--category {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.page--artist .block--category li {
  border: solid 1px #ffffff;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.page--artist .block--category li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.page--artist .list--artist .item--list {
  position: relative;
  border-bottom: solid 1px #404040;
}
.page--artist .list--artist .item--list .item-artist {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.page--artist .list--artist .item--list .item-artist .block--thumb .thumb {
  overflow: hidden;
  position: relative;
  padding-top: 78.125%;
  width: 100%;
}
.page--artist .list--artist .item--list .item-artist .block--thumb .thumb img {
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  line-height: 0;
}
.page--artist .list--artist .item--list .item-artist .block--thumb .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.page--artist .list--artist .item--list .item-artist .block--thumb .thumb .blur img {
  height: 100%;
  background-size: cover;
}
.page--artist .list--artist .item--list .item-artist .artist {
  font-weight: 500;
}
.page--artist .list--artist .item--list .item-artist .website {
  font-weight: 500;
}
.page--artist .list--artist .item--list .item-artist .website a::after {
  content: "\f054";
  display: inline-block;
  color: #ffffff;
  font-family: FontAwesome;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.page--artist .list--artist .item--list .list--event li {
  border-bottom: dashed 1px #404040;
}
.page--artist .list--artist .item--list .list--event li:last-of-type {
  padding-bottom: 0;
  border: none;
}
.page--artist .list--artist .item--list .list--event li .title {
  font-weight: 400;
}
.page--artist .list--artist .item--list .list--event li .venue {
  font-weight: 400;
}
.page--artist .list--artist .item--list .list--event li .date {
  display: block;
  font-style: normal;
  font-weight: 400;
}
.page--artist .list--artist .item--list .list--event li .week {
  display: inline-block;
}
.page--artist .list--artist .item--list .list--event li .event-date {
  display: inline-block;
}
.page--artist .list--artist .item--list .list--event li .date-endtime {
  display: inline-block;
}
.page--artist .list--artist .item--list .list--event li .date-endtime::before {
  content: "～";
  display: inline-block;
  margin-right: 0.3em;
  margin-left: 0.3em;
}
.page--artist .list--artist .item--list .list--event li .sales {
  display: inline-block;
  background-color: #0f369a;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  padding: 0.3em;
  font-size: 11px;
  margin-top: 5px;
}
.page--artist .list--artist .item--list .list--event li .sales.not_sale {
  display: none;
}
.page--artist .list--artist .item--list .list--event li .sales.soldout {
  background-color: #888888;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
}
.page--artist .list--artist .item--list .list--event li .sales.cancel, .page--artist .list--artist .item--list .list--event li .sales.postpone, .page--artist .list--artist .item--list .list--event li .sales.suspend {
  background-color: #888888;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--artist .section--detail .tit {
  font-weight: 600;
}
.page--artist .section--detail .link-artist {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
}
.page--artist .section--detail .link-artist .website a {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
  /*
  &::after {
  	content: "\f054";
  	display: inline-block;
  	transition: color .3s;
  	color: var.$primary-color;
  	font-family: FontAwesome;
  }
  */
}
.page--artist .section--detail .link-artist .website::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.2em;
  margin: 0 1em;
  background-color: #ffffff;
  vertical-align: text-bottom;
}
.page--artist .section--detail .link-artist .website:first-of-type:last-of-type::after {
  display: none;
}
.page--artist .section--detail .block--thumb .thumb {
  overflow: hidden;
  position: relative;
  padding-top: 78.125%;
  width: 100%;
}
.page--artist .section--detail .block--thumb .thumb img {
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  line-height: 0;
}
.page--artist .section--detail .block--thumb .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.page--artist .section--detail .block--thumb .thumb .blur img {
  height: 100%;
  background-size: cover;
}
.page--artist .section--detail .block--thumb.thumb-normal .thumb {
  overflow: inherit;
  position: relative;
  padding-top: 0;
}
.page--artist .section--detail .block--thumb.thumb-normal .thumb img {
  display: block;
  position: relative;
  z-index: -1;
  margin: 0 auto;
  line-height: 0;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.page--artist .section--detail .block--liveinfo ul li {
  border-bottom: dashed 1px #404040;
}
.page--artist .section--detail .block--liveinfo ul li:last-of-type {
  padding-bottom: 0;
  border: none;
}
.page--artist .section--detail .block--liveinfo ul li .title {
  font-weight: 400;
}
.page--artist .section--detail .block--liveinfo ul li .venue {
  font-weight: 400;
}
.page--artist .section--detail .block--liveinfo ul li .date {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
}
.page--artist .section--detail .block--liveinfo ul li .week {
  display: inline-block;
}
.page--artist .section--detail .block--liveinfo ul li .date-endtime {
  display: inline-block;
}
.page--artist .section--detail .block--liveinfo ul li .date-endtime::before {
  content: "～";
  display: inline-block;
  margin-right: 0.3em;
}

.page--support .section--detail {
  width: 86%;
  max-width: 950px;
  padding: 0;
  margin: 0 auto;
}
.page--support .section--detail .section-tit {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--support .section--detail .list--support a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--support .section--detail .list--support a:hover {
  text-decoration: none;
}
.page--support .section--detail .list--support dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
.page--support .section--detail .list--support dd {
  margin-bottom: 1.5em;
}

/* faq feature
------------------------------ */
.page--faq .section-tit {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--faq .list--faq li {
  position: relative;
}
.page--faq .list--category {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page--faq .category {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50em;
  border: solid 1px #ffffff;
}
.page--faq .category a {
  width: 100%;
  text-align: center;
  line-height: 1.5;
}
.page--faq .tit--category {
  font-weight: bold;
}

.list--faq li {
  border-bottom: solid 1px #404040;
}
.list--faq li .block--q {
  position: relative;
  cursor: pointer;
}
.list--faq li .block--q .ico--q {
  display: inline-block;
  border: solid 1px #ffffff;
  border-radius: 50em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  text-align: center;
}
.list--faq li .block--q .ico--q + p {
  display: inline-block;
  vertical-align: text-top;
}
.list--faq li .block--q .ico--q + p a {
  text-decoration: underline;
}
.list--faq li .block--a {
  display: none;
  position: relative;
}
.list--faq li .block--a .ico--a {
  display: inline-block;
  border-radius: 50em;
  background: #0f369a;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  text-align: center;
}
.list--faq li .block--a .ico--a + p {
  display: inline-block;
  vertical-align: text-top;
}
.list--faq li .block--a .ico--a + p a {
  text-decoration: underline;
}

.section--detail.page--entry .txt--lead {
  color: #ffffff;
}
.section--detail.page--entry .block-tit {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.12em;
}
.section--detail.page--entry [class^=block--] {
  margin-bottom: 2vw;
}
.section--detail.page--entry .block--benefit {
  padding-top: 5vw;
}
.section--detail.page--entry .block--benefit .txt--basic {
  margin-bottom: 0;
}
.section--detail.page--entry .list--content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3vw;
}
.section--detail.page--entry .list--content li {
  border-radius: 10px;
  background: #ffffff;
  color: #ffffff;
}
.section--detail.page--entry .list--content li .title {
  margin-bottom: 1.2vw;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
}
.section--detail.page--entry .list--content li:nth-of-type(even) {
  margin-right: 0;
}
.section--detail.page--entry .list--txt li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.section--detail.page--entry .price {
  width: 100%;
  border: solid 1px #0f369a;
}
.section--detail.page--entry .price td, .section--detail.page--entry .price th {
  border-bottom: solid 1px #0f369a;
}
.section--detail.page--entry .price th {
  font-weight: normal;
}
.section--detail.page--entry .note a {
  text-decoration: underline;
}
.section--detail.page--entry .block--login {
  margin-bottom: 0 !important;
}
.section--detail.page--entry .block--login .txt--basic {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.section--detail.page--entry .block--login .txt--basic span {
  display: block;
  font-weight: bold;
  font-size: 1em;
}
.section--detail.page--entry .block--login .btn--main {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section--detail.page--entry .block--login .btn--main.type2 {
  border: solid 1px #ffffff;
  background: #ffffff;
  color: #000000;
}
.section--detail.page--entry .block--login .btn {
  margin: 0 auto;
}
.section--detail.page--entry #section--continue .btn--main {
  border: solid 1px #ffffff;
  background: #ffffff;
  color: #000000;
}
.section--detail.page--entry .txt--link a {
  display: inline-block;
  position: relative;
  color: #ffffff;
}
.section--detail.page--entry .txt--link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.2em;
  border: solid 1px #ffffff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  vertical-align: 10%;
}
.section--detail.page--entry .block--attention {
  padding: 1em;
  background: #ffdfdf;
}
.section--detail.page--entry .block--attention.block-style_white {
  padding-top: 0;
  background: #ffffff;
}

/*  questionnaire
------------------------------ */
.page--questionnaire > section {
  width: 90%;
  max-width: 950px;
  margin: 0 auto 5em;
}
.page--questionnaire .form--post {
  margin-bottom: 100px;
}

.form--post {
  margin: 0 0 40px;
}

.form--post + .txt--sub {
  text-align: center;
}

.form--post dt {
  font-weight: bold;
}

.icon--required {
  display: inline-block;
}
.icon--required::before {
  content: "必須";
  background: #0f369a;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  vertical-align: 2px;
  padding: 3px 6px 3px;
  margin-left: 5px;
}

/*  effect
------------------------------ */
@-webkit-keyframes bg_mask {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  40%, 60% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  99.9% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    opacity: 1;
  }
  100% {
    display: none;
  }
}
@keyframes bg_mask {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  40%, 60% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  99.9% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    opacity: 1;
  }
  100% {
    display: none;
  }
}
.bg_mask {
  overflow: hidden;
  position: relative;
  background: transparent;
  color: transparent;
  -webkit-transition: color 0.5s 0.4s;
  transition: color 0.5s 0.4s;
}
.bg_mask::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1%;
  bottom: -1%;
  left: 0;
  background: #ffffff;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.bg_mask.delighter.started::before {
  -webkit-animation: bg_mask 1s cubic-bezier(0.8, 0, 0.17, 1);
          animation: bg_mask 1s cubic-bezier(0.8, 0, 0.17, 1);
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50.01% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50.01% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@-webkit-keyframes mask-circle {
  0% {
    -webkit-clip-path: circle(0 at 96% 5vw);
    clip-path: circle(0 at 96% 5vw);
  }
  100% {
    -webkit-clip-path: circle(200% at 96% 5vw);
    clip-path: circle(200% at 96% 5vw);
  }
}
@keyframes mask-circle {
  0% {
    -webkit-clip-path: circle(0 at 96% 5vw);
    clip-path: circle(0 at 96% 5vw);
  }
  100% {
    -webkit-clip-path: circle(200% at 96% 5vw);
    clip-path: circle(200% at 96% 5vw);
  }
}
@-webkit-keyframes mask-circle_out {
  0% {
    -webkit-clip-path: circle(200% at 96% 5vw);
    clip-path: circle(200% at 96% 5vw);
  }
  100% {
    -webkit-clip-path: circle(0 at 96% 5vw);
    clip-path: circle(0 at 96% 5vw);
  }
}
@keyframes mask-circle_out {
  0% {
    -webkit-clip-path: circle(200% at 96% 5vw);
    clip-path: circle(200% at 96% 5vw);
  }
  100% {
    -webkit-clip-path: circle(0 at 96% 5vw);
    clip-path: circle(0 at 96% 5vw);
  }
}
@-webkit-keyframes mask-btotop {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes mask-btotop {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes mask-toptob {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
}
@keyframes mask-toptob {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
}
@-webkit-keyframes parts_floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes parts_floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes slidein_left {
  0% {
    opacity: 0;
    left: -25%;
  }
  100% {
    opacity: 1;
    left: 0%;
  }
}
@keyframes slidein_left {
  0% {
    opacity: 0;
    left: -25%;
  }
  100% {
    opacity: 1;
    left: 0%;
  }
}
@-webkit-keyframes slidein_right {
  0% {
    opacity: 0;
    right: -25%;
  }
  100% {
    opacity: 1;
    right: 0%;
  }
}
@keyframes slidein_right {
  0% {
    opacity: 0;
    right: -25%;
  }
  100% {
    opacity: 1;
    right: 0%;
  }
}
@-webkit-keyframes slidein_bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 2em);
            transform: translate(0, 2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes slidein_bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 2em);
            transform: translate(0, 2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes kurukuru {
  0% {
    -webkit-transform: rotateY(0) translateY(0px);
            transform: rotateY(0) translateY(0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(360deg) translateY(0);
            transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}
@keyframes kurukuru {
  0% {
    -webkit-transform: rotateY(0) translateY(0px);
            transform: rotateY(0) translateY(0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(360deg) translateY(0);
            transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}
.delighter {
  opacity: 0;
}

.delighter.started {
  opacity: 1;
}

body:not(.started) {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body.started {
  opacity: 1;
}

.logo.delighter a .logo__details--sogo {
  opacity: 0;
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
}
.logo.delighter a .logo__details--osaka {
  opacity: 0;
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
}

.logo.delighter.started a .logo__details--sogo {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: fill 0.3s, opacity 1.2s, -webkit-transform 0.9s;
  transition: fill 0.3s, opacity 1.2s, -webkit-transform 0.9s;
  transition: fill 0.3s, opacity 1.2s, transform 0.9s;
  transition: fill 0.3s, opacity 1.2s, transform 0.9s, -webkit-transform 0.9s;
}
.logo.delighter.started a .logo__details--osaka {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: fill 0.3s, opacity 1.2s, -webkit-transform 0.9s;
  transition: fill 0.3s, opacity 1.2s, -webkit-transform 0.9s;
  transition: fill 0.3s, opacity 1.2s, transform 0.9s;
  transition: fill 0.3s, opacity 1.2s, transform 0.9s, -webkit-transform 0.9s;
}

.drawer__btn.delighter.started {
  -webkit-transition: opacity 1s ease 0.5s;
  transition: opacity 1s ease 0.5s;
}

.drawer-inner .logo__drawer {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

.drawer-visible .drawer-inner .logo__drawer {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
  transition: opacity 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
  transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
  transition: opacity 0.5s 0.4s, transform 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
}

body:not(.drawer-visible) {
  -webkit-transition: padding-top 0.1s;
  transition: padding-top 0.1s;
}

body:not(.drawer-visible) .drawer-inner .g-nav .nav li.delighter {
  opacity: 0;
}

body:not(.drawer-visible) .drawer-inner .g-nav .nav li.delighter.started {
  opacity: 1;
  -webkit-animation: mask-btotop 1s cubic-bezier(0.6, 0, 0.2, 1);
          animation: mask-btotop 1s cubic-bezier(0.6, 0, 0.2, 1);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.drawer-visible .drawer {
  -webkit-animation: mask-btotop 0.5s cubic-bezier(0.4, 0, 0.2, 1);
          animation: mask-btotop 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.drawer-visible .drawer-inner .g-nav .nav li {
  -webkit-animation: mask-btotop 1s cubic-bezier(0.6, 0, 0.2, 1);
          animation: mask-btotop 1s cubic-bezier(0.6, 0, 0.2, 1);
}

.section-tit.delighter {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

.section-tit.delighter.started {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
}

.tit.delighter {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

.tit.delighter.started {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
}

.list--info li.delighter {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.list--info li.delighter.started {
  -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.list--schedule li.delighter {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.list--schedule li.delighter.started {
  -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.list--artist li.delighter {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.list--artist li.delighter.started {
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.list--event li.delighter {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.list--event li.delighter.started {
  -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.block--search.delighter {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

.block--search.delighter.started {
  -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.link-artist.delighter {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

.link-artist.delighter.started {
  -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.block--pager.delighter {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

.block--pager.delighter.started {
  -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.block--category.delighter {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

.block--category.delighter.started {
  -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.list--contents li.delighter {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.list--contents li.delighter.started {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.6s ease-in 0.1s;
  transition: opacity 0.6s ease-in 0.1s;
  -webkit-animation: mask-btotop 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
          animation: mask-btotop 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
}

.block--thumb.delighter {
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

.block--thumb.delighter.started {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.6s ease-in 0.1s;
  transition: opacity 0.6s ease-in 0.1s;
  -webkit-animation: mask-btotop 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
          animation: mask-btotop 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
}

.list__more.delighter.started {
  -webkit-transition: opacity 0.2s ease-in 0.2s;
  transition: opacity 0.2s ease-in 0.2s;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .btn a,
.btn input {
    overflow: hidden;
    min-width: 300px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn a:before,
.btn input:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .btn--main {
    min-width: 300px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn--main:hover {
    border: solid 1px #888888;
    color: #888888;
  }
  .btn--sub {
    min-width: 300px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn--sub:hover {
    border: solid 1px #ffffff;
    color: #ffffff;
  }
  .detail__btn {
    margin: 3em 0;
  }
  .detail__btn a {
    font-size: 13px;
  }
  .detail__btn a::before {
    left: -4.2em;
    width: 3.2em;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -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;
  }
  .detail__btn a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .content--main {
    margin-top: 3em;
  }
  .page--home .content--main {
    margin-top: 0;
  }
  .body--app .content--main {
    margin-top: 10vw;
  }
  .date {
    font-size: 12px;
  }
  .tit {
    font-size: 16px;
    line-height: 1.5;
  }
  .section-tit {
    font-size: 30px;
    line-height: 1;
  }
  .section-tit span {
    display: block;
    margin-top: 0.3em;
    font-size: 11px;
  }
  .section--list .section-tit,
.section--detail .section-tit {
    margin-bottom: 1.2em;
  }
  .section--detail .tit {
    margin-bottom: 2vw;
    font-size: 18px;
  }
  .section--detail .date {
    font-size: 11px;
  }
  .section--detail .txt {
    font-size: 15px;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .section--detail .block--share li a:hover i {
    color: #888888;
  }
  .section--detail .block--share li a:hover svg {
    fill: #888888;
  }
  .section--detail .block--share li a:hover.share {
    color: #888888;
  }
  .list--contents {
    margin: 0 auto 7em;
  }
  .list--contents li {
    width: 23.5%;
    margin-bottom: 2vw;
    margin-right: 2%;
  }
  .list--contents li:nth-of-type(4n) {
    margin-right: 0;
  }
  .list--contents li a {
    height: 100%;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .list--contents li a .thumb {
    margin-bottom: 1.2em;
  }
  .list--contents li a .tit {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .list--contents li a .date {
    margin-bottom: 0.2em;
    font-size: 14px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .list--contents li a .week {
    margin-left: 0.1em;
    margin-right: 0.3em;
  }
  .list--contents li a .venue {
    margin-bottom: 1.5em;
    font-size: 14px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .list--contents li a .artist {
    margin-bottom: 0.3em;
    font-size: 16px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .list--contents li a .sales {
    padding: 0.4em 0.8em;
    font-size: 11px;
  }
  .list--contents li a:hover {
    background-color: #ffffff;
  }
  .list--contents li a:hover .tit {
    color: #151515;
  }
  .list--contents li a:hover .date {
    color: #151515;
  }
  .list--contents li a:hover .venue {
    color: #151515;
  }
  .list--contents li a:hover .artist {
    color: #151515;
  }
  .list--info li a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    padding: 1.5em 0;
  }
  .list--info li a .block--tit {
    margin: 0;
  }
  .list--info li a .tit {
    font-size: 15px;
  }
  .list--info li a .date {
    margin-right: 2.8vw;
  }
  .list--info li a .date p {
    font-size: 12px;
    text-align: left;
  }
  .list--info li a:hover .tit {
    color: #888888;
  }
  .list--info li a:hover .tit::after {
    color: #888888;
  }
  .list--info li a:hover .date p {
    color: #888888;
  }
  .list--info li.new .date::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: -7px;
    left: -12px;
  }
  .list--error li {
    font-size: 13px;
  }
  .block--pager {
    margin: 5vw auto 5vw;
  }
  .block--pager .pager__item--newer a::before, .block--pager .pager__item--older a::before {
    width: 3.2em;
  }
  .block--pager .pager__item--newer {
    margin-right: 1em;
  }
  .block--pager .pager__item--newer a::before {
    left: -4.2em;
    width: 3.2em;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -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;
  }
  .block--pager .pager__item--newer a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .block--pager .pager__item--older {
    margin-left: 1em;
  }
  .block--pager .pager__item--older a::before {
    right: -4.2em;
    width: 3.2em;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -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: left;
            transform-origin: left;
  }
  .block--pager .pager__item--older a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .block--pager .pager__item--other:hover a {
    color: #888888;
  }
  .block--pager .pager__item--other:hover::after {
    border-color: #888888;
  }
  .block--pager__detail {
    margin: 0 auto 3em;
  }
  .block--pager__detail .pager__item--newer,
.block--pager__detail .pager__item--older {
    margin: 0 5vw;
  }
  .block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer .single, .block--pager__detail .pager__item--older a, .block--pager__detail .pager__item--older .single {
    font-size: 13px;
  }
  .block--pager__detail .pager__item--newer a::before, .block--pager__detail .pager__item--newer .single::before, .block--pager__detail .pager__item--older a::before, .block--pager__detail .pager__item--older .single::before {
    width: 3.2em;
  }
  .block--pager__detail .pager__item--newer a::before, .block--pager__detail .pager__item--newer .single::before {
    right: -3.7em;
  }
  .block--pager__detail .pager__item--newer a:hover::before {
    right: calc(-8px - 3.2em);
  }
  .block--pager__detail .pager__item--older a::before, .block--pager__detail .pager__item--older .single::before {
    left: -3.7em;
  }
  .block--pager__detail .pager__item--older a:hover::before {
    left: calc(-8px - 3.2em);
  }
  #loader {
    width: 30vw;
    min-width: 200px;
  }
  header .header-wrap {
    padding-top: 2.5em;
    padding-bottom: 3em;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  header .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 94vw;
    margin: 0 auto;
  }
  header .logo {
    width: 21%;
    max-width: 360px;
    -webkit-transition: fill 0.2s ease-in, width 0.2s;
    transition: fill 0.2s ease-in, width 0.2s;
  }
  header .logo a:hover .logo__details--sogo {
    fill: #888888;
  }
  header .logo a:hover .logo__details--osaka {
    fill: #888888;
  }
  header .logo__drawer {
    display: none;
  }
  header .drawer__btn {
    display: none;
  }
  header .g-nav ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  header .g-nav ul li {
    margin-left: 1.56em;
    font-size: 15px;
  }
  header .g-nav ul li .txt--sub {
    margin-top: 0.3em;
    font-size: 10px;
    line-height: 1;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  header .g-nav ul li a:hover {
    color: #888888;
  }
  header .g-nav ul li a:hover .txt--sub {
    color: #888888;
  }
  header .nav--item__search .tit {
    font-size: 10px;
  }
  header .nav--item__search input[type=text] {
    width: 10em;
  }
  header .nav--item__search input::-webkit-input-placeholder {
    font-size: 0.7em;
  }
  header .nav--item__search input::-moz-placeholder {
    font-size: 0.7em;
  }
  header .nav--item__search input:-ms-input-placeholder {
    font-size: 0.7em;
  }
  header .nav--item__search input::-ms-input-placeholder {
    font-size: 0.7em;
  }
  header .nav--item__search input::placeholder {
    font-size: 0.7em;
  }
  header .nav--item__search .submit input[type=submit] {
    margin-right: 0.6em;
    font-size: 12px;
  }
  header.fixed {
    position: fixed;
    top: 0;
    z-index: 10;
  }
  header.fixed .header-wrap {
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  header.fixed .header-wrap .logo {
    width: 12%;
  }
  .drawer-visible .drawer .drawer-inner .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
    width: 64vw;
    min-width: 700px;
    margin: 5vw auto 0;
  }
  .drawer-visible .drawer .drawer-inner .logo__drawer {
    width: 17vw;
  }
  .drawer-visible .drawer .drawer-inner .logo__drawer:hover .logo {
    fill: #888888;
  }
  .page--home .section-tit {
    margin-bottom: 1.2em;
    font-size: 25px;
  }
  .page--home .section-tit .txt--sub {
    margin-top: 0.2em;
    font-size: 11px;
  }
  .page--home .list__more {
    font-size: 13px;
  }
  .page--home .list__more::after {
    width: 3.2em;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .page--home .list__more:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .page--home .section--pickup {
    width: 94.4vw;
    margin: 0 auto 3em;
  }
  .page--home .section--pickup .area--tit {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .page--home .section--pickup .area--tit .section-tit {
    margin-bottom: 0;
  }
  .page--home .section--pickup .list--contents {
    margin: 1.5em auto 0;
  }
  .page--home .section--pickup .block--carousel-nav .block--button-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    margin-bottom: 0.2em;
  }
  .page--home .section--news {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 94vw;
    margin: 0 auto 5em;
  }
  .page--home .section--news .section-tit {
    margin: 0 auto 1.2em;
    text-align: left;
  }
  .page--home .section--news .list--info {
    width: 85%;
    margin: 0 auto 2em;
    padding: 0 8vw;
  }
  .page--home .section--schedule .inner {
    width: 94vw;
    margin: 0 auto 6em;
    padding: 6em 0;
  }
  .page--home .section--schedule .area--tit__nav {
    padding-bottom: 0.9em;
  }
  .page--home .section--schedule .area--tit__nav .month {
    font-size: 20px;
  }
  .page--home .section--schedule .list__more {
    margin-top: 2em;
  }
  .page--home .section--schedule .list--schedule li dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .page--home .section--schedule .list--schedule li dl dt {
    width: 6%;
    min-width: 120px;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
  .page--home .section--schedule .list--schedule li dl dt .day {
    font-size: 30px;
  }
  .page--home .section--schedule .list--schedule li dl dt .week {
    margin-top: 0.2em;
    font-size: 12px;
  }
  .page--home .section--schedule .list--schedule li dl dd .item-event a {
    padding: 1.5em 0;
  }
  .page--home .section--schedule .list--schedule li dl dd .item-event a:hover {
    color: #888888;
  }
  .page--home .section--schedule .list--schedule li dl dd .block--txt {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.6;
  }
  .page--home .section--schedule .list--schedule li dl dd .artist {
    width: 25%;
    margin-right: 1em;
    font-size: 16px;
  }
  .page--home .section--schedule .list--schedule li dl dd .venue {
    width: 20%;
    margin-right: 1em;
    font-size: 12px;
  }
  .page--home .section--schedule .list--schedule li dl dd .start-time {
    width: 20%;
    margin-right: 1em;
    font-weight: 400;
    font-size: 12px;
  }
  .page--home .section--schedule .list--schedule li dl dd .start-time span {
    margin-right: 0.5em;
  }
  .page--home .section--schedule .list--schedule li dl dd .sales {
    padding: 0.4em 0.8em;
    font-size: 11px;
  }
  .page--home .section--schedule .no-data {
    margin: 1em;
  }
  footer {
    padding: 2vw 0 1.5vw;
  }
  footer .inner {
    /*
    @include var.flex-display;
    @include var.flex-justify(space-between);
    @include var.flex-align(flex-start);
    */
    width: 90vw;
    margin: 0 auto;
  }
  footer .inner .logo {
    width: 20vw;
    max-width: 480px;
    margin: 0 auto 3vw;
  }
  footer .inner .address {
    margin-bottom: 2.5em;
    font-size: 11px;
  }
  footer .inner .address span {
    display: inline-block;
    margin-left: 1em;
    font-size: 10px;
  }
  footer .inner .list--support {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 1vw;
  }
  footer .inner .list--support li {
    margin-right: 1em;
    margin-bottom: 1em;
  }
  footer .inner .list--support li a {
    font-size: 12px;
  }
  footer .inner .list--support li a:hover {
    color: #888888;
  }
  footer .inner .section--banner__link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 1.5vw;
  }
  footer .inner .section--banner__link li {
    margin-right: 0.3em;
    margin-left: 0.3em;
  }
  footer .inner .section--banner__link li img {
    height: 4em;
    line-height: 0;
  }
  footer .copyright {
    font-size: 10px;
    text-align: center;
  }
  body:not(.page--home) footer {
    padding: 6vw 0 4.8vw;
  }
  .block--expire {
    margin: 0 auto 6em;
  }
  .block--expire .tit {
    margin-bottom: 0.5em;
    font-size: 30px;
  }
  .block--expire .notice {
    margin-bottom: 2em;
  }
  .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .swiper-button-next {
    margin-left: 1.5em;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 16px;
  }
  .swiper-button-prev:not(.swiper-button-disabled):hover:after, .swiper-button-next:not(.swiper-button-disabled):hover:after {
    color: #0f369a;
  }
  .slide-arrow {
    top: 40%;
    width: 32px;
    height: 55px;
  }
  .section--banner.no-carousel .list--bnr {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section--banner.no-carousel .list--bnr li {
    width: 37%;
    margin-right: 2%;
  }
  .section--banner.no-carousel .list--bnr li:last-of-type {
    margin-right: 0;
  }
  .page--schedule .section--list .block--month {
    padding-bottom: 0.9em;
  }
  .page--schedule .section--list .block--month .month-currently {
    font-size: 23px;
  }
  .page--schedule .section--list .block--month .month-pager {
    font-size: 13px;
  }
  .page--schedule .section--list .block--month .month-pager li::before {
    margin: 0 2em;
  }
  .page--schedule .section--list .block--month .month-pager li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .page--schedule .section--list .block--month .month-pager li a:hover {
    color: #888888;
  }
  .page--schedule .section--list .block--month .month-pager li a:hover::after, .page--schedule .section--list .block--month .month-pager li a:hover::before {
    color: #888888;
  }
  .page--schedule .section--list .block--month .month-pager li.prev a::before {
    margin-right: 0.5em;
    font-size: 12px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .page--schedule .section--list .block--month .month-pager li.next a::after {
    margin-left: 0.5em;
    font-size: 12px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .page--schedule .section--list .list--schedule li dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .page--schedule .section--list .list--schedule li dl dt {
    width: 13%;
    min-width: 120px;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
  .page--schedule .section--list .list--schedule li dl dt .day {
    font-size: 30px;
  }
  .page--schedule .section--list .list--schedule li dl dt .week {
    margin-top: 0.2em;
    font-size: 12px;
  }
  .page--schedule .section--list .list--schedule li dl dd .item-event a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 1.5em 0;
  }
  .page--schedule .section--list .list--schedule li dl dd .item-event a:hover {
    color: #888888;
  }
  .page--schedule .section--list .list--schedule li dl dd .item-event a:hover .sales {
    opacity: 0.5;
  }
  .page--schedule .section--list .list--schedule li dl dd .item-event .block--thumb {
    width: 20vw;
    max-width: 160px;
    min-width: 160px;
    margin-right: 1.5em;
  }
  .page--schedule .section--list .list--schedule li dl dd .item-event .block--txt {
    line-height: 1.5;
  }
  .page--schedule .section--list .list--schedule li dl dd .item-event .artist {
    font-size: 17px;
    font-weight: 500;
  }
  .page--schedule .section--list .list--schedule li dl dd .item-event .title {
    margin-top: 0.1em;
    font-size: 15px;
    font-weight: 400;
  }
  .page--schedule .section--list .list--schedule li dl dd .item-event .venue {
    margin-top: 0.3em;
    font-size: 12px;
    font-weight: 400;
  }
  .page--schedule .section--list .list--schedule li dl dd .item-event .start-time {
    margin-top: 0.2em;
    font-size: 12px;
  }
  .page--schedule .section--list .list--schedule li dl dd .item-event .start-time span {
    margin-right: 0.5em;
  }
  .page--schedule .section--list .list--schedule li dl dd .item-event .sales {
    margin-top: 0.6em;
    padding: 0.4em 0.8em;
    font-size: 11px;
  }
  .page--schedule .section--detail .tit {
    margin-bottom: 1em;
    font-size: 20px;
  }
  .page--schedule .section--detail .artist-link {
    font-size: 16px;
    line-height: 1.3em;
  }
  .page--schedule .section--detail .artist-link a::after {
    margin-left: 0.5em;
    font-size: 14px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .page--schedule .section--detail .artist-link a:hover {
    color: #888888;
  }
  .page--schedule .section--detail .artist-link a:hover::after {
    color: #888888;
  }
  .page--schedule .section--detail .website {
    margin-top: 2em;
    font-size: 12px;
    text-align: center;
  }
  .page--schedule .section--detail .website a::after {
    margin-left: 0.5em;
    font-size: 12px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .page--schedule .section--detail .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .page--schedule .section--detail .block--thumb {
    width: 30%;
    margin: 0 auto 2em;
  }
  .page--schedule .section--detail .block--thumb.thumb-normal .thumb img {
    width: 100%;
    margin: 0 0;
  }
  .page--schedule .section--detail .block--liveinfo {
    width: 60%;
    margin-bottom: 6em;
    margin-left: 10%;
  }
  .page--schedule .section--detail .block--liveinfo dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 1.2em 0;
  }
  .page--schedule .section--detail .block--liveinfo dl:first-of-type {
    padding-top: 0;
  }
  .page--schedule .section--detail .block--liveinfo > dl:first-of-type {
    padding-top: 0;
  }
  .page--schedule .section--detail .block--liveinfo dt {
    min-width: 130px;
    margin-right: 1.5em;
    padding: 0.3em 0;
    font-size: 13px;
  }
  .page--schedule .section--detail .block--liveinfo .week {
    margin-left: 0.1em;
    margin-right: 0.3em;
  }
  .page--schedule .section--detail .block--liveinfo .general-sales {
    margin-bottom: 1em;
    padding-bottom: 0.6em;
    border-bottom: dashed 1px #222222;
  }
  .page--venues .block--category {
    margin: 0 auto 1em;
  }
  .page--venues .block--category li {
    width: 3.2em;
    height: 3.2em;
    margin-right: 1em;
    margin-bottom: 1em;
    padding: 0.2em;
  }
  .page--venues .block--category li:hover {
    border-color: #888888;
  }
  .page--venues .block--category li:hover a {
    color: #888888;
  }
  .page--venues .section--detail .tit {
    margin-bottom: 1em;
    font-size: 20px;
  }
  .page--venues .section--detail .info--venue li p {
    font-size: 15px;
  }
  .page--venues .section--detail .info--venue li.website {
    margin-top: 0.5em;
  }
  .page--venues .section--detail .info--venue li.website p {
    font-size: 12px;
  }
  .page--venues .section--detail .info--venue li.website p a::after {
    margin-left: 0.5em;
    font-size: 12px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .page--venues .section--detail .info--venue li.map p {
    margin: 3em auto;
    padding-top: 56.25%;
  }
  .page--venues .section--detail .info--venue li.txt-free {
    margin-bottom: 3em;
    font-size: 15px;
  }
  /* page--artist
  ------------------------------ */
  .page--artist .block--search {
    display: inline-block;
    margin-bottom: 3em;
  }
  .page--artist .block--search .tit {
    font-size: 15px;
  }
  .page--artist .block--search input[type=text] {
    width: 25vw;
    padding: 0.5em 0.2em;
  }
  .page--artist .block--search .submit input[type=submit] {
    margin-right: 0.8em;
    font-size: 17px;
  }
  .page--artist .block--search input::-webkit-input-placeholder {
    font-size: 1em;
  }
  .page--artist .block--search input::-moz-placeholder {
    font-size: 1em;
  }
  .page--artist .block--search input:-ms-input-placeholder {
    font-size: 1em;
  }
  .page--artist .block--search input::-ms-input-placeholder {
    font-size: 1em;
  }
  .page--artist .block--search input::placeholder {
    font-size: 1em;
  }
  .page--artist .block--category {
    margin: 0 auto 1em;
  }
  .page--artist .block--category li {
    width: 3.2em;
    height: 3.2em;
    margin-right: 1em;
    margin-bottom: 1em;
    padding: 0.2em;
  }
  .page--artist .block--category li:hover {
    border-color: #888888;
  }
  .page--artist .block--category li:hover a {
    color: #888888;
  }
  .page--artist .list--artist .item--list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 1.5em 0;
  }
  .page--artist .list--artist .item--list .item-artist {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 50%;
  }
  .page--artist .list--artist .item--list .item-artist .block--thumb {
    width: 30%;
    max-width: 130px;
  }
  .page--artist .list--artist .item--list .item-artist .artist {
    font-size: 17px;
  }
  .page--artist .list--artist .item--list .item-artist .artist a {
    line-height: 1.3;
  }
  .page--artist .list--artist .item--list .item-artist .artist a:hover {
    color: #888888;
  }
  .page--artist .list--artist .item--list .item-artist .website {
    margin-top: 0.5em;
    font-size: 11px;
  }
  .page--artist .list--artist .item--list .item-artist .website a::after {
    margin-left: 0.5em;
    font-size: 10px;
  }
  .page--artist .list--artist .item--list .item-artist .website a:hover {
    color: #888888;
  }
  .page--artist .list--artist .item--list .item-artist .website a:hover::after {
    color: #888888;
  }
  .page--artist .list--artist .item--list .item-artist .block--txt {
    width: 70%;
    margin-left: 3%;
  }
  .page--artist .list--artist .item--list .list--event {
    width: 50%;
  }
  .page--artist .list--artist .item--list .list--event li {
    padding: 1em 0;
  }
  .page--artist .list--artist .item--list .list--event li:first-of-type {
    padding-top: 0;
  }
  .page--artist .list--artist .item--list .list--event li a:hover {
    color: #888888;
  }
  .page--artist .list--artist .item--list .list--event li a:hover .sales {
    opacity: 0.5;
  }
  .page--artist .list--artist .item--list .list--event li .title {
    font-size: 15px;
    line-height: 1.5;
  }
  .page--artist .list--artist .item--list .list--event li .venue {
    margin-top: 0.3em;
    font-size: 12px;
    line-height: 1.3;
  }
  .page--artist .list--artist .item--list .list--event li .date {
    margin-top: 0.3em;
    font-size: 12px;
    line-height: 1.3;
  }
  .page--artist .list--artist .item--list .list--event li .week {
    margin-left: 0.1em;
  }
  .page--artist .list--artist .item--list .list--event li .sales {
    margin-top: 0.6em;
    padding: 0.4em 0.8em;
    font-size: 11px;
  }
  .page--artist .section--detail .tit {
    margin-bottom: 1em;
    font-size: 20px;
  }
  .page--artist .section--detail .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .page--artist .section--detail .link-artist {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    margin-top: 4em;
  }
  .page--artist .section--detail .link-artist .website a {
    font-size: 14px;
  }
  .page--artist .section--detail .link-artist .website a::after {
    margin-left: 0.5em;
    font-size: 12px;
  }
  .page--artist .section--detail .link-artist .website a:hover {
    color: #888888;
  }
  .page--artist .section--detail .link-artist .website a:hover::after {
    color: #888888;
  }
  .page--artist .section--detail .link-artist .twitter:hover, .page--artist .section--detail .link-artist .facebook:hover {
    color: #888888;
  }
  .page--artist .section--detail .link-artist .twitter + p {
    margin-left: 0.7em;
  }
  .page--artist .section--detail .block--thumb {
    width: 30%;
    margin: 0 auto 2em;
  }
  .page--artist .section--detail .block--thumb.thumb-normal .thumb img {
    width: 100%;
    margin: 0 0;
  }
  .page--artist .section--detail .block--liveinfo {
    width: 60%;
  }
  .page--artist .section--detail .block--liveinfo .section-tit {
    margin-bottom: 0.5em;
    font-size: 16px;
  }
  .page--artist .section--detail .block--liveinfo ul li {
    padding: 1em 0;
  }
  .page--artist .section--detail .block--liveinfo ul li a:hover {
    color: #888888;
  }
  .page--artist .section--detail .block--liveinfo ul li:first-of-type {
    margin-top: 0.5em;
  }
  .page--artist .section--detail .block--liveinfo ul li .title {
    font-size: 15px;
    line-height: 1.5;
  }
  .page--artist .section--detail .block--liveinfo ul li .venue {
    margin-top: 0.3em;
    font-size: 12px;
    line-height: 1.3;
  }
  .page--artist .section--detail .block--liveinfo ul li .date {
    margin-top: 0.3em;
    font-size: 12px;
  }
  .page--artist .section--detail .block--liveinfo ul li .week {
    margin-left: 0.1em;
  }
  .page--info {
    width: 100%;
  }
  .page--info .section--detail {
    margin: 0 auto 5vw;
  }
  .page--info .txt {
    margin: 3vw auto 5vw;
  }
  .page--info .txt a:hover {
    color: #888888;
  }
  .page--movie .section--list .no-data {
    width: 100%;
    margin: 0 auto;
  }
  .page--movie .section--detail {
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
  }
  .page--movie .section--detail .tit {
    margin: 0 0 1.11vw;
  }
  .page--movie .section--detail .txt--basic {
    margin: 50px 0;
    min-height: 200px;
  }
  .page--movie .section--detail .sub-txt-list {
    margin: 0 auto 5vw;
    font-size: 12px;
  }
  .page--movie .section--detail .block--player img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--movie .section--detail .txt {
    margin-top: 3vw;
    margin-bottom: 2vw;
  }
  .page--movie .section--detail .txt a {
    color: #ffffff;
  }
  .page--qa .txt {
    margin-bottom: 2rem;
    text-align: center;
  }
  .page--qa .list--qa {
    margin: 5rem auto 2rem;
  }
  .page--qa .list--qa li {
    width: 46%;
    margin-right: 3%;
    margin-bottom: 2rem;
  }
  .page--qa .list--qa li a {
    display: block;
    padding: 2.5vw 3vw;
    border-radius: 10px;
    border-top-left-radius: 50px;
    -webkit-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
  }
  .page--qa .list--qa li a .date {
    display: block;
    position: relative;
    margin-bottom: 0.2rem;
  }
  .page--qa .list--qa li a .tit {
    margin-bottom: 1rem;
  }
  .page--qa .list--qa li a .name {
    font-size: 13px;
  }
  .page--qa .list--qa li a .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .list--qa li a:hover {
    background: #fffba0;
  }
  .page--qa .list--qa li.new a .date::before {
    top: -50%;
    left: -2%;
    width: 20px;
    height: 20px;
  }
  .page--qa .list--qa li:nth-of-type(even) {
    margin-right: 0;
  }
  .page--qa .block__question {
    padding: 1.5rem;
    border-radius: 10px;
    border-bottom-right-radius: 50px;
  }
  .page--qa .block__question .ico--q {
    margin-bottom: 0.6rem;
    font-size: 40px;
  }
  .page--qa .block__question .txt {
    margin-bottom: 1rem;
  }
  .page--qa .block__question .name {
    font-size: 13px;
  }
  .page--qa .block__question .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .block__answer {
    margin-bottom: 2rem;
    padding: 1.5rem;
    border-radius: 10px;
    border-bottom-left-radius: 50px;
  }
  .page--qa .block__answer .ico--a {
    margin-bottom: 0.6rem;
    font-size: 40px;
  }
  .page--qa .block__answer .txt {
    margin-bottom: 1rem;
  }
  .page--qa .block__answer .name {
    font-size: 13px;
  }
  .page--qa .block__answer .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--support.section--detail .section-tit {
    margin-bottom: 3rem;
    font-size: 20px;
    line-height: 1.4;
  }
  /* faq feature
  ------------------------------ */
  .page--faq .list--faq {
    margin-bottom: 5em;
  }
  .page--faq .list--category {
    margin: 0 0 3em 0;
  }
  .page--faq .category {
    width: 23.875%;
    margin: 0 0 1.5em 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page--faq .category:hover {
    opacity: 0.5;
  }
  .page--faq .category a {
    padding: 1em 0.6em;
    font-size: 13px;
  }
  .page--faq .category + .category {
    margin-left: 1.5%;
  }
  .page--faq .tit--category {
    margin-bottom: 0.6em;
    font-size: 18px;
  }
  .page--faq .block--contact {
    margin-bottom: 3em;
  }
  .page--faq .block--company {
    width: 100%;
    margin-bottom: 6em;
  }
  .page--faq .block--company .logo {
    width: 15vw;
    max-width: 480px;
    margin-bottom: 1em;
  }
  .page--faq .block--company .address {
    margin-bottom: 2.5em;
    font-size: 11px;
  }
  .page--faq .block--company .address span {
    display: inline-block;
    margin-left: 1em;
    font-size: 10px;
  }
  .list--faq li {
    padding: 1.5em 0;
  }
  .list--faq li .block--q {
    font-size: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .list--faq li .block--q .ico--q {
    width: clamp(36px, 3vw, 40px);
    height: clamp(36px, 3vw, 40px);
    margin-right: 0.6em;
    font-size: 16px;
    line-height: clamp(36px, 3vw, 40px);
  }
  .list--faq li .block--q .ico--q + p {
    width: calc(100% - 40px - 2em);
  }
  .list--faq li .block--q:hover {
    opacity: 0.5;
  }
  .list--faq li .block--a {
    padding-top: 3vw;
    font-size: 15px;
  }
  .list--faq li .block--a .ico--a {
    width: clamp(36px, 3vw, 40px);
    height: clamp(36px, 3vw, 40px);
    margin-right: 0.6em;
    font-size: 16px;
    line-height: clamp(36px, 3vw, 40px);
  }
  .list--faq li .block--a .ico--a + p {
    width: calc(100% - 40px - 2em);
  }
  .page--error .section--detail {
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  /*  questionnaire
  ------------------------------ */
  .page--questionnaire > section {
    padding-top: 7em;
  }
  .page--questionnaire .list--txt li {
    margin-bottom: 1em;
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 90%;
  }
  /* page--artist
  ------------------------------ */
  /* faq feature
  ------------------------------ */
  /*  questionnaire
  ------------------------------ */
  /*  effect only mobile
  ------------------------------ */
}
@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%;
  }
}
@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) {
  .detail__btn {
    margin: 1.5em 0;
  }
  .detail__btn a {
    font-size: 13px;
  }
  .detail__btn a::before {
    left: -4.2em;
    width: 3.2em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--pager {
    margin: 5vw auto 5vw;
  }
  .block--pager .pager__item--newer a::before, .block--pager .pager__item--newer span::before, .block--pager .pager__item--older a::before, .block--pager .pager__item--older span::before {
    width: 0em;
  }
  .block--pager .pager__item--newer a::before, .block--pager .pager__item--newer span::before {
    left: -4.2em;
  }
  .block--pager .pager__item--older a::before, .block--pager .pager__item--older span::before {
    right: -4.2em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--pager__detail {
    margin: 0 auto 3em;
  }
  .block--pager__detail .pager__item--newer,
.block--pager__detail .pager__item--older {
    margin: 0 5vw;
  }
  .block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer .single, .block--pager__detail .pager__item--older a, .block--pager__detail .pager__item--older .single {
    font-size: 13px;
  }
  .block--pager__detail .pager__item--newer a::before, .block--pager__detail .pager__item--newer .single::before, .block--pager__detail .pager__item--older a::before, .block--pager__detail .pager__item--older .single::before {
    width: 3.2em;
  }
  .block--pager__detail .pager__item--newer a::after, .block--pager__detail .pager__item--newer .single::after, .block--pager__detail .pager__item--older a::after, .block--pager__detail .pager__item--older .single::after {
    top: calc(50% - 3.2px);
    width: 6px;
    height: 6px;
  }
  .block--pager__detail .pager__item--newer a::before, .block--pager__detail .pager__item--newer .single::before {
    right: -3.7em;
  }
  .block--pager__detail .pager__item--newer a::after, .block--pager__detail .pager__item--newer .single::after {
    right: calc(-8px - 0.9em);
  }
  .block--pager__detail .pager__item--older a::before, .block--pager__detail .pager__item--older .single::before {
    left: -3.7em;
  }
  .block--pager__detail .pager__item--older a::after, .block--pager__detail .pager__item--older .single::after {
    left: calc(-8px - 0.9em);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  #loader {
    width: 30vw;
    min-width: 200px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  header {
    padding-top: 2.2em;
  }
  header .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 93vw;
    margin: 0 auto;
  }
  header .logo {
    width: 58%;
    max-width: 200px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer__btn {
    position: fixed;
    top: 2.6em;
    right: 4.2vw;
    width: 10vw;
    max-width: 40px;
    height: 2.66vw;
    max-height: 10px;
    mix-blend-mode: difference;
  }
  .drawer__btn .block--btn-menu {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.drawer-visible) .g-nav {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer-visible .drawer__btn .btn--menu__details #path-top {
    opacity: 0;
  }
  .drawer-visible .drawer__btn .btn--menu__details #path-bottom {
    opacity: 0;
  }
  .drawer-visible .drawer {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 50;
    -ms-overflow-style: none;
    overflow: hidden;
    scrollbar-width: none;
    pointer-events: none;
  }
  .drawer-visible .drawer .drawer-inner .logo__drawer {
    width: 46vw;
    margin: 10vw 0 0 10vw;
    will-change: transform;
  }
  .drawer-visible .drawer .drawer-inner .inner {
    width: 93vw;
    height: 100%;
    margin: 0 auto 0;
    padding: 8%;
  }
  .drawer-visible .drawer .drawer-inner .nav--home {
    width: 36vw;
  }
  .drawer-visible .drawer .drawer-inner .g-nav {
    display: block;
    opacity: 1;
    margin: 8vw auto 2vw;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li {
    width: 77vw;
    margin: 0 auto 1.5em;
    font-size: 20px;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li .txt--sub {
    margin-top: 0.3em;
    font-size: 10px;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li a {
    display: inline-block;
    text-align: left;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li.nav--item__search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
    text-align: left;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li.nav--item__search .tit {
    margin-bottom: 0.2em;
    font-size: 15px;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li.nav--item__search .form-inner {
    padding-bottom: 0.2em;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li.nav--item__search input[type=text] {
    width: 72vw;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li.nav--item__search input::-webkit-input-placeholder {
    color: #667aaf;
    font-size: 0.9em;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li.nav--item__search input::-moz-placeholder {
    color: #667aaf;
    font-size: 0.9em;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li.nav--item__search input:-ms-input-placeholder {
    color: #667aaf;
    font-size: 0.9em;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li.nav--item__search input::-ms-input-placeholder {
    color: #667aaf;
    font-size: 0.9em;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li.nav--item__search input::placeholder {
    color: #667aaf;
    font-size: 0.9em;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li.nav--item__search .submit input[type=submit] {
    font-size: 16px;
    margin-right: 2vw;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li.nav--item__schedule {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li.nav--item__artists {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li.nav--item__venues {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li.nav--item__news {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li.nav--item__faq {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  footer {
    padding: 12vw 0 5vw;
  }
  footer .inner {
    /*
    @include var.flex-display;
    @include var.flex-justify(space-between);
    @include var.flex-align(flex-start);
    @include var.flex-wrap;
    */
    width: 93vw;
    margin: 0 auto;
  }
  footer .inner article {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .inner .logo {
    width: 53vw;
    margin: 0 auto 5vw;
  }
  footer .inner .address {
    margin-bottom: 3.5em;
    font-size: 11px;
    text-align: center;
  }
  footer .inner .address span {
    display: block;
    font-size: 10px;
  }
  footer .inner .list--support {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5vw;
  }
  footer .inner .list--support li {
    margin-right: 0.9em;
  }
  footer .inner .list--support li a {
    font-size: 11px;
  }
  footer .inner .list--support li:last-of-type {
    margin-right: 0;
  }
  footer .inner .section--banner__link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 5vw;
  }
  footer .inner .section--banner__link li {
    margin-right: 0.3em;
    margin-left: 0.3em;
  }
  footer .inner .section--banner__link li:last-of-type {
    margin-right: 0;
  }
  footer .inner .section--banner__link li img {
    height: 4em;
    line-height: 0;
  }
  footer .copyright {
    font-size: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) footer {
    padding: 6vw 0 4.8vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .wrap::after {
    top: 15vh;
    width: 95%;
    background-size: 70%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .content--main {
    margin-top: 2.2em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .body--app .content--main {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .date {
    font-size: 11px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .tit {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .no-data {
    padding: 2em 0;
    text-align: center;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-tit {
    margin-bottom: 1.5em;
    font-size: 16px;
  }
  .section-tit span {
    display: block;
    margin-top: 0.3em;
    font-size: 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--list .section-tit,
.section--detail .section-tit {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail .tit {
    margin-bottom: 3vw;
    font-size: 15px;
  }
  .section--detail .txt {
    font-size: 13px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  [class^=list--] li.new a .date::before {
    /*
    @include var.content($width:20px,$height:20px);
    top: 15px;
    */
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--info li a {
    padding: 1em 0;
  }
  .list--info li a .block--tit {
    margin: 0;
  }
  .list--info li a .tit {
    font-size: 14px;
  }
  .list--info li a .date {
    display: inline-block;
    margin-bottom: 0.6em;
  }
  .list--info li a .date p {
    font-size: 11px;
    text-align: left;
  }
  .list--info li.new .date::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: -3px;
    right: -9px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--contents {
    margin: 0 auto 6em;
  }
  .list--contents li {
    width: 47%;
    margin-bottom: 1.6em;
    margin-right: 6%;
  }
  .list--contents li:nth-of-type(2n) {
    margin-right: 0;
  }
  .list--contents li a {
    height: 100%;
  }
  .list--contents li a .thumb {
    margin-bottom: 1em;
  }
  .list--contents li a .date {
    margin-bottom: 0.2em;
    font-size: 11px;
  }
  .list--contents li a .week {
    margin-left: 0.1em;
    margin-right: 0.3em;
  }
  .list--contents li a .venue {
    margin-bottom: 2em;
    font-size: 11px;
  }
  .list--contents li a .artist {
    margin-bottom: 0.3em;
    font-size: 14px;
  }
  .list--contents li a .sales {
    padding: 0.4em 0.8em;
    font-size: 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--photo li {
    width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section-tit {
    margin-bottom: 1.5em;
    font-size: 16px;
  }
  .page--home .section-tit .txt--sub {
    margin-top: 0.3em;
    font-size: 10px;
  }
  .page--home .list__more {
    font-size: 14px;
  }
  .page--home .list__more::after {
    display: none;
  }
  .page--home .section--pickup {
    width: 93vw;
    margin: 0 auto 1.5em;
  }
  .page--home .section--pickup .area--tit {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .page--home .section--pickup .list--contents {
    margin: 0 auto;
  }
  .page--home .section--pickup .block--carousel-nav {
    max-width: 50%;
    margin-bottom: 1.7em;
  }
  .page--home .section--pickup .block--carousel-nav .block--button-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
  }
  .page--home .section--news {
    width: 93vw;
    margin: 0 auto 2.2em;
  }
  .page--home .section--news .list--info {
    width: 100%;
    margin: 0 auto 1.5em;
  }
  .page--home .section--schedule .inner {
    width: 93vw;
    margin: 0 auto;
    padding: 2.2em 0;
  }
  .page--home .section--schedule .area--tit__nav {
    padding-bottom: 0.7em;
  }
  .page--home .section--schedule .area--tit__nav .month {
    font-size: 13px;
  }
  .page--home .section--schedule .list__more {
    margin-top: 1.5em;
  }
  .page--home .section--schedule .list--schedule li dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .page--home .section--schedule .list--schedule li dl dt {
    width: 20%;
    max-width: 60px;
    margin-left: -0.5em;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .page--home .section--schedule .list--schedule li dl dt .day {
    font-size: 16px;
    line-height: 1.6;
  }
  .page--home .section--schedule .list--schedule li dl dt .week {
    font-size: 10px;
    line-height: 1;
  }
  .page--home .section--schedule .list--schedule li dl dd .item-event a {
    padding: 1em 0;
  }
  .page--home .section--schedule .list--schedule li dl dd .block--txt {
    line-height: 1.6;
  }
  .page--home .section--schedule .list--schedule li dl dd .artist {
    display: inline-block;
    margin-right: 0.2em;
    font-size: 14px;
    vertical-align: text-top;
  }
  .page--home .section--schedule .list--schedule li dl dd .venue {
    display: block;
    margin-top: 0.1em;
    font-size: 10px;
  }
  .page--home .section--schedule .list--schedule li dl dd .start-time {
    display: block;
    font-weight: 400;
    font-size: 10px;
  }
  .page--home .section--schedule .list--schedule li dl dd .start-time span {
    margin-right: 0.5em;
  }
  .page--home .section--schedule .list--schedule li dl dd .sales {
    display: inline-block;
    padding: 0.4em 0.8em;
    font-size: 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--expire {
    margin: 0 auto 3em;
  }
  .block--expire .tit {
    margin-bottom: 0.5em;
    font-size: 25px;
  }
  .block--expire .notice {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .swiper-button-next {
    margin-left: 0.5em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 12px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--banner.no-carousel .list--bnr {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section--banner.no-carousel .list--bnr li {
    width: 90%;
    margin-bottom: 1.6em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .block--share {
    padding-top: 0;
  }
  .page--info .section--detail.new .tit::after {
    font-size: 16px;
    vertical-align: 0px;
    line-height: 1;
  }
  .page--info .section--detail {
    width: 93%;
    margin: 0 auto 3em;
    padding: 0 6%;
  }
  .page--info .section--detail .txt {
    padding: 3rem 0 2rem;
  }
  .page--info .section--detail .category {
    padding-left: 0;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 5px;
  }
  .page--info .section--detail .category::before {
    left: inherit;
    right: -5px;
    top: 8px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--schedule .section--list .block--month {
    padding-bottom: 0.3em;
  }
  .page--schedule .section--list .block--month .month-currently {
    font-size: 23px;
  }
  .page--schedule .section--list .block--month .month-pager {
    font-size: 13px;
  }
  .page--schedule .section--list .block--month .month-pager li::before {
    margin: 0 1em;
  }
  .page--schedule .section--list .block--month .month-pager li.prev a::before {
    margin-right: 0.5em;
    font-size: 11px;
  }
  .page--schedule .section--list .block--month .month-pager li.next a::after {
    margin-left: 0.5em;
    font-size: 11px;
  }
  .page--schedule .section--list .list--schedule li dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .page--schedule .section--list .list--schedule li dl dt {
    width: 20%;
    min-width: 60px;
    margin-left: -0.5em;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .page--schedule .section--list .list--schedule li dl dt .day {
    font-size: 16px;
  }
  .page--schedule .section--list .list--schedule li dl dt .week {
    margin-top: 0.2em;
    font-size: 10px;
  }
  .page--schedule .section--list .list--schedule li dl dd .item-event a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 1em 0;
  }
  .page--schedule .section--list .list--schedule li dl dd .item-event .block--thumb {
    width: 25%;
    margin-bottom: 0.5em;
  }
  .page--schedule .section--list .list--schedule li dl dd .item-event .block--txt {
    width: 70%;
    line-height: 1.5;
  }
  .page--schedule .section--list .list--schedule li dl dd .item-event .artist {
    font-size: 14px;
    font-weight: 500;
  }
  .page--schedule .section--list .list--schedule li dl dd .item-event .title {
    margin-top: 0.2em;
    font-size: 12px;
    font-weight: 400;
  }
  .page--schedule .section--list .list--schedule li dl dd .item-event .venue {
    margin-top: 0.3em;
    font-size: 10px;
    font-weight: 400;
  }
  .page--schedule .section--list .list--schedule li dl dd .item-event .start-time {
    margin-top: 0.2em;
    font-size: 10px;
  }
  .page--schedule .section--list .list--schedule li dl dd .item-event .start-time span {
    margin-right: 0.5em;
  }
  .page--schedule .section--list .list--schedule li dl dd .item-event .sales {
    margin-top: 0.5em;
    padding: 0.4em 0.8em;
    font-size: 10px;
  }
  .page--schedule .section--detail .tit {
    margin-bottom: 1em;
    font-size: 17px;
  }
  .page--schedule .section--detail .website {
    margin-top: 1.5em;
    font-size: 10px;
    text-align: center;
  }
  .page--schedule .section--detail .website a::after {
    margin-left: 0.5em;
    font-size: 10px;
  }
  .page--schedule .section--detail .artist-link {
    font-size: 14px;
    line-height: 1.3em;
  }
  .page--schedule .section--detail .artist-link a::after {
    margin-left: 0.5em;
    font-size: 14px;
  }
  .page--schedule .section--detail .block--thumb {
    width: 60%;
    margin: 0 auto 1em;
  }
  .page--schedule .section--detail .block--liveinfo {
    margin-bottom: 3em;
  }
  .page--schedule .section--detail .block--liveinfo dl {
    display: block;
    padding: 1em 0;
  }
  .page--schedule .section--detail .block--liveinfo dt {
    display: inline-block;
    margin-right: 1.5em;
    padding: 0.3em 1em;
    font-size: 10px;
  }
  .page--schedule .section--detail .block--liveinfo dd {
    display: block;
    margin-top: 0.3em;
  }
  .page--schedule .section--detail .block--liveinfo .general-sales {
    margin-bottom: 1em;
    padding-bottom: 0.6em;
    border-bottom: dashed 1px #222222;
  }
  .page--schedule .section--detail .block--liveinfo .week {
    margin-left: 0.1em;
    margin-right: 0.3em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--venues .block--category {
    margin: 0 auto 0.5em;
  }
  .page--venues .block--category li {
    width: 2.8em;
    height: 2.8em;
    margin-right: 1em;
    margin-bottom: 1em;
    padding: 0.2em;
  }
  .page--venues .section--detail .tit {
    margin-bottom: 1em;
    font-size: 17px;
  }
  .page--venues .section--detail .info--venue li p {
    font-size: 13px;
  }
  .page--venues .section--detail .info--venue li.website {
    margin-top: 0.3em;
  }
  .page--venues .section--detail .info--venue li.website p {
    font-size: 11px;
  }
  .page--venues .section--detail .info--venue li.website p a::after {
    margin-left: 0.5em;
    font-size: 10px;
  }
  .page--venues .section--detail .info--venue li.map p {
    margin: 2em auto;
    padding-top: 100%;
  }
  .page--venues .section--detail .info--venue li.txt-free {
    margin-bottom: 2em;
    font-size: 13px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--artist .block--search {
    display: block;
    margin-top: 1em;
    margin-bottom: 1.5em;
  }
  .page--artist .block--search .tit {
    font-size: 13px;
  }
  .page--artist .block--search input[type=text] {
    width: 90%;
    padding: 0.5em 0.2em;
  }
  .page--artist .block--search input::-webkit-input-placeholder {
    font-size: 0.9em;
  }
  .page--artist .block--search input::-moz-placeholder {
    font-size: 0.9em;
  }
  .page--artist .block--search input:-ms-input-placeholder {
    font-size: 0.9em;
  }
  .page--artist .block--search input::-ms-input-placeholder {
    font-size: 0.9em;
  }
  .page--artist .block--search input::placeholder {
    font-size: 0.9em;
  }
  .page--artist .block--search .submit input[type=submit] {
    font-size: 17px;
  }
  .page--artist .block--category {
    margin: 0 auto;
  }
  .page--artist .block--category li {
    width: 2.8em;
    height: 2.8em;
    margin-right: 1em;
    margin-bottom: 1em;
    padding: 0.2em;
  }
  .page--artist .list--artist .item--list {
    padding: 1em 0;
  }
  .page--artist .list--artist .item--list .item-artist {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .page--artist .list--artist .item--list .item-artist .block--thumb {
    width: 30%;
  }
  .page--artist .list--artist .item--list .item-artist .artist {
    font-size: 17px;
  }
  .page--artist .list--artist .item--list .item-artist .website {
    margin-top: 0.5em;
    font-size: 10px;
  }
  .page--artist .list--artist .item--list .item-artist .website a {
    line-height: 1.3;
  }
  .page--artist .list--artist .item--list .item-artist .website a::after {
    margin-left: 0.5em;
    font-size: 10px;
  }
  .page--artist .list--artist .item--list .item-artist .block--txt {
    width: 65%;
    margin-left: 5%;
  }
  .page--artist .list--artist .item--list .list--event li {
    padding: 0.6em 0 0.9em;
  }
  .page--artist .list--artist .item--list .list--event li:first-of-type {
    margin-top: 1em;
    padding-top: 0;
  }
  .page--artist .list--artist .item--list .list--event li .title {
    font-size: 14px;
    line-height: 1.5;
  }
  .page--artist .list--artist .item--list .list--event li .venue {
    margin-top: 0.3em;
    font-size: 10px;
    line-height: 1.3;
  }
  .page--artist .list--artist .item--list .list--event li .date {
    margin-top: 0.4em;
    font-size: 10px;
    line-height: 1.3;
  }
  .page--artist .list--artist .item--list .list--event li .week {
    margin-left: 0.1em;
  }
  .page--artist .list--artist .item--list .list--event li .sales {
    margin-top: 0.5em;
    padding: 0.4em 0.8em;
    font-size: 10px;
  }
  .page--artist .section--detail .tit {
    margin-bottom: 0.6em;
    font-size: 17px;
  }
  .page--artist .section--detail .link-artist {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .page--artist .section--detail .link-artist .website a {
    font-size: 12px;
  }
  .page--artist .section--detail .link-artist .website a::after {
    margin-left: 0.5em;
    font-size: 10px;
  }
  .page--artist .section--detail .link-artist .twitter {
    font-size: 18px;
    line-height: 1;
  }
  .page--artist .section--detail .link-artist .facebook {
    font-size: 18px;
    line-height: 1;
  }
  .page--artist .section--detail .link-artist .twitter + p {
    margin-left: 0.7em;
  }
  .page--artist .section--detail .block--thumb {
    width: 60%;
    margin: 0 auto 1em;
  }
  .page--artist .section--detail .block--liveinfo .section-tit {
    margin-bottom: 0;
    font-size: 15px;
  }
  .page--artist .section--detail .block--liveinfo ul li {
    padding: 1em 0;
  }
  .page--artist .section--detail .block--liveinfo ul li:first-of-type {
    margin-top: 0.5em;
    padding-top: 0;
  }
  .page--artist .section--detail .block--liveinfo ul li .title {
    font-size: 14px;
    line-height: 1.5;
  }
  .page--artist .section--detail .block--liveinfo ul li .venue {
    margin-top: 0.3em;
    font-size: 10px;
    line-height: 1.3;
  }
  .page--artist .section--detail .block--liveinfo ul li .date {
    margin-top: 0.4em;
    font-size: 10px;
  }
  .page--artist .section--detail .block--liveinfo ul li .week {
    margin-left: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie .section--detail .sub-txt-list {
    margin: 6vw auto;
  }
  .page--movie .section--detail .txt {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--qa .txt {
    margin-bottom: 2rem;
    text-align: center;
  }
  .page--qa .list--qa {
    margin: 5rem auto 2rem;
  }
  .page--qa .list--qa li {
    width: 100%;
    margin-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .page--qa .list--qa li a {
    padding: 2.5em 2.5em;
    border-radius: 10px;
    border-top-left-radius: 50px;
  }
  .page--qa .list--qa li a .date {
    margin-bottom: 0.2rem;
  }
  .page--qa .list--qa li a .tit {
    margin-bottom: 1rem;
  }
  .page--qa .list--qa li a .name {
    font-size: 13px;
  }
  .page--qa .list--qa li a .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .block__question {
    margin-bottom: 2rem;
    padding: 1.2rem;
    border-radius: 10px;
    border-bottom-right-radius: 50px;
  }
  .page--qa .block__question .ico--q {
    margin-bottom: 0.6rem;
    font-size: 30px;
  }
  .page--qa .block__question .txt {
    margin-bottom: 1rem;
  }
  .page--qa .block__question .name {
    font-size: 13px;
  }
  .page--qa .block__question .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .block__answer {
    margin-bottom: 2rem;
    padding: 1.2rem;
    border-radius: 10px;
    border-bottom-left-radius: 50px;
  }
  .page--qa .block__answer .ico--a {
    display: block;
    margin-bottom: 0.6rem;
    font-size: 30px;
  }
  .page--qa .block__answer .txt {
    margin-bottom: 1rem;
    font-size: 16px;
  }
  .page--qa .block__answer .name {
    font-size: 10px;
  }
  .page--qa .block__answer .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--support.section--detail .section-tit {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .list--faq {
    margin-bottom: 4em;
  }
  .page--faq .list--category {
    margin: 0 0 3em 0;
  }
  .page--faq .category {
    width: 48%;
    margin: 0 0 1.5em 0;
    border: solid 1px #888888;
  }
  .page--faq .category a {
    padding: 1em 1em;
    font-size: 10px;
    letter-spacing: 0.05em;
  }
  .page--faq .category:nth-of-type(even) {
    margin-left: 3%;
  }
  .page--faq .tit--category {
    margin-bottom: 0.6em;
    font-size: 15px;
  }
  .page--faq .block--contact {
    margin-bottom: 2em;
  }
  .page--faq .block--company {
    width: 100%;
    margin-bottom: 6em;
  }
  .page--faq .block--company .logo {
    width: 50vw;
    max-width: 480px;
    margin-bottom: 0.5em;
  }
  .page--faq .block--company .address {
    margin-bottom: 2.5em;
    font-size: 12px;
  }
  .page--faq .block--company .address span {
    display: block;
    font-size: 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--faq li {
    padding: 1em 0;
  }
  .list--faq li .block--q {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    font-size: 14px;
  }
  .list--faq li .block--q .ico--q {
    width: 2.3em;
    height: 2.3em;
    margin-right: 0.6em;
    font-size: 13px;
    line-height: 2.1em;
  }
  .list--faq li .block--q .ico--q + p {
    width: calc(100% - 3.2em);
  }
  .list--faq li .block--a {
    padding-top: 3vw;
    font-size: 14px;
  }
  .list--faq li .block--a .ico--a {
    width: 2.3em;
    height: 2.3em;
    margin-right: 0.6em;
    font-size: 13px;
    line-height: 2.3em;
  }
  .list--faq li .block--a .ico--a + p {
    width: calc(100% - 3.2em);
  }
}
@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;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire > section {
    padding-top: 4em;
  }
  .page--questionnaire .list--txt li {
    margin-bottom: 1em;
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--pickup .list--contents.delighter {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    will-change: transform;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--pickup .list--contents.delighter.started {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: opacity 0.6s ease-in;
    transition: opacity 0.6s ease-in;
    -webkit-animation: mask-btotop 0.6s cubic-bezier(0.6, 0, 0.2, 1);
            animation: mask-btotop 0.6s cubic-bezier(0.6, 0, 0.2, 1);
    will-change: transform;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--pickup .list--contents li.delighter {
    -webkit-transform: none;
            transform: none;
    will-change: transform;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--pickup .list--contents li.delighter.started {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    -webkit-animation: none;
            animation: none;
    will-change: transform;
  }
}
/*  tablet
------------------------------ */
/* ==============================================================
*  base
* ============================================================ */
/* ==============================================================
*  contents
* ============================================================ */