@charset "UTF-8";
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
outline: 0;
text-decoration: none;
font-weight: 400
}
body {
font-family: 'Noto Sans JP', sans-serif;
overflow-x: hidden;
position: relative;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
direction: ltr;
font-weight: 600;
}
/*::selection {
background: #000;
color: #ffe900
}
::-moz-selection {
background: #000;
color: #ffe900
}*/
#loading{width:100%;height:100vh;background-color:#fff;position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;z-index:9999;overflow:hidden}#loading.slideUp{top:-100%}#loading img{position:relative;width:48px;height:auto;min-height:0}

br.sp {
  display: none;
}

br.tab {
  display: none;
}

/* nav */
.menu {
  height: 20px;
  position: fixed;
  right: 4%;
  top: 2%;
  width: 30px;
  z-index: 10002;
  cursor: pointer;
  display: none;
  }
  .menu__line{
  background: #fff;
  display: block;
  height: 3px;
  position: absolute;
  transition:transform .3s;
  width: 100%;
  box-shadow: 0 2px 2px rgba(0,0,0,.8);
  }
  .menu__line--center {
  top: 0px;
  bottom: 0px;
  margin: auto;
  }
  .menu__line--bottom{
  bottom: 0;
  }
  .menu__line--top.active{
  top: 8px;
  transform: rotate(45deg);
  }
  .menu__line--center.active{
  transform:scaleX(0);
  }
  .menu__line--bottom.active{
  bottom: 9px;
  transform: rotate(135deg);
  }

/* loader */
.loadingWrap {
  width: 100%;/*100%で全画面表示*/
  height: 100%;/*100%で全画面表示*/
  background: #000;/*背景色*/
  position: fixed;
  top: 0;/*画面上部からの位置*/
  left: 0;/*画面左部からの位置*/
  z-index: 9999;/*レイヤー(この他にpositionを使用していない場合は不要)*/
  text-align: center;
}
.loadingWrap img {
  width: 160px;
  height: auto;
  /* padding-bottom: 20px; */
  position: relative;
  /* left: 0; */
  /* right: 0; */
  margin: 0 auto;
  text-align: center;
  padding-top: 20%;
}
.loadingWrap img[src$=".svg"] {
  width: 160px;
  height: auto;
  min-height: 0;
}

#preloader_1 {
  position: relative;
  width: 53px;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-top: 40px;
}
#preloader_1 span{
  display:block;
  bottom:0px;
  width: 9px;
  height: 5px;
  background:#cf1fcd;
  position:absolute;
  animation: preloader_1 1.5s  infinite ease-in-out;
}

