@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 Sans JP', sans-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:0px;
}

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 #da476c;
}

.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: #da476c;
  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%;
  padding: 0;
}

.live_info h3 {
    text-align: center;
    font-size: 1.2em;
    letter-spacing: .1em;
    text-indent: .1em;
    color: #da476c;
    margin-bottom: 1em;
}

.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: #da476c;
}

.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-top: 5%;
}

.area h2 {
  text-align: center;
  font-size: 2.2em;
  letter-spacing: .15em;
  text-indent: .15em;
  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: 0em;
}

.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;
  color:white;
}

.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 {
    filter: brightness(.75) contrast(1.1);
  }


  .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 0px;
  }

  .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 {

  }

  .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: 10px 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-top: 5%;
  }

  .area2 {
    padding: 0px 0;
  }
  .area h2 {
    font-size: 2.6em;
  }

  .inner {
    max-width: 1120px;
    margin: 0 auto;
  }

  .btn_wrap li {
    border-radius: 50px;
    width: 700px;
    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;
  }
}

/* =========================
   White × Blue Theme Override
   ========================= */

/* 背景・ベース */
body {
  background: #ffffff;
  color: #111;
}

.contents,
.area,
.live_details,
.loop {

}

/* ナビ・メニュー */
.gnavi {
  background: #f4f7fb;
}

.gnavi_title,
.share_title {
  color: #da476c;
  text-shadow: none;
}

/* 見出し */
.area h2,
.live_details h2 .title,
.ticket_info h3 {
  color: #da476c;
  text-shadow: none;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {

.box, .box1 .ticket_wrap .box > div, .profile-card {
    background: #fff;
    color: #111;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
    border-radius: 12px;
    padding: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
}

}

@media only screen and (max-width: 768px) {
/* セクションBOX */
.box,.box1
.ticket_wrap .box > div,
.profile-card {
  background: #fff;
  color: #111;
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
          border-radius: 12px;
          padding:10px;
              padding-top: 30px; 
              padding-bottom: 30px;
}
}


/* 強調ラベル・バッジ */
.main_header .box h3,
.ticket_info .pict,
.platform_in li a span {
  background: #da476c;
  color: #fff;
          border-radius: 12px;
}

/* ボタン */
.ticket_info .box .btn a,
.btn_wrap li a {
  /* ゴールド背景 */
  background: linear-gradient(
    135deg,
    #f6e27a 0%,
    #e6b84f 30%,
    #c9972b 55%,
    #f9e28c 75%,
    #b8891e 100%
  );

  color: #2b1d00;          /* 黒じゃなく濃い茶 */
  border: none;
  padding: 12px 16px;
  font-weight: 800;
  letter-spacing: .04em;

  box-shadow:
    0 6px 16px rgba(120, 90, 20, 0.35),
    inset 0 1px 2px rgba(255,255,255,0.6),
    inset 0 -3px 5px rgba(0,0,0,0.25);

  border-radius: 999px;   /* 角丸でプレミアム感 */
  text-decoration: none;

  transition: 
    transform .2s ease,
    box-shadow .2s ease,
    filter .2s ease;
}
.ticket_info .box .btn a:hover,
.btn_wrap li a:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow:
    0 10px 22px rgba(120, 90, 20, 0.45),
    inset 0 1px 3px rgba(255,255,255,0.75),
    inset 0 -4px 6px rgba(0,0,0,0.35);
}

.btn_wrap li a:hover {
  opacity: .85;
}

/* 枠線 */
.live_info,
.ticket_wrap .box,
.platform_list table,
.platform_list td {
  border-color: #d6e4f1;
}

/* リンク */
a {
  color: #da476c;
}

a:hover {
  opacity: .8;
}

/* フッター */
.footer {
background-color: #e9b0b0;
}

.footer_info,
.copyright {
  color: #555;
}



@media only screen and (min-width: 768px) {
   .backg2::before {
   
        background-image: url(../images/bg5_mobi.jpg);
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: cover;
         filter: none !important;
    }    

}

