@charset "UTF-8";
:root {
  --sc-bar-w: 0;
}

/*
.page{
    &::before{
        background: #000 url(/images/bg2.png);
        background-size: 250px;
  }
}
*/
._scrolllocked {
  padding-right: var(--sc-bar-w);
}
.mv{
width: 30vw;
max-width: 600px;
min-width: 500px;
position: absolute;
top: 55%;
left: 50%;
transform: translate(-50%,-50%);
overflow-y: hidden;
}

/*
.closed{
  @at-root{
    .postpone,
    .show{
      &-location,
      &-ticket{
          text-decoration: line-through;
          position: relative;
        > span{
          text-decoration: inherit;
        }
      }
    }
  }
}*/

.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

.postpone-location, .postpone-ticket {
  text-decoration: line-through;
  position: relative;
}

.postpone-location > span, .postpone-ticket > span {
  text-decoration: inherit;
}

.closed .show-location, .closed .show-ticket, .cancel .show-location, .cancel .show-ticket {
  text-decoration: line-through;
  position: relative;
}

.closed .show-location > span, .closed .show-ticket > span, .cancel .show-location > span, .cancel .show-ticket > span {
  text-decoration: inherit;
}

.closed .show-schedule,
.cancel .show-schedule {
  position: relative;
}

.closed .show-schedule::before,
.cancel .show-schedule::before {
  content: "";
  display: block;
  position: absolute;
  top: .5em;
  left: 0;
  border-bottom: solid 1.5px;
  width: 4.9em;
}

.show-schedule::after {
  content: "";
  width: 4.9em;
  display: inline-block;
}

.show-schedule.postpone::after,
.closed .show-schedule::after,
.cancel .show-schedule::after {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 1px;
  color: #043B8C;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  padding: .2em;
  margin-right: 1.5em;
  text-align: center;
}

.show-schedule.postpone::after {
  content: "延期";
}

.closed .show-schedule::after {
  content: "closed";
}

.cancel .show-schedule::after {
  content: "cancel";
}

@media (min-width: 415px) {
  .closed .show-ticket a, .cancel .show-ticket a {
    cursor: text;
  }
  .closed .show-ticket a:hover, .cancel .show-ticket a:hover {
    -webkit-animation: none !important;
            animation: none !important;
    background: none !important;
  }
  .closed .show-ticket a:hover svg, .cancel .show-ticket a:hover svg {
    -webkit-animation: none !important;
            animation: none !important;
  }
  .closed .show-ticket a:hover .ico_ticket-path, .cancel .show-ticket a:hover .ico_ticket-path {
    -webkit-animation: none;
            animation: none;
  }
}

.shows {
  position: relative;
  text-shadow: 0 0 0px black;
  /*
    &::after {
        content: "";
        background:url(/images/shows/shows_bg.png) center top no-repeat ;
        background-size: 100% auto;
        max-width: 990px;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
  */
  /*
    .ctrlimg {
        position: relative;
        &::before {
            position: absolute;
            content: "";
            width: 185px;
            height: 177px;
            background: url(/images/shows/shows_controller.png) left top no-repeat;
            background-size: 100% auto;
            z-index: 10;
            right: 5.5em;
            bottom: -12em;
        }
    }
  */
}

.showscontents {
  margin: auto;
  max-width: 830px;
  padding: 1px 45px;
  width: 100%;
  font-size: 1rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.2);
}

.showscontents::after {
  content: "";
  display: block;
  padding-top: 5vw;
}

.shows-title {
  /*  animation: list .5s .4s ease-out backwards;*/
  font-size: 3rem;
  font-weight: 700;
  margin: 1em 0 0.7em;
  text-align: center;
}
.shows-text {
  /*  animation: list .5s .4s ease-out backwards;*/
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 2em;
}

.textline {
text-decoration:underline;
}

.shows-title img {
  display: block;
  margin: 0 auto 0.4em;
}

.showslist-item {
  -webkit-animation: list .4s ease-out backwards;
          animation: list .4s ease-out backwards;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Renner*";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  padding: .8em 0;
  width: 100%;
}

.showslist-item:nth-of-type(1) {
  -webkit-animation-delay: 0.57s;
          animation-delay: 0.57s;
}

.showslist-item:nth-of-type(2) {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}

.showslist-item:nth-of-type(3) {
  -webkit-animation-delay: 0.71s;
          animation-delay: 0.71s;
}

.showslist-item:nth-of-type(4) {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}

.showslist-item:nth-of-type(5) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}

.showslist-item:nth-of-type(6) {
  -webkit-animation-delay: 0.92s;
          animation-delay: 0.92s;
}

.showslist-item:nth-of-type(7) {
  -webkit-animation-delay: 0.99s;
          animation-delay: 0.99s;
}

.showslist-item:nth-of-type(8) {
  -webkit-animation-delay: 1.06s;
          animation-delay: 1.06s;
}

.showslist-item:nth-of-type(9) {
  -webkit-animation-delay: 1.13s;
          animation-delay: 1.13s;
}

