@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&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: 'korolev';
	src: url(../font/korolev.ttf);
    
}

  @font-face {
	font-family: 'neue';
	src: url(../font/neue.ttf);
    
}

html{
    
}
body{
    overflow-x: hidden;
    -webkit-touch-callout:none;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    background: #000;
    letter-spacing: 0.035em;
}


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;
}


.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;

}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


.sp{
    display: none;
    
}


@media screen and (max-width: 896px){
    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
}

.nav-btn{
display: none;
}
nav{
    position: fixed;
    top: 40px;
    right: 32px;
   font-family: 'neue';
    font-weight: 500;
    letter-spacing: 0.35em;
    color: #766415;
    z-index: 999;
    
}

nav.open{
    display: block;
}
nav::-webkit-scrollbar{
  display:none;
}
.nav-inner{
   
}

.nav-inner ul{
    display: flex;
}

.nav-inner li{
    margin-left: 24px;
}
section{
    padding: 100px 0;
    position: relative;
}


.trigger{
    position: absolute;
    top: 0;
}
h2{
    
    letter-spacing: 0.35em;
    color: #766415;
    text-align: center;
    font-size: 14px;
    margin-bottom: 60px;
}

.detail h3{
    width: 85%;
    max-width: 480px;
    margin: 0 auto 32px;
}


.common-btn{
    width: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 36px;
    color: #746214;
    font-family: 'neue';
    font-weight: 500;
    letter-spacing: 0.35em;
    font-size: 27px;
    margin: 0 auto;
    
    
}
.common-btn.hover{
    background:  #746214;
    color: #fff;
}
.movie{
    max-width: 680px;
    margin: 60px auto 0;
}
.disco{
    max-width: 680px;
    margin: 60px auto 0;
    display: flex;
    gap:32px;
}

.disco h4{
    font-size: 13px;
    line-height: 1.6;
    margin-top: 8px;
}

.disco h4 small{
    display: block;
    font-size: 10px;
}

.track,.live{
    background: #A80000;
}

.track .track-list ul{
    display: flex;
    justify-content: center;
    gap:100px;
}
.track h3{
    font-size: 14px;
    margin-bottom: 5px;
}
.track p{
    line-height: 1.85;
    font-size: 17px;
}

.track .movie li:not(:last-child){
    margin-bottom: 40px;
}
.present{
    text-align: center;
}
.present h3{
    font-size: 27px;
    text-align: center;
    width: 480px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #fff;
    margin: 0 auto 32px;
}


.tokuten1,.tokuten2{
    margin-bottom: 80px;
}

.tokuten1-inner{
    width: 85%;
    max-width: 680px;
    margin: 0 auto;
}
.tokuten1 strong{
    font-size: 140%;
    display: block;
    margin-bottom: 8px;
}
.tokuten1 p{
    font-size: 16px;
    margin-top: 16px;
    line-height: 1.4;
}

.tokuten2 ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:28px 32px;
    width: 680px;
    margin: 0 auto;
}

.tokuten2 li{
    border: solid 1px #fff;
    padding: 16px 0;
}

.tokuten2 li h4{
    font-size: 27px;
}
.tokuten2 li .tokuten-img{
    padding: 20px 40px;
}
.tokuten2 li h5{
    font-size: 27px;
    font-weight: 500;
}
.tr-campaign{
    width: 85%;
    margin: 0 auto;
}

.tr-campaign{
    max-width: 680px;
    margin: 0 auto;
}
.tr-campaign h3{
        font-size: 22px;
    height: 80px;
    width: 100%;
    max-width: 480px;
    ;
    }

.tr-campaign h4{
        font-size: 120%;

    }

.tr-campaign strong{
    font-size: 120%;
    font-weight: 700;
}

