@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');

html,body,a,p,ul,li,h1,h2,h3,h4,h5,h6,figure,dl,dt,dd{margin:0;padding:0;}

*{
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}


html{
    
}
body{
    overflow-x: hidden;
    -webkit-touch-callout:none;
    color: #fff;
    font-family: YakuHanRP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
    background: #000;
}

body:after{
    content: "";
    display: block;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
     background: url(../img/back.jpg);
    z-index: -1;
    background-size:720px auto;
     animation: contact-text 6s linear infinite;
    background-position: center;
    opacity: 0.55;
}

img{
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
    display: block;
    font-size: 0;
    
}

a{
    color: inherit;
    text-decoration: none;
}


li{
    list-style-type: none;
}
.sp{
    display: none;
    
}


@media screen and (max-width: 896px){
    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
}

.cursor-sparkle{
    height: 100vh;
position: fixed;
    width: 100%;
    z-index: 9999999;
    pointer-events: none;
    mix-blend-mode: screen;
}
.cursor-sparkle .sparkle{
      width: 120px;
      height: 120px;

      position: absolute;
      top: -5px;
  opacity: 1;
    background: url(../img/sparkle.jpg);
    background-size: 100% 100%;
    mix-blend-mode: screen;
  
    }
  

@keyframes fallingsparkles {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(50px);
  }
}

.nav-btn {
        display: block;
    position:fixed;
    top: 40px;
    right: 40px;
        width: 80px;
        height: 80px;
        cursor: pointer;
        z-index: 9999;
    background: url(../img/nav-btn.svg);
    transition-duration: 0.2s;
    }


