@charset "UTF-8";
/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
body,
html {
  width: 100%;
  height: 100%;
}

body#top #key {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body#top #key #key-inner {
  margin: 0 auto;
  position: relative;
  text-align: center;
  line-height: 0;
}
body#top #key #key-inner img {
  width: 100%;
  height: auto;
  max-width: none;
}
body#top #key #key-inner img.pc {
  display: inline;
}
body#top .common-sec h2 {
  letter-spacing: 0.04em;
  color: var(--bone-dark);
  font-family: "Anton", "Noto Sans JP", sans-serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  font-weight: 700;
  font-weight: 900;
  font-size: 6rem;
  margin: 0 0 30px 0;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 4px 4px 0 var(--blood);
}
body#top .common-sec .caption {
  font-size: 13px;
  font-size: 1.3rem;
}
body#top #news-ticket {
  position: relative;
  z-index: 10;
  clip-path: polygon(0 0, 0% 100%, 100% 100%, 100% 0);
  background-color: transparent;
}
@media screen and (max-width: 980px) {
  body#top #news-ticket:before {
    background-image: url(../img/bg-con-sp.jpg);
    background-position: center;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 980px) {
  body#top #news-ticket {
    clip-path: polygon(0 0, 0% 100%, 100% 100%, 100% 0);
  }
}
body#top #news {
  padding-top: 50px;
  padding: 50px 10px 0 10px;
  margin-top: 0;
}
body#top #news #news-inner .news-block {
  position: relative;
  margin: 0 0 36px;
  padding: 34px 32px 30px;
  background: var(--bone);
  border: 3px solid var(--bone-dark);
  box-shadow: 8px 8px 0 var(--blood);
}
body#top #news #news-inner .news-block:last-child {
  margin-bottom: 0;
}
body#top #news #news-inner .news-block h3 {
  margin: 0 0 16px;
  font-weight: 400;
}
body#top #news #news-inner .date {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--bone);
  background: var(--blood);
  padding: 5px 14px;
  margin: 0 0 14px;
}
body#top #news #news-inner strong {
  display: block;
  margin-top: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: 1.42;
  color: var(--bone-dark);
}
body#top #news #news-inner .tour-logo {
  font-family: "Rye", "Noto Sans JP", serif;
  font-weight: 400;
  color: var(--blood);
  font-size: 1.3em;
  letter-spacing: 0.02em;
}
body#top #news #news-inner .news-block p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.95;
  color: var(--dim);
  margin: 16px 0 0;
}
body#top #news #news-inner .news-block a {
  color: var(--blood);
  text-decoration: none;
  transition: color 0.3s;
}
body#top #news #news-inner .news-block a:hover {
  color: var(--blood-bright);
}
@media screen and (max-width: 980px) {
  body#top #news #news-inner .news-block {
    padding: 26px 22px 24px;
    box-shadow: 5px 5px 0 var(--blood);
  }
}
body#top #news #news-inner .news-tgl-txt {
  display: none;
}
body#top #news #news-inner .news-tgl {
  border-top: 1px solid #cacaca;
  position: relative;
}
body#top #news #news-inner .news-tgl h3 {
  padding: 30px 50px 30px 20px;
  border: none;
}
body#top #news #news-inner .news-tgl .news-tgl-close {
  display: block;
  padding: 20px 20px;
  width: 300px;
  margin: 20px auto 30px auto;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  border: 1px solid #fff;
  background: #fff;
  color: #333;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body#top #news #news-inner .news-tgl .news-tgl-close:hover {
  border: 1px solid #fff;
  background: #333;
  color: #fff;
}
body#top #news #news-inner .news-tgl:after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 0;
  display: block;
}
body#top #news #news-inner .news-tgl:hover:after {
  transform: scale(1, 1);
}
body#top #news #news-inner .news-tgl:hover {
  color: #333;
}
body#top #news #news-inner .news-tgl:hover h3 .arw img,
body#top #news #news-inner .news-tgl:hover h3 .arw svg,
body#top #news #news-inner .news-tgl:hover h3 .arw .st0 {
  fill: #333;
}
body#top #news #news-inner .news-tgl:first-child {
  border-top: none;
}
body#top #news #news-inner .news-tgl.act:hover {
  color: #fff;
}
body#top #news #news-inner .news-tgl.act:hover h3 .arw img,
body#top #news #news-inner .news-tgl.act:hover h3 .arw svg,
body#top #news #news-inner .news-tgl.act:hover h3 .arw .st0 {
  fill: #fff;
}
body#top #news #news-inner .news-tgl.act:after {
  display: none;
  color: #fff;
}
body#top #news #news-inner .news-tgl.act h3 .arw {
  transform: translate(0, -50%) rotate(90deg);
}
body#top #news #news-inner p {
  word-wrap: break-word;
  margin: 15px 0 25px 0;
  line-height: 1.9;
  position: relative;
  color: var(--bone-dark);
}
body#top #news #news-inner p a {
  color: var(--blood);
  text-decoration-color: rgba(226, 54, 42, 0.5);
}
body#top #news #news-inner p a:hover {
  color: var(--blood-bright);
}
body#top #news #news-inner .accd-shadow {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: block;
  height: 50px;
  width: 100%;
  background: rgb(81, 1, 4);
  background: -moz-linear-gradient(0deg, rgb(81, 1, 4) 0%, rgba(81, 1, 4, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(81, 1, 4) 0%, rgba(81, 1, 4, 0) 100%);
  background: linear-gradient(0deg, rgb(81, 1, 4) 0%, rgba(81, 1, 4, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#510104", endColorstr="#510104", GradientType=1);
}
body#top #news #news-inner .accd {
  position: relative;
}
body#top #news #news-inner .accd strong {
  font-size: 1.8rem;
}
body#top #news #news-inner .accd .accd-block {
  display: none;
}
body#top #news #news-inner .accd .accd-btn {
  display: block;
  border: 1px solid #fff;
  padding: 10px 20px;
  width: 200px;
  margin: 20px auto 30px auto;
  text-align: center;
  cursor: pointer;
  position: relative;
}
body#top #news #news-inner .accd .accd-btn .close {
  display: none;
}
body#top #news #news-inner .accd .accd-btn .fa-solid {
  position: absolute;
  right: 20px;
  top: 13px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: rotate(180deg);
}
body#top #news #news-inner .accd .accd-btn.act .show {
  display: none;
}
body#top #news #news-inner .accd .accd-btn.act .close {
  display: block;
}
body#top #news #news-inner .accd .accd-btn.act .fa-solid {
  transform: rotate(0deg);
}
body#top #news #news-inner .news-column2 {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: space-between;
  align-content: space-between;
  padding: 20px 0;
}
body#top #news #news-inner .news-column2 p {
  padding: 0 0 0 20px;
  margin: 0;
}
body#top #news #news-inner .left-img {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: space-between;
  align-content: space-between;
}
body#top #news #news-inner .left-img img {
  height: 250px;
  width: auto;
  padding-right: 30px;
}
body#top #news iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  padding: 10px;
  max-width: 560px;
  margin: 0 auto;
  display: block;
}
body#top #news .pre-nav {
  width: 450px;
  margin: 0 auto;
}
body#top #news .gallary ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-content: space-between;
  align-content: space-between;
}
body#top #news .gallary ul li {
  width: 25%;
  padding: 10px;
}
@media screen and (max-width: 980px) {
  body#top #news .gallary ul li {
    width: 50%;
    padding: 4px;
  }
}
@media screen and (max-width: 980px) {
  body#top body#top #wrap #news #news-inner .left-img {
    display: block;
  }
  body#top body#top #wrap #news #news-inner .left-img img {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  body#top body#top #wrap #news #news-inner .news-column2 {
    display: block;
  }
  body#top body#top #wrap #news #news-inner .news-column2 p {
    padding-left: 0;
  }
  body#top body#top #wrap #news .pre-nav {
    width: auto;
    margin: 0 auto;
  }
  body#top body#top #wrap #news .youtube {
    text-align: center;
  }
  body#top body#top #wrap #news .youtube iframe {
    margin-bottom: 20px;
  }
}
body#top #info,
body#top #info-en {
  padding: 50px 10px 0;
  margin-top: 0;
  position: relative;
  z-index: 100;
}
body#top #info .ininbound-block,
body#top #info-en .ininbound-block {
  border: 1px solid #6e6e6e;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}
body#top #info .ininbound-block h4,
body#top #info-en .ininbound-block h4 {
  margin: 0 0 10px 0;
  font-size: 20px;
  border: none;
}
body#top #info .ininbound-block p,
body#top #info-en .ininbound-block p {
  margin: 0;
}
body#top #info .ininbound-block a,
body#top #info .ininbound-block a:link,
body#top #info .ininbound-block a:visited,
body#top #info .ininbound-block a:active,
body#top #info-en .ininbound-block a,
body#top #info-en .ininbound-block a:link,
body#top #info-en .ininbound-block a:visited,
body#top #info-en .ininbound-block a:active {
  font-weight: bold;
  display: inline-block;
  padding: 10px 0;
}
body#top #info #ticket-tab,
body#top #info-en #ticket-tab {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: space-between;
  align-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}
body#top #info #ticket-tab li,
body#top #info-en #ticket-tab li {
  padding: 20px 10px;
  width: 20%;
  flex: 0 0 20%;
  min-width: 0;
  font-weight: 900;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  -ms-align-items: stretch;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: wrap;
  position: relative;
  background: var(--bone);
  border: 2px solid var(--bone-dark);
  color: var(--bone-dark);
}
body#top #info #ticket-tab li .tab-addly,
body#top #info-en #ticket-tab li .tab-addly {
  font-size: 1.2rem;
}
body#top #info #ticket-tab li.add-date:before,
body#top #info-en #ticket-tab li.add-date:before {
  display: block;
  content: "追加公演";
  background: red;
  position: absolute;
  top: 10px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 1.2rem;
  color: #fff;
  padding: 2px 5px;
}
body#top #info #ticket-tab li.active,
body#top #info-en #ticket-tab li.active {
  background: var(--blood);
  border-color: var(--blood);
  color: var(--bone);
}
body#top #info #ticket-tab li:hover,
body#top #info-en #ticket-tab li:hover {
  opacity: 0.8;
}
body#top #info #ticket-tab span,
body#top #info-en #ticket-tab span {
  display: block;
  width: 100%;
  text-align: center;
}
body#top #info #ticket-tab .tab-date,
body#top #info-en #ticket-tab .tab-date {
  display: block;
  font-size: 1.5rem;
}
body#top #info #ticket-tab .tab-date br,
body#top #info-en #ticket-tab .tab-date br {
  display: none;
}
body#top #info #ticket-tab .tab-place,
body#top #info-en #ticket-tab .tab-place {
  display: block;
  font-size: 1.5rem;
}
body#top #info .ticket-info,
body#top #info-en .ticket-info {
  display: none;
}
body#top #info .ticket-info.active,
body#top #info-en .ticket-info.active {
  display: block;
}
body#top #info .info-det,
body#top #info-en .info-det {
  padding: 50px 0 50px 0;
}
@media screen and (max-width: 980px) {
  body#top #info #ticket-tab,
body#top #info-en #ticket-tab {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body#top #info #ticket-tab li,
body#top #info-en #ticket-tab li {
    padding: 4px 4px;
    width: 50%;
  }
  body#top #info #ticket-tab li .tab-addly,