@media only screen and (max-width: 767px) {
  
body.backg2::before{
  content:"";
  position: fixed;
  inset: 0;
  background: url(../images/bg5.jpg) no-repeat 50% 100% / cover;
  z-index: 0;
  pointer-events: none;
}

/* 本文は背景の上へ */
body > *{
  position: relative;
}

/* 白背景を消す（必要な場所だけ戻してOK） */
body, #wrap, .contents, .live_details{
  background: transparent !important;
}  
  
}
@media only screen and (min-width: 768px) {
body.backg2::before{
  content:"";
  position: fixed;
  inset: 0;
  background: url(../images/bg5.jpg) no-repeat 50% 100% / cover;
  z-index: -1;
  pointer-events: none;
}


  body.backg2::before {
    filter: brightness(.75) contrast(1.1);
  }
}
@media only screen and (max-width: 767px) {
body.backg2::before{
  content:"";
  position: fixed;
  inset: 0;
  background: url(../images/bg5_mobi.jpg) no-repeat 50% 100% / cover;
  z-index: 0;
  pointer-events: none;
}
}

body > *{
  position: relative;
}

.contents {
  background: transparent;
}

.live_details {
  background: transparent;
}


/* =========================
   Floating Ticket Button
   ========================= */

.floating-ticket {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 180px;
  height: 180px;
  border-radius: 50%;

  /* 赤→金の派手グラデ */
background: linear-gradient(
  135deg,
  #ff6f91 0%,
  #ff9a9e 28%,
  #ffd1a1 52%,
  #ffe7b0 72%,
  #e0b76a 100%
);


  color: white;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.3;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  border: 3px solid rgba(255,255,255,.9);

  box-shadow:
    0 14px 30px rgba(120, 40, 20, .45),
    inset 0 3px 4px rgba(255,255,255,.55),
    inset 0 -6px 8px rgba(0,0,0,.35);

  z-index: 9999;
  text-decoration: none;

  overflow: hidden;
  transform: translateZ(0);

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    filter .25s ease;
}

.floating-ticket {
  background: linear-gradient(
    135deg,
    #ff6f91 0%,
    #ff8fb1 35%,
    #ffd1dc 55%,
    #fff0f4 70%,
    #ff9bb3 100%
  );

  color: #7a1f3d;

  box-shadow:
    0 14px 30px rgba(255, 120, 160, .45),
    inset 0 2px 4px rgba(255,255,255,.75),
    inset 0 -4px 8px rgba(160, 60, 100, .35);
}


.floating-ticket::before {
  content: "";
  position: absolute;
  inset: -40% -40%;
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255,255,255,.15) 35%,
    rgba(255,255,255,.65) 50%,
    rgba(255,255,255,.15) 65%,
    transparent 100%
  );
  transform: translateX(-70%) rotate(10deg);
  opacity: .6;
  transition: transform .6s ease, opacity .6s ease;
  pointer-events: none;
}





.floating-ticket::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 20px;
  right: 20px;
  height: 40%;
  border-radius: 50%;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.45),
    rgba(255,255,255,0)
  );
  pointer-events: none;
}

.floating-ticket:hover,
.floating-ticket.is-selected {
  transform: translateY(-6px) scale(1.05);
  filter: saturate(1.25) contrast(1.08);
  box-shadow:
    0 22px 40px rgba(120, 40, 20, .55),
    0 0 0 10px rgba(255, 210, 106, .25),
    inset 0 3px 5px rgba(255,255,255,.65),
    inset 0 -8px 12px rgba(0,0,0,.4);
}

.floating-ticket:hover::before,
.floating-ticket.is-selected::before {
  transform: translateX(70%) rotate(10deg);
  opacity: 1;
}


/* SPは少し小さく */
@media screen and (max-width: 767px) {
  .floating-ticket {
    width: 90px;
    height: 90px;
    font-size: 12px;
    right: 14px;
    bottom: 14px;
  }
}
.floating-ticket {
  animation: floatPulse 3s ease-in-out infinite;
}

@keyframes floatPulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* =========================
   Upgrade Notes (image-like boxes)
   ========================= */

.upgrade-notes{
  width: min(920px, 92%);
  margin: 30px auto;
  display: grid;
    gap: 30px;
}

.note-card{
  position: relative;
  background: #ffffff;          /* 薄いベージュ */
  border: 2px solid #83827f;     /* 青枠 */
  border-radius: 10px;
  padding: 60px 26px 22px;
}

@media screen and (max-width: 867px) {
.note-title{
  position: absolute;
  width: 400px;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background: #83827f;
  color: #fff;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1;
  padding: 12px 26px;
  border-radius: 999px;          /* カプセル */
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}
}
@media screen and (min-width: 868px) {
.note-title {
    position: absolute;
    width: 500px;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    background: #83827f;
    color: #fff;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1;
    padding: 12px 26px;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}
}
.note-body{
  color: #111;
  font-size: 15px;
  line-height: 1.9;
}