.nav-btn.hover{
    transform: scale(1.1);
    filter: brightness(1.4);
}

    .nav-btn span {
        position: absolute;
        left:20px;
        width: 40px;
        height: 2px;
         background: linear-gradient(-90deg, #f3a624 0%, #f8ea90 50%, #f3a624 100%);
        transition-duration: 0.2s;
    }
    
   

    .nav-btn span:nth-of-type(1) {
        top: calc(40% - 0.5px);
    }

    .nav-btn.close span:nth-of-type(1) {
        top: calc(50% - 0.5px);
        transform: rotate(45deg);
    }

    .nav-btn span:nth-of-type(2) {
        top: 50%;
        margin-top: -0.5px;
    }

    .nav-btn.close span:nth-of-type(2) {
        opacity: 0;
        transform: translateX(-20%);

    }

    .nav-btn span:nth-of-type(3) {
        bottom: calc(40% - 0.5px);
    }

    .nav-btn.close span:nth-of-type(3) {
        bottom: calc(50% - 0.5px);
        transform: translateY(0) rotate(-45deg);
    }

.x-btn{
     display: block;
    position:fixed;
   bottom: 40px;
    right: 40px;
        width: 60px;
        height: 60px;
        cursor: pointer;
        z-index: 9999;
    background: url(../img/x-btn.svg);
    transition-duration: 0.2s;
}

.x-btn.hover{
    transform: scale(1.1);
    filter: brightness(1.4);
}
nav{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
   -ms-overflow-style: none;
  scrollbar-width: none;
    color: #fff;
    background: rgba(0,0,0,.5);
    font-family: korolev-compressed, sans-serif;
    font-weight: 700;
    font-style: normal;
    z-index: 998;
    transition-duration: 0.4s;
    opacity: 0;
    pointer-events: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
   
    
}


nav.open{
    opacity: 1;
    pointer-events: auto;
}

.nav-inner{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    min-height: 100vh;
     padding: 40px 0;
}

.nav-inner li{
    margin: 20px 0;
    text-align: center;
}

.nav-inner a{
     font-family: "blakely", sans-serif;
font-weight: 300;
font-style: normal;
    font-size: 60px;
}
/* .nav-inner li:nth-child(8) a{
    font-size: 30px;
     font-family: YakuHanRP, "Zen Kaku Gothic New", sans-serif;
} */
.nav-inner li.jp a{
    font-size: 30px;
     font-family: YakuHanRP, "Zen Kaku Gothic New", sans-serif;
}
.hero{
    height: 100vh;
    position: relative;
}


.hero .sns{
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.hero .mga-logo{
    width: 100px;
    position: absolute;
    top: 40px;
    left: 40px;
}
.logo{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1.2);
    filter: brightness(3) blur(20px);
    opacity: 0;
    transition-duration: 1s;
}
.logo.fade.on{
     filter: brightness(1) blur(0px);
    transform: scale(1);
    opacity: 1;
}
.logo img{
    width: 80%;
    height: 80%;
    object-fit: contain;
    object-position: center;
}
h2{
    width: fit-content;
  margin: 0 auto 40px;
    position: relative;
    text-align: center;
    line-height: 1;
}

h2.fade.on{
    
}
h2 .ttl-txt{
  font-family: "blakely", sans-serif;
font-weight: 300;
font-style: normal;
    color: #fff;
    text-align: center;
    font-size: 80px;
    color: transparent;
	background: linear-gradient(0deg, #d88112 0%, #f3a624 50%,#f8ea90 90% 100%); 
	-webkit-background-clip: text;
    filter: brightness(10) blur(10px);
    transition-duration: 0.6s;
    opacity: 0;
}
h2.fade.on .ttl-txt{
    filter: brightness(1) blur(0px);
    opacity: 1;
}
h2 .sparkle{
     position: absolute;
    display: block;
    mix-blend-mode: screen;
}
h2 .sparkle1{
   
    top: -10px;
    left: -100px;
    width: 80px;
     animation:blink 1s ease-in-out infinite alternate;
    
}
h2 .sparkle2{
   
    bottom: 0px;
    left: -60px;
    width: 40px;
     animation:blink 0.9s ease-in-out infinite alternate;
    animation-delay: -0.4s;
    
}
h2 .sparkle3{
   
    bottom: 12px;
    left: -90px;
    width: 24px;
     animation:blink 1.6s ease-in-out infinite alternate;
    animation-delay: -0.8s;
    
}
h2 .sparkle4{
    top: 0px;
    right: -70px;
    width: 48px;
     animation:blink 1.2s ease-in-out infinite alternate;
     animation-delay: -0.6s;

}
h2 .sparkle5{
    bottom: -12px;
    right: -90px;
    width: 60px;
     animation:blink 0.8s ease-in-out infinite alternate;
     animation-delay: -0.8s;

}
h2 .sparkle6{
    top: 24px;
    right: -100px;
    width: 28px;
     animation:blink 1.8s ease-in-out infinite alternate;
     animation-delay: -0.6s;

}
h2 .sparkle1 img{
    animation:rotation 10s linear infinite;
}
h2 .sparkle2 img{
    animation:rotation 12s linear infinite;
    animation-delay: -4s;
}
h2 .sparkle3 img{
    animation:rotation 18s linear infinite;
    animation-delay: -8s;
}
h2 .sparkle4 img{
    animation:rotation 14s linear infinite;
    animation-delay: -8s;
}
h2 .sparkle5 img{
    animation:rotation 6s linear infinite;
     animation-delay: -12s;
}
h2 .sparkle6 img{
    animation:rotation 8s linear infinite;

}
@keyframes rotation{
  0%{ transform:rotate(0);filter: }
  100%{ transform:rotate(360deg); }
}

@keyframes blink{
    0% {opacity:0.2;transform: scale(0.6);}
    100% {opacity:1;transform: scale(1);}
}


.vip-link{
    text-decoration: underline;
}
section{
position: relative;
    margin-bottom: 100px;

}
section .trigger{
    position: absolute;
    top: -100px;
}
.contents{
    background: rgba(0,0,0,.5);
    padding: 10px;
    width: 90%;
     max-width: 1000px;
    margin: 0 auto;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    opacity: 0;
    transition-duration: 0.4s;
}
.contents.fade.on{
    opacity: 1;
}
.contents-inner{
    padding: 40px;
    border-left: solid 2px #f3a624;
    border-right: solid 2px #f3a624;
    position: relative;
}
.contents-inner:before{
    content: "";
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background: linear-gradient(90deg, #f3a624 0% 10%, #f8ea90 50%, #f3a624 90% 100%);
}
.contents-inner:after{
    content: "";
    display: block;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:2px;
    background: linear-gradient(90deg, #f3a624 0% 10%, #f8ea90 50%, #f3a624 90% 100%);
}
.news ul{
    max-height: 240px;
    overflow-y: scroll;
    padding-right: 10px;
    
    
}
.news li:not(:last-child){
    border-bottom: solid 1px rgba(255,255,255,.5);
}

.news li a{
    display: flex;
    padding: 28px 20px;
    font-size: 17px;
}

.news li a .news-date{
    width: 6em;
    flex-shrink: 0;
}


.news ul::-webkit-scrollbar {
    width: 8px;
    background-color: #333; 
}

.news ul::-webkit-scrollbar-thumb {
   background: linear-gradient(0deg, #d88112 0%, #f3a624 50%, #f8ea90 90% 100%);
    width: 6px;
    border-radius: 5px;
}

.about{
        text-align: center;
    }

.about h3{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    padding: 9px 0;
    background: url(../img/about-ttl.svg) no-repeat;
    background-position: center;
    
}

.concept .contents{
   background:#000;
     
}

.concept .contents:after{
    content: "";
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: linear-gradient(-45deg,#da8313, #f6cc60, #da8313, #f6cc60,#da8313);
    background-size: 100% 100%;
    opacity: 0.7;
    
}
@keyframes gold-animation {
from { background-position: 0 0; }
to { background-position:-200% -200%; }
}
.concept .contents-inner{
    z-index: 2;
    position: relative;
}
.concept p{
    line-height: 2.2;
    font-size: 20px;
    text-align: center;
     color: #fff;
    font-weight: 700;
    text-shadow: 0 0 0.2em #000;

}

.schedule p{
    font-size: 48px;
    line-height: 1.4;
    margin-bottom: 28px;
    text-align: center;
   
}
.schedule p span:nth-child(1){
    font-size: 80%;
    letter-spacing: 0.1em;
}

.schedule p span:nth-child(1) small{
    font-size: 60%;
    letter-spacing: 0em;
    margin-left: 0.2em;
}
.schedule p span:nth-child(3){
    font-size: 50%;
}
.schedule p span:nth-child(3) small{
    font-size: 80%;
    margin-left: 0.2em;
}
.schedule p span:nth-child(4){
    font-size: 28%;
    margin-top: 0.2em;
}
.schedule p span{
    display: block;
}

.schedule aside{
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.artists ul{
    display:flex;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    gap:40px;
}
.artists li:not(:first-child){
    width: calc(50% - 20px);
}
.artists li:first-child{
    width: 100%;
    padding-bottom: 40px;
    border-bottom: solid 1px rgba(255, 255, 255, .5);
}
.artists li:not(:first-child) figure{
   
    margin-bottom: 12px;
}

.artists li:first-child figure{
    max-width: 600px;
    margin: 0 auto 20px;
}

.artists .modal-open{
    border: solid 1px rgba(255,255,255,.5);
    width: 200px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin: 0 auto;
    font-size: 14px;
    transition-duration: 0.2s;
}

.artists .modal-open.hover{
    background: #fff;
    color: #000;
}

.artists li h3{
    text-align: center;
    font-size: 28px;
    margin-bottom: 12px;
    font-weight: 700;
}

.artists aside{
    text-align: center;
    margin-top: 60px;
    font-size: 14px;
}
.ticket-price{
    margin-bottom: 40px;
}
.ticket-price li{
    margin-bottom: 24px;
    text-align: center;
    font-size: 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    
}

.ticket-price .seat{
    font-size: 70%;
    text-align: right;
    width: 50%;
    padding-right: 10px;
}

.ticket-price .price{
    width: 50%;
    text-align: left;
     padding-left: 10px;
}
.ticket-price .price small{
    font-size: 60%;
}
.ticket-price li aside{
    font-size: 14px;
    margin-top: 8px;
    width: 100%;
}


.seatmap{
    max-width: 600px;
    margin: 0 auto 60px;
}
 .seatmap p{
        text-align: center;
       font-size: 14px;
     margin-top: 20px;
     line-height: 1.6;
    }
.ticket-schedule > li{
    border: solid 2px #fff;
    margin-bottom: 40px;
}
.ticket-schedule h3{
    
    padding: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
   position: relative;
    cursor: pointer;
    line-height: 1.4;
    background: linear-gradient(to left, rgb(0, 66, 39) 0%, rgb(38, 119, 53) 50%, rgb(0, 66, 39) 100%);
}

.ticket-schedule h3 span{
    
}
.ticket-schedule h3:after{
    content: "▼";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    font-size: 16px;
    transition-duration: 0.2s;
}

.ticket-schedule > li.close h3:after{
    transform: translateY(-50%) rotate(0deg);
}
.ticket-shedle-detail{
    padding: 28px;
    text-align: center;
    border-top: solid 2px #fff;
    background: #000;
}

.ticket-shedle-detail p{
    line-height: 1.6;
}
.ticket-shedle-detail p.comingsoon{
    font-size: 28px;
    margin-bottom: 20px
}
.ticket-shedle-detail dl{
    margin-bottom: 28px
}
.ticket-shedle-detail dt{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.ticket-shedle-detail dd{
    margin-bottom: 20px;
    font-size: 20px;
}
.ticket-shedle-detail dd:last-child{
    margin-bottom: 0;
}

.ticket-shedle-detail aside{
    font-size: 14px;
    margin-top: 20px;
}
.ticket-btn{
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 266px;
    color: #fff;
    flex-flow: column;
    margin: 20px auto 0;
    font-weight: 700;
    border-radius: 100px;
    position: relative;
    transition-duration: 0.2s;
}
.ticket-btn:before{
    content: "";
    display: block;
    position: absolute;
    top:-2px;
    left:-2px;;
    width:calc(100% + 4px);
    height:calc(100% + 4px);
    background: linear-gradient(0deg, #d88112 0%, #f3a624 50%, #f8ea90 90% 100%);
    border-radius: 100px;
    z-index: 1;
}
.ticket-btn:after{
    content: "";
    display: block;
    position: absolute;
    top:0px;
    left:0px;;
    width:calc(100% + 0px);
    height:calc(100% + 0px);
    background: linear-gradient(to left, #004227 0%,#267735 50%, #004227 100%);
    border-radius: 100px;
    z-index: 2;
}
.ticket-btn span{
    z-index: 3;
    
}
.ticket-btn.hover{
  opacity: 0.5;
}


.fanclub-btn{
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 266px;
    color: #fff;
    flex-flow: column;
    margin: 20px auto 0;
    font-weight: 700;
    border-radius: 100px;
    position: relative;
    transition-duration: 0.2s;
    border-radius: 100px;
    border: solid 1px #fff;
}

.fanclub-btn.hover{
    background: #fff;
    color: #000;
}

.ticket-shedle-detail .notice{
    margin-top: 40px;
}
.ticket-shedle-detail .notice h4{
    font-size: 20px;
}
.notice{
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

.notice h4{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}
 .notice li{
        padding-left: 1.4em;
     position: relative;
     margin-bottom: 0.4em;
     text-align: justify;
    }
.notice li.bullet-none{
    padding-left: 0;
}
.notice li:not(.bullet-none):before{
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
}

.goods p{
    text-align: center;
    font-size: 24px;
}
.attention h2 .ttl-txt{
    font-size: 40px;
     font-family: YakuHanRP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
}
.attention-head{
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.6;
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px rgba(255,255,255,.5);
}
.attention ul.attension-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:60px 40px;
}
.attention .attension-list figure{
    width: 50%;
    max-width: 160px;
    margin: 0 auto 20px;
}
.attention .attension-list h3{
    text-align: center;
    font-weight: 700;
    font-size:24px;
    margin-bottom: 20px;
}
.attention .attension-list li p{
    line-height: 1.6;
    font-size: 14px;
}

.attention .attension-list li p a{
    text-decoration: underline;
}
footer {
  padding: 60px 0;
  position: relative;
    background: #000;
}
.sns{
    display: flex;
    justify-content: center;
    gap:20px;
    width:fit-content;
}


.faq h3{
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
    font-weight: 700;
}
.faq ul{
    margin-bottom: 40px;
     border-top: solid 1px rgba(255,255,255,.5);
}

.faq ul:last-child{
    margin-bottom: 0;
}
.faq li{
    border-bottom: solid 1px rgba(255,255,255,.5);
    position: relative;
}

.faq li p{
   padding: 20px 40px;
    position: relative;
    line-height: 1.7;
}
.faq li p.question{
    cursor: pointer;
}
.faq li p.question:before{
     content: "Q";
    position: absolute;
    top: 22px;
    left: 0;
    color: #000;
   background: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    line-height: 1;
    font-weight: 700;
}
.faq li p.question:after{
    content: "▼";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    transition-duration: 0.2s;
}

.faq li.open p.question:after{
    transform:translateY(-50%) rotate(180deg);
}
.faq li p.answer{
   
    display: none;
    padding-top: 0;
}
.faq li p.answer:before{
    content: "A";
    position: absolute;
    top: 2px;
    left: 0;
    color: #000;
    background: linear-gradient(0deg, #d88112 0%, #f3a624 50%, #f8ea90 90% 100%);
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    line-height: 1;
    font-weight: 700;
}



footer .sns{
    margin: 0 auto;
}
.sns a{
    font-size: 24px;
}

footer .universal-link{
    display: block;
    width: 200px;
    margin: 0px auto 28px;
}

footer p{
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}

footer p small{
    display: block;
    font-size: 10px;
    margin-top: 0.5em;
}




@media screen and (max-width: 896px){
    
   body:after{
   
    background-size:480px auto;
}
 
    .nav-btn {
    top: 20px;
    right: 5%;
        width: 60px;
        height: 60px;
    }
    
    .x-btn{
   bottom: 20px;
    right: 5%;
        width: 48px;
        height: 40px;

}


    .nav-btn span {
        position: absolute;
        left:15px;
        width: 30px;
    }
    
   



.nav-inner a{
    font-size: 40px;
}
.nav-inner li.jp a{
    font-size: 20px;
}
.hero{
    height: 100svh;
}


.hero .sns{
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
}
.hero .mga-logo{
    width: 60px;
    position: absolute;
    top: 28px;
    left: 5%;
}

.logo img{
    width: 90%;
    height: calc(100% - 200px);
    object-fit: contain;
    object-position: center;
}

h2 .ttl-txt{
    font-size: 60px;
}


h2 .sparkle1{
   
    top: -30px;
    left: -80px;
    width: 80px;
     animation:blink 1s ease-in-out infinite alternate;
    
}
h2 .sparkle2{
   
    bottom: -10px;
    left: -40px;
    width: 40px;
     animation:blink 0.9s ease-in-out infinite alternate;
    animation-delay: -0.4s;
    
}
h2 .sparkle3{
   
    bottom: 12px;
    left: -70px;
    width: 24px;
     animation:blink 1.6s ease-in-out infinite alternate;
    animation-delay: -0.8s;
    
}
h2 .sparkle4{
    top: -10px;
    right: -50px;
    width: 48px;
     animation:blink 1.2s ease-in-out infinite alternate;
     animation-delay: -0.6s;

}
h2 .sparkle5{
    bottom: -22px;
    right: -70px;
    width: 60px;
     animation:blink 0.8s ease-in-out infinite alternate;
     animation-delay: -0.8s;

}
h2 .sparkle6{
    top: 14px;
    right: -80px;
    width: 28px;
     animation:blink 1.8s ease-in-out infinite alternate;
     animation-delay: -0.6s;

}

    .contents-inner{
        padding: 32px 20px;
    }

.news ul{
    max-height: 300px;
    
}

.news li a{
   display: block;
    padding: 20px 20px;
    font-size: 14px;
}

.news li a .news-date{
    width: 6em;
    display: block;
    margin-bottom: 8px;
}


.news ul::-webkit-scrollbar {
    width: 4px;
    background-color: #333; 
}

.news ul::-webkit-scrollbar-thumb {
   background: linear-gradient(0deg, #d88112 0%, #f3a624 50%, #f8ea90 90% 100%);
    width: 4px;
    border-radius: 5px;
}

    
.about{
        text-align: center;
    }

.about h3{
    font-size: 18px;
    margin-bottom: 20px;
    padding: 6px 0;
    
}
  
  
.concept p{
    line-height: 2;
    font-size: 13px;
}

.schedule p{
    font-size: 28px;
    margin-bottom: 20px;
}

.schedule aside{
    font-size: 12px;
}    

    .artists-notice{
    margin-bottom: 20px;
    font-size: 14px;
}


    .artists li:not(:first-child){
        width: 100%;
    }
.artists .modal-open{
    border: solid 1px rgba(255,255,255,.5);
    width: 160px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin: 0 auto;
    font-size: 12px;
    transition-duration: 0.2s;
}

.artists .modal-open.hover{
    background: #fff;
    color: #000;
}
.artists li h3{
    text-align: center;
    font-size: 24px;
    margin-bottom: 12px;
}
    
.artists aside{
    text-align: center;
    margin-top: 40px;
    font-size: 12px;
}
.ticket-price{
    margin-bottom: 28px;
}
.ticket-price li{
    margin-bottom: 24px;
    text-align: center;
    font-size: 24px;
    flex-flow: column;
}

.ticket-price .seat{
    font-size: 70%;
    margin-right: 0px;
    display: block;
    text-align: center;
    width: 100%;
    padding-right: 0;
}
    .ticket-price .price{
        text-align: center;
        width: 100%;
        padding-left: 0;
    }
.ticket-price li aside{
    font-size: 10px;
    margin-top: 4px;
}
    
.seatmap{
    max-width: 600px;
    margin: 0 auto 28px;
}
    .seatmap p{
        font-size: 10px;
        margin-top: 12px;
    }
.ticket-schedule > li{
    border: solid 1px #fff;
    margin-bottom: 28px;
}
.ticket-schedule h3{
    font-size: 14px;
    padding: 20px 28px;
    line-height: 1.4;
}

    .ticket-schedule h3:after{
        right: 10px;
        font-size: 12px;
    }
    .ticket-shedle-detail{
        padding: 28px 20px;
    }
.ticket-shedle-detail dt{
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
}
.ticket-shedle-detail dd{
    margin-bottom: 20px;
    font-size: 14px;
}
    .ticket-shedle-detail p.comingsoon{
        font-size: 16px;
    }
    
    .ticket-shedle-detail aside{
        font-size: 12px;
        margin-top: 
    }
.ticket-btn{
    font-size: 12px;
    height: 40px;
    width: 100%;
    max-width: 180px;
}
    
    .fanclub-intro{
        font-size: 12px;
    }
.fanclub-btn{
    font-size: 12px;
    height: 40px;
    width: 100%;
    max-width: 180px;
}
    .ticket-shedle-detail .notice h4{
        font-size: 16px;
    }
.notice{
    font-size: 12px;

}

.notice h4{
    font-size: 18px;
    margin-bottom: 12px;
}
    
  .attention h2 .ttl-txt{
    font-size: 24px;
}
.attention-head{
    text-align: center;
    font-size: 14px;
    margin-bottom: 32px;
    line-height: 1.6;
}
.attention ul.attension-list{
    display: grid;
    grid-template-columns: 1fr;
    gap:40px 0px;
}
.attention figure{
    width: 50%;
    margin: 0 auto 12px;
}
.attention .attension-list h3{
    font-size:18px;
    margin-bottom: 12px;
}
.attention .attension-list li p{
    line-height: 1.6;
    font-size: 12px;
} 
.faq h3{
    font-size: 18px;
    text-align: center;
    margin-bottom: 16px;
}
.faq ul{
    margin-bottom: 28px;
     border-top: solid 1px rgba(255,255,255,.5);
}


.faq li p{
   padding: 20px 28px;
    position: relative;
    line-height: 1.7;
    font-size: 12px;
}
.faq li p.question{
    cursor: pointer;
}
.faq li p.question:before{
     content: "Q";
    position: absolute;
    top: 22px;
    left: 0;
    color: #000;
   background: #fff;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    line-height: 1;
    font-weight: 700;
}
.faq li p.question:after{
   font-size: 10px;
}

.faq li.open p.question:after{
    transform:translateY(-50%) rotate(180deg);
}
.faq li p.answer{
   
    display: none;
    padding-top: 0;
}
.faq li p.answer:before{
    width: 16px;
    height: 16px;
}
footer {
  padding: 40px 0;
}


.sns a{
    font-size: 20px;
}

footer .universal-link{
    display: block;
    width: 200px;
    margin: 0 auto 28px;
}

footer p{
    text-align: center;
    font-size: 12px;
}

footer p small{
    display: block;
    font-size: 10px;
}


    
}