.showslist-item:nth-of-type(10) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.showslist-item:nth-of-type(11) {
  -webkit-animation-delay: 1.27s;
          animation-delay: 1.27s;
}

.showslist-item:nth-of-type(12) {
  -webkit-animation-delay: 1.34s;
          animation-delay: 1.34s;
}

.showslist-item:nth-of-type(13) {
  -webkit-animation-delay: 1.41s;
          animation-delay: 1.41s;
}

.showslist-item:nth-of-type(14) {
  -webkit-animation-delay: 1.48s;
          animation-delay: 1.48s;
}

.showslist-item:nth-of-type(15) {
  -webkit-animation-delay: 1.55s;
          animation-delay: 1.55s;
}

.showslist-item:nth-of-type(16) {
  -webkit-animation-delay: 1.62s;
          animation-delay: 1.62s;
}

.showslist-item:nth-of-type(17) {
  -webkit-animation-delay: 1.69s;
          animation-delay: 1.69s;
}

.showslist-item:nth-of-type(18) {
  -webkit-animation-delay: 1.76s;
          animation-delay: 1.76s;
}

.showslist-item:nth-of-type(19) {
  -webkit-animation-delay: 1.83s;
          animation-delay: 1.83s;
}

.showslist-item:nth-of-type(20) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.showslist-item:nth-of-type(21) {
  -webkit-animation-delay: 1.97s;
          animation-delay: 1.97s;
}

.showslist-item:nth-of-type(22) {
  -webkit-animation-delay: 2.04s;
          animation-delay: 2.04s;
}

.showslist-item:nth-of-type(23) {
  -webkit-animation-delay: 2.11s;
          animation-delay: 2.11s;
}

.showslist-item:nth-of-type(24) {
  -webkit-animation-delay: 2.18s;
          animation-delay: 2.18s;
}

.showslist-item:nth-of-type(25) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}

.showslist-item:nth-of-type(26) {
  -webkit-animation-delay: 2.32s;
          animation-delay: 2.32s;
}

.showslist-item:nth-of-type(27) {
  -webkit-animation-delay: 2.39s;
          animation-delay: 2.39s;
}

.showslist-item:nth-of-type(28) {
  -webkit-animation-delay: 2.46s;
          animation-delay: 2.46s;
}

.showslist-item:nth-of-type(29) {
  -webkit-animation-delay: 2.53s;
          animation-delay: 2.53s;
}

.showslist-item:nth-of-type(30) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.shows-toptext {
  color: #FFDD00;
  line-height: 1.7;
  font-size: 1.6em;
  margin-bottom: 3em;
  font-weight: 700;
  text-shadow: 0px 0px 0px #000000E6;
}

.shows_box {
  background-color: #090E12;
  padding: 3em;
}

.shows_box .friends {
  font-size: 1.4em;
  border: #E4C34F solid 1px;
  color: #E4C34F;
  border-radius: 18px;
  padding: 0.6em 1.6em;
  display: inline-block;
  margin: 2.3em 0 1em;
}

.shows_box + .shows_box {
  margin-top: 3em;
}

.shows_box h3 {
  font-size: 3.4em;
  color: #E4C34F;
  margin-bottom: 0.3em;
  font-family: "Renner*";
}

.shows_box h3 span {
  color: #ffffff;
}

.shows_box p {
  font-size: 1.6em;
}

.shows_box p strong {
  color: #f2e5a9;
  margin: 0 .5em;
}

.shows_box2 {
  max-height: 237px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: #FFFFFF solid 1px;
}

.shows_box2 .thx {
  font-size: 2.4em;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1;
}

.shows_box2 .hashtag {
  font-size: 1.6em;
  color: #E4C34F;
}

.shows-contents2 {
  padding: 8em 3em 0;
  font-size: 1rem;
}

.shows-contents2_title {
  font-size: 3.4em;
  text-align: center;
  font-family: "Renner*";
}

.shows-tours {
  margin-top: 3em;
}

.shows-tours li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.shows-tours li h3 {
  background: #fff;
  text-shadow: none;
  white-space: nowrap;
  padding: .1em;
  color: #071921;
  width: 120px;
  text-align: center;
  margin-right: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: .3em;
  letter-spacing: 0;
}

.shows-tours li h3, .shows-tours li p {
  font-size: 1.6em;
}

.shows-tours li + li {
  margin-top: 2em;
}

.shows-borderbox {
  border: #ffffff solid 5px;
  padding: 3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.3em;
  margin-top: 6em;
}

.shows-borderbox_title {
  font-size: 3.4em;
  line-height: 1;
}

.shows-borderbox li {
  font-size: 1.6em;
  margin-top: 1.2em;
  word-break: break-all;
}

.shows-borderbox li span {
  display: block;
  color: #E4C34F;
  margin-bottom: 0.5em;
}

.shows-borderbox strong {
  display: block;
  font-size: 1.2em;
  margin-bottom: .5em;
}

