@import url('https://fonts.googleapis.com/css2?family=Francois+One&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-style:normal;
    text-decoration:none;
    list-style:none;
    font-weight:normal;
}

.inr{
    width:1024px;
    max-width:90%;
    margin:0 auto;
}

a{
    color:#444;
}

img{
    max-width:100%;
}

.sp{
    display:none !important;
}

@media screen and (max-width:961px){
    .pc{
        display:none !important;
    }

    .sp{
        display:block !important;
    }
}

.btnara{
    text-align:center;
    margin:1em auto 0.5em;
}

.btn{
    display:inline-block;
    padding:1.2em;
    line-height:1em;
    border-radius:50rem;
    background:#ed150a;
    color:#fff;
    font-weight:bold;
    min-width:320px;
    letter-spacing:0.1em;
}

body{
    font-size:16px;
    font-family: 'Francois One', 'Noto Sans JP', sans-serif;
    line-height:1.8em;
    letter-spacing:0.05em;
    background:url(../img/bg.jpg) center center;
    color:#444;
    position:relative;
    overflow:hidden;
}

body:after{
    content:'';
    position:fixed;
    background:#ffffffcc;
    top:0;
    right:0;
    width:100%;
    height:100dvh;
    z-index:-1;
}

body:before{
    content:'';
    background:#000;
    width:100%;
    height:100svh;
    position:fixed;
    opacity:1;
    transition:1s;
    z-index:1;
}

body.loaded{
    overflow:auto;
}

body.loaded:before{
    opacity:0;
    z-index:-1;
}

body.modal-open{
    overflow:hidden;
}


section{
    padding:5em 0;
}

@media screen and (max-width:961px){
    section.discinfo{
        padding:3em 0 5em;
    }
}

h2{
    text-align:center;
    letter-spacing:-0.03em;
    font-size:2.5em;
    margin-bottom:1em;
    color:#000;
}

small{
    font-size:10px;
    scale:.8;
}

@media screen and (max-width:961px){
    h2{
        font-size:1.8em;
    }
}

.mainvisual{
    height:100svh;
    min-height:700px;
    position:relative;
    background-size:cover;
    overflow:hidden;
}

.mainvisual:before{
    content:'';
    width:100%;
    height:100%;
    background:url(../img/aphoto.jpg) center bottom;
    background-size:cover;
    /* opacity:.6; */
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}

.mainvisual:after{
    content:'';
    width:100%;
    height:100%;
    background:url(../img/jkt_new.jpg) center center;
    background-size: cover;
    /* filter:blur(7px); */
    position:absolute;
    transform:translate(-50%, -50%);
    top:50%;
    left:50%;
}

@media screen and (min-width:1500px){
    .mainvisual{
        min-height:900px;
    }
}

@media screen and (max-width:961px){
    .mainvisual{
        min-height:100svh;
    }
}

.fv_txt{
    position:fixed;
    transform:translate(-50%, -50%) scale(5);
    top:45%;
    left:50%;
    opacity:0;
    font-size:5em;
    z-index:2;
    transition:.2s;
    text-align:center;
    width:1700px;
    max-width:90%;
    line-height:1.1em;
}

.fv_txt h4#demo{
    font-weight:800;
    color:#fff;
}



.fv_txt strong,
.fv_txt span{
    font-weight:800;
}

.fv_txt strong{
    color:#fff;
}

.fv_txt span{
    color:#ed150a;
}

.readed .fv_txt{
    opacity:1;
    transform:translate(-50%, -50%) scale(1);
}

.readed.loaded .fv_txt{
    opacity:0;
    z-index:-1;
    transform:translate(-50%, -50%) scale(5);
}

.fv_movie{
    position:fixed;
    width:100%;
    min-height:100svh;
    transition:.3s;
    opacity:0;
    z-index:-1;
    transition:.3s;
}

.fv_movie .fv_bg{
    position:absolute;
    width:100%;
    min-height:100svh;
    background:#000000aa;

}

.modal-open .fv_movie{
    opacity:1;
    z-index:1000;
}



.fv_movie .ytara{
    width:90%;
    max-width:1000px;
    position:absolute;
    transform:translate(-50%, -50%) scale(.5);
    top:50%;
    left:50%;
    transition:.3s;
}

