

html,body,a,p,ul,li,h1,h2,h3,h4,h5,h6,figure,dl,dt,dd{margin:0;padding:0;}

*{
    box-sizing: border-box;
     font-family: YakuHanJP_Noto,"a-otf-ud-shin-go-pr6n", sans-serif;
font-weight: 300;
font-style: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}


@font-face {
	font-family: 'font';
	src: url(../font/font.ttf);
    
}


html{
    font-size: 10px;
}

@media screen and (max-width: 1100px){
    html{
    font-size: 1vw;
}
    
}
body{
    overflow-x: hidden;
    -webkit-touch-callout:none;
}


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;
}


.wrap{
    background: url(../img/back.jpg);
    background-size: 1000px auto;
}

.inner{
    width: 90%;
    max-width: 974px;
    margin: 0 auto;
}


.fade{
    opacity: 0;
    transform: translateY(5rem);
}

.fade.on{
    opacity: 1;
    transition-duration: 1s;
    transform: translateY(0rem);
}
.kv{
    background: url(../img/kv-back.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 3.2rem;
     transform: translateY(0rem) !important;
}

.kv img{
    max-width: 1180px;
    margin: 0 auto;
}
h1{
    padding: 0 4.6rem;
    margin-bottom: 4.6rem;
}

.spec{
    margin-bottom: 4.6rem;
    
}

.tokuten{
    padding: 0 4.6rem;
    margin-bottom: 4.6rem;
}

.tracklist{
    background: #000;
    padding: 4.6rem;
    margin-bottom: 4.6rem;
}

.reserve{
    border: solid 0.4rem #593b40;
    margin-bottom: 8rem;
    background: #fff;
}
.reserve h2{
    
}
.reserve p{
    padding: 3.2rem 4.6rem 3.2rem;
}
.event{
    margin-bottom: 8rem;
}
.event li{
    padding: 4.6rem;
    background: #fff;
    margin-bottom: 3.2rem;
}

.event h2{
    margin-bottom: 3.2rem;
}


.event .event-info{
    margin-bottom: 3.2rem;
}

.btn{
    display: flex;
    gap:6rem;
}
.btn a,.overseas-btn{
    transition-duration: 0.2s;
}

.btn a.hover,.overseas-btn.hover{
    opacity: 0.7;
}
.event-notice{
    margin-top: 3.2rem;
    position: relative;
}
.event-notice a{
    position: absolute;
    height: 2.4%;
}
.event-notice a:nth-child(1){
    
    top: 18%;
    left: 3%;
    width: 43%;
    
}

.event-notice a:nth-child(2){
    
    top: 54.2%;
    left: 3%;
    width: 32%;
    
}
.event-notice a:nth-child(3){
    
    top: 82.4%;
    left: 0%;
    width: 31%;
    
}
.notice{
   
    font-size: 2.26rem;
    padding: 0 4.6rem;
    text-align: justify;
    line-height: 1.3;
    word-break: break-all;
}

.overseas-btn{
    display: block;
    width: 29rem;
    margin: 0 auto;
}
.notice a{
    text-decoration: underline;
}
.copyright{
    font-size: 1.6rem;
    text-align: center;
    display: block;
    padding: 8rem 0;
}


@media screen and (max-width: 896px){
    .kv{
        margin-bottom: 8rem;
    }
    .tracklist{
        padding: 6rem 4.6rem;
    }
    .btn{
        flex-flow: column;
        width: 64%;
        gap:2rem;
        margin: 0 auto;
    }
    
   
.event-notice a{
    position: absolute;
    height: 3%;
   
}
.event-notice a:nth-child(1){
    
    top: 16.5%;
    left: 3%;
    width: 55%;
    
}

.event-notice a:nth-child(2){
    
    top: 56%;
    left: 3%;
    width: 41%;
    
}
.event-notice a:nth-child(3){
    
    top: 83%;
    left: 0%;
    width: 39%;
    
}
    
    .notice{
        font-size: 3.2rem;
    }
    .overseas-btn{
    display: block;
    width: 64%;
    margin: 0 auto;
}
    .copyright{
        font-size: 2.4rem;
    }
    
}