@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Kurale&family=Noto+Serif+JP:wght@400;500;700&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Serif JP', serif;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a,
a img {
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:active {
  opacity: .7;
  border: none;
  outline: none;
}

a:hover img,
a:active img {
  opacity: 1;
  border: none;
  outline: none;
}

h1 {
  font-weight: normal;
}

h2 {
  font-weight: normal;
}

h3 {
  font-weight: bold;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

* {
  box-sizing: border-box;
  outline: none;
}

main:after,
article:after,
section:after,
div:after,
ul:after,
li:after,
dl:after {
  content: "";
  display: block;
  clear: both;
}

.pc {
  display: none;
}

body {
  font-size: 3.4vw;
  line-height: 1.8;
  color: #fff;
  display: block;
  background-color: #000;
}

/*body:before {content: "";background:url(../images/bg.jpg) no-repeat center 0;background-size: cover;display: block;position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;z-index:-1;opacity:.2}*/

#loader-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #181325;
  z-index: 12000;
}

#loader {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7em;
  height: 7em;
  text-align: center;
  color: #fff;
  z-index: 11;
}


.menu_on body {
  height: 100%;
  overflow: hidden;
}

.menu_on #wrap {
  height: 100%;
}

.gnavi {
  display: none;
  overflow: auto;
  height: 100%;
  background: #15121b;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9500;
  -webkit-overflow-scrolling: touch;
}

.gnavi_wrap {
  padding: 0 2%;
}

.gnavi_wrap li {
  font-size: 1.5em;
  font-family: 'Kurale', serif;
  font-weight: 400;
  text-align: center;
  margin: .4em 0;
}

.gnavi_title {
  font-size: 2.2em;
  font-family: 'Kurale', serif;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
  margin-bottom: .5em;
  color: #fff;
  letter-spacing: .1em;
  text-indent: .1em;
  text-shadow: #6441ac 1px 1px 8px, #6441ac -1px 1px 8px, #6441ac 1px -1px 8px, #6441ac -1px -1px 8px;
}

.gnavi_in {
  padding: 50px 0;
}