body#top #info-en #ticket-tab li .tab-addly {
    font-size: 1rem;
  }
  body#top #info #ticket-tab li.add-date:before,
body#top #info-en #ticket-tab li.add-date:before {
    top: 2px;
    width: 60px;
    text-align: center;
    font-size: 1rem;
  }
  body#top #info #ticket-tab .tab-date,
body#top #info-en #ticket-tab .tab-date {
    font-size: 1.4rem;
  }
  body#top #info #ticket-tab .tab-date br,
body#top #info-en #ticket-tab .tab-date br {
    display: block;
  }
  body#top #info #ticket-tab .tab-place,
body#top #info-en #ticket-tab .tab-place {
    font-size: 1.1rem;
  }
  body#top #info #ticket-tab .week,
body#top #info-en #ticket-tab .week {
    font-size: 1rem;
  }
  body#top #info #ticket-tab.add-date-block li,
body#top #info-en #ticket-tab.add-date-block li {
    padding: 20px 4px 20px 4px;
  }
}
body#top #info #info-inner,
body#top #info-en #info-inner {
  padding: 0 50px;
}
body#top #info #info-inner .early-ticket,
body#top #info-en #info-inner .early-ticket {
  padding: 50px 0;
  text-align: center;
}
body#top #info #info-inner .early-ticket h4,
body#top #info-en #info-inner .early-ticket h4 {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  margin: 20px 0 10px 0;
}
body#top #info #info-inner .early-ticket .early-ticket-inner,
body#top #info-en #info-inner .early-ticket .early-ticket-inner {
  background: var(--ink-mid);
  border: 1px solid rgba(28, 23, 18, 0.12);
  padding: 2rem;
  position: relative;
  transition: all 0.4s ease;
  transform: translateY(30px);
  cursor: default;
  overflow: hidden;
  /* ホバー時に左から赤く塗りつぶす */
  /* ホバー時に光がスウィープする */
}
body#top #info #info-inner .early-ticket .early-ticket-inner h3,
body#top #info-en #info-inner .early-ticket .early-ticket-inner h3 {
  margin: 0;
  color: var(--bone-dark);
}
body#top #info #info-inner .early-ticket .early-ticket-inner h4,
body#top #info-en #info-inner .early-ticket .early-ticket-inner h4 {
  color: var(--bone-dark);
}
body#top #info #info-inner .early-ticket .early-ticket-inner h4 img,
body#top #info-en #info-inner .early-ticket .early-ticket-inner h4 img {
  height: 30px;
  width: auto;
}
body#top #info #info-inner .early-ticket .early-ticket-inner del,
body#top #info-en #info-inner .early-ticket .early-ticket-inner del {
  color: var(--bone-dark);
}
body#top #info #info-inner .early-ticket .early-ticket-inner p,
body#top #info-en #info-inner .early-ticket .early-ticket-inner p {
  color: var(--bone-dark);
  margin: 5px 0 15px 0;
}
body#top #info #info-inner .early-ticket .early-ticket-inner a,
body#top #info #info-inner .early-ticket .early-ticket-inner a:link,
body#top #info #info-inner .early-ticket .early-ticket-inner a:visited,
body#top #info #info-inner .early-ticket .early-ticket-inner a:active,
body#top #info-en #info-inner .early-ticket .early-ticket-inner a,
body#top #info-en #info-inner .early-ticket .early-ticket-inner a:link,
body#top #info-en #info-inner .early-ticket .early-ticket-inner a:visited,
body#top #info-en #info-inner .early-ticket .early-ticket-inner a:active {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 1.4em 0;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--bone-dark);
  font-family: "Anton", "Noto Sans JP", sans-serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  font-weight: 700;
  border: 2px solid var(--blood);
  background: var(--bone);
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}
body#top #info #info-inner .early-ticket .early-ticket-inner a span,
body#top #info #info-inner .early-ticket .early-ticket-inner a:link span,
body#top #info #info-inner .early-ticket .early-ticket-inner a:visited span,
body#top #info #info-inner .early-ticket .early-ticket-inner a:active span,
body#top #info-en #info-inner .early-ticket .early-ticket-inner a span,
body#top #info-en #info-inner .early-ticket .early-ticket-inner a:link span,
body#top #info-en #info-inner .early-ticket .early-ticket-inner a:visited span,
body#top #info-en #info-inner .early-ticket .early-ticket-inner a:active span {
  display: block;
  font-size: 1.2rem;
}
body#top #info #info-inner .early-ticket .early-ticket-inner a::before,
body#top #info-en #info-inner .early-ticket .early-ticket-inner a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--blood);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: -1;
}
body#top #info #info-inner .early-ticket .early-ticket-inner a::after,
body#top #info-en #info-inner .early-ticket .early-ticket-inner a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(232, 223, 202, 0.2), transparent);
  transform: skewX(-20deg);
  transition: none;
}
body#top #info #info-inner .early-ticket .early-ticket-inner a:hover,
body#top #info-en #info-inner .early-ticket .early-ticket-inner a:hover {
  color: var(--bone);
  border-color: var(--blood-bright);
  box-shadow: 4px 4px 0 var(--bone-dark);
}
body#top #info #info-inner .early-ticket .early-ticket-inner a:hover::before,
body#top #info-en #info-inner .early-ticket .early-ticket-inner a:hover::before {
  transform: scaleX(1);
}
body#top #info #info-inner .early-ticket .early-ticket-inner .ippan-hatubai,
body#top #info-en #info-inner .early-ticket .early-ticket-inner .ippan-hatubai {
  margin: 20px 0;
}
body#top #info #info-inner .early-ticket .early-ticket-inner .ippan-hatubai img,
body#top #info-en #info-inner .early-ticket .early-ticket-inner .ippan-hatubai img {
  width: 150px;
  display: block;
  margin: 0 auto;
}
body#top #info #info-inner .early-ticket .early-ticket-inner a:hover,
body#top #info-en #info-inner .early-ticket .early-ticket-inner a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
body#top #info #info-inner .early-ticket .early-ticket-inner a.no-link,
body#top #info-en #info-inner .early-ticket .early-ticket-inner a.no-link {
  background-color: #666;
  color: #aaa;
  pointer-events: none;
}
@media screen and (max-width: 980px) {
  body#top #info #info-inner .early-ticket .early-ticket-inner,
body#top #info-en #info-inner .early-ticket .early-ticket-inner {
    padding: 30px 20px;
  }
  body#top #info #info-inner .early-ticket .early-ticket-inner h4 img,
body#top #info-en #info-inner .early-ticket .early-ticket-inner h4 img {
    height: 20px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
body#top #info #info-inner .pre,
body#top #info-en #info-inner .pre {
  text-align: center;
}
body#top #info #info-inner .pre img,
body#top #info-en #info-inner .pre img {
  padding-top: 30px;
  width: 450px;
}
body#top #info #info-inner h2,
body#top #info-en #info-inner h2 {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 0.5em;
  border-left: 3px solid #e2362a;
  margin: 20px 0;
}
body#top #info #info-inner .date,
body#top #info-en #info-inner .date {
  padding-left: 30px;
  font-weight: 400;
  font-size: 10px;
  font-size: 1rem;
}
body#top #info #info-inner h3,
body#top #info-en #info-inner h3 {
  font-weight: 700;
  font-family: "Anton", "Noto Sans JP", sans-serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 3px;
  text-align: center;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
body#top #info #info-inner h3 span,
body#top #info-en #info-inner h3 span {
  font-size: 5rem;
}
body#top #info #info-inner h3 .kaijo-ttl,
body#top #info-en #info-inner h3 .kaijo-ttl {
  font-size: 1.8rem;
}
@media screen and (max-width: 980px) {
  body#top #info #info-inner h3,
body#top #info-en #info-inner h3 {
    font-size: 2rem;
  }
  body#top #info #info-inner h3 span,
body#top #info-en #info-inner h3 span {
    font-size: 4rem;
  }
  body#top #info #info-inner h3 .kaijo-ttl,
body#top #info-en #info-inner h3 .kaijo-ttl {
    font-size: 1.8rem;
  }
}
body#top #info #info-inner .event-ttl,
body#top #info-en #info-inner .event-ttl {
  font-family: "Anton", "Noto Sans JP", sans-serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  font-weight: 700;
  padding: 30px 0 30px 0;
}
body#top #info #info-inner .event-ttl h2,
body#top #info-en #info-inner .event-ttl h2 {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 6rem;
  font-weight: 900;
  font-style: italic;
}
body#top #info #info-inner .comingsoon,
body#top #info-en #info-inner .comingsoon {
  font-size: 5rem;
  font-weight: 900;
  font-family: "Anton", "Noto Sans JP", sans-serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  font-weight: 700;
  margin-top: 30px;
}
body#top #info #info-inner .artist-list,
body#top #info-en #info-inner .artist-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: normal;
  justify-content: normal;
  -webkit-align-content: space-between;
  align-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
}
body#top #info #info-inner .artist-list a,
body#top #info #info-inner .artist-list a:link,
body#top #info #info-inner .artist-list a:visited,
body#top #info #info-inner .artist-list a:active,
body#top #info-en #info-inner .artist-list a,
body#top #info-en #info-inner .artist-list a:link,
body#top #info-en #info-inner .artist-list a:visited,
body#top #info-en #info-inner .artist-list a:active {
  display: block;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  font-family: "Anton", "Noto Sans JP", sans-serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  font-weight: 700;
  font-weight: 500;
}
body#top #info #info-inner .artist-list a span,
body#top #info #info-inner .artist-list a:link span,
body#top #info #info-inner .artist-list a:visited span,
body#top #info #info-inner .artist-list a:active span,
body#top #info-en #info-inner .artist-list a span,
body#top #info-en #info-inner .artist-list a:link span,
body#top #info-en #info-inner .artist-list a:visited span,
body#top #info-en #info-inner .artist-list a:active span {
  display: block;
  font-family: "Anton", "Noto Sans JP", sans-serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  font-weight: 700;
  font-weight: 900;
  font-size: 1.6rem;
}
body#top #info #info-inner .artist-list a:hover,
body#top #info-en #info-inner .artist-list a:hover {
  color: #fff;
  opacity: 0.8;
}
body#top #info #info-inner .support-sct,
body#top #info-en #info-inner .support-sct {
  font-weight: 900;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  padding: 0 0 20px 0;
  color: var(--blood);
}
body#top #info #info-inner .open-start,
body#top #info-en #info-inner .open-start {
  font-weight: 700;
  font-family: "Anton", "Noto Sans JP", sans-serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  color: var(--bone-dark);
}
body#top #info #info-inner .venu-coution,
body#top #info-en #info-inner .venu-coution {
  padding: 20px 0;
  font-size: 1.5rem;
  display: block;
  text-align: center;
}
body#top #info #info-inner .gold-coution,
body#top #info-en #info-inner .gold-coution {
  margin: 20px 0 30px 0;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
}
body#top #info #info-inner .gold-coution p,
body#top #info-en #info-inner .gold-coution p {
  margin: 0;
}
body#top #info #info-inner .vip-coution,
body#top #info-en #info-inner .vip-coution {
  margin: 20px 0 30px 0;
}
body#top #info #info-inner .vip-coution ul,
body#top #info-en #info-inner .vip-coution ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: normal;
  justify-content: normal;
  -webkit-align-content: space-between;
  align-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
}
body#top #info #info-inner .vip-coution ul li,
body#top #info-en #info-inner .vip-coution ul li {
  text-align: center;
  width: 30%;
  font-size: 1.6rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  margin: 10px;
  border: 1px solid white;
}
@media screen and (max-width: 980px) {
  body#top #info #info-inner .vip-coution,
body#top #info-en #info-inner .vip-coution {
    margin: 20px 0 30px 0;
  }
  body#top #info #info-inner .vip-coution ul li,