.tr-campaign small{
    font-weight: 500;
    font-size: 12px;
}
.tr-campaign .common-btn{
    font-size: 14px;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 700;
}
.schedule{
    width: 85%;
     max-width: 680px;
    margin: 0 auto;
}
.schedule li{
    display: flex;
    align-items: center;
    border-bottom: solid 1px #E4E4E4;
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    position: relative;
   
    
}
.schedule li.soldout:after{
    content: "SOLD OUT";
    position: absolute;
     font-family: 'neue';
    letter-spacing: 0.35em;
    font-size: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-5deg);
    color: #000;
    opacity: 0.6;
    text-align: center;
}

.live h3{
font-family: 'korolev';
    text-align: center;
    font-size: 32px;
    letter-spacing: 0;
    margin-bottom: 28px;
}

.acoustic,.hall,.arena{
    margin-bottom: 100px;
}
.schedule li h4{
    font-size: 12px;
    font-weight: 500;
    
}
.date{
     width: 16%;
    font-size: 17px;
}


.date span{
    display: block;
}
.date span:nth-child(1){
    font-size: 16px;
}
.date span:nth-child(2){
    font-size: 22px;
    display: block;
}
.date span:nth-child(3){
    font-size: 12px;
}
.area{
    width: 22%;
    font-size: 16px;
}

.venue{
    width: 40%;
    font-size: 16px;
}


.start{
    width: 22%;
    font-size: 12px;
}


footer{
  padding: 0px 0 10px;
    text-align: center;
  position: relative;
    aspect-ratio: 2.1;
}


.footer-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.footer-contents{
   position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    filter: drop-shadow(0px 0px 10px #000000);
    
}
.footer-link a{
    font-family: 'korolev';
    text-align: center;
    font-size: 22px;
    letter-spacing: 0;
    margin: 0 8px;
}

.sns{
    width: 180px;
    margin: 12px auto 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sns li a{
    display: block;
    width: 28px;
    aspect-ratio: 1 / 1;
}

.sns li a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer small{
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    display: block;
}


#spotify{
    background: url(../img/spotify-back.jpg);
    background-size: cover;
    padding: 80px 0;
}
#spotify p{
    width: 85%;
    max-width: 480px;
    margin: 0 auto 20px;
}

#spotify .common-btn{
    background: #000;
    color: #fff;
    font-size: 14px;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    border: solid 2px #000;
    font-weight: 700;
}

#spotify .common-btn.hover{
    background: none;
    color: #000;
}