@media screen and (min-height:567px) {
  .gnavi_in {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

.share_title {
  font-size: 1.6em;
  font-family: 'Kurale', serif;
  font-weight: 400;
  text-align: center;
  color: #fff;
  letter-spacing: .1em;
  text-indent: .1em;
  margin-top: 2em;
  margin-bottom: .5em;
  text-shadow: #6441ac 1px 1px 8px, #6441ac -1px 1px 8px, #6441ac 1px -1px 8px, #6441ac -1px -1px 8px;
}

.share_btn {
  text-align: center;
  margin-top: 0;
}

.share_btn li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em;
}

.share_btn li a {
  display: block;
  width: 2.1em;
  overflow: unset;
}

.share_btn li a svg {
  fill: #fff;
  -webkit-filter: drop-shadow(0px 1px 5px #6441ac);
  filter: drop-shadow(0px 1px 5px #6441ac);
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  width: 45px;
  height: 45px;
  position: relative;
  top: 0;
  opacity: 1 !important
}

.menu-trigger span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0px 0px 5px 2px #6441ac;
}

.menu-trigger span:nth-of-type(1) {
  top: 17px;
}

.menu-trigger span:nth-of-type(2) {
  bottom: 15px;
}

.menu-trigger.active {
  background: none;
}

.menu-trigger.active span {
  box-shadow: none;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-25deg);
  transform: translateY(6px) rotate(-25deg);
  background-color: #f7d399;
}

.menu-trigger.active span:nth-of-type(2) {
  webkit-transform: translateY(-5px) rotate(25deg);
  transform: translateY(-5px) rotate(25deg);
  background-color: #f7d399;
}

.fix_menu {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  text-align: center;
  z-index: 100;
}

.menu_on .fix_menu {
  z-index: 9600;
}

.inview {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1000ms ease-out;
}

.inview.in {
  opacity: 1;
  transform: translate(0, 0);
}

.slidein_left {
  opacity: 1;
  transform: translate(30px, 0);
  transition: all 1000ms ease-out;
}

.slidein_left.in {
  opacity: 1;
  transform: translate(0, 0);
}

.slidein_right {
  opacity: 1;
  transform: translate(-30px, 0);
  transition: all 1000ms ease-out;
}

.slidein_right.in {
  opacity: 1;
  transform: translate(0, 0);
}

.fade {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1200ms ease-in;
}

.fade.in {
  opacity: 1;
  transform: translate(0, 0);
}

.header {
  position: relative;
}

.header h1 {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
}


.logo_member {
  display: block;
  position: absolute;
  z-index: 1;
  width: 5em;
  height: 5em;
}

.logo_member1 {
  top: 3%;
  left: 7%;
}

.logo_member2 {
  bottom: 3%;
  left: 7%;
}

.main_header {
  text-align: center;
  padding: 2em 0;
}

.main_header .box {
  margin-bottom: 3em;
}

.main_header .box:last-child {
  margin-bottom: 2em;
}

.main_header .box h3 {
  font-size: 1em;
  letter-spacing: .1em;
  text-indent: .1em;
  font-weight: 500;
  border-radius: 30px;
  width: 10em;
  margin: 0 auto .8em;
  line-height: 1;
  padding: .5em 0 .6em;
  color: #fff;
  background: #5f4295;
}

.main_header .box p {
  font-size: 1.1em;
}

.main_header .box p.sub {
  margin-top: 1em;
  color: #ecd19a;
}

.main_header .box p.sub:before,
.main_header .box p.sub:after {
  content: "";
  border: solid #ecd19a;
  border-width: 1px 0 0 0;
  width: .8em;
  margin: -.1em .3em 0;
  display: inline-block;
  vertical-align: middle;
}

.main_header .box span:after {
  content: "/";
  margin: 0 .3em;
}

.main_header .box span:last-child:after {
  content: "";
  margin: 0;
}

.main_header .box span.sub_span {
  display: inline-block;
  vertical-align: top;
  margin-left: 1em;
}

.main_header .schedule .logo {
  width: 30%;
  margin: 1em auto;
  max-width: 200px;
}

.place {
  font-size: 1.15em;
  width: 92%;
  margin: 1em auto;
}

.live_details {
  padding: 3em 0 0;
  background: #000;
}

.live_details h2 span {
  display: block;
}

/*.live_details h2 .data {color:#ecd19a;border:1px solid #ecd19a;width:12em;margin:1em auto;text-align:center;line-height: 2;}*/
.live_details h2 .data {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4em;
  text-align: center;
  font-weight: 600;
  text-shadow: #6441ac 1px 1px 8px, #6441ac -1px 1px 8px, #6441ac 1px -1px 8px, #6441ac -1px -1px 8px;
}

.live_details h2 .data small {
  margin-left: -.3em;
}

.live_details h2 .title {
  text-align: center;
  font-size: 2em;
  line-height: 1.4;
  letter-spacing: .05em;
  text-indent: .05em;
  font-weight: 400;
  margin-bottom: 1em;
  color: #fff;
  text-shadow: #6441ac 1px 1px 8px, #6441ac -1px 1px 8px, #6441ac 1px -1px 8px, #6441ac -1px -1px 8px;
  font-family: 'Kurale', serif;
}

.live_details h2 .title i {
  display: block;
  font-style: normal;
  font-family: 'Noto Serif JP', serif;
  font-size: .8em;
  font-weight: 600;
}

.live_details .logo {
  width: 80%;
  max-width: 900px;
  margin: 1.5em auto;
}

.live_details_in {
  padding: 0 5%;
  margin: 2em 0;
}

.live_details_in h3 {
  text-align: center;
  font-size: 1.2em;
  letter-spacing: .1em;
  text-indent: .1em;
  color: #ecd19a;
  margin-bottom: 1em;
}

.introduction h3 {
  font-size: 1.6em;
}

.introduction_in br.sub {
  display: none;
}

.live_details_in p {
  margin-bottom: 1em;
}

.live_info {
  margin: 0 5%;
  border: 1px solid #372950;
  padding: 0;
}

.live_info h3 {
  background: #372950;
  color: #fff;
  padding: 0 0 .2em;
  font-weight: 500;
}

.live_info h4 {
  text-align: center;
}

.live_info dl {
  margin: 1em 0;
  padding: 0 3%;
}

.live_info dt {
  float: left;
  border-top: 1px solid #ecd19a;
  color: #ecd19a;
}

.live_info dd {
  padding-left: 9em;
}

.live_info dd i {
  font-style: normal;
  display: inline-block;
  vertical-align: top;
}

.live_info dd i:after {
  content: "、";
}

.live_info dd i:last-child:after {
  content: "";
}

.live_info dl+p {
  font-size: .9em;
  padding: 0 4%;
  margin-bottom: 2em;
  opacity: .7;
}

.member1_live {
  padding-bottom: 10%;
}

/*
.introduction {padding: 5% 4% 15%;}
.introduction h2 {text-align: center;font-size: 2em;letter-spacing: .1em;text-indent: .1em;font-family: 'Kurale', serif;font-weight: 400;line-height: 1.3;margin-bottom: 1em;color: #fff;text-shadow: #6441ac 1px 1px 8px, #6441ac -1px 1px 8px, #6441ac 1px -1px 8px, #6441ac -1px -1px 8px;}
.introduction_in {text-align:left;}
.introduction_in p {margin-top:1em;line-height: 2;}
.introduction_in .tab {display:none;}
*/


.contents {
  background: #15121b;
}

.area {
  padding: 10% 4%;
}

.area h2 {
  text-align: center;
  font-size: 2.2em;
  letter-spacing: .15em;
  text-indent: .15em;
  font-family: 'Kurale', serif;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1em;
  color: #f7d399;
  /*text-shadow: #6441ac 1px 1px 8px, #6441ac -1px 1px 8px,#6441ac 1px -1px 8px, #6441ac -1px -1px 8px;*/
}

.ticket {
  position: relative;
}

.ticket h2 {
  color: #ecd19a;
  text-shadow: none;
}

.ticket_info:first-child {
  margin-bottom: 4em;
}

.ticket_info h3 {
  text-align: center;
  margin: .5em 0 1.5em;
  font-size: 1.4em;
  color: #fff;
  letter-spacing: .1em;
  text-indent: .1em;
  text-shadow: #6441ac 1px 1px 8px, #6441ac -1px 1px 8px, #6441ac 1px -1px 8px, #6441ac -1px -1px 8px;
}

.ticket_wrap .box {
  border: 1px dashed #402e63;
  border-radius: 10px;
  margin-bottom: 2em;
  padding: 3px;
  position: relative;
}

.ticket_wrap .box:last-child {
  margin-bottom: 0;
}

.ticket_wrap .box>div {
  background: #372950;
  padding: 5%;
  border-radius: 6px;
}

.ticket_wrap h4 {
  font-size: 2.5em;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
}

.ticket_wrap h4 span {
  display: block;
  font-size: .7em;
}

.ticket_wrap h4 i {
  display: block;
  font-style: normal;
  margin: 0 .5em;
}

.ticket_wrap.ippan .box>div {
  position: relative;
}

.ticket_wrap.ippan .box .logo {
  width: 5em;
  max-width: 100px;
  margin: 0;
  position: absolute;
  left: -.8em;
  top: -1em;
}

.ticket_wrap.ippan .box .price+p {
  text-align: center;
  margin-bottom: 1em;
  margin-top: -.5em;
}

.ticket_wrap .subbox>div {
  border-bottom: 1px dotted #60468e;
  padding-bottom: 1.8em;
  margin-bottom: 1.5em;
  padding-top: 0;
  position: relative;
}

.ticket_wrap .subbox .logo {
  width: 5em;
  max-width: 100px;
  margin: 0;
  position: absolute;
  left: -2em;
  top: -2.5em;
}

.ticket_wrap .buy_date {
  text-align: center;
  font-size: .95em;
  color: #ecd19a;
}

.ticket_wrap .buy_date span {
  display: block;
}

.ticket hr {
  display: block;
  border: dashed #fff;
  border-width: 1px 0 0 0;
  width: 100%;
  margin: 3em 0;
}

.ticket_info .box .price {
  margin: .6em 0;
  text-align: center;
}

.ticket_info .box .price span {
  font-size: 2.5em;
  font-weight: 600;
  margin-right: .3em;
}

.ticket_info .box .btn {
  margin: 1em auto 0;
  max-width: 20em;
  text-align: center;
}

.ticket_info .box .btn a {
  display: block;
  background: #41316f;
  line-height: 3;
  color: #fff;
  border-radius: 30px;
  position: relative;
}

.ticket_info .box .btn a:after {
  content: "\f3d3";
  font-family: 'ionicons';
  position: absolute;
  right: 1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.ticket_info .box .btn a:hover {
  opacity: 1;
}

.ticket_info .box .btn a:hover:after {
  right: 1em;
}

/*
.ticket_info .box .pict {background:#ad41b5;border-radius:50%;color:#fff;position:absolute;width:6.5em;height:6.5em;top: -3em;left: -.8em;font-size:.8em;text-align:center;}
.ticket_info .box .pict span {display:block;position:absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 100%;line-height: 1.4;}
*/
.ticket_info .pict {
  background: #ad41b5;
  width: 14em;
  margin: -1.5em auto 2em;
  color: #fff;
  text-align: center;
}

.ticket_info p.sub {
  font-size: .9em;
  text-align: center;
}

.btn_wrap {
  padding: .0em 0;
}

.btn_wrap li {
  margin: 1.5em 10%;
}

.btn_wrap li a {
  display: block;
  border-radius: 30px;
  line-height: 3.2;
  ont-weight: 600;
  font-size: 1.1em;
  position: relative;
  border: 2px solid #ecd19a;
  text-align: center;
  color: #ecd19a;
}

.btn_wrap li a:after {
  content: "\f3d3";
  font-family: 'ionicons';
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn_wrap+p {
  text-align: center;
}

.attention .notes h3 {
  text-align: center;
  margin-bottom: 1.5em;
}

.attention .notes li {
  padding-left: 1em;
  position: relative;
  font-size: .95em;
}

.attention .notes li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.loop {
  background: #000;
}

.loop_img_wrap {
  overflow: hidden;
}

.loop_img {
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 100px;
  height: 100px;
  width: 100%;
}

.loop_img.loop1 {
  animation: slide1 100s linear infinite;
}

.loop_img.item01 {
  background-image: url(../images/scroll_img02.jpg);
}

.loop_img.loop2 {
  animation: slide2 100s linear infinite;
}

.loop_img.item02 {
  background-image: url(../images/scroll_img01.jpg);
}

.footer {
  padding: 10% 0 0;
}

.footer_info {
  text-align: center;
}

.footer_info li {
  margin: 2em 0;
}

.footer_info li span {
  display: block;
}

.footer_logo {
  width: 3em;
  margin: 5em auto;
}

.copyright {
  font-size: .8em;
  text-align: center;
  opacity: 1;
  padding-bottom: 4em;
  padding: 2em;
}

.remodal-wrapper {
  padding: 0;
}

.remodal-overlay {
  background: #181325;
}

.remodal {
  padding: 0 4%;
  background: none;
  max-width: 880px;
  overflow: hidden;
}

.remodal-close {
  top: 2.5%;
  left: 2%;
}

.remodal_in {
  padding: 3em 0;
  text-align: left;
  background: none;
  color: #fff;
  position: relative;
}

.close_btn {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  line-height: 2.5;
  padding-bottom: .2em;
  border-radius: 30px;
  width: 14em;
  font-size: .9em;
  margin: 4em auto 0;
  display: block;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Noto Serif JP', serif;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.close_btn:hover {
  background: none;
  opacity: .5;
}

.tokuten_in h3 {
  font-size: 1.6em;
  margin: 0 0 .5em 0;
  letter-spacing: .1em;
  text-indent: .1em;
  text-align: center;
  text-shadow: #6441ac 1px 1px 8px, #6441ac -1px 1px 8px, #6441ac 1px -1px 8px, #6441ac -1px -1px 8px;
}

.tokuten_in .box {
  padding: 2em 0;
  border-bottom: 1px dashed #fff;
}

.tokuten_in .box h4 {
  margin-bottom: 1em;
}

.tokuten_in .box h4 span {
  display: block;
}

.tokuten_in .box h4 .icon {
  font-size: .9em;
  width: 7em;
  background: #f7d399;
  color: #412f63;
  border-radius: 5px;
  line-height: 2;
  text-align: center;
  margin-bottom: 1em;
}

.tokuten_in .box h4 span:last-child {
  font-size: 1.15em;
  font-weight: 600;
}

.tokuten_in .box p {
  margin-bottom: 1em;
}

.tokuten_in .box p:last-child {
  margin-bottom: 0;
}

.tokuten_in .subbox {
  margin: 2em 0 0;
}

.tokuten_in .subbox h5 {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.1em;
}

.tokuten_in .subbox h5:before {
  content: "●";
}

.tokuten_in .subbox>div {
  margin: 1em 0;
  background: rgba(14, 40, 66, .5);
  padding: 5%;
  border-radius: 10px;
}

.tokuten_in .subbox h6 {
  margin-bottom: 1em;
  font-weight: bold;
}

.tokuten_in .box ul {
  margin-bottom: 1em;
}

.tokuten_in .box li {
  margin: 0;
  padding-left: 1em;
  position: relative;
}

.tokuten_in .box li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.limitend>div {
  opacity: .2;
}

.limitend {
  position: relative;
}

.limitend:before {
  content: "受付は終了しました";
  display: block;
  background: rgba(5, 22, 39, .8);
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  font-size: 1.1em;
  padding: .6em 0;
  width: 14em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}

.comingsoon {
  text-align: center;
  margin: 5em 0;
  font-size: 1.1em;
}

.goods {
  padding: 2% 4% 15%;
}

.goods_in p {
  margin-top: 1em;
}

.goods_in .btn {
  margin: 3em auto 4em;
  max-width: 23em;
  text-align: center;
  box-shadow: 0px 0px 6px 3px #1d93ec;
  border: 3px solid #fff;
  border-radius: 30px;
  text-shadow: #1d93ec 1px 1px 8px, #1d93ec -1px 1px 8px, #1d93ec 1px -1px 8px, #1d93ec -1px -1px 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.goods_in .btn a {
  display: block;
  border-radius: 30px;
  line-height: 3.5;
  box-shadow: 0px 0px 6px 3px inset #1d93ec;
  font-weight: 600;
  font-size: 1.1em;
  position: relative;
}

.goods_in .btn a:after {
  content: "\f3d3";
  font-family: 'ionicons';
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.goods .banner {
  /*max-width:880px;*/
  margin: 0 auto 1.5em;
}

.platform_in h3 {
  font-size: 1.6em;
  margin: 0 0 1.5em 0;
  letter-spacing: .1em;
  text-indent: .1em;
  text-align: center;
  text-shadow: #6441ac 1px 1px 8px, #6441ac -1px 1px 8px, #6441ac 1px -1px 8px, #6441ac -1px -1px 8px;
}

.platform_in ul {
  width: 104%;
  margin-left: -2%;
  letter-spacing: -.4em;
  text-align: center;
}

.platform_in li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  padding: 1.5% 2% 2%;
}

.platform_in li a {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 0;
  position: relative;
  overflow: unset;
}

.platform_in li a img {
  width: 65%;
  max-width: 200px;
  margin: 0 auto;
}

.platform_in li a+small {
  opacity: .7;
  font-size: 9px;
  display: block;
  margin-top: 6px;
  margin-bottom: 3px;
  line-height: 1;
}

.platform_in li a span {
  background: #ad41b5;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: .5em 1.5em;
  text-align: center;
  position: absolute;
  left: 1em;
  top: -1em;
  font-size: 1.8vw;
}

/*
.platform_in ul {display: flex;flex-wrap: wrap;width: 90%; margin: 0 auto;}
.platform_in li {display: flex;align-items: center;justify-content: center;width: 100%;margin:1em 0;border:2px solid #84c1f0;border-radius:35px;box-shadow:0px 0px 6px 3px #1d93ec;text-shadow: #1d93ec 1px 1px 8px, #1d93ec -1px 1px 8px,#1d93ec 1px -1px 8px, #1d93ec -1px -1px 8px;}
.platform_in li a {display: flex;align-items: center;width: 100%;height: 100%;min-height: 5em;text-align: center;color:#fff;border-radius:30px;flex-wrap: wrap;justify-content: center;padding: .9em 0;box-shadow:0px 0px 6px 3px inset #1d93ec;position:relative;background:rgba(29,147,236,.4);}
.platform_in li a span {font-size:1.1em;font-weight:600;display:block;width:100%;}
.platform_in li small {display:block;width:100%;font-size:.7em;}
.platform_in li a:after {content:"\f3d3";font-family:'ionicons';position:absolute;right:1em;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
*/

.platform_list {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 4em 0 2em;
  width: 104%;
}

.platform_list table,
.platform_list td {
  border-collapse: collapse;
  border: 1px solid #38314a;
}

.platform_list table {
  margin-bottom: .5em;
  font-size: .85em;
  width: 100%;
  max-width: 1200px;
  table-layout: fixed;
}

.platform_list td {
  padding: .8em .3em;
  text-align: center;
  background: rgba(23, 51, 77, .1);
}

.platform_list td.textleft {
  text-align: left;
}

.platform_list tr:nth-child(odd) td {
  background: rgba(62, 64, 78, .2);
}

.platform_list td:first-child {
  padding: .8em .6em;
  background: #fff !important;
  color: #000;
  width: 120px;
  min-width: 120px;
}

.platform_list tr:first-child td {
  background: #44404e !important;
  color: #fff;
}

.platform_list td:nth-child(n+2) {
  width: 120px;
  min-width: 120px;
}

.platform_list td a {
  display: block;
  color: #ecd19a;
}

.platform_list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.platform_list::-webkit-scrollbar-track {
  background: #38314a;
}

.platform_list::-webkit-scrollbar-thumb {
  background: #6441ac;
}




@media screen and (max-width:400px) {}

@media screen and (min-width:568px) {
  body {
    font-size: 2.2vw;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  body {
    font-size: 14px;
  }

  body:before {
    opacity: .15
  }


  .header h1 {
    width: 70%;
    margin: auto;
    position: relative;
    top: 0;
    margin-top: -8%;
  }

  .main_header {
    padding: 2em 2%;
  }

  .main_header .schedule {
    max-width: 680px;
    margin: 0 auto;
  }

  .main_header .box {
    margin-bottom: 30px;
    width: 50%;
    float: left;
    padding: 0;
  }

  .main_header .box h3 {
    width: 90%;
    padding: .7em 0 .8em;
  }

  .main_header .box p {
    font-size: 1em;
  }

  /*
.introduction {padding: 20px 2% 60px;}
.introduction h2 {font-size:2.4em;letter-spacing: .15em;text-indent: .15em;}
.introduction_in {text-align: center;}
.introduction_in .pc {display:none;}
.introduction_in .tab , .introduction_in .tab.pc {display:block;}
*/

  .live_details {
    padding: 80px 80px 80px;
  }

  .live_details h2 .title {
    font-size: 2.3em;
  }

  .live_details h2 .title i {
    display: inline-block;
    vertical-align: top;
    margin-left: .5em;
    font-size: .75em;
    margin-top: .2em;
  }

  .live_details .logo {
    max-width: 800px;
  }

  .live_details_in h3 {}

  .introduction h3 {
    font-size: 2.6em;
    margin-bottom: .5em;
  }

  .live_info {
    padding: 0;
    text-align: center;
  }

  .live_info dl {
    display: inline-block;
    text-align: left;
  }

  .live_info h4 {
    font-size: 1.2em;
  }

  .member1_live {
    padding-bottom: 80px;
  }


  .area {
    padding: 60px 4%;
  }

  .area h2 {
    font-size: 2.4em;
  }

  .ticket_info h3 {
    margin: .5em 0 2em;
    font-size: 1.5em;
  }

  .ticket_wrap {
    width: 102%;
    margin-left: -1%;
    display: flex;
    flex-wrap: wrap;
  }

  .ticket_wrap .box {
    position: relative;
    margin: 0 1%;
    width: 48%;
  }

  .ticket_wrap .box>div {
    padding: 30px;
  }

  .ticket_wrap h4 i:last-child {
    height: 1.5em;
  }

  .btn_wrap {
    margin-top: 2em;
    margin-bottom: 1em;
    text-align: center;
  }

  .btn_wrap li {
    width: 22em;
    margin: 0 .5em;
    display: inline-block;
    vertical-align: top;
  }

  .ticket_wrap.mobile .box {
    width: 100%;
  }

  .ticket_wrap .subbox {
    width: 102%;
    margin-left: -1%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .ticket_wrap .subbox>div {
    border: none;
    padding: 0;
    margin: 0 1%;
    width: 48%;
  }

  .ticket_wrap .subbox>div:first-child {
    border-right: 3px dotted #181325;
  }

  .ticket_wrap .subbox .logo {
    left: -20px;
    top: -45px;
  }

  .ticket_wrap.ippan .box .logo {
    left: 10px;
    top: 10px;
  }

  .tokuten_in .subbox>div {
    padding: 30px;
  }

  .loop_img {
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: auto 140px;
    height: 140px;
    width: 100%;
  }

  .loop_img.loop1 {
    animation: slide1-2 100s linear infinite;
  }

  .loop_img.loop2 {
    animation: slide2-2 100s linear infinite;
  }

  .footer {
    padding: 60px 0 0;
  }

  .goods {
    padding-bottom: 100px;
  }

  .goods_in .btn {
    margin: 3em auto 5em;
  }

  .goods_in .btn:hover {
    border-color: #1d93ec;
    box-shadow: none;
    text-shadow: none;
  }

  .goods_in .btn a:hover {
    color: #1d93ec;
    box-shadow: none;
    opacity: 1 !important;
    text-shadow: none;
  }

  .platform_in ul {
    width: 100%;
    margin: 0 auto;
    max-width: 720px;
  }

  .platform_in li {
    width: 33.33%;
  }

  .platform_in li a span {
    font-size: .7em;
  }

  .platform_list table {
    font-size: .75em;
  }

  .platform_list td:first-child {
    font-size: 1.05em;
  }

  .platform_list tr:first-child td {
    font-size: 1em;
  }
}


@media screen and (min-width:1024px) {

  .mainimg span {
    padding-top: 0%;
  }

  .main_header {
    padding: 80px 8%;
  }

  .main_header .box p {
    font-size: 1.1em;
  }

  .introduction_in {
    text-align: center;
  }

  .introduction_in br.sub {
    display: block;
  }

  .ticket_info .box h3 {
    font-size: 1.2em;
  }

  .ticket_wrap h4 {
    line-height: 1.8;
  }

  .ticket_wrap h4 i.sub {
    display: inline-block;
    vertical-align: top;
    margin: 0 .2em;
  }

  .ticket_wrap h4 i:last-child {
    height: auto;
  }

  .ticket_info .box .pict {
    top: -2em;
    left: -1.5em;
    font-size: 1em;
  }

  .ticket_wrap .subbox .logo {
    left: 0;
    top: 0;
    width: 5.5em;
  }

  .ticket_wrap.ippan .box .logo {
    left: 30px;
    top: 20px;
    width: 5.5em;
  }

  .remodal {
    padding: 0;
  }

  .tokuten_in {
    font-size: .9em;
  }

}

@media screen and (min-width:1200px) {
  body {
    font-size: 16px;
  }

  .mainimg {
    padding: 0;
    margin: 0 auto;
  }

  .header h1 {
    width: 90%;
    margin-top: -6%;
  }

  .main_header .schedule {
    max-width: 780px;
  }

  .live_details_in {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
  }

  .live_info {
    margin-top: 50px;
  }

  /*
.introduction h2 {font-size:2.6em;}
.introduction_in .pc {display:block;}
.introduction_in .tab {display:none;}
*/

  .area {
    padding: 80px 0;
  }

  .area h2 {
    font-size: 2.6em;
  }

  .inner {
    max-width: 1120px;
    margin: 0 auto;
  }

  .btn_wrap li {
    border-radius: 50px;
    width: 25em;
    margin: 0 1em;
  }

  .btn_wrap li a {
    border-radius: 50px;
    font-size: 1.2em;
  }

  .loop_img {
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: auto 170px;
    height: 170px;
    width: 100%;
  }

  .loop_img.loop1 {
    animation: slide1-3 100s linear infinite;
  }

  .loop_img.loop2 {
    animation: slide2-3 100s linear infinite;
  }

  .platform_list {
    width: 100%;
  }

  .platform_list table {
    font-size: 8px;
  }

  .platform_list {
    overflow-x: hidden;
  }

  .platform_list::-webkit-scrollbar {
    display: none;
  }

  .platform_list td:nth-child(n+2) {
    width: 110px;
    min-width: 110px;
  }

  .goods {
    padding-bottom: 120px;
  }

}

@media screen and (max-height:900px) and (min-width:1024px) {}

@media only screen and (min-device-width:320px) and (max-device-width:767px) {}

@media only screen and (min-device-width:768px) and (max-device-width:1334px) {}


@keyframes slide1 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -737px 0;
  }
}

@keyframes slide2 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 737px 0;
  }
}

@keyframes slide1-2 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -1106px 0;
  }
}

@keyframes slide2-2 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1106px 0;
  }
}

@keyframes slide1-3 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -1382px 0;
  }
}

@keyframes slide2-3 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1382px 0;
  }
}