.note-body ul{
  margin: 0;
  padding-left: 0.2em;
}

.note-body li{
  margin: 6px 0;
}

/* SP調整 */
@media screen and (max-width: 767px){
  .note-card{
    padding: 38px 16px 18px;
  }
  .note-title{
    font-size: 13px;
    padding: 10px 16px;
    max-width: 92%;
font-size: 12px !important;
    text-overflow: ellipsis;
  }
  .note-body{
    font-size: 14px;
    line-height: 1.8;
  }
}
/* ===== Benefit Price Table ===== */

@media screen and (min-width: 767px){
/* 表の外側（wrap）に必ず付ける */
.benefit-table-wrap{
  width: min(920px, 94%);
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}
}
@media screen and (max-width: 768px){
.benefit-table-wrap {
    width: min(920px, 94%);
    margin: 0 auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0px;
}
}

/* 表そのものは縮めず、最低幅を持たせる（見やすさ維持） */
.benefit-table{
  min-width: 860px;   /* ← ここは好みで 760〜900 */
}


@media screen and (max-width: 767px){
.benefit-table-wrap {
    width: min(980px, 100%);
    margin: 0px auto;
}
}

.benefit-table{
  width: 100%;
  border-collapse: separate;      /* 点線が綺麗に出る */
  border-spacing: 0;
  background: #fbf3e8;            /* 薄いベージュ */
  border: 1px solid #111;
  border-radius: 8px;
  overflow: hidden;
}

.benefit-table th,
.benefit-table td{
  border-right: 1px dotted #111;
  border-bottom: 1px dotted #111;
  padding: 14px 16px;
  vertical-align: middle;
}

.benefit-table tr > *:last-child{ border-right: 0; }
.benefit-table tbody tr:last-child > *{ border-bottom: 0; }

.benefit-table thead th{
  text-align: center;
  font-size: 22px;
  font-weight: 800;
}

.benefit-table thead .small{
  font-size: 14px;
  font-weight: 700;
}

.benefit-table thead .price{
  display: inline-block;
  margin-top: 6px;
  font-size: 24px;
}

.benefit-table tbody th{
  text-align: left;
  font-size: 20px;
  font-weight: 800;
  width: 36%;
}

.center{ text-align: center; font-size: 22px; font-weight: 800; }

.circle{
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 3px solid #111;
  border-radius: 50%;
  vertical-align: middle;
}

/* 左上の斜線セル（特典 / 料金） */
.diag{
  position: relative;
  width: 36%;
  min-width: 260px;
  padding: 0;
}

.diag::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
linear-gradient(
  to top right,
  transparent 49.9%,
  #111 49.9%,
  #111 50.1%,
  transparent 50.1%
);
  pointer-events: none;
}

.diag-left{
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-10%);
  font-size: 18px;
  font-weight: 900;
}

.diag-right{
  position: absolute;
  right: 18px;
  top: 18px;
  font-size: 18px;
  font-weight: 900;
}

/* SPは横スクロールが安全 */
@media screen and (max-width: 767px){
  .benefit-table-wrap{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .benefit-table{
    min-width: 840px;
  }
}

.badge{
  display: inline-block;
  margin-left: .6em;
  padding: .2em .6em;
  font-size: 12px;
  border-radius: 999px;
  background: #ff4da6;
  color: #fff;
  vertical-align: middle;
}


/* ===== SP Price Cards ===== */

/* SP料金表：余白を1箇所に集約して可変に */
.price-sp{
  display: grid !important;
  gap: clamp(12px, 3.6vw, 18px);
}

.plan-card{
  margin-top: 0;
  padding: clamp(14px, 3.8vw, 18px);
}

/* “詰まり/間延び”を余白でなく区切りで整える */
.plan-list li{
  padding: 8px 0;
  border-bottom: 1px dotted rgba(0,0,0,.25);
  line-height: 1.55;
  font-size: 14px;
}
.plan-list li:last-child{ border-bottom: 0; }


.price-sp{
  width: 94%;
  margin: 0 auto 40px;
  display: grid;
  gap: 18px;
}

.plan-card{
  background: #fbf3e8;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 18px 16px;
  margin-top: 10px;
}

.plan-title{
  font-size: 20px !important;
  font-weight: 700;
  color: #da476c;
margin-bottom: 16px;
}

.plan-price{
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 12px;
  text-align: center;
}

.plan-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.plan-list li{
  font-size: 14px;
  padding: 6px 0;
  border-bottom: 1px dotted #ccc;
}

.plan-list li:last-child{
  border-bottom: none;
}

/* VIPだけ少し強調 */
.plan-card.vip{
  border-width: 3px;
}

/* SS微調整 */
.plan-card.ss{
  opacity: .95;
}




/* デフォルト：PCではSP版を出さない */
.price-sp { display: none !important; }
.price-pc { display: block; }

/* SPだけ：SP版をgridで出す */
@media screen and (max-width: 1200px) {
  .price-pc { display: none !important; }

  .price-sp {
    display: grid !important;          /* ←ここで初めてgrid */
    width: 94%;
    margin: 0 auto 40px;
    gap: clamp(0px, 3.6vw, 0px);    /* 間延び/詰まりの中間 */
  }
}

.js-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s ease, transform .8s ease;
}

