@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: 'LINESeedJP';
	src: url('../font/LINESeedJP_OTF_Rg.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'LINESeedJP';
	src: url('../font/LINESeedJP_OTF_Bd.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'LINESeedJP';
	src: url('../font/LINESeedJP_OTF_Eb.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'copperplate';
	src: url('../font/copperplate.otf');
	font-weight: 500;
	font-style: normal;
}
html{
    
}
body{
    font-family: 'LINESeedJP';
    overflow-x: hidden;
    -webkit-touch-callout:none;
    font-weight: bold;
    font-weight: 700;
    background: #F5F5F5;
}

body:after{
   content: "";
   display: block;
   position: fixed;
   top:0;
   left:0;
   width:100%;
   height:100lvh;
   background:url(../img/back.jpg);
    background-size: cover;
    z-index: -1;
    
}
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;
    }
}
h1{
    position: fixed;
    top: 28px;
    left: 28px;
    width:180px;
    text-align: center;
    color: #fff;
    mix-blend-mode: difference;
    z-index: 9999;
}
.countdown{
    font-family: "游ゴシック", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, sans-serif;
    font-size: 20px;
    margin-top: 8px;
}
.nav-btn{
    display: none;
}
nav{
    position: fixed;
    top: 28px;
    right: 28px;
    display: flex;
    flex-flow: column;
    text-align: right;
    letter-spacing: -0.05em;
    font-size: 14px;
    mix-blend-mode: difference;
    color: #fff;
    z-index: 999;
}
nav div{
    display: flex;
    flex-flow: column;
}
nav > a:first-child{
    display: inline-block;
    margin-bottom: 1em;
}
nav div a{
    font-family: "kurobara-gothic", sans-serif;
font-weight: 700;
}


@media screen and (max-width: 896px){
    
    h1{
    position: fixed;
    left: 16px;
    width:140px;
}
.countdown{
    font-size: 16px;
    margin-top: 8px;
}
    .nav-btn{
        position: fixed;
    top: 28px;
    right: 16px;
        z-index: 9999;
        display: block;
        color: #fff;
        mix-blend-mode: difference;
    }
    
    .nav-btn:not(.close) span:nth-child(2),.nav-btn.close span:nth-child(1){
        display: none;
    }
    .nav-btn:not(.close) span:nth-child(1),.nav-btn.close span:nth-child(2){
        display: block;
    }
    
    
    
nav{
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: #000;
    mix-blend-mode: normal;
    text-align: center;
    display: none;
}
    
    nav.open{
        display: flex;
    }
    nav > a:first-child{
    display: inline-block;
    margin-bottom: 1em;
        font-size: 18px;
}
    nav div{
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        justify-content: center;
        gap:12px;
        width: 300px;
        margin-top: 10px;
    }
    nav div a{
        width: 48px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: solid 2px #fff;
        font-size: 24px;
    }
    
}
.hero{
    height: 100lvh;
}

.hero img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contents-nav{
    padding: 80px 0;
}
.contents-nav h2{
    font-weight: 900;
    font-size: 36px;
    text-align: center;
    margin-bottom: 24px;
}

.contents-nav ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap:24px 6px;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
}