body#top #info-en #info-inner .vip-coution ul li {
    margin: 5px;
    width: calc(50% - 10px);
  }
}
body#top #info #info-inner .vipticket,
body#top #info-en #info-inner .vipticket {
  border: 3px solid var(--bone-dark);
  padding: 50px 24px 30px 24px;
  background: var(--ink-mid);
  margin-top: 30px;
}
body#top #info #info-inner .vipticket h3,
body#top #info-en #info-inner .vipticket h3 {
  font-size: 3.5rem;
}
body#top #info #info-inner .vipticket p,
body#top #info-en #info-inner .vipticket p {
  margin-top: 30px;
}
body#top #info #info-inner .vipticket p b,
body#top #info-en #info-inner .vipticket p b {
  font-size: 2rem;
}
body#top #info #info-inner .vipticket .tickets-price,
body#top #info-en #info-inner .vipticket .tickets-price {
  line-height: 0.6;
}
@media screen and (max-width: 980px) {
  body#top #info #info-inner .vip-coution,
body#top #info-en #info-inner .vip-coution {
    margin: 20px 0 30px 0;
  }
  body#top #info #info-inner .vip-coution ul li,
body#top #info-en #info-inner .vip-coution ul li {
    margin: 5px;
    width: calc(50% - 10px);
  }
}
body#top #info #info-inner .today-ticket,
body#top #info-en #info-inner .today-ticket {
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #6e6e6e;
}
body#top #info #info-inner .today-ticket .ticket-line,
body#top #info-en #info-inner .today-ticket .ticket-line {
  border-top: 1px solid #6e6e6e;
  border-bottom: none;
}
body#top #info #info-inner .today-ticket .ticket-line.last-line,
body#top #info-en #info-inner .today-ticket .ticket-line.last-line {
  border-bottom: 1px solid #6e6e6e;
}
body#top #info #info-inner .today-ticket p,
body#top #info-en #info-inner .today-ticket p {
  text-align: center;
}
body#top #info #info-inner .ticket-line,
body#top #info-en #info-inner .ticket-line {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: space-between;
  align-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  color: var(--bone-dark);
  padding: 20px 30px;
  font-weight: 600;
  font-weight: bold;
  font-family: "Anton", "Noto Sans JP", sans-serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  border-bottom: 1px solid var(--bone-light);
}
body#top #info #info-inner .ticket-line .tickets-name span,
body#top #info #info-inner .ticket-line .tickets-price span,
body#top #info-en #info-inner .ticket-line .tickets-name span,
body#top #info-en #info-inner .ticket-line .tickets-price span {
  font-size: 1.3rem;
}
body#top #info #info-inner .ticket-line .tickets-price,
body#top #info-en #info-inner .ticket-line .tickets-price {
  line-height: 1;
}
body#top #info #info-inner .ticket-line .ticket-coution,
body#top #info-en #info-inner .ticket-line .ticket-coution {
  font-size: 1.2rem;
  width: 100%;
}
body#top #info #info-inner .ticket-line .ticket-coutoin,
body#top #info-en #info-inner .ticket-line .ticket-coutoin {
  font-size: 1.2rem;
  margin: 4px 0 0 0;
}
@media screen and (max-width: 980px) {
  body#top #info #info-inner .ticket-line,
body#top #info-en #info-inner .ticket-line {
    font-size: 2.5rem;
    padding: 20px 0;
  }
}
body#top #info #info-inner .ticket-line.soldout .tickets-name,
body#top #info-en #info-inner .ticket-line.soldout .tickets-name {
  position: relative;
  padding-left: 60px;
}
body#top #info #info-inner .ticket-line.soldout .tickets-name:before,
body#top #info-en #info-inner .ticket-line.soldout .tickets-name:before {
  content: "SOLD OUT";
  font-size: 1rem;
  background: #ff0000;
  padding: 5px;
  color: #fff;
  position: absolute;
  left: -10px;
  top: 50px;
  margin-top: -35px;
}
body#top #info #info-inner .ticket-line.box-seat,
body#top #info-en #info-inner .ticket-line.box-seat {
  border: none;
  padding-bottom: 0;
}
body#top #info #info-inner .box-seat-block,
body#top #info-en #info-inner .box-seat-block {
  padding: 20px 30px;
  border-bottom: 1px solid #6e6e6e;
}
body#top #info #info-inner .box-seat-block .box-seat-block-base,
body#top #info-en #info-inner .box-seat-block .box-seat-block-base {
  border: 1px solid #6e6e6e;
  padding: 20px;
}
body#top #info #info-inner .box-seat-block .box-seat-block-base strong,
body#top #info-en #info-inner .box-seat-block .box-seat-block-base strong {
  line-height: 1.8;
}
body#top #info #info-inner .box-seat-block .box-seat-block-base strong span,
body#top #info-en #info-inner .box-seat-block .box-seat-block-base strong span {
  font-size: 1.2rem;
  padding: 2px 5px;
  background: red;
  color: #fff;
  margin: 0 0 0 10px;
}
body#top #info #info-inner .box-seat-block .box-seat-block-base .box-seat-list,
body#top #info-en #info-inner .box-seat-block .box-seat-block-base .box-seat-list {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-content: space-between;
  align-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 30px 0;
  margin: 0;
}
body#top #info #info-inner .box-seat-block .box-seat-block-base .box-seat-list li,
body#top #info-en #info-inner .box-seat-block .box-seat-block-base .box-seat-list li {
  padding: 0 10px;
  list-style: none;
}
body#top #info #info-inner .box-seat-block .box-seat-block-base .box-seat-list li a,
body#top #info #info-inner .box-seat-block .box-seat-block-base .box-seat-list li a:link,
body#top #info #info-inner .box-seat-block .box-seat-block-base .box-seat-list li a:visited,
body#top #info #info-inner .box-seat-block .box-seat-block-base .box-seat-list li a:active,
body#top #info-en #info-inner .box-seat-block .box-seat-block-base .box-seat-list li a,
body#top #info-en #info-inner .box-seat-block .box-seat-block-base .box-seat-list li a:link,
body#top #info-en #info-inner .box-seat-block .box-seat-block-base .box-seat-list li a:visited,
body#top #info-en #info-inner .box-seat-block .box-seat-block-base .box-seat-list li a:active {
  display: block;
  width: 150px;
}
body#top #info #info-inner .box-seat-block .box-seat-block-base .accd strong,
body#top #info-en #info-inner .box-seat-block .box-seat-block-base .accd strong {
  font-size: 1.8rem;
}
body#top #info #info-inner .box-seat-block .box-seat-block-base .accd .accd-block,
body#top #info-en #info-inner .box-seat-block .box-seat-block-base .accd .accd-block {
  display: none;
}
body#top #info #info-inner .box-seat-block .box-seat-block-base .accd .accd-btn,
body#top #info-en #info-inner .box-seat-block .box-seat-block-base .accd .accd-btn {
  display: block;
  border: 1px solid #fff;
  padding: 10px 20px;
  width: 200px;
  margin: 20px auto 30px auto;
  text-align: center;
  cursor: pointer;
}
body#top #info #info-inner .ticket-line.tft-last,
body#top #info-en #info-inner .ticket-line.tft-last {
  margin-bottom: 30px;
}
body#top #info #info-inner .ticket-line.tft p,
body#top #info #info-inner .ticket-line.tft-last p,
body#top #info-en #info-inner .ticket-line.tft p,
body#top #info-en #info-inner .ticket-line.tft-last p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.9;
}
body#top #info #info-inner .ticket-line.tft .tickets-name,
body#top #info #info-inner .ticket-line.tft-last .tickets-name,
body#top #info-en #info-inner .ticket-line.tft .tickets-name,
body#top #info-en #info-inner .ticket-line.tft-last .tickets-name {
  position: relative;
}
body#top #info #info-inner .ticket-line.tft .tickets-name:before,
body#top #info #info-inner .ticket-line.tft-last .tickets-name:before,
body#top #info-en #info-inner .ticket-line.tft .tickets-name:before,
body#top #info-en #info-inner .ticket-line.tft-last .tickets-name:before {
  content: "当日券";
  font-size: 1rem;
  background: red;
  padding: 5px;
  color: #fff;
  position: absolute;
  left: -50px;
  top: 50px;
  margin-top: -35px;
}
body#top #info #info-inner .ticket-line.tft.tft-en .tickets-name:before,
body#top #info #info-inner .ticket-line.tft-last.tft-en .tickets-name:before,
body#top #info-en #info-inner .ticket-line.tft.tft-en .tickets-name:before,
body#top #info-en #info-inner .ticket-line.tft-last.tft-en .tickets-name:before {
  content: "DOOR";
}
body#top #info #info-inner p,
body#top #info-en #info-inner p {
  word-wrap: break-word;
  margin: 15px 0 25px 0;
}
body#top #info #info-inner .info-table,
body#top #info-en #info-inner .info-table {
  position: absolute;
  top: 35px;
  left: 35px;
}
body#top #info #info-inner .info-place,
body#top #info-en #info-inner .info-place {
  vertical-align: middle;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 900;
  color: #fff;
}
body#top #info #info-inner .info-sale,
body#top #info-en #info-inner .info-sale {
  position: absolute;
  top: -20px;
  right: -50px;
  width: 200px;
  text-align: center;
  color: #fff;
  background: #000000;
  border: 8px solid #f9f100;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 5px 10px;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
}
body#top #info #info-inner .time,
body#top #info-en #info-inner .time {
  position: absolute;
  top: 100px;
  left: 130px;
  font-size: 16px;
  font-size: 1.6rem;
}
body#top #info #info-inner .time .fas,
body#top #info-en #info-inner .time .fas {
  padding: 0 15px;
  color: #ff0000;
}
body#top #info #info-inner .time-red,
body#top #info-en #info-inner .time-red {
  color: #ff0000;
  font-weight: 600;
}
body#top #info #info-inner .pre-banner,
body#top #info-en #info-inner .pre-banner {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: space-between;
  align-content: space-between;
  margin: 0 0 50px 0;
}
body#top #info #info-inner .pre-banner a,
body#top #info #info-inner .pre-banner a:link,
body#top #info #info-inner .pre-banner a:visited,
body#top #info #info-inner .pre-banner a:active,
body#top #info-en #info-inner .pre-banner a,
body#top #info-en #info-inner .pre-banner a:link,
body#top #info-en #info-inner .pre-banner a:visited,
body#top #info-en #info-inner .pre-banner a:active {
  display: block;
  text-align: center;
}
body#top #info #info-inner .pre-banner a img,
body#top #info #info-inner .pre-banner a:link img,
body#top #info #info-inner .pre-banner a:visited img,
body#top #info #info-inner .pre-banner a:active img,
body#top #info-en #info-inner .pre-banner a img,
body#top #info-en #info-inner .pre-banner a:link img,
body#top #info-en #info-inner .pre-banner a:visited img,
body#top #info-en #info-inner .pre-banner a:active img {
  width: 300px;
}
body#top #info #info-inner .pre-banner a span,
body#top #info #info-inner .pre-banner a:link span,
body#top #info #info-inner .pre-banner a:visited span,
body#top #info #info-inner .pre-banner a:active span,
body#top #info-en #info-inner .pre-banner a span,
body#top #info-en #info-inner .pre-banner a:link span,
body#top #info-en #info-inner .pre-banner a:visited span,
body#top #info-en #info-inner .pre-banner a:active span {
  font-size: 1.2rem;
  display: block;
  text-decoration: none;
}
body#top #info #info-inner .pre-banner a:hover,
body#top #info-en #info-inner .pre-banner a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
body#top #info #info-inner .pre-block .pre-inblock,
body#top #info-en #info-inner .pre-block .pre-inblock {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-content: space-between;
  align-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
}
body#top #info #info-inner .pre-block .pre-block-center,
body#top #info-en #info-inner .pre-block .pre-block-center {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: space-between;
  align-content: space-between;
}
body#top #info #info-inner .pre-block .pre-caption-out,
body#top #info-en #info-inner .pre-block .pre-caption-out {
  margin: 0 0 20px 0;
  font-size: 1.2rem;
  text-align: center;
}
body#top #info #info-inner .pre-block a,
body#top #info #info-inner .pre-block a:link,
body#top #info #info-inner .pre-block a:visited,
body#top #info #info-inner .pre-block a:active,
body#top #info-en #info-inner .pre-block a,
body#top #info-en #info-inner .pre-block a:link,
body#top #info-en #info-inner .pre-block a:visited,
body#top #info-en #info-inner .pre-block a:active {
  display: block;
  border-radius: 6px;
  margin: 0 1% 20px 1%;
  width: 31%;
  text-decoration: none;
  background: #fff;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 0 0 10px 0;
}
body#top #info #info-inner .pre-block a img,
body#top #info #info-inner .pre-block a:link img,
body#top #info #info-inner .pre-block a:visited img,
body#top #info #info-inner .pre-block a:active img,
body#top #info-en #info-inner .pre-block a img,
body#top #info-en #info-inner .pre-block a:link img,
body#top #info-en #info-inner .pre-block a:visited img,
body#top #info-en #info-inner .pre-block a:active img {
  width: 40%;
}
body#top #info #info-inner .pre-block a:hover,
body#top #info-en #info-inner .pre-block a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
body#top #info #info-inner .pre-block .pre-block-ttl,
body#top #info-en #info-inner .pre-block .pre-block-ttl {
  display: block;
  padding: 10px 0;
  font-weight: 700;
  color: #fff;
  font-size: 1.6rem;
}
body#top #info #info-inner .pre-block .pre-block-logo,
body#top #info-en #info-inner .pre-block .pre-block-logo {
  margin: 10px 0 5px 0;
  min-height: 45px;
}
body#top #info #info-inner .pre-block .pre-block-time,
body#top #info-en #info-inner .pre-block .pre-block-time {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
}
body#top #info #info-inner .pre-block .pre-caption,
body#top #info-en #info-inner .pre-block .pre-caption {
  margin: 0;
  font-size: 1.2rem;
}
body#top #info #info-inner .pre-block a.lowson .pre-block-ttl,
body#top #info-en #info-inner .pre-block a.lowson .pre-block-ttl {
  background: rgb(36, 120, 190);
  background: -moz-linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
  background: -webkit-linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
  background: linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2478be", endColorstr="#1b7ac8", GradientType=1);
}
body#top #info #info-inner .pre-block a.lowson .pre-block-time,
body#top #info-en #info-inner .pre-block a.lowson .pre-block-time {
  color: #2478be;
}
body#top #info #info-inner .pre-block a.pia .pre-block-ttl,
body#top #info-en #info-inner .pre-block a.pia .pre-block-ttl {
  background: rgb(36, 120, 190);
  background: -moz-linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
  background: -webkit-linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
  background: linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2478be", endColorstr="#1b7ac8", GradientType=1);
}
body#top #info #info-inner .pre-block a.pia .pre-block-time,
body#top #info-en #info-inner .pre-block a.pia .pre-block-time {
  color: #2478be;
}
body#top #info #info-inner .pre-block a.pia img,
body#top #info-en #info-inner .pre-block a.pia img {
  width: 50%;
}
body#top #info #info-inner .pre-block a.rakuten .pre-block-ttl,
body#top #info-en #info-inner .pre-block a.rakuten .pre-block-ttl {
  background: rgb(110, 0, 167);
  background: -moz-linear-gradient(0deg, rgb(110, 0, 167) 0%, rgb(210, 123, 255) 45%, rgb(166, 60, 222) 100%);
  background: -webkit-linear-gradient(0deg, rgb(110, 0, 167) 0%, rgb(210, 123, 255) 45%, rgb(166, 60, 222) 100%);
  background: linear-gradient(0deg, rgb(110, 0, 167) 0%, rgb(210, 123, 255) 45%, rgb(166, 60, 222) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e00a7", endColorstr="#a63cde", GradientType=1);
}
body#top #info #info-inner .pre-block a.rakuten .pre-block-time,
body#top #info-en #info-inner .pre-block a.rakuten .pre-block-time {
  color: #7d00be;
}
body#top #info #info-inner .pre-block a.cn,
body#top #info-en #info-inner .pre-block a.cn {
  border: 1px solid #fff;
}
body#top #info #info-inner .pre-block a.cn .pre-block-ttl,
body#top #info-en #info-inner .pre-block a.cn .pre-block-ttl {
  background: #000;
}
body#top #info #info-inner .pre-block a.cn .pre-block-time,
body#top #info-en #info-inner .pre-block a.cn .pre-block-time {
  color: #7d00be;
}
body#top #info #info-inner .pre-block a.cn img,
body#top #info-en #info-inner .pre-block a.cn img {
  width: 55%;
}
body#top #info #info-inner .pre-block a.eplus .pre-block-ttl,
body#top #info-en #info-inner .pre-block a.eplus .pre-block-ttl {
  background: rgb(200, 68, 130);
  background: -moz-linear-gradient(0deg, rgb(200, 68, 130) 0%, rgb(229, 106, 164) 45%, rgb(255, 161, 205) 100%);
  background: -webkit-linear-gradient(0deg, rgb(200, 68, 130) 0%, rgb(229, 106, 164) 45%, rgb(255, 161, 205) 100%);
  background: linear-gradient(0deg, rgb(200, 68, 130) 0%, rgb(229, 106, 164) 45%, rgb(255, 161, 205) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c84482", endColorstr="#ffa1cd", GradientType=1);
}
body#top #info #info-inner .pre-block a.eplus .pre-block-time,
body#top #info-en #info-inner .pre-block a.eplus .pre-block-time {
  color: #e95098;
}
body#top #info #info-inner .pre-block a.eplus img,
body#top #info-en #info-inner .pre-block a.eplus img {
  width: 60%;
}
@media screen and (max-width: 980px) {
  body#top #info #info-inner .pre-block .pre-inblock,
body#top #info-en #info-inner .pre-block .pre-inblock {
    display: block;
  }
  body#top #info #info-inner .pre-block a,