.js-animate.is-show {
  opacity: 1;
  transform: translateY(0);
}
/* =========================
   Dotted Table Base (料金表と同系統)
   ========================= */

.timetable-wrap{
  width: min(980px, 94%);
  margin: 30px auto;
  overflow-x: auto;                 /* SPで安全 */
  -webkit-overflow-scrolling: touch;
}

.dotted-table{
  width: 100%;
  min-width: 860px;                 /* SPは横スクロール */
  border-collapse: separate;
  border-spacing: 0;
  background: #fbf3e8;
  border: 4px dotted #111;
  border-radius: 8px;
  overflow: hidden;
}

.dotted-table th,
.dotted-table td{
  border-right: 4px dotted #111;
  border-bottom: 4px dotted #111;
  padding: 12px 14px;
  vertical-align: middle;
  color: #111;
}

.dotted-table tr > *:last-child{ border-right: 0; }
.dotted-table tbody tr:last-child > *{ border-bottom: 0; }

.timetable thead th{
  text-align: center;
  font-weight: 900;
  font-size: 18px;
}

.timetable td{
  font-size: 16px;
  font-weight: 700;
}

.timetable .center{ text-align: center; }
.timetable .note{ font-weight: 600; font-size: 14px; line-height: 1.6; }
.timetable .stage{ text-align: center; font-weight: 900; white-space: nowrap; }

/* 列幅の目安 */
.timetable .col-stage{ width: 110px; }
.timetable .col-time{ width: 170px; }
.timetable .col-content{ width: 320px; }
.timetable .col-dur{ width: 110px; }
.timetable .col-note{ width: 260px; }

/* 内容の見た目（画像の黄色/赤っぽさを再現したい場合の軽いアクセント） */
.timetable .content{
  border-radius: 6px;
}

.timetable .content.open{
  background: #fff3b8;             /* 開場：薄い黄 */
}

.timetable .content.vip{
  background: #fff3b8;             /* VIP：薄い黄 */
}

.timetable .content.show{
  background: #ffd1d1;             /* SHOW：薄い赤 */
  font-weight: 900;
  letter-spacing: .06em;
}

.timetable .content.sendoff{
  background: #fff3b8;             /* 見送り：薄い黄 */
}

.timetable .content.break{
  background: #f2f2f2;             /* 休憩：グレー */
  font-weight: 900;
}

.break-row th,
.break-row td{
  font-weight: 900;
}

/* SPは文字を少しだけ詰める */
@media screen and (max-width: 767px){
  .timetable td{ font-size: 14px; }
  .timetable thead th{ font-size: 16px; }
  .timetable .note{ font-size: 13px; }
}

.seatmap{
  width: min(920px, 50%);
  margin: 30px auto;
  text-align: center;
}

.seatmap-btn{
  display: inline-block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.seatmap-btn img{
  display: block;
  width: 100%;
  max-width: 760px;     /* ← ここで「でかすぎ」を止める */
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
}

.seatmap-note{
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}
.overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 18px;
}

.overlay.is-open{
  display: flex;
}

.overlay-inner{
  position: relative;
  max-width: min(1100px, 96vw);
  max-height: 92vh;
}

.overlay-inner img{
  display: block;
  max-width: 100%;
  max-height: 92vh;
  width: auto;
  height: auto;
  border-radius: 10px;
  background: #fff;
}

.overlay-close{
  position: absolute;
  top: -12px;
  right: -12px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: #ff4fa3; /* ピンク */
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0,0,0,.2);
}

@media screen and (max-width: 769px) {
 .name {
        font-size: 2.6em !important;
        margin-bottom: .5em !important;
    }
}