.modal-open .fv_movie .ytara{
    transform:translate(-50%, -50%) scale(1);
}

.fv_movie .ytara .player{
    width:100%;
    padding-top:56.25%;
    position:relative;
}

.fv_movie .ytara .player iframe{
    width:100%;
    height:100%;
    top:0;
    right:0;
    position:absolute;
}

.modal-open .fv_movie .ytara .player iframe{
    display:block;
}

.fv_movie .ytara .mdl_cls{
    position:absolute;
    top:-2em;
    right:-2em;
    width:2em;
    height:2em;
    cursor:pointer
}

.fv_movie .ytara .mdl_cls span{
    background:#fff;
    width:100%;
    height:2px;
    display:block;
    position:absolute;
    transform: translateY(-50%);
    top:50%;
}

.fv_movie .ytara .mdl_cls span:nth-child(1){
    transform:translateY(-50%) rotate(45deg);
}

.fv_movie .ytara .mdl_cls span:nth-child(2){
    transform:translateY(-50%) rotate(-45deg);
}


@media screen and (max-width:961px){
    .fv_movie .ytara .mdl_cls{
        right:-1em;
    }
}



.mv_txt{
    position:absolute;
    /* transform:translate(-50%, -50%); */
    top:10%;
    left:5%;
    text-align:center;
    transition:.5s .3s;
    opacity:0;
    color:#000;
    z-index:2;
}

.readed .mv_txt{
    opacity:00;
    transition:.5s;
}