body#top #info #info-inner .pre-block a:link,
body#top #info #info-inner .pre-block a:visited,
body#top #info #info-inner .pre-block a:active,
body#top #info-en #info-inner .pre-block a,
body#top #info-en #info-inner .pre-block a:link,
body#top #info-en #info-inner .pre-block a:visited,
body#top #info-en #info-inner .pre-block a:active {
    width: 100%;
  }
  body#top #info #info-inner .pre-block a img,
body#top #info #info-inner .pre-block a:link img,
body#top #info #info-inner .pre-block a:visited img,
body#top #info #info-inner .pre-block a:active img,
body#top #info-en #info-inner .pre-block a img,
body#top #info-en #info-inner .pre-block a:link img,
body#top #info-en #info-inner .pre-block a:visited img,
body#top #info-en #info-inner .pre-block a:active img {
    width: 50%;
  }
  body#top #info #info-inner .pre-block a:hover,
body#top #info-en #info-inner .pre-block a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  body#top #info #info-inner .pre-block .pre-block-ttl,
body#top #info-en #info-inner .pre-block .pre-block-ttl {
    display: block;
    padding: 10px 0;
    font-weight: 700;
    color: #fff;
    font-size: 1.6rem;
  }
  body#top #info #info-inner .pre-block .pre-block-logo,
body#top #info-en #info-inner .pre-block .pre-block-logo {
    margin: 10px 0 5px 0;
    min-height: 45px;
  }
  body#top #info #info-inner .pre-block .pre-block-time,
body#top #info-en #info-inner .pre-block .pre-block-time {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
  }
  body#top #info #info-inner .pre-block .pre-caption,
body#top #info-en #info-inner .pre-block .pre-caption {
    margin: 0;
    font-size: 1.2rem;
  }
  body#top #info #info-inner .pre-block a.lowson .pre-block-ttl,
body#top #info-en #info-inner .pre-block a.lowson .pre-block-ttl {
    background: rgb(36, 120, 190);
    background: -moz-linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
    background: -webkit-linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
    background: linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2478be", endColorstr="#1b7ac8", GradientType=1);
  }
  body#top #info #info-inner .pre-block a.lowson .pre-block-time,
