@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@600;900&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;
}


@font-face {
	font-family: 'punk_kid';
	src: url(../font/punk_kid.ttf);
    
}


html{
    
}
body{
    overflow-x: hidden;
    -webkit-touch-callout:none;
    background: #000;
    min-height: 200vh;
    color: #fff;
     font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 600;
    letter-spacing: 0.04em;
}

body:after{
    content: "";
    display: block;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(../img/back.jpg);
    background-size: cover;
    z-index: 1;
    opacity: 0.7;
    
}




.wrap{
    position: relative;
    z-index: 2;
}
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;
    }
}




.selectbox{
    display: inline-block;
    overflow: hidden;
    width: 100px;
    margin: 0;
   border-radius: 1000px;
    display: block;
    position: relative;
    position: fixed;
    right: 20px;
    top: 20px;
    background: #fff;
    color: #333;
    font-weight: 600;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    z-index: 9999;
}
.selectbox.large{
    width: 100%;
    max-width: 360px;
}

.selectbox:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
   width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #333;
  border-bottom: 0;
     pointer-events: none;
}
.selectbox select {
    display: block;
    width: 100%;
    padding: 6px;
    font-weight: 600;
    line-height: 1.4;
    font-size: 12px;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    text-align:center;
}

.kv{
    margin-bottom: 120px;
}
h1{
    width: 90%;
    max-width: 480px;
    margin: 0 auto 40px;
}

.schedule{
   
}

.schedule h2{
   
    text-align: center;
    
}
.schedule-list{
    display: flex;
    gap:40px;
}
.schedule .schedule-list > li{
    width: 50%;
    
    padding: 40px;
    position: relative;
    background:rgba(255,255,255,.05);
   
   
}
.schedule .schedule-list > li h2{
    width: 140px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-10%,-10%) rotate(-15deg);
}
.inner{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.schedule-detail{
    font-size: 28px;
    line-height: 1.4;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #fff;
}
.schedule-detail span{
    display: block;
    text-align: center;
}
.schedule-detail span small{
    font-size: 70%;
}
.schedule-detail span:nth-child(2){
    font-size: 120%;
}
.schedule-detail span:nth-child(3){
    font-size: 80%;
}
.schedule-detail span:nth-child(4){
    font-size: 50%;
}

.ticket h3{
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
}
.ticket li{
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin-bottom: 20px;
    
   
}
.ticket li:last-child{
    margin-bottom: 0;
}

.ticket p{
    width: fit-content;
}
.ticket p.line{
    width: 100%;
   flex: 1;              /* ←残り幅を全部使う */
    height: 1px;          /* 線の太さ */
    border-bottom: dashed 1px;
   
}
.ticket p span{
    font-size: 80%;
    margin-left: 0.2em;
}
.ticket p small{
    font-size: 40%;
     margin-left: 0.4em;
}

.ticket p:first-child{
    padding-right: 12px;
    display: flex;
    align-items: center;
}
.ticket p:last-child{
    padding-left: 12px;
    display: flex;
    align-items: center;
}
.ticket a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    border: solid 1px #fff;
    font-size: 12px;
    border-radius: 1000px;
    margin: 40px auto 0;
}
.ticket a.hover{
    background: #fff;
    color: #000;
}
.tokuten{
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
    line-height: 1.6;
   border-left: solid 1px #ffb12e;
    border-right: solid 1px #ffb12e;
   position: relative;
    padding: 20px;
}
.tokuten strong{
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-weight: 900;
    font-size: 120%;
    color: transparent;
    background: linear-gradient(90deg, #ffb12e 0% 5%, #f8ea90 50%, #ffb12e 95% 100%);
    -webkit-background-clip: text;
}
.tokuten:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #ffb12e 0% 5%, #f8ea90 50%, #ffb12e 95% 100%);
}
.tokuten:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #ffb12e 0%, #f8ea90 50%, #ffb12e 100%);
}
.goods{
    margin-top: 80px;
    padding-top: 80px;
    border-top: solid 1px #fff;
    margin-bottom: 80px;
}
.goods h2{
   text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    color: #ff4700;
    font-weight: 900;
   
}

.goods p{
    text-align: center;
}

.footer {
  background: #000000;
  padding: 40px 0 40px;
  text-align: center;
  color: #FFFFFF;
}

.official-logo {
  max-width: 120px;
  margin: 0 auto;
}

.sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 24px auto 24px;
}

.sns-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: all 0.2s ease;
}

.sns-link a:hover {
  opacity: 0.5;
}

.sns-link a img {
  object-fit: contain;
}


@media screen and (max-width: 896px){
    
    
.selectbox{
   
    width: 100px;
    right: 12px;
    top: 20px;
   
}



.selectbox select {
    
    font-size: 10px;
    
}

.kv{
    margin-bottom: 80px;
}
h1{
    margin: 0 auto 40px;
}


.schedule-list{
    display: flex;
    flex-flow: column;
    gap:40px;
}
.schedule .schedule-list > li{
    width: 100%;
    padding: 28px 20px;
   
   
}
.schedule .schedule-list > li h2{
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-10%,-10%) rotate(-15deg);
}

.schedule-detail{
    font-size: 24px;
    padding-bottom: 28px;
    margin-bottom: 28px;
}


.ticket h3{
    font-size: 14px;
    margin-bottom: 20px;
}
.ticket li{
   
    margin-bottom: 20px;
    font-size: 13px;
    
   
}


.ticket p small{
    font-size: 60%;
     margin-left: 0.3em;
}


.tokuten{
    font-size: 12px;
}
.goods{
    margin-top: 40px;
    padding-top: 40px;
    margin-bottom: 80px;
}
.goods h2{
    font-size: 24px;
   
}

.goods p{
    font-size: 14px;
}


    
}

