@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

*{
    padding:0;
    margin:0;
    box-sizing:border-box;
    text-decoration:none;
    font-style:normal;
    list-style:none;
}

body{
    font-family:  "Playfair Display", "Noto Sans JP", serif;
    font-size:15px;
    color:#fff;
    background:#000;
    position:relative;
    min-height:100vh;
}

/* body:before{
    content:'';
    background:url(../img/jkt.jpg) center center no-repeat;
    background-size:cover;
    position:fixed;
    height: 100vh;
    display:block;
    z-index:0;
    width: 100%;
} */

body:after{
    content:'';
    background:#00000080;
    background-size:cover;
    position:fixed;
    transform:translate(-50%, -50%);
    top:50%;
    left:50%;
    width:100%;
    min-height: 100vh;
    display:block;
    z-index:0;
}

a{
    color:#fff;
    transition:.3s;
}

a:hover{
    opacity:.7;
}

.inr{
    position:relative;
    z-index:2;
    width:1024px;
    margin:0 auto;
    max-width:90%;
}

h3{
    font-size:3.5em;
    text-align:center;
    margin-bottom:1em;
    opacity:.4;
}

h3 span{
    font-size:.5em;
    margin-bottom: .3em;
    display: block;
}

h3 span em{
    display:block;
    line-height:1em;
}

h3 p{
    line-height:1em;
}

h3 span i{
    font-size:1.5em;
}


@media screen and (max-width:961px){
    h3{
        font-size:2em;
    }

    h3 span{
        font-size:.7em;
    }
}

section:not(.mainvisual){
    padding:5em 0;
    background:#000;
    z-index:2;
    position:relative;
}

section:not(.mainvisual):nth-child(even){
    background:#111;
}

.bg{
    position:fixed;
    width:100%;
    height:100%;
    bottom:0;
    left:0;
    opacity:.9;
    overflow:hidden;
}

.bg video{
    min-height: 100vh;
    min-width: 100%;
}

img{
    max-width:100%;
}

.mainvisual{
    position:relative;
    z-index:1;
    min-height:100vh;
}

.mainvisual .mv{
    width:500px;
    max-width:80%;
    position:absolute;
    transform:translate(-50%, -50%);
    top:50%;
    left:50%;
}

.mainvisual .mv .logo{
    margin-bottom:1.5em;
}

.mainvisual .mv .txt{
    text-align:center;
    font-size:2em;
    margin-top:.3em;
}


.disc .discara{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items:center;
    width:800px;
    max-width:100%;
    margin:0 auto;
}

.disc .discara > div{
    width:59%;
}

.disc .discara > div.disc_txt{
    width:38%;
}

.disc .discara > div.disc_txt .detail{
    font-family: 'Noto Sans JP', serif;
    font-size: .8em;
    color:#ccc;
}

.disc .discara .disc_txt .songlist{
    font-size:1.5em;
    letter-spacing:.1em;
    margin-bottom:.5em;
}

.disc .tolink{
    text-align:center;
    margin-top:2em;
}

.disc .tolink span{
    display:block;
    color:#ccc;
    margin-bottom:.5em;
}

.disc .tolink a {
    display:inline-block;
    background:#c22;
    color:#fff;
    font-weight:800;
    font-family:'Noto Sans JP', serif;
    padding:.5em;
    font-size:1.3em;
    min-width:200px;
}

@media screen and (max-width:961px){
    .disc .discara > div{
        width:100%;
    }

    .disc .discara > div.disc_txt{
        width:100%;
        margin-top:.5em;
    }
}


.tour .tour_schedule{
    font-size:2em;
    text-align:center;
    font-family: "Noto Sans JP", serif;
    font-weight:800;
}

.tour .tour_schedule ol li{
    margin-bottom:.5em;
}

.tour .tour_schedule ol li span{
    display:block;
    font-weight:normal;
    font-size:14px;
}

.tour .a_img{
    width:600px;
    max-width:100%;
    margin:2em auto;
}

@media screen and (max-width:961px){
    .tour .tour_schedule{
        text-align: left;
        font-size: 1.3em;
    }

    .tour .tour_schedule ol li{
        margin-bottom:.3em;
    }
}

.profile .profileara{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
}

.profile .profileara > div{
    width:49%;
}

.profile .profileara .proftxt{
    font-family:'Noto Sans JP', serif;
    line-height:1.8em;
    letter-spacing:.1em;
}

@media screen and (max-width:961px){
    .profile .profileara > div{
        width:100%;
    }

    .profile .profileara .proftxt{
        order:1;
        margin-top:1em;
    }
}

footer{
    background:#000;
    position:relative;
    z-index:2;
    font-family:'Noto Sans JP', serif;
    text-align:center;
    padding:1em 0 4em;
    font-size:.7em;
    color:#ffffff80;
}