body#top #info-en #info-inner .pre-block a.lowson .pre-block-time {
    color: #2478be;
  }
  body#top #info #info-inner .pre-block a.pia .pre-block-ttl,
body#top #info-en #info-inner .pre-block a.pia .pre-block-ttl {
    background: rgb(36, 120, 190);
    background: -moz-linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
    background: -webkit-linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
    background: linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2478be", endColorstr="#1b7ac8", GradientType=1);
  }
  body#top #info #info-inner .pre-block a.pia .pre-block-time,
body#top #info-en #info-inner .pre-block a.pia .pre-block-time {
    color: #2478be;
  }
  body#top #info #info-inner .pre-block a.pia img,
body#top #info-en #info-inner .pre-block a.pia img {
    width: 50%;
  }
  body#top #info #info-inner .pre-block a.rakuten .pre-block-ttl,
body#top #info-en #info-inner .pre-block a.rakuten .pre-block-ttl {
    background: rgb(110, 0, 167);
    background: -moz-linear-gradient(0deg, rgb(110, 0, 167) 0%, rgb(210, 123, 255) 45%, rgb(166, 60, 222) 100%);
    background: -webkit-linear-gradient(0deg, rgb(110, 0, 167) 0%, rgb(210, 123, 255) 45%, rgb(166, 60, 222) 100%);
    background: linear-gradient(0deg, rgb(110, 0, 167) 0%, rgb(210, 123, 255) 45%, rgb(166, 60, 222) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e00a7", endColorstr="#a63cde", GradientType=1);
  }
  body#top #info #info-inner .pre-block a.rakuten .pre-block-time,
body#top #info-en #info-inner .pre-block a.rakuten .pre-block-time {
    color: #7d00be;
  }
  body#top #info #info-inner .pre-block a.eplus .pre-block-ttl,
body#top #info-en #info-inner .pre-block a.eplus .pre-block-ttl {
    background: rgb(200, 68, 130);
    background: -moz-linear-gradient(0deg, rgb(200, 68, 130) 0%, rgb(229, 106, 164) 45%, rgb(255, 161, 205) 100%);
    background: -webkit-linear-gradient(0deg, rgb(200, 68, 130) 0%, rgb(229, 106, 164) 45%, rgb(255, 161, 205) 100%);
    background: linear-gradient(0deg, rgb(200, 68, 130) 0%, rgb(229, 106, 164) 45%, rgb(255, 161, 205) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c84482", endColorstr="#ffa1cd", GradientType=1);
  }
  body#top #info #info-inner .pre-block a.eplus .pre-block-time,
body#top #info-en #info-inner .pre-block a.eplus .pre-block-time {
    color: #e95098;
  }
  body#top #info #info-inner .pre-block a.eplus img,
body#top #info-en #info-inner .pre-block a.eplus img {
    width: 60%;
  }
}
body#top #info #info-inner h4,
body#top #info-en #info-inner h4 {
  font-weight: 400;
  font-weight: normal;
  font-family: "Anton", "Noto Sans JP", sans-serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 5px;
  text-align: center;
  margin: 50px 0 20px 0;
}
body#top #info #info-inner h4 span.right-tex,
body#top #info-en #info-inner h4 span.right-tex {
  float: none;
  margin-left: 1em;
}
body#top #info #info-inner h4 .caption,
body#top #info-en #info-inner h4 .caption {
  margin-bottom: 0;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right;
}
body#top #info #info-inner h4:first-child,
body#top #info-en #info-inner h4:first-child {
  margin-top: 0;
}
body#top #info #info-inner .info-sale-date,
body#top #info-en #info-inner .info-sale-date {
  font-weight: 500;
  font-family: "Anton", "Noto Sans JP", sans-serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
  text-align: center;
  color: var(--blood);
}
body#top #info #info-inner .right,
body#top #info-en #info-inner .right {
  margin-top: -10px;
  text-align: right;
  padding-bottom: 2em;
  display: block;
}
body#top #info #info-inner .tel-info,
body#top #info-en #info-inner .tel-info {
  text-align: center;
  margin: 15px 0 15px 0;
}
body#top #info #info-inner .center,
body#top #info-en #info-inner .center {
  margin: 15px 0 25px 0;
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
body#top #info #info-inner .info-coution,
body#top #info-en #info-inner .info-coution {
  padding: 5px 30px;
}
body#top #info #info-inner .info-coution .info-spo-wrap,
body#top #info-en #info-inner .info-coution .info-spo-wrap {
  text-align: center;
  margin: 5px 0 5px 0;
}
body#top #info #info-inner .info-coution .info-spo,
body#top #info-en #info-inner .info-coution .info-spo {
  display: block;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 15px;
  border: 1px solid rgba(28, 23, 18, 0.25);
  width: 80%;
  margin: 20px auto 0 auto;
  font-weight: 200;
}
body#top #info #info-inner .info-coution .info-spo a,
body#top #info-en #info-inner .info-coution .info-spo a {
  text-decoration: none;
  color: #221a15;
}
body#top #info #info-inner .info-coution .info-spo a:hover,
body#top #info-en #info-inner .info-coution .info-spo a:hover {
  text-decoration: underline;
}
body#top #info #info-inner .info-coution .caption,
body#top #info-en #info-inner .info-coution .caption {
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
}
body#top #info #info-inner .covid-coution,
body#top #info-en #info-inner .covid-coution {
  display: block;
  color: var(--bone);
  width: 450px;
  font-size: 1.5rem;
  margin: 20px auto 20px auto;
  text-decoration: none;
  padding: 20px 30px;
  border: 2px solid var(--bone-dark);
  background: var(--bone-dark);
  position: relative;
  text-align: center;
}
body#top #info #info-inner .covid-coution .fa-shield-virus,
body#top #info-en #info-inner .covid-coution .fa-shield-virus {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -16px;
  font-size: 3rem;
}
body#top #info #info-inner .covid-coution .fa-window-restore,
body#top #info-en #info-inner .covid-coution .fa-window-restore {
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -9px;
  font-size: 1.5rem;
}
body#top #info #info-inner .covid-coution:hover,
body#top #info-en #info-inner .covid-coution:hover {
  background: var(--blood);
  color: var(--bone);
  border: 2px solid var(--blood);
}
body#top #info #info-inner .map-btn,
body#top #info-en #info-inner .map-btn {
  margin: 20px auto 20px auto;
  text-align: center;
  display: block;
  opacity: 1;
  width: 450px;
}
body#top #info #info-inner .map-btn img,
body#top #info-en #info-inner .map-btn img {
  width: 450px;
  border: 3px solid #fff;
}
body#top #info #info-inner .map-btn:hover,
body#top #info-en #info-inner .map-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 980px) {
  body#top #info #info-inner .covid-coution,
body#top #info-en #info-inner .covid-coution {
    width: auto;
    padding: 20px 70px;
  }
  body#top #info #info-inner .covid-coution .fa-shield-virus,
body#top #info-en #info-inner .covid-coution .fa-shield-virus {
    font-size: 2.5rem;
  }
  body#top #info #info-inner .map-btn,
body#top #info-en #info-inner .map-btn {
    width: 100%;
  }
  body#top #info #info-inner .map-btn img,
body#top #info-en #info-inner .map-btn img {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  body#top #info #info-inner,
body#top #info-en #info-inner {
    padding: 0 20px;
  }
}
body#top #info .accd,
body#top #info-en .accd {
  position: relative;
}
body#top #info .accd .accd-block,
body#top #info-en .accd .accd-block {
  display: none;
}
body#top #info .accd .accd-btn,
body#top #info-en .accd .accd-btn {
  display: block;
  color: var(--bone);
  width: 450px;
  font-size: 1.5rem;
  margin: 20px auto 20px auto;
  text-decoration: none;
  padding: 20px 30px;
  border: 1px solid var(--bone-dark);
  background: var(--bone-dark);
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
body#top #info .accd .accd-btn .close,
body#top #info-en .accd .accd-btn .close {
  display: none;
}
@media screen and (max-width: 980px) {
  body#top #info .accd .accd-btn,
body#top #info-en .accd .accd-btn {
    width: auto;
    padding: 20px 70px;
  }
}
body#top #info .accd .accd-btn:hover,
body#top #info-en .accd .accd-btn:hover {
  border: 1px solid var(--blood);
  background: var(--blood);
  color: var(--bone);
}
body#top #info .accd .accd-btn.act .show,
body#top #info-en .accd .accd-btn.act .show {
  display: none;
}
body#top #info .accd .accd-btn.act .close,
body#top #info-en .accd .accd-btn.act .close {
  display: block;
}
body#top #info .accd .accd-btn.act .fa-solid,
body#top #info-en .accd .accd-btn.act .fa-solid {
  transform: rotate(0deg);
}
body#top #info-en #info-inner {
  padding: 0 50px;
}
@media screen and (max-width: 980px) {
  body#top #info-en #info-inner {
    padding: 0 20px;
  }
}
body#top #info-en .info-det.add-date:before {
  display: block;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  content: "NEW DATE";
  background: red;
  font-size: 1.8rem;
  color: #fff;
  padding: 10px 5px;
}
body#top #info-en #info-inner h3 {
  font-family: "Anton", "Noto Sans JP", sans-serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  font-weight: 700;
  font-size: 4rem;
}
body#top #info-en #info-inner h3 span {
  font-size: 7rem;
}
body#top #info-en #info-inner .open-start {
  font-family: "Anton", "Noto Sans JP", sans-serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
}
body#top #info-en #info-inner .today-ticket .ticket-line {
  font-family: "Anton", "Noto Sans JP", sans-serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  font-weight: 700;
  font-size: 4.5rem;
}
@media screen and (max-width: 980px) {
  body#top #info-en #info-inner h3 {
    font-size: 2.6rem;
  }
  body#top #info-en #info-inner h3 span {
    font-size: 5rem;
  }
  body#top #info-en #info-inner .open-start {
    font-size: 2rem;
  }
  body#top #info-en #info-inner .today-ticket .ticket-line {
    font-size: 2.5rem;
  }
}
body#top #info-en #info-inner .ticket-line {
  font-family: "Anton", "Noto Sans JP", sans-serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  font-weight: 700;
  font-size: 4rem;
}
body#top #info-en #info-inner .ticket-line .tickets-name span,
body#top #info-en #info-inner .ticket-line .tickets-price span {
  font-size: 1.3rem;
}
@media screen and (max-width: 980px) {
  body#top #info-en #info-inner .ticket-line {
    font-size: 3rem;
  }
  body#top #info-en #info-inner .ticket-line .tickets-name span,