.shows-borderbox p + strong {
  margin-top: 2em;
}

.shows-borderbox p + p {
  margin-top: .5em;
}

.shows-borderbox a {
  color: #E4C34F;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}

.shows #global_footer {
  z-index: 1;
  /*
        &::before{
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: url(/images/shows/shows_earth.png) center bottom no-repeat;
            background-size: 100% auto;
            width: 100%;
            height: 100vh;
            z-index: 1;
        }
      */
}

.shows #global_footer .CopyLight {
  position: relative;
  z-index: 10;
}

.shows #global_footer::after {
  content: none;
}

.livedate {
  text-align: center;
  font-size: 4.2em;
  font-weight: 700;
  display: block;
  margin: 1em 0;
}

@media (max-width: 780px) {
  .livedate {
    font-size: 5vw;
  }
  .mv{
  width: 70vw;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  overflow: hidden;
  }
}

@media (max-width: 580px) {
  .shows-tours li {
    display: block;
  }
  .shows-tours li h3 {
    margin-top: 3em;
    margin-bottom: .7em;
  }
}

.ticket-link {
  color: #E4C34F;
  text-decoration: underline;
}

@-webkit-keyframes list {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes list {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}

.show-schedule {
  min-width: 6em;
}

.show-date {
  display: inline-block;
  width: 3.3em;
}

.show-day {
  display: inline-block;
  font-size: .8em;
  width: 2.1em;
  margin-right: 1em;
}

.show-location {
  width: 80%;
  max-width: 470px;
}

.show-location > span {
  display: inline-block;
}

.show-ticket {
  text-align: right;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1em;
  width: 5em;
}

.show-ticket a {
  position: relative;
  text-decoration: underline;
}

.ico_ticket {
  display: inline-block;
  height: 1.25em;
  left: -1.75em;
  opacity: .7;
  position: absolute;
  top: -0.2em;
  width: 1.25em;
}

.ico_ticket-path {
  fill: #000;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@media (min-width: 513px) {
  .show-ticket a {
    -webkit-transition: background-color .6s;
    transition: background-color .6s;
  }
  .show-ticket a:hover {
    -webkit-animation: navitem 1.6s 0s forwards;
            animation: navitem 1.6s 0s forwards;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .show-ticket a:hover .ico_ticket-path {
    -webkit-animation: ticket-path 1.6s 0s forwards;
            animation: ticket-path 1.6s 0s forwards;
  }
  .shows::after {
    -webkit-transform: translateY(var(--st));
            transform: translateY(var(--st));
  }
}

@media (max-width: 878px) {
  .shows .ctrlimg::before {
    width: 150px;
    height: 150px;
    right: 1em;
    bottom: -11em;
  }
}

@media (max-width: 512px) {
  .mv{
  width: 60vw;
  min-height: 600px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  }
  .shows::after {
    -webkit-transition: opacity 2s linear;
    transition: opacity 2s linear;
    opacity: 1;
  }
  .shows._notop:after {
    opacity: 0;
  }
  .shows-title {
    font-size: 2rem;
    margin-top: 5rem;
  }
  .shows-text {
    font-size: .8rem;
  }
  .showslist-item {
    font-size: 1.3rem;
  }
  .shows_box, .shows_box2, .shows-contents2 {
    font-size: 0.8rem;
  }
  .shows-contents2 {
    padding: 6em 1em;
  }
  .show-schedule {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 6em;
  }
  .show-schedule.postpone::after {
    margin-left: 0;
    padding: 0.1em;
  }
  .shows .ctrlimg::before {
    width: 120px;
    height: 120px;
  }
}

@-webkit-keyframes ticket-path {
  0% {
    fill: #fff;
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  10% {
    fill: #ff6e89;
    -webkit-transform: rotateY(36deg);
            transform: rotateY(36deg);
  }
  100% {
    fill: #ffccd5;
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes ticket-path {
  0% {
    fill: #fff;
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  10% {
    fill: #ff6e89;
    -webkit-transform: rotateY(36deg);
            transform: rotateY(36deg);
  }
  100% {
    fill: #ffccd5;
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

.border_btn {
  font-size: 1.8em;
  font-weight: 700;
  border: solid 3px;
  padding: 1.2em;
  width: 100%;
  max-width: 500px;
  margin: 1em auto;
  display: block;
  text-align: center;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.border_btn:hover {
  color: #FFDD00;
}

#ticket_modal .mainModal-body {
  background-color: #000;
  color: #E4C34F;
}

#ticket_modal .border_btn {
  font-size: 1.4em;
}

#ticket_modal .border_btn + .border_btn {
  margin-top: 2em;
}

#ticket_modal .border_btn:hover {
  color: #fff;
}

#ticket_modal .mainModal-close .svg-path {
  fill: #fff;
}
@media (max-width: 385px) {
  .mv{
  width: 40vw;
  min-width: 400px;
  }
}
/*# sourceMappingURL=shows.css.map */
