@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');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..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:#222;
    background:#ebe4e080;
    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%;
} */



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; */
    color:#d0b87c;
}

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:#fafafa;
    z-index:2;
    position:relative;
}

section:not(.mainvisual):nth-child(even){
    background:#f3f3f380;
}

section{
    position:relative;
}

section:before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background:url(../img/bg.jpg) center center no-repeat;
    background-size:cover;
    top:0;
    right:0;
    opacity:.15;
}

.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;
    height:100vh;
    min-height:750px;
}

.mainvisual .mv{
    width:500px;
    max-width:80%;
    position:absolute;
    transform:translate(-50%, -50%);
    top:45%;
    left:50%;
}

.mainvisual .mv .logo{
    margin-bottom:1.5em;
}

.mainvisual .mv .logo img:nth-child(1){
    width:60%;
    display:block;
    margin:0 auto 1em;
    position:relative;
    opacity:0;
    bottom:-3em;
    transition:.2s;
}

.mainvisual .mv .logo img:nth-child(2){
    position:relative;
    opacity:0;
    bottom:-3em;
    transition:.2s .2s;
    filter: drop-shadow(2px 4px 6px #00000040);
}

.mainvisual .caption{
    background:#bbaf98ee;
    color:#fff;
    font-weight:bold;
    text-align:center;
    width:100%;
    padding:.5em;
    bottom:0;
    right:0;
    position:absolute;
    line-height:1.8em;
    font-size:1.2em;
    font-family:'Noto Sans JP', sans-serif;
}

.loaded .mainvisual .mv .logo img:nth-child(1),
.loaded .mainvisual .mv .logo img:nth-child(2){
    bottom:0;
    opacity:1;
}

header{
    position:fixed;
    z-index:3;
}

header h1{
    width:200px;
    margin:1em;
    transition:.3s;
}

.scrl header h1 {
    width:100px;
}

@media screen and (max-width:961px){
    header h1{
        width:150px;
        margin:.5em;
    }

    .mainvisual .caption{
        font-size:min(4vw, 1.1em);
    }
}

.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.2em;
    font-family:'Noto Sans JP', sans-serif;
    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;
    }
}

.store #ec-link ul li{
    display:inline-block;
    margin:0 .3em .5em;
    font-family:'Noto Sans JP', sans-serif;
}

.store #ec-link ul li a{
    border: 1px solid #cccccc;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: inset -4px -4px 12px rgba(0, 0, 0, 0.06);
    position: relative;
    display: block;
    padding: 0.6em 1em;
    color: #336699 !important;
    text-decoration: none;
}

.store #ec-link ul li a:before{
    margin-right:.5em;
    font-size:.8em;
}

.store #ec-link p{
    margin:1em .5em 1em;
    color:#216c89;
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 1.2em;
    font-weight:900 !important;
    font-size:1.3em;
    font-family:'Noto Sans JP', sans-serif;
}

.store #ec-link p:before{
    margin-right:.5em;
    font-size:.8em;
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: normal !important;
}

.fa-classic:before, .fa-regular:before, .fa-solid:before, .far:before, .fas:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}




.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;
    filter: drop-shadow(2px 4px 6px #00000080);
}

.tour .ticketara{
    text-align:center;
    font-size:15px;
    font-family:'Noto Sans JP', sans-serif;
}

.tour .ticketara h5{
    font-size:1.2em;
}

.tour .ticketara a{
    display:inline-block;
    margin:1em 0;
    background:#000;
    padding:.5em 1em;
    line-height:1em;
    /* pointer-events:none; */
}

.tour .ticketara a.eplus{
    background:#f16baa;
    color:#fff;
}

@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;
    }
}

.player{
    width:100%;
    padding-top:56.25%;
    position:relative;
}

.player iframe{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    right:0;
}

.toofficial a{
    display:block;
    text-align:center;
    width:min(300px, 80%);
    margin:0 auto;
    border:solid 1px;
    color:#444;
    padding:1em;
    transition:.3s;
    font-family: "Urbanist", sans-serif;
    letter-spacing:.1em;
}

.toofficial a:hover{
    background:#444;
    color:#fff;
}

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;
}

footer .sns_ara ol{
    display:flex;
    justify-content:center;
    padding:1em 0;
}

footer .sns_ara ol li{
    margin:0 1em;
}

footer .sns_ara ol li a {
    color:#fff;
    font-size:25px;
    transition:.3s;
}

footer .sns_ara ol li a:hover{
    opacity:.5;
}

#top-head #global-nav ul li.toint{
    margin:3em 0 1em;
}

#top-head #global-nav ul li.toint a,
#top-head.fixed #global-nav ul li.toint a{
    font-weight:700;
    letter-spacing:0;
    background:#fff;
    color:#222;
    display:inline-block;
    padding: 0.5em;
    width:500px;
    max-width:95%;
    line-height:1.5em;
}