body#top #info-en #info-inner .ticket-line .tickets-price span {
    font-size: 1.6rem;
  }
}
body#top #info-en #info-inner .ticket-line.soldout .tickets-name:before {
  margin-top: -28px;
}
body#top #info-en #info-inner .info-sale-date {
  font-size: 3rem;
  font-family: "Permanent Marker", "Noto Sans JP", cursive;
  font-weight: 400;
  transform: rotate(-2deg);
  color: var(--blood);
}
body#top #info-en #info-inner .tel-info {
  font-family: "Anton", "Noto Sans JP", sans-serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
body#top #info-en #info-inner .center {
  font-size: 1.4rem;
}
@media screen and (max-width: 980px) {
  body#top #info-en #info-inner .info-sale-date {
    font-size: 2rem;
  }
  body#top #info-en #info-inner .tel-info {
    font-size: 1.8rem;
  }
  body#top #info-en #info-inner .center {
    font-size: 1.4rem;
  }
  body#top #info-en #info-inner .artist-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 980px) {
  body#top body#top #wrap #info,
body#top body#top #wrap #info-en {
    padding-top: 0;
    margin-top: 0;
  }
  body#top body#top #wrap #info #info-inner,
body#top body#top #wrap #info-en #info-inner {
    padding: 0 15px 30px 15px;
  }
  body#top body#top #wrap #info #info-inner h2,
body#top body#top #wrap #info-en #info-inner h2 {
    font-size: 16px;
    font-size: 1.6rem;
    border-left: 1px solid #bbb;
  }
  body#top body#top #wrap #info #info-inner .date,
body#top body#top #wrap #info-en #info-inner .date {
    padding: 0;
    margin-top: 10px;
    display: block;
  }
  body#top body#top #wrap #info #info-inner p,
body#top body#top #wrap #info-en #info-inner p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  body#top body#top #wrap #info #info-inner .info-table,
body#top body#top #wrap #info-en #info-inner .info-table {
    position: static;
    display: block;
  }
  body#top body#top #wrap #info #info-inner .info-sale,
body#top body#top #wrap #info-en #info-inner .info-sale {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 120px;
    color: #fff;
    background: #000000;
    border: 8px solid #f9f100;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    padding: 5px 10px;
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
  }
  body#top body#top #wrap #info #info-inner .info-place,
body#top body#top #wrap #info-en #info-inner .info-place {
    display: block;
    vertical-align: middle;
    text-align: center;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 900;
  }
  body#top body#top #wrap #info #info-inner .ticket-line,
body#top body#top #wrap #info-en #info-inner .ticket-line {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 2.5rem;
    padding: 20px 0;
  }
  body#top body#top #wrap #info #info-inner .ticket-line .tickets-name span,
body#top body#top #wrap #info #info-inner .ticket-line .tickets-price span,
body#top body#top #wrap #info-en #info-inner .ticket-line .tickets-name span,
body#top body#top #wrap #info-en #info-inner .ticket-line .tickets-price span {
    font-size: 1rem;
    display: block;
    text-align: right;
  }
  body#top body#top #wrap #info #info-inner .ticket-line .tickets-name .attention,
body#top body#top #wrap #info #info-inner .ticket-line .tickets-price .attention,
body#top body#top #wrap #info-en #info-inner .ticket-line .tickets-name .attention,
body#top body#top #wrap #info-en #info-inner .ticket-line .tickets-price .attention {
    font-size: 1rem;
    display: block;
  }
  body#top body#top #wrap #info #info-inner .ticket-line .tickets-price,
body#top body#top #wrap #info-en #info-inner .ticket-line .tickets-price {
    text-align: right;
  }
  body#top body#top #wrap #info #info-inner .ticket-line.overwords .tickets-name,
body#top body#top #wrap #info #info-inner .ticket-line.overwords .tickets-price,
body#top body#top #wrap #info-en #info-inner .ticket-line.overwords .tickets-name,
body#top body#top #wrap #info-en #info-inner .ticket-line.overwords .tickets-price {
    width: 100%;
  }
  body#top body#top #wrap #info #info-inner .box-seat-block,
body#top body#top #wrap #info-en #info-inner .box-seat-block {
    padding: 10px;
  }
  body#top body#top #wrap #info #info-inner .box-seat-block .box-seat-block-base,
body#top body#top #wrap #info-en #info-inner .box-seat-block .box-seat-block-base {
    padding: 10px;
  }
  body#top body#top #wrap #info #info-inner .box-seat-block .box-seat-block-base .box-seat-list li,
body#top body#top #wrap #info-en #info-inner .box-seat-block .box-seat-block-base .box-seat-list li {
    width: 50%;
    padding: 0 4px;
  }
  body#top body#top #wrap #info #info-inner .box-seat-block .box-seat-block-base .box-seat-list li a,
body#top body#top #wrap #info #info-inner .box-seat-block .box-seat-block-base .box-seat-list li a:link,
body#top body#top #wrap #info #info-inner .box-seat-block .box-seat-block-base .box-seat-list li a:visited,
body#top body#top #wrap #info #info-inner .box-seat-block .box-seat-block-base .box-seat-list li a:active,
body#top body#top #wrap #info-en #info-inner .box-seat-block .box-seat-block-base .box-seat-list li a,
body#top body#top #wrap #info-en #info-inner .box-seat-block .box-seat-block-base .box-seat-list li a:link,
body#top body#top #wrap #info-en #info-inner .box-seat-block .box-seat-block-base .box-seat-list li a:visited,
body#top body#top #wrap #info-en #info-inner .box-seat-block .box-seat-block-base .box-seat-list li a:active {
    width: auto;
    display: block;
  }
  body#top body#top #wrap #info #info-inner .box-seat-block .box-seat-block-base .accd strong,
body#top body#top #wrap #info-en #info-inner .box-seat-block .box-seat-block-base .accd strong {
    font-size: 1.4rem;
  }
  body#top body#top #wrap #info #info-inner .box-seat-block .box-seat-block-base .accd .accd-block,
body#top body#top #wrap #info-en #info-inner .box-seat-block .box-seat-block-base .accd .accd-block {
    font-size: 1.2rem;
  }
  body#top body#top #wrap #info #info-inner h3,
body#top body#top #wrap #info-en #info-inner h3 {
    margin: 0;
    position: static;
    text-align: center;
    font-size: 23px;
    font-size: 2.3rem;
  }
  body#top body#top #wrap #info #info-inner h3 span,
body#top body#top #wrap #info-en #info-inner h3 span {
    font-weight: 700;
    font-size: 30px;
    font-size: 3rem;
  }
  body#top body#top #wrap #info #info-inner h3 .kaijo-ttl,
body#top body#top #wrap #info-en #info-inner h3 .kaijo-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
  body#top body#top #wrap #info #info-inner h3 .f-s,
body#top body#top #wrap #info-en #info-inner h3 .f-s {
    font-size: 30px;
    font-size: 3rem;
  }
  body#top body#top #wrap #info #info-inner h3 .f-b,
body#top body#top #wrap #info-en #info-inner h3 .f-b {
    font-size: 35px;
    font-size: 4rem;
  }
  body#top body#top #wrap #info #info-inner h3 .info-stage,
body#top body#top #wrap #info-en #info-inner h3 .info-stage {
    font-size: 25px;
    font-size: 2.5rem;
    margin-left: 0;
    display: block;
  }
  body#top body#top #wrap #info #info-inner .event-ttl h2,
body#top body#top #wrap #info-en #info-inner .event-ttl h2 {
    font-size: 4rem;
    border: none;
    letter-spacing: 0px;
  }
  body#top body#top #wrap #info #info-inner .comingsoon,
body#top body#top #wrap #info-en #info-inner .comingsoon {
    font-size: 3rem;
  }
  body#top body#top #wrap #info #info-inner .artist-list,
body#top body#top #wrap #info-en #info-inner .artist-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body#top body#top #wrap #info #info-inner .time,
body#top body#top #wrap #info-en #info-inner .time {
    padding: 10px 0;
    position: static;
    top: auto;
    right: auto;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500;
    display: block;
  }
  body#top body#top #wrap #info #info-inner .pre-banner,
body#top body#top #wrap #info-en #info-inner .pre-banner {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: space-between;
    align-content: space-between;
    margin: 0 0 50px 0;
  }
  body#top body#top #wrap #info #info-inner .pre-banner a,
body#top body#top #wrap #info #info-inner .pre-banner a:link,
body#top body#top #wrap #info #info-inner .pre-banner a:visited,
body#top body#top #wrap #info #info-inner .pre-banner a:active,
body#top body#top #wrap #info-en #info-inner .pre-banner a,
body#top body#top #wrap #info-en #info-inner .pre-banner a:link,
body#top body#top #wrap #info-en #info-inner .pre-banner a:visited,
body#top body#top #wrap #info-en #info-inner .pre-banner a:active {
    display: block;
    text-align: center;
  }
  body#top body#top #wrap #info #info-inner .pre-banner a img,
body#top body#top #wrap #info #info-inner .pre-banner a:link img,
body#top body#top #wrap #info #info-inner .pre-banner a:visited img,
body#top body#top #wrap #info #info-inner .pre-banner a:active img,
body#top body#top #wrap #info-en #info-inner .pre-banner a img,
body#top body#top #wrap #info-en #info-inner .pre-banner a:link img,
body#top body#top #wrap #info-en #info-inner .pre-banner a:visited img,
body#top body#top #wrap #info-en #info-inner .pre-banner a:active img {
    width: 70%;
  }
  body#top body#top #wrap #info #info-inner .pre-banner a:hover,
body#top body#top #wrap #info-en #info-inner .pre-banner a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  body#top body#top #wrap #info #info-inner h4,
body#top body#top #wrap #info-en #info-inner h4 {
    font-size: 20px;
    font-size: 2rem;
  }
  body#top body#top #wrap #info #info-inner h4 span,
body#top body#top #wrap #info-en #info-inner h4 span {
    display: block;
  }
  body#top body#top #wrap #info #info-inner h4 span.right-tex,
body#top body#top #wrap #info-en #info-inner h4 span.right-tex {
    float: none;
  }
  body#top body#top #wrap #info #info-inner h4 .caption,
body#top body#top #wrap #info-en #info-inner h4 .caption {
    margin-top: 5px;
    font-size: 1px;
    font-size: 1rem;
    text-align: left;
  }
  body#top body#top #wrap #info #info-inner h4:first-child,
body#top body#top #wrap #info-en #info-inner h4:first-child {
    margin-top: 1em;
  }
  body#top body#top #wrap #info #info-inner .info-sale-date,
body#top body#top #wrap #info-en #info-inner .info-sale-date {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0;
    text-align: center;
  }
  body#top body#top #wrap #info #info-inner .info-coution,
body#top body#top #wrap #info-en #info-inner .info-coution {
    padding: 5px 5px;
  }
  body#top body#top #wrap #info #info-inner .info-coution .info-spo-wrap,