.contents-nav{
    grid-template-rows: subgrid;
}
.contents-nav a{
    display: block;
    min-height: 120px;
    height: 100%;
    background:rgba(222,222,222,.35);
    padding: 12px;
    text-align: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.contents-nav a:has(.comingsoon){
pointer-events: none;
}
.contents-nav a.hover{
    background: #000;
    color: #fff;
}
.number{
    font-family: 'copperplate';
    font-weight: 500;
}
.contents-nav .number{
    height: 40px;
    border: solid 3px;
    font-size: 22px;
    padding-bottom: 3px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}
.title{
    font-family: "kurobara-gothic", sans-serif;
font-weight: 700;
font-style: normal;
    font-size: 20px;
}

.contents-nav .title{
    letter-spacing: -0.02em;
}
.contents-nav .comingsoon{
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.06em;
}

@media screen and (max-width: 1100px){
    
    .contents-nav ul{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

}

@media screen and (max-width: 896px){
    
    .hero{
    height: auto;
        margin-top: 120px;
}

.hero img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contents-nav{
    padding: 80px 0;
}
.contents-nav h2{
    font-weight: 900;
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
}

.contents-nav ul{
    grid-template-columns: 1fr 1fr;
    gap:20px 4px;
}

.contents-nav a{
    min-height: 100px;
    padding: 12px;
   
}


.contents-nav .number{
    height: 32px;
    border: solid 2px;
    font-size: 16px;
    margin-bottom: 8px;
}
.title{
    font-family: "kurobara-gothic", sans-serif;
font-weight: 700;
font-style: normal;
    font-size: 16px;
}

.contents-nav .comingsoon{
    font-size: 16px;

}

    
    
}

section{
    padding: 120px 0;
}

section.black{
    background: #000;
    color: #fff;
}

.inner{
    width: 90%;
    margin: 0 auto;
}
section h2{
    text-align: center;
    margin-bottom: 40px;
}
h2 .number{
    width: 220px;
    margin: 0 auto;
     height: 48px;
    border: solid 3px;
    font-size: 28px;
    padding-bottom: 8px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

h2 .title{
    font-size: 40px;
}
h2 .title span{
    display: inline-block;
}
section .comingsoon{
    text-align: center;
    font-size: 24px;
    margin-top: 80px;
    font-weight: 400;
}

@media screen and (max-width: 896px){
    
    section{
    padding: 80px 0;
}


section h2{
    text-align: center;
    margin-bottom: 40px;
}
h2 .number{
    width: 160px;
     height: 40px;
    border: solid 2px;
    font-size: 24px;
    padding-bottom: 4px;
    margin-bottom: 12px;
}

h2 .title{
    font-size: 28px;
}
 section .comingsoon{
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
    font-weight: 400;
}  
    
    
}
.poster{
    max-width: 780px;
    margin: 0 auto;
    background: #000;
}
.poster a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.poster a img{
    transition-duration: 0.2s;
}
.poster a.hover img{
    opacity: 0.6;
}
.poster a span{
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    width: 160px;
    height: 56px;
    background: #454545;
    color: #fff;
}


@media screen and (max-width: 896px){
    
    .poster{
        width: 80%;
}


.poster a span{
    font-size: 14px;
    width: 120px;
    height: 40px;
    display: flex;
}
    
    
}
.album figure{
    max-width: 600px;
    margin: 0 auto 40px;
}
.album figure a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.album h3{
    font-size: 64px;
    text-align: center;
    margin-bottom: 28px;
    line-height: 1.6;
}
.album h3 span{
    display: block;
    font-size: 37.5%;
    font-weight: 400;
}

.album-detail{
    display: flex;
    justify-content: space-between;
    gap:70px;
    max-width: 600px;
    margin: 0 auto;
}
.album-detail li{
    display: flex;flex-flow: column;
}
.album-detail h4{
    font-weight: 400;
    margin-bottom: 16px;
    font-size: 16px;
}
.album-detail p.tracklist{
    font-size: 20px;
    line-height: 1.5;
    white-space: nowrap;
    margin-bottom: 12px;
}
.album-detail p small{
    font-size: 75%;
}
.link{
    display: flex;
    flex-flow: column;
    gap:12px;
    margin-top: auto;
}
.link a{
    width: 240px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    font-size: 16px;
    border: solid 3px #000;
   
}
.link a.hover{
    background: none;
    color: #000;
}
.album-detail .price{
    font-weight: 400;
    margin-bottom: 14px;
    line-height: 1.6;
    font-size: 14px;
}


@media screen and (max-width: 896px){
    
    .album figure{
        width: 70%;
    margin: 0 auto 40px;
}


.album h3{
    font-size: 42px;
    text-align: center;
    margin-bottom: 28px;
    line-height: 1.6;
}
.album h3 span{
    display: block;
    font-size: 37.5%;
    font-weight: 400;
}

.album-detail{
    display: flex;
    flex-flow: column;
    align-items: center;
    gap:40px;
}

.album-detail h4{
    font-weight: 400;
    margin-bottom: 14px;
    font-size: 14px;
}
.album-detail p.tracklist{
    font-size: 16px;
    margin-bottom: 20px;
}
.album-detail p small{
    font-size: 75%;
    display: block;
}
.link{
    display: flex;
    flex-flow: column;
    gap:12px;
    margin-top: auto;
}

.album-detail .price{
    font-size: 12px;
    margin-bottom: 20px;
}
    
    
}
.bottom-link{
    margin-top: 100px;
}
.bottom-link h3{
    font-size: 24px;
     font-family: "kurobara-gothic", sans-serif;
font-weight: 700;
font-style: normal;
    text-align: center;
    white-space:nowrap;
    margin-bottom: 28px;
}
.bottom-link h3 span{
    font-size: 66%;
   
}
.bottom-link ul{
    display: flex;
    justify-content: center;
}
.bottom-link li{
    display: flex;
    flex-flow: column;
    align-items: center;
}
.bottom-link li:nth-child(1){
    width: 400px;
    margin-right: 100px;
}
.bottom-link li:nth-child(2){
    width: 268px;
}
.bottom-link a{
    display: block;
    position: relative;
    background: #000;
}
.bottom-link a img{
    transition-duration: 0.2s;
}
.bottom-link a.hover > img{
    opacity: 0.7;
}
.bottom-link a span{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 56px;
}


@media screen and (max-width: 896px){
    
    .bottom-link{
    margin-top: 40px;
}
.bottom-link h3{
    font-size: 16px;
     font-family: "kurobara-gothic", sans-serif;
font-weight: 700;
font-style: normal;
    text-align: center;
    white-space:nowrap;
    margin-bottom: 12px;
}
.bottom-link h3 span{
    font-size: 66%;
   
}
.bottom-link ul{
   flex-flow: column;
}
.bottom-link li{
    display: flex;
    flex-flow: column;
    align-items: center;
}
.bottom-link li:nth-child(1){
    width: 70%;
    margin: 0 auto 40px;
}
.bottom-link li:nth-child(2){
    width: 50%;
    margin: 0 auto;
}

.bottom-link a span{
    width: 40px;
}
    
    
}

footer{
    padding-top: 120px;
    padding-bottom: 60px;
}
.footer-link{
    max-width: 490px;
    margin: 0 auto 80px;
    position: relative;
}

.footer-link .lukie{
    width: 74px;
    display: block;
    margin: 0 auto;
    pointer-events: none;
}

.footer-link .rnamejapan{
    display: block;
    width: 160px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    
}

.footer-link .sns{
    display: flex;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    gap:40px;
}
.footer-link .sns a{
    display: block;
    width: 28px;
    aspect-ratio: 40 / 35;
}
.footer-link .sns a img{
    width: 100%;
    height: 100%;
    
}

footer small{
    text-align: center;
    display: block;
    font-weight: 400;
    font-size: 10px;
}


@media screen and (max-width: 896px){
    
    footer{
    padding-top:80px;
    padding-bottom: 40px;
}
.footer-link{
    width: 90%;
    max-width: 340px;
    margin: 0 auto 40px;
    position: relative;
}

.footer-link .lukie{
    width: 48px;
    display: block;
    margin: 0 auto;
    pointer-events: none;
}

.footer-link .rnamejapan{
    width: 120px;
}

.footer-link .sns{
   
    gap:24px;
}
.footer-link .sns a{
    display: block;
    width: 20px;
    aspect-ratio: 40 / 35;
}
.footer-link .sns a img{
    width: 100%;
    height: 100%;
    
}

footer small{
    text-align: center;
    display: block;
    font-weight: 400;
    font-size: 10px;
}

    
}
section.lowerpage{
    padding-bottom: 0;
}

.lowerpage .poster{
    margin-bottom: 120px;
}
.schedule{
    margin-bottom: 120px;
}
.schedule ul{
    max-width: 1120px;
    margin: 0 auto;
}
.schedule ul li{
    display: flex;
    align-items: center;
    border-bottom: solid 1px #000;
    text-align: center;
    padding: 24px 0;
    font-size: 14px;
    position: relative;
}

  
    
.schedule ul li h4{
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}
.date{
    font-size: 18px;
    
}
.date span{
   font-size: 140%;
}
.area{
    font-size: 18px;
}

.guest{

    font-size: 18px;
}
.start{
    font-size: 12px;
}
.fee{
    font-size: 12px;
}
.fee small{
    display: block;
}
.info{
    font-size: 11px;
    line-height: 1.2;
}

.schedule-list01 .date{
    width: 12%;
}


.schedule-list01 .area{
    width: 23%;
}



.schedule-list01 .guest{
    width: 15%;
}
.schedule-list01 .start{
    width: 15%;
}
.schedule-list01 .fee{
    width: 15%;
}

.schedule-list01 .info{
    width: 20%;
}



.schedule-list02 .date{
     width: 12%;
    
}

.schedule-list02 .area{
    width: 34%;
}

.schedule-list02 .start{
    width: 17%;
}
.schedule-list02 .fee{
    width: 17%;
}

.schedule-list02 .info{
    width: 19%;
}



.ticket{
    margin-bottom: 120px;
}
.ticket h3{
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}

.ticket ul{
    max-width: 780px;
    margin: 0 auto;
}
.ticket li{
    border: solid 1px #000;
}
.ticket h4{
    text-align: center;
    background: #000;
    color: #fff;
    padding: 12px;
    font-size: 24px;
}

.ticket div{
    padding: 28px 32px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    background: #fff;
}

.ticket div a{
    font-weight: bold;
    text-decoration: underline;
}

.back-btn a{
      font-family: "kurobara-gothic", sans-serif;
font-weight: 700;
font-style: normal;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    font-size: 24px;
}

.back-btn a span{
    width: 8px;
    margin-right: 10px;
}


@media screen and (max-width: 896px){
    section.lowerpage{
    padding-bottom: 0;
        padding-top: 120px;
}

    .lowerpage .poster{
    margin-bottom: 40px;
}
.schedule{
    margin-bottom: 60px;
}
.schedule ul{
    max-width: 1120px;
    margin: 0 auto;
    border-top: solid 1px #000;
}
.schedule ul li{
   flex-flow: column;
    align-items: center;
    text-align: center;
    padding: 24px 0;
    font-size: 14px;
    position: relative;
}
    .schedule ul li:nth-child(1){
        display: none;
    }
    
.schedule ul li h4{
    font-size: 12px;
    font-weight: 500;
}
.date{
    width: 100% !important;
    font-size: 16px;
    margin-bottom: 8px;
    
}

.area{
    width: 100% !important;
    font-size: 16px;
    margin-bottom: 4px;
}

.guest{
width: 100% !important;
    font-size: 14px;
    margin-bottom: 8px;
}
     .guest:before{
        content: "Guest:"
    }
.start{
    width: 100% !important;
    font-size: 12px;
    margin-bottom: 12px;
}
    .start:before{
        content: "開場 / 開演・"
    }
.fee{
    width: 100% !important;
    font-size: 12px;
    margin-bottom: 12px;
}
    .info:before{
        content: "お問い合わせ";
        display: block;
    }
.info{
    width: 100% !important;
    font-size: 11px;
    line-height: 1.2;
}



.ticket{
    margin-bottom: 60px;
}
.ticket h3{
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.ticket ul{
    max-width: 780px;
    margin: 0 auto;
}
.ticket li{
    border: solid 1px #000;
}
.ticket h4{
    text-align: center;
    background: #000;
    color: #fff;
    padding: 12px;
    font-size: 16px;
}

.ticket div{
    padding: 20px 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    background: #fff;
    text-align: center;
}

.ticket div a{
    font-weight: bold;
    text-decoration: underline;
}

.back-btn a{
    font-size: 20px;
}

.back-btn a span{
    width: 6px;
    margin-right: 10px;
}
    
    
}

.freelive-txt{
     margin-bottom: 120px;
}
.freelive-txt p{
    text-align: center;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 40px;
}
.freelive-txt p strong{
    font-size: 32px;
}
.freelive-txt p span{
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
}
.freelive-txt p small{
    display: block;
    font-size: 14px;
}

.freelive-txt a{
    max-width: 400px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    background: #000;
    color: #fff;
    margin: 0 auto;
    line-height: 1.4;
    border: solid 3px #000;
}

.freelive-txt a.hover{
    background: none;
    color: #000;
}
.freelive-txt a small{
    font-size: 12px;
}


@media screen and (max-width: 896px){
    
    .freelive-txt{
     margin-bottom: 60px;
}
.freelive-txt p{
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 40px;
}
.freelive-txt p strong{
    font-size: 22px;
}
.freelive-txt p span{
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
}
.freelive-txt p small{
    display: block;
    font-size: 10px;
}

.freelive-txt a{
  
    height: 80px;
    font-size: 14px;
}

.freelive-txt a.hover{
    background: none;
    color: #000;
}
.freelive-txt a small{
    font-size: 10px;
}
    
    
}