@charset "UTF-8";

/* 共通部分 -----------------------*/

html{
    font-size: 100%;
    scroll-behavior: smooth;
}

body{
    font-family: "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック","HiraKakuProN-W6", "ヒラギノ角ゴ ProN W3", sans-serif;
    line-height: 1.7;
    color: black;
}

a{
    text-decoration: none;
}

img{
    max-width: 100%;
}



/* header　-----------------------------------------------*/

.page-header{
    display: flex;
    justify-content: space-between;
    background-color: #ECDEC2;
    padding-bottom:0;
    margin-bottom:0;
}


.logo{
    margin-top: 0.3em;
    margin-left: 0.3em;
    width: 100px;
    border-radius: 50px;
}

.header-menu{
    display: flex;
}

.drawer-hidden{
    display: none;
}

/* header-nav */

.header-nav{
    display: flex;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 55px;
    list-style: none;
    z-index: 6;
}

.header-nav li{
    padding: 0;
    margin: 0.5rem 0 0 0;
    background: url(images/%E5%88%86%E9%9F%B3%E7%AC%A6%E3%81%AE%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%E7%B4%A0%E6%9D%90.svg) 
                no-repeat;
    background-size: 30px auto;
    background-position-x: 5px;
}

.header-nav li:hover{
    background: url(images/%E5%88%86%E9%9F%B3%E7%AC%A6%E3%81%AE%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%E7%B4%A0%E6%9D%90%208.svg)
                no-repeat;
    background-size: 30px auto;
    background-position-x: 5px;
    transition-duration: 200ms;
}


.header-nav li a{
    display: block;
    padding: 0 20px 5px 35px;
}

.header-nav a{
    color: black;
}

.header-nav a:hover,
.header-nav a:focus-within{
    color:#b68b35 ;
}

label{
    display: inline-block;
}


/* PC用　*/


.header-nav img{
    position: absolute;
    width: 15px;
    margin: 10px 0 0 5px;
    transition-duration: 500ms;
}


#concert-info,
#player-info{
    padding-right: 10px;
}

.header-nav ul{
    margin: 0;
    position: absolute;
    padding: 10px 0 20px;
    list-style: none;
    background-color: #ECDEC2;
    border-radius: 15px;
}

li#concert-info.notshow > #concert-menu{
    display: none;
} 

li#concert-info.notshow > a img{
    transform: scaleY(-1);
} 

li#player-info.notshow > #player-menu{
    display: none;
} 

li#player-info.notshow > a img{
    transform: scaleY(-1);
} 


/*  ホバー　および　フォーカスで開くドロップダウンメニュー
.submenu{
    display: none;
}

.header-nav li:hover > ul,
.header-nav li:focus-within > ul,
.checkbox:checked {
    display: block;
}
*/

/* sns */

.sns-btn{
    display: flex;
    list-style: none;
    margin: 40px 0 0 0 ; 
}

.sns-btn li{
    width: 50px;
    margin: 15px;
    padding: 0;
    position: relative;
}

/*
.sns-btn li:hover{
    width: 65px;
    margin-right: 15px;
    transition-duration: 300ms;
}
*/

.sns-btn li a{
    display: block;
    padding: 10px;
}

/* HOME ----------------------------------------------------*/
.index-main{
    background-image: url(images/%E5%85%A8%E4%BD%93%E5%86%99%E7%9C%9F%20-%20%E3%82%B3%E3%83%94%E3%83%BC.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-y: bottom;
    width: 100%;
    background-size: auto;
    background-position-x: center;

}




#Home{
    margin-top: 0;
    width: 100%;
    min-height: 95vh; 
    object-fit: cover;
}


.title{
    font-family: Kiwi Maru;
    margin: 0 30px 0 70px;
    padding: 6%;
    color: white;

}

.subtitle{
    font-size: 20px;
    text-shadow:3px 3px 6px black;
}

.title1{
    font-size: 70px;
    text-shadow:6px 6px 6px black;
}

#Home span{
    position: flex;
    /*background-color: rgba(255,255,255,.6);*/
}

/* scroll */