@media screen and (max-width: 896px){
    
    
    .nav-btn{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 72px;
    background: #000;
    z-index: 9999;
   display: block;
}
    
    .nav-btn span {
        position: absolute;
        right: calc(50% - 21px);
        width: 42px;
        height: 2px;
         background: #766415;
        transition-duration: 0.2s;
    }
    
   

    .nav-btn span:nth-of-type(1) {
        top: 24px;
    }

    .nav-btn.close span:nth-of-type(1) {
        top: calc(50% - 1px);
        transform: rotate(45deg);
    }

    .nav-btn span:nth-of-type(2) {
        top: 50%;
        margin-top: -1px;
    }

    .nav-btn.close span:nth-of-type(2) {
        opacity: 0;
        transform: translateX(-20%);

    }

    .nav-btn span:nth-of-type(3) {
        bottom: 24px;
    }

    .nav-btn.close span:nth-of-type(3) {
        bottom: calc(50% - 1.5px);
        transform: translateY(0) rotate(-45deg);
    }  

nav{
    position: fixed;
    top: 72px;
    right: 0px;
   font-family: 'neue';
    letter-spacing: 0.35em;
    color: #766415;
    background: #000;
    width: 100%;
    height: calc(100dvh - 72px);
    transform: translateY(-100%);
    transition-duration: 0.6s;
    
}

nav.open{
    transform: translateY(0%);
}
nav::-webkit-scrollbar{
  display:none;
}
.nav-inner{
   height: 100%;
}

.nav-inner ul{
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.nav-inner li{
    margin-left: 0px;
    margin: 10px 0;
}
    
    .hero{
        padding-top: 72px;
    }
section{
    padding: 80px 0;
}

.trigger{
    position: absolute;
    top: -72px;
}
.detail h3{
    margin: 0 auto 32px;
}


.common-btn{
    width: 83%;
    max-width: 480px;
    height: 28px;
    font-size: 20px;
    
    
}


.disco{
    width: 85%;
    margin: 60px auto 0;
    flex-flow: column;
    gap:40px;
    
}

.disco h4{
    font-size: 13px;
    line-height: 1.6;
    margin-top: 8px;
}

.disco h4 small{
    display: block;
    font-size: 10px;
}

.track,.live{
    background: #A80000;
}

    .track-list{
        display: flex;
        justify-content: center;;
    }
.track  .track-list ul{
    display: block;
}
    
    #track li:nth-child(1){
        margin-bottom: 80px;
    }

.present{
    text-align: center;
}
.present h3{
    font-size: 24px;
    width: 85%;
    max-width: 480px;
    margin: 0 auto 24px;
}
    
    
.tokuten1{
    margin-bottom: 80px;
}


.tokuten1 p{
    font-size: 12px;

}

.tokuten2 ul{
    display: grid;
    grid-template-columns: 1fr;
    width: 85%;
    max-width: 680px;
}
    .tr-campaign{
        font-size: 12px;
    }
.tr-campaign h3{
        font-size: 16px;
    height: 80px;
    width: 100%;
    }

.tr-campaign h4{
        font-size: 120%;
    }

.tr-campaign strong{
    font-size: 120%;
    font-weight: 700;
}

.tr-campaign small{
    font-weight: 500;
    font-size: 10px;
}
.tr-campaign .common-btn{
    font-size: 14px;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 700;
}

.live h3{
    margin-bottom: 20px;
}

.acoustic,.hall,.arena{
    margin-bottom: 80px;
}
    
    .schedule{
        border-top: solid 1px #ffffff;
    }
.schedule li{
  display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: solid 1px #ffffff;
    text-align: left;
    padding: 20px 25px;
    font-size: 14px;
    position: relative;
}
    .schedule li:nth-child(1){
        display: none;
    }

.date{
     width: 100%;
   display: block;
    margin-bottom: 20px;
}
    .date:before{
        content: "DATE";
        display: block;
        font-size: 12px;
        font-weight: 500;
    }

.date span{
    display: inline-block;
}
.date span:nth-child(1){
    font-size: 24px;
}
    
    .date span:nth-child(1):after{
        content: ".";
    }
.date span:nth-child(2){
    font-size: 34px;
    display: inline-block;
    margin-right: 0.2em;
}
.date span:nth-child(3){
    font-size: 18px;
}
.area{
    width: 40%;
    font-size: 16px;
}
.area:before{
        content: "AREA";
        display: block;
        font-size: 12px;
        font-weight: 500;
    margin-bottom: 4px;
    }
.venue{
    width: 60%;
    font-size: 16px;
}
.venue:before{
        content: "VENUE";
        display: block;
        font-size: 12px;
        font-weight: 500;
     margin-bottom: 4px;
    }

.start{
    width: 100%;
    font-size: 12px;
    margin: 20px 0 0;
}
.start:before{
        content: "OPEN/START";
        display: block;
        font-size: 12px;
        font-weight: 500;
     margin-bottom: 4px;
    }
.info{
    width: 100%;
    font-size: 13px;
}
.info:before{
        content: "INFORMATION";
        display: block;
        font-size: 12px;
        font-weight: 500;
    }



footer{
  padding: 0px 0 28px;
    text-align: center;
  position: relative;
    aspect-ratio: 1.8;
}


.footer-img{
    position:static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit:contain;
    margin-bottom: 28px;
}
.footer-contents{
   position: static;
    z-index: 2;
    left: 0%;
    transform: translateX(0%);
    bottom: 20px;
    
}
#spotify{
    padding: 60px 0;
}
    
}