@media screen and (min-width: 768px) {
 .name {
        font-size: 2.6em !important;
        margin-bottom: .5em  !important;
    }
}

@media screen and (min-width: 768px) {
  .glitter-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px 14px 22px;
    min-width: 520px;
    border-radius: 999px;

    /* ▼ 白をやめて、芯のあるピンクに */
    background: linear-gradient(
      135deg,
      #ff5f87 0%,
      #ff7fa1 35%,
      #ff9fb8 55%,
      #ff7a9d 75%,
      #e64b74 100%
    );

    color: #ffffff;
    font-weight: 800;
    text-decoration: none;

    border: none;

    box-shadow:
      0 14px 30px rgba(230, 70, 120, 0.45),
      inset 0 2px 4px rgba(255, 255, 255, 0.35),
      inset 0 -4px 8px rgba(150, 30, 70, 0.35);

    overflow: hidden;
    transform: translateZ(0);
  }
  
background: radial-gradient(
  circle at 30% 30%,
  #ff9bb3 0%,
  #ff6f91 45%,
  #e6456f 70%,
  #b82f54 100%
);
  
  
}


@media screen and (max-width: 767px){

  .glitter-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px 14px 22px;
    border-radius: 999px;

    /* ▼ 白をやめて、芯のあるピンクに */
    background: linear-gradient(
      135deg,
      #ff5f87 0%,
      #ff7fa1 35%,
      #ff9fb8 55%,
      #ff7a9d 75%,
      #e64b74 100%
    );

    color: #ffffff;
    font-weight: 800;
    text-decoration: none;

    border: none;

    box-shadow:
      0 14px 30px rgba(230, 70, 120, 0.45),
      inset 0 2px 4px rgba(255, 255, 255, 0.35),
      inset 0 -4px 8px rgba(150, 30, 70, 0.35);

    overflow: hidden;
    transform: translateZ(0);
  }

background: radial-gradient(
  circle at 30% 30%,
  #ff9bb3 0%,
  #ff6f91 45%,
  #e6456f 70%,
  #b82f54 100%
);


}

/* タイトル */
.glitter-btn__text{
  font-size: 22px;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.1;
}

/* サブ */
.glitter-btn__sub{
  display: block;
  font-size: 12px;
  opacity: .95;
  margin-top: 2px;
  letter-spacing: .02em;
  line-height: 1.2;
}

/* 右の▶ */
.glitter-btn__icon{
  margin-left: auto;
  width: 40px;
  height: 40px;
  border-radius: 999px;

  display: grid;
  place-items: center;

  background: rgba(255,255,255,.16);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.18);
  font-size: 16px;
}

.glitter-btn::before {
  content: "";
  position: absolute;
  inset: -40% -40%;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.45) 50%,
    transparent 70%
  );
  transform: translateX(-60%) rotate(8deg);
  opacity: 0.4;
  transition: transform .7s ease, opacity .7s ease;
}

.glitter-btn:hover::before {
  transform: translateX(70%) rotate(8deg);
  opacity: 0.85;
}

/* キラキラ粒（控えめ） */
.glitter-btn::after{
  content:"";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 35%, rgba(255,255,255,.45) 0 2px, transparent 3px),
    radial-gradient(circle at 35% 70%, rgba(255,255,255,.25) 0 2px, transparent 3px),
    radial-gradient(circle at 70% 30%, rgba(255,255,255,.35) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 60%, rgba(255,255,255,.22) 0 2px, transparent 3px);
  opacity: .6;
  pointer-events: none;
}

/* ====== 選択時・ホバー時に“ぎらぎら変化” ====== */
.glitter-btn:hover,
.glitter-btn:focus-visible,
.glitter-btn.is-selected{
  filter: saturate(1.2) contrast(1.05);
  box-shadow:
    0 14px 28px rgba(0,0,0,.32),
    0 0 0 6px rgba(255, 210, 106, .18),
    inset 0 2px 0 rgba(255,255,255,.32),
    inset 0 -4px 0 rgba(0,0,0,.28);
}

/* 光る帯が“シュッ”と走る */
.glitter-btn:hover::before,
.glitter-btn:focus-visible::before,
.glitter-btn.is-selected::before{
  transform: translateX(70%) rotate(8deg);
  opacity: .95;
}

/* 押した瞬間 */
.glitter-btn:active{
  transform: translateY(1px);
}