body#top body#top #wrap #info-en #info-inner .info-coution .info-spo-wrap {
    text-align: center;
    margin: 5px 0 5px 0;
  }
  body#top body#top #wrap #info #info-inner .info-coution .info-spo,
body#top body#top #wrap #info-en #info-inner .info-coution .info-spo {
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 5px 10px;
    border: 2px solid #c1c1c1;
    margin-right: 0;
    margin-top: 10px;
    display: block;
    width: 100%;
  }
  body#top body#top #wrap #info #info-inner .info-coution .info-spo:last-child,
body#top body#top #wrap #info-en #info-inner .info-coution .info-spo:last-child {
    margin-right: 0;
  }
  body#top body#top #wrap #info #info-inner .info-coution .caption,
body#top body#top #wrap #info-en #info-inner .info-coution .caption {
    font-weight: 300;
    font-size: 13px;
    font-size: 1.3rem;
  }
  body#top body#top #wrap #info-en #info-inner h3 {
    font-family: "Anton", "Noto Sans JP", sans-serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
    font-weight: 700;
  }
  body#top body#top #wrap #info-en #info-inner .time {
    font-family: "Anton", "Noto Sans JP", sans-serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
    font-weight: 700;
  }
}
body#top #bio-wrap {
  position: relative;
  z-index: 10;
  clip-path: polygon(0 0, 0% 100%, 100% 100%, 100% 0);
  background-color: transparent;
}
@media screen and (max-width: 980px) {
  body#top #bio-wrap:before {
    background-image: url(../img/bg-sp.jpg);
    background-position: center;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 980px) {
  body#top #bio-wrap {
    clip-path: polygon(0 0, 0% 100%, 100% 100%, 100% 0);
  }
}
body#top #bio {
  margin: 0 auto;
  padding: 55px 30px;
}
body#top #bio #queen-logo {
  padding: 0 50px 30px 50px;
  text-align: center;
}
body#top #bio #queen-logo img {
  width: 50%;
}
body#top #bio h2.osaka-artist {
  font-size: 6rem;
}
body#top #bio .bio-inner {
  padding: 0 10px;
}
body#top #bio .bio-inner h2 {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 0.5em;
  border-left: 3px solid #e2362a;
  margin: 20px 0;
}
body#top #bio .bio-inner h3 {
  font-size: 3.5rem;
  margin: 10px 0 10px 0;
  text-align: center;
}
body#top #bio .bio-inner p {
  margin: 0 0 25px 0;
  line-height: 1.8;
}
body#top #bio .bio-inner .left-img {
  padding: 0 20px 20px 0;
}
body#top #bio .bio-inner .left-img img {
  height: auto;
  width: 100%;
  max-width: initial;
  clip-path: polygon(0 0, 0% 100%, 100% 100%, 100% 0);
}
body#top #bio .history .history-list {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-content: space-between;
  align-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
body#top #bio .history .history-list dt {
  font-weight: normal;
  width: 18%;
  padding: 20px 10px 20px 10px;
  position: relative;
}
body#top #bio .history .history-list dd {
  width: 82%;
  margin: 0;
  padding: 20px 10px 20px 10px;
  position: relative;
}
body#top #bio .history .history-list dd:after {
  content: " ";
  display: block;
  width: 1px;
  height: 100%;
  background: #ffdc34;
  position: absolute;
  top: 50%;
  left: -21px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
body#top #bio .history .history-list dt:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #ffdc34;
  position: absolute;
  top: 50%;
  right: 10px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 980px) {
  body#top #bio .history .history-list {
    display: block;
    margin: 0 10px 0 30px;
    padding: 0 0 0 30px;
    position: relative;
    border-left: 1px solid #ffdc34;
  }
  body#top #bio .history .history-list dt {
    width: auto;
    font-weight: 700;
  }
  body#top #bio .history .history-list dd {
    width: auto;
    padding: 0 10px 20px 10px;
  }
  body#top #bio .history .history-list dd:after {
    display: none;
  }
  body#top #bio .history .history-list dt:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #ffdc34;
    position: absolute;
    top: 50%;
    right: auto;
    left: -40px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
body#top #video .video-block iframe {
  margin: 0 0 20px 0;
  padding: 0 10px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
body#top #video #video-inner {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: inherit;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: space-between;
  align-content: space-between;
  text-align: center;
}
body#top #video #video-inner iframe {
  margin: 0 0 20px 0;
  padding: 0 10px;
  width: 50%;
  height: auto;
  aspect-ratio: 16/9;
}
body#top #release,
body#top #bio-wrap {
  padding-bottom: 100px;
}
body#top #release #release-inner,
body#top #bio-wrap #release-inner {
  padding: 0 10px 25px 10px;
}
body#top #release #release-inner h2,
body#top #bio-wrap #release-inner h2 {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 0.5em;
  border-left: 3px solid #e2362a;
  margin: 20px 0;
  height: 1.5em;
  vertical-align: middle;
}
body#top #release #release-inner p,
body#top #bio-wrap #release-inner p {
  margin: 0 0 25px 0;
}
body#top #release #release-inner .left-img,
body#top #bio-wrap #release-inner .left-img {
  margin-bottom: 20px;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: space-between;
  align-content: space-between;
}
body#top #release #release-inner .left-img img,
body#top #bio-wrap #release-inner .left-img img {
  height: 250px;
  width: auto;
  padding-right: 30px;
}
body#top #release #release-inner .left-img h2,
body#top #bio-wrap #release-inner .left-img h2 {
  margin-top: 0;
}
body#top #release #release-inner .left-img:last-child,
body#top #bio-wrap #release-inner .left-img:last-child {
  margin-bottom: 0;
}
body#top #release .discografy,
body#top #bio-wrap .discografy {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: space-between;
  align-content: space-between;
  text-align: center;
  -ms-align-items: stretch;
  align-items: stretch;
}
body#top #release .discografy .discografy-list,
body#top #bio-wrap .discografy .discografy-list {
  width: 49%;
  padding: 10px;
  line-height: 1.8;
}
body#top #release .discografy .discografy-list b,
body#top #bio-wrap .discografy .discografy-list b {
  font-weight: 500;
  font-size: 1.6rem;
  padding: 0 0 20px 0;
  display: block;
}
body#top #release .discografy .discografy-list p,
body#top #bio-wrap .discografy .discografy-list p {
  text-align: left;
  font-size: 1.4rem;
}
@media screen and (max-width: 980px) {
  body#top #release .discografy .discografy-list b,
body#top #bio-wrap .discografy .discografy-list b {
    font-weight: 400;
    font-size: 1.2rem;
  }
  body#top #release .discografy .discografy-list p,
body#top #bio-wrap .discografy .discografy-list p {
    font-size: 1.2rem;
  }
}
body#top #release #official-wrap,
body#top #release .official-wrap,
body#top #bio-wrap #official-wrap,
body#top #bio-wrap .official-wrap {
  margin-bottom: 100px;
}
body#top #release #official-wrap .off-btn,
body#top #release .official-wrap .off-btn,
body#top #bio-wrap #official-wrap .off-btn,
body#top #bio-wrap .official-wrap .off-btn {
  width: 330px;
  text-align: center;
  margin: 30px auto 30px auto;
  display: block;
  background: #181818;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  padding: 20px 15px;
  border-radius: 6px;
  -moz-box-shadow: 0px 0px 10px 0px #545454;
  -webkit-box-shadow: 0px 0px 10px 0px #545454;
  -o-box-shadow: 0px 0px 10px 0px #545454;
  -ms-box-shadow: 0px 0px 10px 0px #545454;
  box-shadow: 0px 0px 10px 0px #545454;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body#top #release #official-wrap .off-btn .fas,
body#top #release .official-wrap .off-btn .fas,
body#top #bio-wrap #official-wrap .off-btn .fas,
body#top #bio-wrap .official-wrap .off-btn .fas {
  padding-left: 10px;
  font-size: 23px;
  font-size: 2.3rem;
}
body#top #release #official-wrap .off-btn:hover,
body#top #release .official-wrap .off-btn:hover,
body#top #bio-wrap #official-wrap .off-btn:hover,
body#top #bio-wrap .official-wrap .off-btn:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
body#top #release #official-wrap .official-sns,
body#top #release .official-wrap .official-sns,
body#top #bio-wrap #official-wrap .official-sns,
body#top #bio-wrap .official-wrap .official-sns {
  text-align: center;
}
body#top #release #official-wrap .official-sns .off-sns-btn,
body#top #release .official-wrap .official-sns .off-sns-btn,
body#top #bio-wrap #official-wrap .official-sns .off-sns-btn,
body#top #bio-wrap .official-wrap .official-sns .off-sns-btn {
  text-align: center;
  margin: 0 15px 0 auto;
  color: #fff;
  text-decoration: none;
  font-size: 35px;
  font-size: 3.5rem;
  padding: 10px 20px;
  line-height: 1;
}
body#top #release #official-wrap .official-sns .off-sns-btn .fa-brands,
body#top #release #official-wrap .official-sns .off-sns-btn .fa-solid,
body#top #release #official-wrap .official-sns .off-sns-btn .fas,
body#top #release #official-wrap .official-sns .off-sns-btn .fab,
body#top #release .official-wrap .official-sns .off-sns-btn .fa-brands,
body#top #release .official-wrap .official-sns .off-sns-btn .fa-solid,
body#top #release .official-wrap .official-sns .off-sns-btn .fas,
body#top #release .official-wrap .official-sns .off-sns-btn .fab,
body#top #bio-wrap #official-wrap .official-sns .off-sns-btn .fa-brands,
body#top #bio-wrap #official-wrap .official-sns .off-sns-btn .fa-solid,
body#top #bio-wrap #official-wrap .official-sns .off-sns-btn .fas,
body#top #bio-wrap #official-wrap .official-sns .off-sns-btn .fab,
body#top #bio-wrap .official-wrap .official-sns .off-sns-btn .fa-brands,
body#top #bio-wrap .official-wrap .official-sns .off-sns-btn .fa-solid,
body#top #bio-wrap .official-wrap .official-sns .off-sns-btn .fas,
body#top #bio-wrap .official-wrap .official-sns .off-sns-btn .fab {
  padding-left: 5px;
  color: #bc2025;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body#top #release #official-wrap .official-sns .off-sns-btn svg,