.scrollcircle{
    position: fixed;
    bottom: 1vh;
    right: 0;
    left: 0;
    margin: auto;
    background-color: rgba(255,255,255,.7);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    align-items: center;
}

.scroll{
    position: fixed;
    bottom: 1vh;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    flex-flow: column;
    align-items: center;
    transform: translateY(0);
    z-index: 2;
    overflow: hidden;
}

.scroll p{
    color: black;
    margin-top: 10px;
}

.scroll img{
    width: 24px;
}

/* wrpper */

.wrapper{
    padding: 0 4%;
    min-height: 90vh;
}

.wrapper h1{
    font-size: 60px;
    padding:20px 0 0 60px;
    background: url(images/%E3%83%88%E9%9F%B3%E8%A8%98%E5%8F%B71.svg) no-repeat;
    background-size: 70px;
    background-position: 0 center;
}

/* concert-info */

#concert-information{
    position: relative;
    z-index: 1;
}

#concert-information div{
    font-family: Kiwi Maru;
    padding-left: 30px;
    padding-top: 20px;
}

#concert-information iframe{
    position: absolute;
    right: 10px;
}


.mainprogram{
    font-size: 40px;
}

.mainprogram span{
    font-size: 25px;
}

.subprogram{
    font-size: 30px;
}

.subprogram span{
    font-size: 20px;
}

.mainprogram,
.subprogram{
    line-height: 1.2;
    padding: 0.5rem 0;
}

.shiki{
    font-size: 18px;
    padding-bottom: 1rem;
}
.date{
    font-size: 25px;
}



.teket{
    background-color: #2E3551;
    height: 60px;
    margin-top: 0;
    margin-bottom: 15px;
    border-radius: 20px; 
}

/* news */

#news{
    position: relative;
    background-color: #ECDEC2;
    z-index: 1;
}

.insta{
    display: flex;
    overflow-x: auto;
    padding-bottom: 1.5rem;
}

.insta section{
    margin-right: 1rem
}




/* shikisya */
.name{
    font-size: 40px;
}

.shikisya{
    margin-bottom: 40px;
}

.shikisyanaiyou{
    display: flex;
}



.shikisyaimg{
    max-height: 600px;
}

.shikisyasetumei{
    margin-left: 50px
}

.past-concert{
    font-family: Kiwi Maru;
    padding-left: 30px;
    padding-top: 20px;
}

.commingsoon{
    padding: 20%;
    font-size: 3rem;
}

/* entry --------------------------------------------    */
.entry div{
    scroll-margin-top: 60px;
}

.entryform{
    font-family: Kiwi Maru;
    display: flex;
    flex-wrap: wrap;
}

.entryform section{
    width: 400px;
    min-height: 150px
}

.entryform p{
    font-size: 1.20rem;
}

.kinn,
.moku,
.genn{
    font-family: Kiwi Maru;
}

.ninnzuu{
    font-size: 1.1rem
}


.kinn::before{
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background: url(images/%E3%83%88%E3%83%A9%E3%83%B3%E3%83%9A%E3%83%83%E3%83%88%E3%81%AE%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B32.svg);
    vertical-align: middle;
    margin-right: 0.3em;
}

.moku::before{
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background: url(images/icon_R_0268.svg);
    vertical-align: middle;
    margin-right: 0.3em;
}

.genn:before{
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background: url(images/%E3%83%90%E3%82%A4%E3%82%AA%E3%83%AA%E3%83%B3%E3%81%AE%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B32.svg);
    vertical-align: middle;
    margin-right: 0.3em;
}

.shitumonn{
    display: flex;
    flex-wrap: wrap;
}

.shitumonn h3{
    font-size: 1.3rem
}

.shitumonn section{
    padding-bottom: 2em;
    padding-right: 1rem;
    width: 650px;    
}

.entry h3{
    font-family: Kiwi Maru;    
}

.entrybtn{
    font-family: Kiwi Maru;
    font-size: 1.5rem;
    color: white;
    background-color: #b68b35;
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 25px;
}

/* nittei */

.nittei h2{
    font-family: Kiwi Maru;
}