.plan-price {
  font-size: 28px;      /* メイン数字 */
  font-weight: 800;
  line-height: 1.2;
}

.plan-price .price-unit {
  font-size: 0.55em;    /* 数字に対する比率 */
  font-weight: 600;
  margin-left: 4px;
  vertical-align: baseline; /* 下げたくなければ baseline */
  opacity: 0.85;        /* 少しだけ弱める */
}

.price-unit2 {
  font-size: 0.75em !important;    /* 数字に対する比率 */
  font-weight: 600;
  margin-left: 4px;
  vertical-align: baseline; /* 下げたくなければ baseline */
  opacity: 0.85;        /* 少しだけ弱める */
}

.schedule-list{
  list-style: none;     /* デフォの黒丸を消す */
  margin: 0;
  padding: 0;
}

.schedule-list li{
  position: relative;
  padding-left: 1.5em;  /* ●の分だけ左に余白 */
  margin: 0 0 .6em 0;
  line-height: 1.6;
}

/* ●を疑似要素で描く */
.schedule-list li::before{
  content: "◎";
  position: absolute;
  left: 0;
  top: .3em;           /* 行の中央寄せ微調整 */
  font-size: 0.95em;
  line-height: 1;
  color: #ff5f87;       /* お好みで（例：サテンピンク） */
}

/* ===== SNS FOLLOW ===== */
.sns-follow{
  margin: 80px auto 80px;
  text-align: center;
}

.sns-follow__title{
  text-align: center;
  transform: translateX(-0.05em);
  padding-bottom:30px;
}

/* リスト */
.sns-follow__list{
  display: flex;
  justify-content: center;
  gap: 22px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ボタン共通 */
.sns-btn{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow:
    0 8px 20px rgba(0,0,0,.15),
    inset 0 1px 0 rgba(255,255,255,.9);
  transition: transform .25s ease, box-shadow .25s ease;
}

.sns-btn svg{
  width: 22px;
  height: 22px;
  fill: #333;
}

/* hover */
.sns-btn:hover{
  transform: translateY(-3px);
  box-shadow:
    0 14px 28px rgba(0,0,0,.2),
    inset 0 1px 0 rgba(255,255,255,.9);
}

/* X / IG 個別（色は控えめ） */
.sns-btn--x svg{
  fill: #000;
}

.sns-btn--ig{
  background: linear-gradient(
    135deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
}

.sns-btn--ig svg{
  fill: #fff;
}
.sns-follow__list{
  display: flex;
  justify-content: center;
  gap: 0px;
}

.sns-btn--x{
  background: #f3f3f3;
}

.sns-btn--x svg{
  width: 24px;
  height: 24px;
}

.sns-btn--x {
  margin-right: 10px;
}

.sns-btn--ig {
  margin-left: 10px;
}



/* ===== GNAVI SNS ===== */
.gnavi-sns{
  justify-content: center;
  gap: 0px; /* ナビ内なので少しだけ詰める */
  margin-top: 14px;
}

.gnavi .sns-btn{
  width: 48px;
  height: 48px;
  box-shadow:
    0 6px 16px rgba(0,0,0,.25),
    inset 0 1px 0 rgba(255,255,255,.9);
}

.gnavi .sns-btn svg{
  width: 20px;
  height: 20px;
}




.glitter-btn{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 999px;
}
.btn-text{ display:flex; align-items:center; gap:14px; }
.btn-sub{ white-space: nowrap; }

@media (max-width: 767px){
  .glitter-btn{
    width: 92%;
    max-width: 360px;
    padding: 14px 16px;
    border-radius: 20px;          /* ← pillやめて安定させる */
    align-items: flex-start;       /* ← 上揃え */
    gap: 12px;
    TOP: -40PX;
  }

  .btn-text{
    display: flex;
    flex-direction: column;        /* ← 縦積み */
    align-items: flex-start;
    gap: 4px;
    min-width: 0;
  }

  .btn-main{
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
  }

  .btn-sub{
    font-size: 12px;
    font-weight: 600;
    opacity: .75;
    line-height: 1.2;
    white-space: normal;           /* ← 折り返してOK */
  }

  .btn-icon{
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    margin-top: 2px;
    background: rgba(255,255,255,.25);   /* ← “押せる感” */
    box-shadow: inset 0 1px 0 rgba(255,255,255,.35);
  }
}

.notes img {
  display: block;
  margin: 0 auto;
}

.sp-only { display: none; }

@media screen and (max-width: 767px) {
  .sp-only { display: block; }
}