body#top #release .official-wrap .official-sns .off-sns-btn svg,
body#top #bio-wrap #official-wrap .official-sns .off-sns-btn svg,
body#top #bio-wrap .official-wrap .official-sns .off-sns-btn svg {
  width: 35px;
  fill: #fff;
}
body#top #release #official-wrap .official-sns .off-sns-btn:hover .fa-brands,
body#top #release #official-wrap .official-sns .off-sns-btn:hover .fa-solid,
body#top #release #official-wrap .official-sns .off-sns-btn:hover .fas,
body#top #release #official-wrap .official-sns .off-sns-btn:hover .fab,
body#top #release .official-wrap .official-sns .off-sns-btn:hover .fa-brands,
body#top #release .official-wrap .official-sns .off-sns-btn:hover .fa-solid,
body#top #release .official-wrap .official-sns .off-sns-btn:hover .fas,
body#top #release .official-wrap .official-sns .off-sns-btn:hover .fab,
body#top #bio-wrap #official-wrap .official-sns .off-sns-btn:hover .fa-brands,
body#top #bio-wrap #official-wrap .official-sns .off-sns-btn:hover .fa-solid,
body#top #bio-wrap #official-wrap .official-sns .off-sns-btn:hover .fas,
body#top #bio-wrap #official-wrap .official-sns .off-sns-btn:hover .fab,
body#top #bio-wrap .official-wrap .official-sns .off-sns-btn:hover .fa-brands,
body#top #bio-wrap .official-wrap .official-sns .off-sns-btn:hover .fa-solid,
body#top #bio-wrap .official-wrap .official-sns .off-sns-btn:hover .fas,
body#top #bio-wrap .official-wrap .official-sns .off-sns-btn:hover .fab {
  color: #2e2e2e;
}
body#top #release #official-wrap .official-sns .off-sns-btn:last-child,
body#top #release .official-wrap .official-sns .off-sns-btn:last-child,
body#top #bio-wrap #official-wrap .official-sns .off-sns-btn:last-child,
body#top #bio-wrap .official-wrap .official-sns .off-sns-btn:last-child {
  margin-right: 0;
}
body#top #pre-tickets {
  position: fixed;
  bottom: 100px;
  left: -200px;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body#top #pre-tickets img {
  width: 150px;
}
body#top #pre-tickets a,
body#top #pre-tickets a:link,
body#top #pre-tickets a:visited,
body#top #pre-tickets a:active {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body#top #pre-tickets a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
body#top #pre-tickets.active {
  left: 30px;
}
@media screen and (max-width: 980px) {
  body#top body#top #wrap #release #release-inner,
body#top body#top #wrap #bio-wrap #release-inner {
    padding: 0 10px 25px 10px;
  }
  body#top body#top #wrap #release #release-inner h2,
body#top body#top #wrap #bio-wrap #release-inner h2 {
    font-size: 16px;
    font-size: 1.6rem;
    border-left: 1px solid #bbb;
    margin: 0;
    height: auto;
  }
  body#top body#top #wrap #release #release-inner .left-img,
body#top body#top #wrap #bio-wrap #release-inner .left-img {
    margin-bottom: 30px;
    display: block;
  }
  body#top body#top #wrap #release #release-inner .left-img img,
body#top body#top #wrap #bio-wrap #release-inner .left-img img {
    padding-right: 0;
    width: 100%;
    height: auto;
  }
  body#top body#top #wrap #release #release-inner .left-img a,
body#top body#top #wrap #bio-wrap #release-inner .left-img a {
    word-wrap: break-word;
  }
  body#top body#top #wrap #release #release-inner .left-img:last-child,
body#top body#top #wrap #bio-wrap #release-inner .left-img:last-child {
    margin-bottom: 0;
  }
  body#top body#top #wrap #release #official-wrap .off-btn,
body#top body#top #wrap #release .official-wrap .off-btn,
body#top body#top #wrap #bio-wrap #official-wrap .off-btn,
body#top body#top #wrap #bio-wrap .official-wrap .off-btn {
    width: 280px;
    text-align: center;
    margin: 30px auto 30px auto;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px 10px;
    border-radius: 5px;
  }
  body#top body#top #wrap #release #official-wrap .official-sns,
body#top body#top #wrap #release .official-wrap .official-sns,
body#top body#top #wrap #bio-wrap #official-wrap .official-sns,
body#top body#top #wrap #bio-wrap .official-wrap .official-sns {
    text-align: center;
    margin-bottom: 30px;
  }
  body#top body#top #wrap #release #official-wrap .official-sns .off-sns-btn,
body#top body#top #wrap #release .official-wrap .official-sns .off-sns-btn,
body#top body#top #wrap #bio-wrap #official-wrap .official-sns .off-sns-btn,
body#top body#top #wrap #bio-wrap .official-wrap .official-sns .off-sns-btn {
    width: 30px;
    height: 20px;
    text-align: center;
    margin: 0 0 30px auto;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-size: 3.5rem;
    padding: 10px 10px;
    border-radius: 3px;
  }
  body#top body#top #wrap #release #official-wrap .official-sns .off-sns-btn .fas,
body#top body#top #wrap #release .official-wrap .official-sns .off-sns-btn .fas,
body#top body#top #wrap #bio-wrap #official-wrap .official-sns .off-sns-btn .fas,
body#top body#top #wrap #bio-wrap .official-wrap .official-sns .off-sns-btn .fas {
    padding-left: 5px;
  }
  body#top body#top #wrap #release #official-wrap .official-sns .off-sns-btn:last-child,
body#top body#top #wrap #release .official-wrap .official-sns .off-sns-btn:last-child,
body#top body#top #wrap #bio-wrap #official-wrap .official-sns .off-sns-btn:last-child,
body#top body#top #wrap #bio-wrap .official-wrap .official-sns .off-sns-btn:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 980px) {
  body#top #pre-tickets {
    bottom: 18vw;
  }
  body#top #pre-tickets img {
    width: 20vw;
  }
  body#top #pre-tickets a,
body#top #pre-tickets a:link,
body#top #pre-tickets a:visited,
body#top #pre-tickets a:active {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  body#top #pre-tickets a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  body#top #pre-tickets.active {
    left: 10px;
  }
}
body#top #menber {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  bottom: -200px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #bdbdbd;
  padding: 10px 0;
  z-index: 100;
}
body#top #menber #menber-wrap {
  width: 625px;
  margin: 0 auto;
}
body#top #menber #menber-wrap img {
  width: 300px;
  height: auto;
}
body#top #menber #menber-wrap a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body#top #menber #menber-wrap a:first-child {
  margin-right: 15px;
}
body#top #menber #menber-wrap a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
body#top #menber #menber-wrap.one-banner {
  width: 550px;
  margin: 0 auto;
}
body#top #menber #menber-wrap.one-banner img {
  width: 550px;
  height: auto;
}
body#top #menber #menber-wrap.one-banner a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body#top #menber #menber-wrap.one-banner a:first-child {
  margin-right: 0;
}
body#top #menber #menber-wrap.one-banner a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
body#top #menber.one-banner {
  padding: 5px 0 10px 0;
}
body#top #menber.one-banner #menber-wrap {
  width: 400px;
}
body#top #menber.one-banner #menber-wrap img {
  width: 400px;
}
body#top #menber.one-banner #menber-wrap a:first-child {
  margin-right: 0;
}
body#top #funclb.active,
body#top #menber.active {
  bottom: 0;
}
body#top .bg-img-block {
  position: relative;
  height: 40vw;
  width: 100%;
}
body#top .bg-img-block .bg-img-block-clip {
  position: relative;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  height: 100%;
}
body#top .bg-img-block .bg-img-block-clip img {
  position: fixed;
  min-width: 100%;
  min-height: 100vh;
  height: auto;
  width: auto;
  max-width: inherit;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 980px) {
  body#top .bg-img-block {
    height: 70vw;
  }
  body#top .bg-img-block .bg-img-block-clip {
    position: relative;
    overflow: hidden;
    clip-path: inset(0 0 0 0);
    height: 100%;
  }
  body#top .bg-img-block .bg-img-block-clip img {
    height: 100vh;
  }
}

@media screen and (max-width: 980px) {
  body#top #key {
    background: none;
    min-height: auto;
    height: auto;
    margin-top: 0;
  }
  body#top #key #key-inner {
    height: auto;
    width: auto;
    margin: auto;
    min-width: auto;
    padding-top: 40px;
  }
  body#top #key #key-inner img {
    display: block;
    width: 100%;
    height: auto;
  }
  body#top #key #key-inner img.pc {
    display: none;
  }
  body#top .common-sec h2 {
    font-weight: 900;
    font-size: 4.5rem;
    line-height: 1.6;
    word-wrap: break-word;
    letter-spacing: 5px;
  }
  body#top #wrap #video #video-inner {
    display: block;
  }
  body#top #wrap #video #video-inner iframe {
    width: 100%;
  }
  body#top #menber #menber-wrap {
    width: auto;
    margin: 0 auto;
  }
  body#top #menber #menber-wrap img {
    width: 49%;
    height: auto;
  }
  body#top #menber #menber-wrap a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  body#top #menber #menber-wrap a:first-child {
    margin-right: 0;
  }
  body#top #menber #menber-wrap a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  body#top #menber.one-banner #menber-wrap {
    width: auto;
  }
  body#top #menber.one-banner #menber-wrap img {
    width: 300px;
  }
}
:root {
  --blood: #e2362a;
  --blood-bright: #f2493b;
  --bone: #fbf3e3;
  --bone-light: #2e241c;
  --bone-dark: #221a15;
  --ink: #f2e6cb;
  --ink-mid: #e8d9b8;
  --parchment: #d8c39c;
  --gold: #b4863a;
  --gold-light: #c9a050;
  --dim: #4a3f35;
}

body {
  background: var(--ink); /* poster cream */
}

/* === CUSTOM CURSOR === */
#cursor {
  position: fixed;
  width: 14px;
  height: 14px;
  border: 1.5px solid var(--blood-bright);
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  transition: width 0.2s, height 0.2s, background 0.2s, border-color 0.2s;
}

#cursor.hover {
  width: 32px;
  height: 32px;
  background: rgba(185, 28, 28, 0.15);
  border-color: var(--blood-bright);
}

#cursor-dot {
  position: fixed;
  width: 5px;
  height: 5px;
  background: var(--blood-bright);
  border-radius: 50%;
  pointer-events: none;
  z-index: 100000;
  transform: translate(-50%, -50%);
}

/* === CURSOR TRAIL === */
.trail-dot {
  position: fixed;
  border-radius: 50%;
  background: var(--blood);
  pointer-events: none;
  z-index: 99998;
  transform: translate(-50%, -50%);
}

/* 見出し本体 */
.section-heading {
  font-family: "Rye", "Noto Sans JP", serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: var(--bone-dark);
  margin-bottom: 1.5rem;
  line-height: 1.2;
  overflow: hidden; /* ← これがないと文字が下からはみ出して見える */
}

/* JSで生成される1文字ずつの<span> */
.section-heading .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(110%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.section-heading.visible .char {
  opacity: 1;
  transform: translateY(0);
}

@keyframes blockFloatUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hr-ornament {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--bone-dark), transparent);
  opacity: 0.2;
  z-index: 100;
}

/*# sourceMappingURL=top.css.map */