.loaded .mv_txt{
    opacity:1;
    /* transform:translate(-50%, -50%); */
    top:5%;
    left:5%;
    filter: drop-shadow(2px 4px 6px #f1f5f0) drop-shadow(-2px -4px 6px #f1f5f0);
}

.mv_txt h1{
    font-size:3em;
    margin-bottom:0.5em;
    line-height:1em;
    letter-spacing:-0.03em;
    text-align:left;
}

.mv_txt h1 img{
    width:min(300px, 100%);
    margin-bottom:.2em;
}

.mv_txt p{
    font-size:2.5em;
    margin-bottom:0.5em;
    letter-spacing:-0.03em;
}

.mv_txt .band{
    letter-spacing:-0.03em;
    font-size:1.5em;
    margin-top:1em;
}

@media screen and (max-width:961px){
    /* .mainvisual{
        background:url(../img/mv_bg_sp.png) center center;
        background-size:cover;
    } */

    .mainvisual:before{
        background:url(../img/aphoto.jpg) center center no-repeat;
        background-size:contain;
    }

    .fv_txt{
        font-size:3em;
        width:100%;
    }

    .mainvisual .mv_txt{
        z-index:1;
        transform:translate(-50%,0);
        top:8vh;
        left:50%;
        text-align:center;
        width:100%;
    }

    .mainvisual .mv_txt h1{
        text-align:center;
        font-size:2em;
    }

    .mainvisual .mvbg{
        width:100%;
        position:absolute;
    }

    .mainvisual .mvbg.mv_head{
        top:0;
        right:0;
    }

    .mainvisual .mvbg.mv_foot{
        bottom:0;
        right:0;
    }
}


.discinfo .caption{
    font-weight:bold;
    font-size:1.3em;
    text-align:center;
    margin-bottom:3em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:800;
    line-height:1.6em;
}

.discinfo .caption em {
    font-weight: bold;
    color: #c22;
}

.discinfo .discara{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
}

.discinfo .discara > div{
    width:49%;
}

.discinfo .discara .dsctxt h3{
    font-size:2.5em;
    letter-spacing:0;
    color:#000;
    padding:0 0.2em;
}

.discinfo .discara .dsctxt .dscdtl{
    font-size:.8em;
    font-family: 'Noto Sans JP', sans-serif;
    line-height:1.6em;
    margin:1.5em 0;
    padding:1em;
    background: #d5d9de80;
}

.discinfo .discara .dsctxt .songlist{
    font-family: 'Noto Sans JP', sans-serif;
    padding:1em;
}

.discinfo .discara .dsctxt .songlist ul li {
    font-weight:bold;
}
.discinfo .discara .dsctxt .songlist ul li em{
    font-size:.8em;
    margin-left:0.5em;
}

@media screen and (max-width:961px){
    .discinfo .caption{
        font-size:1em;
        letter-spacing: -0.02em;
    }

    .discinfo .discara > div{
        width:100%;
    }

    .discinfo .discara .img{
        margin-bottom:2em;
        text-align:center;
    }

    .discinfo .discara .dsctxt h3{
        text-align:center;
        font-size:2em;
    }

    .discinfo .discara .dsctxt .dscdtl{
        margin:1.5em 0 0;
    }
}

.film{
    background:#d3e1d020;
    background:#296132;
    background:#5b7e35;
}

.film h2{
    color:#2a6f35;
    color:#fff;
}

.film .player{
    width:100%;
    padding-top:56.25%;
    position:relative;
}

.film .player iframe{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    right:0;
}

.film .toyt{
    text-align:right;
    margin-top:1em;
}

.film .toyt a{
    color:#fff;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    align-items:center;
}

.film .toyt em{
    font-style:italic;
    letter-spacing:0;
    margin:0 0.5em;
}

.film .toyt img{
    max-width:5em;
}

@media screen and (max-width:961px){
    .film .toyt a{
        justify-content:center;
        font-size:.8em;
    }
}

.movie{
    background: #00000080;
}

.movie .player{
    width:100%;
    padding-top:56.25%;
    position:relative;
}

.movie .player iframe{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    right:0;
}



.shop{
    background:#d3e1d040;
}

.shop .inr {
    width:1300px;
}

.shop h4{
    text-align:center;
}

.shop h4 span{
    background:#000;
    color:#fff;
    padding:0.2em 1em;
    border-radius:10px;
    letter-spacing:0.1em;
}

.shop ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.shop ul li{
    width:49.5%;
    padding:1em;
}

.shop ul li .txt{
    text-align:center;
    font-size:.8em;
}

.shop ul li .txt span{
    display:block;
    font-weight:normal;
    font-size: .9em;
    line-height: 1.2em;
}

.shop .tostore ul li{
    width:32.5%;
}

.shop .tokuten{
    width:70%;
    margin:1em auto;
    background:#ffffff80;
    padding:1em 2em;
}

.shop .tokuten ul li{
    text-align:center;
}

.shop .tokuten ul li .thumb{
    width:100%;
    padding-top:80%;
    position:relative;
}

.shop .tokuten ul li .thumb img{
    width:100%;
    height:100%;
    position:absolute;
    transform:translate(-50%, -50%);
    object-fit:contain;
    top:50%;
    left:50%;
}

.shop .tokuten ul li span{
    font-size:.7em;
    line-height:1.5em;
    display:block;
    margin-top:0.5em;
}

.shop .tokuten ul li span em{
    display:block;
}

@media screen and (min-width:961px){
    .shop ul li a{
        display:block;
        position:relative;
    }

    .shop ul li a .txt{
        position:relative;
        width:100%;
        transition:.3s;
    }

    .shop ul li a:after{
        content:'';
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:#00000080;
        transform-origin:top;
        transform:scaleY(0);
        transition: transform .3s;
    }

    .shop ul li a:hover:after{
        transform:scaleY(1);
        transform-origin:bottom;
    }

    .shop ul li a:hover .txt{
        color:#fff;
        position:absolute;
        transform:translate(0, -50%);
        top:50%;
        left:0;
        z-index:1;
    }


}

@media screen and (max-width:961px){
    .shop .tostore ul li{
        width:100%;
        margin-bottom:1em;
    }

    .shop .tokuten{
        width:100%;
        padding:1em 0;
    }
}



.tour{
    /* background:#d3e1d060; */
}

.tour ul{
    margin:1.5em 0;
}

.tour ul.datelist{
    width:840px;
    max-width:100%;
    margin:2em auto;
}



.tour h2 span{
    position:relative;
    display:inline-block;
    padding:0 1em 1em;
}

.tour h2 strong{
    display:inline-block;
    padding:0.2em 1em;
    background:#3b8ecbcc;
    color:#fff;
    position:absolute;
    right:0em;
    bottom:0em;
    transform:rotate(-3deg);
    font-size:.9em;
    font-style:italic;
}

.tour .more{
    font-size:2em;
    font-weight:900;
    text-align:right;
}

@media screen and (min-width:961px){
    .tour h2{
        font-size:4em;
        margin-top:1em;
    }
}

@media screen and (max-width:961px){
    .tour h2{
        font-size:4em;
        line-height:.8em;
    }

    .tour h2 span{
        padding:0 0 .5em;
    }

    .tour h2 strong{
        font-size:.7em;
        padding:0 .5em;
    }
    .tour ul.datelist{
        font-size:14px;
    }
}

.tour ul > li{
    padding:1.5em 0.5em;
    border-bottom:solid 1px #00000040;
    letter-spacing:0;
}

/* .tour ul > li:last-child .date:after {
    content: '追加公演';
    font-size: 12px;
    display: block;
    background: #3b8ecb;
    color: #fff;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    width:5em;
    margin:0 auto;
} */

.tour ul > li .showdetail{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}

.tour ul > li .showdetail .date{
    text-align:center;
    font-size:2em;
    min-width:4em;
}

.tour ul > li .showdetail .date span{
    font-size:.5em;
    margin-left:0.3em;
}

.tour ul > li .showdetail .pltm{
    font-size:1.5em;
    padding:0 1em;
}

.tour ul > li .showdetail .pltm strong{
    font-weight:bold;
    margin-right:0.5em;
    font-size:.85em;
}

.tour ul > li .showdetail .pltm em{
    display:block;
    font-size:.55em;
    line-height:1em;
    margin-top:0.5em;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing:0.05em;
}

.tour ul > li .showdetail ol{
    display:flex;
    justify-content:flex-end;
    width:270px;
    margin-left:auto;
    position:relative;
}

.tour ul > li .showdetail ol.sold:after{
    content:'SOLD OUT!';
    position:absolute;
    transform:translate(-50%, -50%) rotate(-10deg);
    background:#cc2222dd;
    padding:0.2em 1em;
    color:#fff;
    width:25%;
    text-align:center;
    top:50%;
    left:70%;
    width:5em;
}

.tour ul > li .showdetail ol.sold li:last-child{
    filter:grayscale(1);
    opacity:.3;
    pointer-events:none;
}

@media screen and (max-width:961px){
    .tour ul > li .showdetail ol.sold:after{
        left:5.5em;
    }
}



.tour ul > li .showdetail ol li{
    width:24%;
    max-width:50px;
    text-align:center;
    position:relative;
    margin-right:1%;
}

.tour ul > li .showdetail ol li:last-child{
    margin-right:0;
}

.tour ul > li:nth-last-child(-n + 3) ol li{
    width:19%;
}

.tour ul > li .showdetail ol li em{
    display:inline-block;
    position:absolute;
    transform:translate(-50%, 0) scale(.6);
    top:-2em;
    left:40%;
}

.tour ul > li .showdetail ol li a{
    padding:0.5em;
    border-radius:0.5em;
    display:block;
}

.tour ul > li .showdetail ol li.end{
    position:relative;
}

.tour ul > li .showdetail ol li.end:after{
    content:'受付終了';
    font-size:.7em;
    display:inline-block;
    background:#777777aa;
    color:#fff;
    position:absolute;
    transform:translate(-50%, -50%) rotate(-35deg);
    line-height:1.2em;
    top:50%;
    left:50%;
    letter-spacing:0em;
    width:100%;
    padding:0.1em;
}

.tour ul > li .showdetail ol li.pre a,
.tour ul > li .showdetail ol li.end a{
    filter:grayscale(1);
    opacity:.3;
    pointer-events:none;
}

.tour ul > li .showdetail ol li.ikn.end a{
    opacity:.2;
}

.tour ul > li .showdetail ol li.ikn a{
    background:#dd2121;
}

.tour ul > li .showdetail ol li.eplus a{
    background:#ee6aaa;
}

.eplus{
    text-align:center;
}
.eplus strong{
    display:block;
}
.eplus a{
    background:#ee6aaa;
    display:inline-block;
    width:3em;
    padding:.25em;
    border-radius:5px;
}

.tour .desp_ticket{
    background:#ffffff30;
    padding:1.5em;
}

.tour .desp_ticket ul{
    margin:0;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.tour .desp_ticket ul:after{
    content:'';
    width:33%;
    display:inline-block;
}

.tour .desp_ticket ul li{
    padding:1em;
    border-bottom:none;
    width:33%;
}

.tour .desp_ticket ul.addtour{
    background:#ffffff40;
    font-size:.8em;
    scale:.95;
    padding:1em;
}

.tour .desp_ticket ul.addtour li{
    width:24%;
    padding:0.5em;
}

@media screen and (max-width:961px){
    .tour .desp_ticket ul.addtour li{
        width:100%;
        padding:0.5em 1em;
    }
}

.tour .desp_ticket ul li a{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:.9em;
    line-height:1.6em;

}

.tour .desp_ticket ul li.pre{
    pointer-events:none;
    filter:grayscale(1);
    opacity:.3;
}

.tour .desp_ticket ul li.end{
    position:relative;
}

.tour .desp_ticket ul li.end:after{
    content:'受付終了';
    display:inline-block;
    background:#777777aa;
    color:#fff;
    position:absolute;
    transform:translate(-50%, -50%) rotate(-5deg);
    line-height:1.2em;
    padding:0.3em;
    top:45%;
    left:50%;
    letter-spacing:0.1em;
}

.tour .desp_ticket ul li.end a{
    pointer-events:none;
    filter:grayscale(1);
    opacity:.3;
}

.tour .desp_ticket ul li a .icn{
    width:50px;
    margin-right:1em;
}

.tour .desp_ticket ul li .icn img{
    padding:0.6em;
    background:#ee6aaa;
    border-radius:10px;
}

.tour .desp_ticket ul li .icn.ikn img{
    background:#dd2121;
}

.tour .desp_ticket ul li .desp_txt{
    width:calc(100% - 1em - 50px);
}
.tour .desp_ticket ul li .desp_txt span{
    display:block;
    font-size:1.1em;
    font-weight:bold;
}

.tour .desp_ticket ul li .desp_txt em{
    font-size:.8em;
}

.tour .ticket_price{
    font-family: 'Noto Sans JP', sans-serif;
    text-align:center;
}

.tour .more{
    margin-bottom:2em;
}

@media screen and (max-width:961px){
    .tour ul > li{
        padding:1.5em 0 1.5em 1em;
    }
    .tour ul > li .showdetail .pltm{
        width:calc(100% - 5em);
        padding:0 0 0 .5em;
    }

    .tour ul > li .showdetail ol{
        width: calc(100% - 7.5em);
        justify-content: left;
        margin:0.5em 0 0 auto;
    }

    .tour .desp_ticket{
        padding:1em;
    }

    .tour .desp_ticket ul li{
        width:100%;
    }

    .tour ul > li .showdetail .pltm em{
        margin:0.5em 0;
        font-size:.65em;
    }

    .tour .more{
        font-size:1.5em;
    }
}

.lasttitle{
    background: #cddbf940;
}

.lasttitle .lastara{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
}

.lasttitle .lastara > div{
    margin:0.5em;
    text-align:center;
}

.lasttitle .lastara > div strong{
    font-weight:900;
}

.lasttitle .lastara .lasttxt{
    padding:0.5em;
}

.lasttitle .lastara .lasttxt .lastcap{
    padding:0 1em;
}

.lasttitle .lastara .lasttxt p{
    font-weight:bold;
    font-size:1.5em;
    margin-bottom:0.5em;
}

.lasttitle .lastara .lasttxt strong{
    font-size:1.1em;
    display:block;
}

@media screen and (min-width:961px){
    .lasttitle .lastara > div{
        max-width:50%;
    }
}

@media screen and (max-width:961px){
    .lasttitle .lastara > div{
        width:100%;
        text-align:center;
    }
}

footer{
    font-family: 'Noto Sans JP', sans-serif;
    text-align:center;
    padding:1em 0 5em;
    background:#000;
    color:#ffffff80;
}