#preloader_1 span:nth-child(2){
  left:11px;
  animation-delay: .2s;

}
#preloader_1 span:nth-child(3){
  left:22px;
  animation-delay: .4s;
}
#preloader_1 span:nth-child(4){
  left:33px;
  animation-delay: .6s;
}
#preloader_1 span:nth-child(5){
  left:44px;
  animation-delay: .8s;
}
@keyframes preloader_1 {
  0% {height:5px;transform:translateY(0px);background:#9b59b6;}
  25% {height:30px;transform:translateY(15px);background:#3498db;}
  50% {height:5px;transform:translateY(0px);background:#9b59b6;}
  100% {height:5px;transform:translateY(0px);background:#9b59b6;}
  0% {height:5px;-webkit-transform:translateY(0px);background:#9b59b6;}
  25% {height:30px;-webkit-transform:translateY(15px);background:#3498db;}
  50% {height:5px;-webkit-transform:translateY(0px);background:#9b59b6;}
  100% {height:5px;-webkit-transform:translateY(0px);background:#9b59b6;}
  0% {height:5px;-ms-transform:translateY(0px);background:#9b59b6;}
  25% {height:30px;-ms-transform:translateY(15px);background:#3498db;}
  50% {height:5px;-ms-transform:translateY(0px);background:#9b59b6;}
  100% {height:5px;-ms-transform:translateY(0px);background:#9b59b6;}
}

  /* start */

  header.header {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
  header.header .head-inner {
    width: 100%;
    padding: 16px 2% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }
  .head-inner h1 {
    max-width: 120px;
    width: 100%;
    min-height: 0;
    display: block;
  }
  .head-inner .nav-area {
    display: block;
  }
  .head-inner nav.nav {
    width: 100%;
    display: block;
    margin-bottom: 16px;
  }
  .head-inner nav.nav ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
  }
  .head-inner nav.nav ul li {
    display: block;
    width: auto;
    padding: 12px 8px;
  }
  .head-inner nav.nav ul li:last-child {
    padding: 12px 0 12px 8px;
  }
  .head-inner nav.nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    line-height: 1em;
    font-size: 1.16rem;
    font-weight: 900;
    text-align: center;
    text-shadow: 0 3px 3px rgba(0,0,0,.8);
  }
  .head-inner ul.sns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }
  .head-inner ul.sns li {
    width: 24px;
    margin-left: 24px;
    display: block;
  }
  .head-inner ul.sns li:first-child {
    margin: 0;
  }

  .main-vs {
    width: 100%;
    height: 100vh;
    background-image: url(../img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
  }
  .title {
    width: 36%;
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 18%;
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.5));
}
  .title figure {
    width: 100%;
    min-height: 0;
    display: block;
  }
  .title figure img.pc {
    display: block;
  }
  .title figure img.sp {
    display: none;
  }
  .blueman {
    width: 100%;
    position: relative;
    display: block;
    margin-top: -196px;
}
  .blueman figure {
    margin: 0 auto;
  }
  .schedule-info {
    width: 100%;
    padding: 0 2%;
    margin: auto;
    position: absolute;
    bottom: 2%;
  }
  .schedule-info h2 {
    font-size: 3.2vw;
    line-height: 1.2em;
    letter-spacing: -0.05em;
    font-weight: 900;
    text-align: center;
    color: #ffe900;
    text-shadow: 0px 2px 4px rgba(0,0,0,.5);
  }
  .schedule-info h2 span {
    font-size: 1.76rem;
    font-weight: 900;
 }
  .schedule-info p {
    font-size: 5.6vw;
    line-height: 1.4em;
    font-weight: 900;
    text-align: center;
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0,0,0,.5);
  }

  .venue-area {
    width: 100%;
    background-color: #000;
    padding: 48px 2%;
  }
  .venue-area ul {
    max-width: 1280px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
  }
  .venue-area ul li {
    width: calc(100% / 5.1);
    text-align: center;
    padding: 24px 8px;
}
.venue-area ul li a {
  display: block;
}
.venue-area ul li span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.36rem;
  font-weight: 900;
}
  .venue-area ul li h3 {
    font-size: 1.6rem;
    font-weight: 900;
    display: block;
    margin-bottom: 16px;
    color: #ffe900;
  }
  .venue-area ul li p.date {
    font-size: 1.36rem;
    font-weight: 900;
    display: block;
    margin-bottom: 16px;
  }
  .venue-area ul li p.venue {
    font-size: 1.4rem;
    font-weight: 900;
    display: block;
    margin-bottom: 24px;
  }
  .venue-area ul li p.adress {
    font-size: .9rem;
    font-weight: 600;
    display: block;
    margin-bottom: 32px;
  }

  .ticket-area {
    width: 100%;
    display: block;
    position: relative;
    padding: 16px 16px 8px 16px;
    border: 1px solid #fff;
  }
  .venue-area ul li h4 {
    font-size: .96rem;
    font-weight: 600;
    line-height: 1.6em;
    display: block;
    background-color: #000;
    color: #ffe900;
    border-radius: 5px;
    padding: 4px 4px 6px 4px;
  }
  .venue-area dl {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
  }
  .venue-area dl dt {
    display: block;
    text-align: left;
    margin-bottom: 16px;
    font-weight: 500;
  }
  .venue-area dl dd {
    display: block;
    text-align: left;
    margin-bottom: 16px;
    font-weight: 500;
  }


  .venue-area ul li:first-child {
    background-color:#66b928;
  }
  .venue-area ul li:nth-child(2) {
    background-color: #1ea9e4 ;
  }
  .venue-area ul li:nth-child(3) {
    background-color: #ee0577;
  }
  .venue-area ul li:nth-child(4) {
    background-color:#f79902;
  }
  .venue-area ul li:nth-child(5) {
    background-color: #ee262a;
  }
  .venue-area ul li a.ticket-btn {
    font-size: .96rem;
    font-weight: 600;
    line-height: 1.6em;
    display: block;
    margin-top: 24px;
    display: block;
    padding: 8px;
    border-radius: 25px;
    text-align: center;
    letter-spacing: -0.05em;
  }
  .venue-area ul li a.tokyo {
    color: rgb(30, 169, 228);
    background-color: #fff;
    border: 2px solid #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  .venue-area ul li a.tokyo:hover {
    color: #fff;
    background-color: #1ea9e4;
  }

  .venue-area p.notice {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 24px;
  }

  .information-img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
  }
  .information-area {
    width: 100%;
    padding: 0 2% 96px 2%;
    margin: -240px 0 0px 0;
}
.information-area .inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: block;
    z-index: 1;
    position: relative;
}
.information-area .inner h2 {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 48px;
  color: #ffe900;
  letter-spacing: -0.05em;
}
.information-area .inner p {
  font-size: 1.36rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
}

  .notice-area {
    width: 100%;
    padding: 48px 2% 96px;
    display: block;
    text-align: center;
    background-color: #000;
  }
  .notice-area h2 {
    font-size: 1.6rem;
    color: #ffe900;
    font-weight: 600;
    display: block;
    margin-bottom: 48px;
  }
  .notice-area p {
    font-size: 1.16rem;
    line-height: 2.2em;
    font-weight: 600;
    display: block;
  }

  .organizer {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0 2% 0px;
    background-color: #000;
    border-top: 1px solid #aaa;
  }
  .organizer .inner {
    max-width: 1280px;
    padding: 96px 0 96px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .organizer h2 {
    font-size: 1.6rem;
    color: #ffe900;
    font-weight: 600;
    display: block;
    margin-bottom: 48px;
  }
  ul.organize-flex {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: column;
  }
  ul.organize-flex li {
    width: 100%;
    display: block;
    margin-bottom: 24px;
  }
  ul.organize-flex li h2 {
    font-size: 1.36rem;
    color: #ffe900;
    font-weight: 600;
    display: block;
    margin-bottom: 24px;
  }
/*ul.organize-flex li:first-child h3 {
  color: #66b928;
}
ul.organize-flex li:nth-child(2) h3 {
  color: #1ea9e4;
}
ul.organize-flex li:nth-child(3) h3 {
  color: #ee0577;
}
ul.organize-flex li:nth-child(4) h3 {
  color: #f79902;
}
ul.organize-flex li:last-child h3 {
  color: #ee262a;
}*/

  ul.organize-flex li p {
    font-size: .86rem;
    font-weight: 400;
    line-height: 1.6em;
    display: block;
    margin-bottom: 8px;
  }

  .contact {
    width: 100%;
    display: block;
    text-align: center;
    padding: 48px 2% 96px;
    background-color: #000;
  }
  .contact h2 {
    font-size: 1.6rem;
    color: #ffe900;
    font-weight: 600;
    display: block;
    margin-bottom: 48px;
  }
  .contact p {
    font-size: 1rem;
    font-weight: 400;
    display: block;
    line-height: 1.6em;
  }

  footer.footer {
    width: 100%;
    display: block;
    position: relative;
    background-color: #000;
  }
  .foot-inner {
    width: 100%;
    padding: 0 2% 24px 2%;
    text-align: center;
  }
  .foot-inner p.copy {
    font-size: .8rem;
    color: #fff;
  }

  /* schedule */

  .outline-sendai {
    width: 100%;
    height: 100vh;
    height: 100%;
    display: block;
    background-image: url(../img/outline_sendai.jpg);
    background-size: cover;
    background-position: center top;
    position: fixed;
    top: 0;
    z-index: -1;
    opacity: 0.3;
}

  .outline-tokyo {
    width: 100%;
    height: 100vh;
    height: 100%;
    display: block;
    background-image: url(../img/outline_tokyo.jpg);
    background-size: cover;
    background-position: center top;
    position: fixed;
    top: 0;
    z-index: -1;
    opacity: 0.3;
}
.outline-nagoya {
  width: 100%;
  height: 100vh;
  height: 100%;
  display: block;
  background-image: url(../img/outline_nagoya.jpg);
  background-size: cover;
  background-position: center top;
  position: fixed;
  top: 0;
  z-index: -1;
  opacity: 0.3;
}
.outline-osaka {
  width: 100%;
  height: 100vh;
  height: 100%;
  display: block;
  background-image: url(../img/outline_osaka.jpg);
  background-size: cover;
  background-position: center top;
  position: fixed;
  top: 0;
  z-index: -1;
  opacity: 0.3;
}
.outline-fukuoka {
  width: 100%;
  height: 100vh;
  height: 100%;
  display: block;
  background-image: url(../img/outline_fukuoka.jpg);
  background-size: cover;
  background-position: center top;
  position: fixed;
  top: 0;
  z-index: -1;
  opacity: 0.3;
}

  .schedule-container {
    width: 100%;
    padding: 192px 2% 96px 2%;
  }
  .schedule-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }

  ul.venue-nav {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0;
}
ul.venue-nav li {
  width: 20%;
  display: block;
  font-size: 16px;
  text-align: center;
}
ul.venue-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
ul.venue-nav li a.sendai {
  width: 100%;
  padding: 10px 0;
  background-color: #66b928;
  border: 4px solid #66b928;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
}
ul.venue-nav li a.sendai:hover {
  background-color: #fff;
  color: #66b928;
}
ul.venue-nav li a.tokyo {
  width: 100%;
  padding: 10px 0;
  background-color: #1ea9e4;
  border: 4px solid #1ea9e4;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
}
ul.venue-nav li a.tokyo:hover {
  background-color: #fff;
  color: #1ea9e4;
}
ul.venue-nav li a.nagoya {
  width: 100%;
  padding: 10px 0;
  background-color: #ee0577;
  border: 4px solid #ee0577;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
}
ul.venue-nav li a.nagoya:hover {
  background-color: #fff;
  color: #ee0577;
}
ul.venue-nav li a.osaka {
  width: 100%;
  padding: 10px 0;
  background-color: #f79902;
  border: 4px solid #f79902;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
}
ul.venue-nav li a.osaka:hover {
  background-color: #fff;
  color: #f79902;
}
ul.venue-nav li a.fukuoka {
  width: 100%;
  padding: 10px 0;
  background-color: #ee262a;
  border: 4px solid #ee262a;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
}
ul.venue-nav li a.fukuoka:hover {
  background-color: #fff;
  color: #ee262a;
}
/*ul.venue-nav li a.nagoya:hover {
  background-color: #fff;
  color: #ee0577;
}*/
ul.venue-nav li a.coming {
  width: 100%;
  padding: 10px 0;
  background-color: gray;
  border: 4px solid gray;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
}
/*ul.venue-nav li a.coming:hover {
  background-color: #fff;
  color: gray;
}*/

.venue-header {
  width: 100%;
  display: block;
  position: relative;
  padding: 72px 0 64px 0;
  border-bottom: 1px solid #fff;
}
.venue-header h1 {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 900;
  padding-bottom: 24px;
}
.venue-header h1 span.small {
  font-size: 1.36rem;
  text-align: center;
  font-weight: 900;
  padding-bottom: 24px;
  display: block;
}
.venue-header h2 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 900;
  padding-bottom: 24px;
}
.venue-header p {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 900;
  padding-bottom: 36px;
}
.venue-header span.announce {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 900;
  color: #ffe900;
  display: block;
  line-height: 1.6em;
}

.venue-header span.announce a {
  font-weight: 900;
  text-decoration: underline;
}
.venue-header span.announce a.bnr {
  font-weight: 900;
  text-decoration: none;
  font-size: 2.6rem;
  color: #000;
  background-color: #ffe900;
  display: inline-block;
  line-height: 1.6;
  padding: 8px 16px;
}
.venue-header span.announce a.bnr span {
  font-size: 1.36rem;
  font-weight: 900;
  line-height: 1.36em!important;
  display: inline-block;
}

.venue-wrap {
  width: 100%;
  display: block;
  position: relative;
  padding: 64px 0 48px 0;
}
.venue-wrap h2 {
  display: block;
  font-size: 1.96em;
  margin: 0 0 20px 0;
  font-weight: 600;
}
.venue-wrap h2 span.fxs {
  font-size: 70%;
  font-weight: 600;
}
.venue-wrap h3 {
  font-size: 1.36em;
  display: block;
  margin: 0 0 24px 0;
  font-weight: bold;
}

.venue-wrap h4 {
  font-size: 1.16rem;
  margin: 0 0 48px 0;
  line-height: 1.8;
  font-weight: 600;
}
.venue-wrap h4 a:link, .venue-wrap h4 a:visited {
  color: #15a7e0;
  font-weight: 600;
}

ul.seat-set {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 24px;
}
ul.seat-set li {
  display: inline-block;
  margin-right: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
ul.seat-set li span.red {
  color: #d71d3b;
}
ul.seat-set li span.blue {
  color: #00a3f0;
}
ul.seat-set li span.pink {
  color: #eb0081;
}
ul.seat-set li span.yellow {
  color: #ffbc23;
}
ul.seat-set li span.green {
  color: #66b928;
}

p.notice-date {
  font-size: 1rem;
  font-weight: 600;
  display: block;
  margin-bottom: 32px;
}

.schedule-list {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.schedule-list ul {
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.schedule-list li {
  display: block;
  margin-bottom: 2em;
  text-align: center;
  width: 7.142%;
  height: 27rem;
}
.schedule-list li.second {
  display: block;
  margin-bottom: 2em;
  text-align: center;
  width: 7.142%;
  height: 31rem;
}
.schedule-list li.third {
  display: block;
  margin-bottom: 2em;
  text-align: center;
  width: 7.142%;
  height: 18rem;
}
@media screen and (max-width: 768px) {
.schedule-list li {
    width: 14.285%;
}
.schedule-list li.second {
  width: 14.285%;
}
.schedule-list li.third {
  width: 14.285%;
}
.info-flex-right dl.price dd {
  margin: 24px 0 0 0!important;
  width: 100%;
}
.title-area01 h3,.title-area02 h3,.title-area03 h3 {
  letter-spacing: 0!important;
}
}
.schedule-list li .date {
  background-color: rgba(0,0,0, .3);
  color: #fff;
  height: 10%;
}
.schedule-list li .date2 {
  background-color: rgba(0, 0, 0, .3);
  color: #fff;
  height: 10%;
}

.schedule-list li .sun {
  background: rgba(229, 34, 99,.6)!important;
}
.schedule-list li .sat {
  background: rgba(45, 143, 229,.6)!important;
}
.schedule-list li p {
  border: 1px solid rgba(255,255,255,.6);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-bottom: 0;
  position: relative;
  line-height: 1em;
  margin-top: 0;
  background-color: rgba(0,0,0,.3);
  height: 40%;
}
.schedule-list li p.stage3 {
  border: 1px solid rgba(255,255,255,.6);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  position: relative;
  line-height: 1em;
  margin-top: 0;
  background-color: rgba(0,0,0,.3);
  height: 80%;
}
.schedule-list li .day {
  background: rgba(240, 240, 240, .3);
  color: #fff;
  height: 10%;
}
.schedule-list li .day span.less {
  font-size: .9em;
}
.schedule-list li span {
  position: relative;
  line-height: 1.3em;
  font-weight: 600;
  padding: 20px 8px;
  display: block;
}

span.vip-seat {
  background-color: #d71d3b;
  display: block;
  width: 100%;
  font-size: .8rem;
  padding: 6px!important;
}
span.poncho-seat {
  background-color: #00a3f0;
  display: block;
  width: 100%;
  font-size: .8rem;
  padding: 6px!important;
}
span.s-seat {
  background-color: #eb0081;
  display: block;
  width: 100%;
  font-size: .8rem;
  padding: 6px!important;
}
span.stage-seat {
  background-color: #ffbc23;
  display: block;
  width: 100%;
  font-size: .8rem;
  padding: 6px!important;
}
span.b-seat {
  background-color: #66b928;
  display: block;
  width: 100%;
  font-size: .8rem;
  padding: 6px!important;
}


.info-flex-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 0 0;
  margin: 0 auto 48px auto;
  background-color: rgba(0,0,0,0.5);
}

.info-flex-left,.info-flex-right {
  width: 50%;
  padding: 2%;
  display: block;
}

.title-area01 {
  width: 100%;
  border-bottom: 3px solid #00a3f0;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.title-area01 h3 {
  font-size: 1.36rem;
  font-weight: 600;
  margin: 0;
  padding: 5px 0px;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.title-area02 {
  width: 100%;
  border-bottom: 3px solid #ff00ff;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.title-area02 h3 {
  font-size: 1.36rem;
  font-weight: 600;
  margin: 0;
  padding: 5px 0px;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.title-area03 {
  width: 100%;
  border-bottom: 3px solid #ffe900;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.title-area03 h3 {
  font-size: 1.36rem;
  font-weight: 600;
  margin: 0;
  padding: 5px 0px;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.info-flex-left h4 {
  font-size: 1.16rem;
  margin: 0 0 20px 0;
  line-height: 1.8;
  font-weight: 600;
}
.info-flex-left h4 a:link,.info-flex-left h4 a:visited {
  color: #15a7e0;
  font-weight: 600;
}

.info-flex-right .soldout {
  width: 100%;
  display: block;
  position: relative;
}
.info-flex-right .soldout .cover {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.7);
  z-index: 1;
}
.info-flex-right .soldout .cover p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}


.info-flex-right dl.price {
  width: 100%;
  position: relative;
  margin: 0 auto;
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
position: relative;
  margin-bottom: 24px;
}

.info-flex-right dl.price dt {
  padding: 8px 10px;
  font-size: 1rem;
  font-weight: 600;
  display: block;
  width: 200px;
  text-align: center;
  position: relative;
  margin: 0 20px 0 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 10px;
}
.info-flex-right dl.price dd {
  padding: 0px 0px 0px 0px;
  font-size: 27px;
  font-style: italic;
  font-weight: 600;
  line-height: 1em;
  display: block;
  position: relative;
  margin: 0;
}
.info-flex-right dl.price dd.first span {
  font-size: 1rem;
  font-weight: 600;
}
.dt-col-red {
  background-color: #d71d3b;
}
.dt-col-blue {
  background-color: #00a3f0;
}
.dt-col-pink {
  background-color: #eb0081;
}
.dt-col-yellow {
  background-color: #ffbc23;
}
.dt-col-green {
  background-color: #6fbb23;
}
.dt-col-purple {
  background-color: #956DAF;
}
.info-flex-right p.fxs {
  font-size: 1rem;
  margin: 0px 0px 24px 0;
  line-height: 1.96em;
}
.info-flex-right p.t-right{
  text-align: left;
  line-height: 1.6;
    display: block;
    margin: 0;
    font-size: .9rem;
}

.info-ticket-wrap {
  width: 100%;
  display: block;
  position: relative;
  padding: 2%;
  margin: 0 auto 48px auto;
  background-color: rgba(0,0,0,0.5);
}
.info-ticket-wrap p.announce {
font-size: 1.36rem;
    text-align: center;
    font-weight: 900;
    color: #ffe900;
    display: block;
    line-height: 1.6em;
    margin-bottom: 48px;
}
.info-ticket-wrap p.announce a {
  font-weight: 900;
  text-decoration: underline;
}

ul.ticket-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 48px;
}
ul.ticket-list li {
  width: calc(100% / 3.2);
  margin-bottom: 24px;
  display: block;
  position: relative;
}
ul.ticket-list li .ticket-btn {
  width: 100%;
  display: block;
}
ul.ticket-list li .ticket-btn a {
  background-color: #fff;
  color: #00a3f0;
  font-weight: 900;
  font-size: 1.76rem;
  line-height: 1.4em;
  padding: 0px 32px;
  width: 100%;
  height: 140px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
ul.ticket-list li .ticket-btn a:hover {
  opacity: .6;
}
.pad-side16 {
  padding: 0px 16px!important;
}
ul.ticket-list li p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6em;
}
ul.ticket-list li dl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
ul.ticket-list li dl dt {
  width: 16%;
  padding: 4px 4px;
  text-align: center;
  border: 1px solid #fff;
  margin-bottom: 8px;
  line-height: 1.6em;
  font-weight: 600;
}
ul.ticket-list li dl dd {
  width: 84%;
  padding: 4px 0 4px 16px;
  margin-bottom: 8px;
  line-height: 1.6em;
  font-weight: 600;
}

.guide-wrap {
  width: 100%;
  display: block;
  margin-bottom: 48px;
  text-align: center;
}
.guide-wrap a.sendai {
  display: inline-block;
  font-size: 1.36rem;
  line-height: 1.36;
  padding: 8px 16px;
  font-weight: 600;
  background-color: #66b928;
}
.guide-wrap a.tokyo {
  display: inline-block;
  font-size: 1.36rem;
  line-height: 1.36;
  padding: 8px 16px;
  font-weight: 600;
  background-color: #1ea9e4;
}
.guide-wrap a.nagoya {
  display: inline-block;
  font-size: 1.36rem;
  line-height: 1.36;
  padding: 8px 16px;
  font-weight: 600;
  background-color: #ee0577;
}
.guide-wrap a.osaka {
  display: inline-block;
  font-size: 1.36rem;
  line-height: 1.36;
  padding: 8px 16px;
  font-weight: 600;
  background-color: #f79902;
}
.guide-wrap a.fukuoka {
  display: inline-block;
  font-size: 1.36rem;
  line-height: 1.36;
  padding: 8px 16px;
  font-weight: 600;
  background-color: #ee262a;
}

.ticket-contact-wrap {
  width: 100%;
  display: block;
  border-top: 1px solid #fff;
  padding-top: 32px;
}
p.ticket-contact {
  font-size: 1rem;
  font-weight: 600;
  display: block;
  margin-bottom: 24px;
  line-height: 2.2em;
}
p.ticket-contact a {
  font-weight: 600;
}
p.ticket-contact span {
  font-size: 1.36rem;
  font-weight: 600;
}
p.ticket-contact span.border {
  padding: 8px 8px;
  border: 1px solid #fff;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 1.16rem;
}
p.ticket-contact span.border02 {
  padding: 8px 8px;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 1.16rem;
  background-color: #eb0081;
  border-radius:4px;
  box-shadow:0 4px #880c50;
}



  @media screen and (max-width: 960px) {

    .title figure img.pc {
      display: none;
    }
    .title figure img.sp {
      display: block;
    }
    .schedule-info h2 span {
      font-size: 2.76rem;
    }

    .venue-area ul {
      justify-content: center;
  }
  .venue-area ul li {
    width: calc(100% / 2.2);
    margin: 0 8px 16px;
}
/*.venue-area ul li:first-child,.venue-area ul li:nth-child(4),.venue-area ul li:nth-child(5) {
  display: none;
}*/

  }

@media screen and (max-width:768px) {
  
  br.tab {
    display: inline-block;
  }
  .main-vs {
    height: auto;
  }
  .title {
    position: relative;
    width: 100%;
    z-index: 0;
}
.schedule-info h2 {
  font-size: 6.2vw;
}
.venue-area ul li {
  width: calc(100% / 2.1);
}
.venue-area dl dt {
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.venue-area dl dt span {
  display: none;
}
.venue-area dl dd {
  width: 100%;
  text-align: center;
}
.information-area {
  margin: -120px 0 0px 0;
}
.information-area .inner h2 {
  font-size: 2.2rem;
}
.information-area .inner p {
  font-size: 1.06rem;
}

}


@media screen and (max-width:480px) {

  br.sp {
    display: inline-block;
  }
  br.tab {
    display: none;
  }

  .main-vs {
    min-height: 0;
  }
  .head-inner h1 {
    max-width: 88px;
  }
  
  header.header .head-inner {
    padding: 0 2% 16px;
  }

  /* nav */
  .menu {
    display: block;
    }
    .head-inner .nav-area .nav-flex {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: column;
    }
    .head-inner .nav-area {
      display: none;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100vh;
      background-image: url(../img/nav_bg.jpg);
      background-size: cover;
      background-position: center;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;
      }
      .head-inner .nav-area:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,.6);
      z-index: 9998;
      }
  .head-inner nav.nav {
    margin-bottom: 48px;
}
.head-inner nav.nav ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  flex-flow: column;
  z-index: 10000;
}
.head-inner nav.nav ul li a {
  padding: 8px 12px;
    font-size: 1.36rem;
}
.head-inner ul.sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 10000;
}
  .head-inner ul.sns li {
    width: 32px;
    margin-left: 16px;
  }
  .blueman {
    margin-top: -80px;
}
.schedule-info h2 {
  font-size: 7vw;
}
.schedule-info h2 span {
  font-size: 1.76rem;
}
.venue-area ul li {
  width: 100%;
  margin: 0 8px 16px;
}

/*.venue-area ul li:first-child,.venue-area ul li:nth-child(4),.venue-area ul li:nth-child(5) {
  display: none;
}*/


.venue-area ul li h4 {
  font-size: 1rem;
}
.venue-area p.notice {
  font-size: .86rem;
}
.notice-area {
  padding: 48px 4% 96px;
}
.notice-area p {
  font-size: 1rem;
}

ul.organize-flex li p span {
  display: none;
}
.information-area {
  margin: -40px 0 0px 0;
}
.information-area .inner h2 {
  font-size: 1.96rem;
}
.information-area .inner p {
  font-size: 1rem;
}

/* schedule */
ul.venue-nav li a {
  font-size: .76rem;
}
.venue-header h1 {
  font-size: 1.3rem;
  line-height: 1.6;
}
.venue-header span.announce {
  font-size: 1.36rem;
}
.venue-wrap h2 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.venue-wrap h3 {
  font-size: 1.06em;
}
.info-flex-left, .info-flex-right {
  width: 100%;
}
.title-area02 h3 {
  letter-spacing: 0;
}
.info-ticket-wrap p.announce {
  font-size: 1.06rem;
}
ul.ticket-list li {
  width: 100%;
}
ul.ticket-list li dl dt {
  width: 100%;
}
ul.ticket-list li dl dd {
  width: 100%;
  padding: 8px;
}
p.ticket-contact {
  font-size: .9rem;
  line-height: 2.69;
}
p.ticket-contact span {
  font-size: 1.16rem;
}
p.ticket-contact span.border02 {
  font-size: 1rem;
}
.guide-wrap a.sendai {
  font-size: 1rem;
}
.guide-wrap a.tokyo {
  font-size: 1rem;
}
.guide-wrap a.nagoya {
  font-size: 1rem;
}
.guide-wrap a.osaka {
  font-size: 1rem;
}
.guide-wrap a.fukuoka {
  font-size: 1rem;
}
.venue-header span.announce a.bnr {
  line-height: 1.36;
}
.venue-header span.announce a.bnr span {
  font-size: 1rem;
}
}