.nittei span{
    color: green;
}

/* contact */
.toiawase{
    margin-left: 20px;
}

/* introduction */
.intro1{
    line-height: 1.5em;
    width: 180px;
    margin:1rem 0; 
}

.yakusyoku{
    font-family: Kiwi Maru;
    font-size: 1.4rem;
    padding-bottom: 0.4rem;
}

.introname{
    font-family: Kiwi Maru;
    font-size: 1.8rem;
    border-left: 10px solid #b68b35;
    padding-left: 0.2em 
}

.katagaki{
    font-family: Kiwi Maru;
    padding-left: 0.6em;
    border-left: 10px solid #b68b35;
}

.daihyou{
    zoom: 1.3;
}

.intro2{
    display: flex;
    flex-wrap: wrap;
}





/* footer --------------------------------------------*/

footer{
    height: 100px;
    position: relative;
    z-index: 6;
    display: flex;
    justify-content: center;
}

footer p{
    padding: 30px;
    background-color: white;
    margin: 0 auto;
}

footer a{  
    position: absolute;
    right: 20px;
    bottom: 10px;
}


/* phone -------------------------------------------*/
@media (max-width:750px){
    /* 共通　*/

    h1{
        font-size: 2rem ;
    }
    /* header */
    .logo{
        width: 4rem;
    }
    
    /* HOME */
    
    .index-main{
        background-image: none;
        background-attachment: scroll;   /* fixed をやめる */ /* 先頭（上）から見せる *//* そのまま使ってOK */
        min-height: 100vh;
        overflow: hidden;
        position: relative;
    }
    
    .index-main::before{
        content: "";
        position: absolute;
        inset: 0;
        background-image: url(images/%E5%85%A8%E4%BD%93%E5%86%99%E7%9C%9F.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        height: 100vh;
        z-index: -1;
    }
    
    .scrollcircle{
    background-color: rgba(255,255,255,1);
    }
    
    .shikisyanaiyou{
        display: block;
    }

    .shikisyasetumei{
    margin-left: 0;
}
    
    /* ハンバーガー　*/
    
    .drawer_open{
        display: flex;
        height: 50px;
        width: 50px;
        justify-content: center;
        align-items: center;
        position: fixed;
        z-index: 100;
        cursor: pointer;
        background-color: #ECDEC2;
        border-radius: 25px;
        margin-top: 15px;
        right:3%;
    }
    
    .drawer_open span,
    .drawer_open span:before,
    .drawer_open span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background: black;
        transition: 0.5s;
        position: absolute;
    }
    
    .drawer_open span:before{
        bottom: 10px;
    }
    
    .drawer_open span:after{
        top: 10px;
    }
    
    #drawer-input:checked ~ .drawer_open span{
        background: rgba(255,255,255,0)
    }
    
    #drawer-input:checked ~ .drawer_open span::after{
        top: 0;
        transform: rotate(45deg)
    }
    
    #drawer-input:checked ~ .drawer_open span::before{
        top: 0;
        transform: rotate(-45deg)
    }
    
    
    .main-nav{
        width:100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        margin: 0;
        border-radius: 0%;
        transition: 0.5s;
        z-index: 99;
        background-color: #ECDEC2;
        display: flex;
        justify-content: center;
    }
    
    .header-menu{
        flex-direction: column;
    }
    
    .header-nav{
        flex-direction: column;
    } 
    
    .header-nav li{
        width: 200px;
    } 
    
    .header-nav ul{
        position: relative;
        
    }

    .sns-btn li{
        margin: 0 15px;
    }
    
    #drawer-input:checked ~ .main-nav{
        left: 0;
    } 
    
    /*title*/
    
    .title1{
        font-size: 3rem;
        line-height: 1.5;
    }
    
    .subtitle{
        font-size: 1.2rem;
    }
    
    .title{
    margin: 0 5%;
    padding: 5%;
    }
    
    
    .wrapper h1{
    font-size: 2.3rem;
    padding:20px 0 0 45px;
    background-size: 45px;
    background-position: 0 center;
    }
}


















