body{
    background-color: black;
    color: #ffffff;
    font-family:'Noto Sans JP',serif;
    width: 100vw;
}

header{
    border-bottom: 1px solid #ffffff;
    height: 170px;
    padding-top: 10px;
    padding-bottom: 25px;
    position: relative;
 
}
.band{
    text-align: center;
}

.band p{
    font-size: 20px;
    font-weight: 500;
}

header>.sns-icon{
    width: 200px;
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 10;
}

main{
    display: flex;
    justify-content: space-around;
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 30px;
}

#left{
    flex-basis: 20%;
}
h2{
    font-size: 20px;
    margin-top: 20px;
}
.CD{
    margin-top: 15px;
}
.albumart{
    margin-bottom: 15px;
}
.EP{
    line-height: 35px;
    margin-top: 5px;
}
.app img{
    margin-top: 20px;
    margin-bottom: 10px;
}
.app{
   padding-bottom: 30px;
}

.spotifyapp{
    margin: 10px 0;
}

#center{
    flex-basis: 60%;   
}
h1{
    font-size: 30px;
    margin-top: 15px;
}
.schedule{
    width: 600px;
    margin: 0 auto 35px;
}

.Live{
    display: flex;
    padding:15px 10px 10px;
    border-bottom:1px solid #ffffff;
    vertical-align: bottom;
}
  
.label{
    background-color:black;
    border-radius:3px;
    color:#ffffff;
    padding:2px 5px;
    margin:0 20px;
}
.label2{
    background-color: red;
    border-radius:3px;
    color:#ffffff;
    padding:2px 5px;
    margin:0 20px;
}
.form{
    background-color: white;
    border-radius:3px;
    color:#000;
    padding:2px 5px;
    margin:0 50px;
    margin-left:auto
}
.MV{
    margin-top: 20px;
}
.MV2{
    margin-top: 50px;
}
.MV3{
    margin-top: 50px;
}

#right{
    flex-basis: 20%;
}
table{
    margin-top: 10px;
    width: 90%;
}
table th, table td {

    padding: 10px 10px 20px;
}
.part{
    text-align: left;
}
h3{
    margin-top: 30px;
}
address{
    margin-top: 10px;
}

footer{
    border-top: 1px solid #ffffff;
    height: 60px;
    text-align: center;
    padding: 5px;
    position: relative;
}
.copyright{
    margin: 15px auto 0;
    line-height: 20px;
    font-size: 15px;
    vertical-align:baseline
   
}
footer>.sns-icon{
    width: 200px;
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 11;
}
.pagetop{
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 11;
}

@media screen and (max-width: 960px){
body{
    width: 100vw;
}
main{
    display: block;
}
.band img{
    width: auto;
    height: 80px;
}
.band p{
    font-size: 16px;
    font-weight: 550;
    margin-top: 5px;

}

header>.sns-icon{
    width: 240px;
    display: flex;
    justify-content: space-around;
    position: static;
    margin: 15px auto;
}
#X{
    width: 29px;
}
#instagram{
    width: 29px
}
#youtube{
    height: 29px;
}

.disc1{
     display: none ;
}


h2{
    margin-top: 10px;
    font-weight:500
}
.CD{
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
}
.albumart img{
    width: 120px;
}
.albumart{
    flex-basis: 40%;
    margin-top: 10px;
}
.setlist{
    flex-basis: 60%;
    font-size: 15px;
    text-align: left;
}
.setlist>p{
    text-indent: 4em;
}
.EP{
    
    padding: 5px;
    list-style-type:decimal;
    padding-left: 20px;
    text-indent: 2em;
}
.app {
    display: flex;
    font-size: 14px;
    margin: auto;
    padding-top: 0px;
    margin-bottom: 10px;
    flex-direction: row;
    justify-content: space-evenly;
}
.spotifyapp{
    margin-top: 0;
}
#spotify{
    flex-basis: 48%;
}
#youtubemusic{
    flex-basis: 48%;
}

#center{
    width: 90vw;
    margin: 0 auto;
}
h1{
    margin-top: 0;
}
.schedule{
    font-size: 12px;
    width:100%;
}
.text{
    text-align: left;
    white-space: nowrap;
}
.form{
    white-space: nowrap;
}

.MV{
    width:100%;
    margin-top: 20px;
}
.MV2{
    width:100%;
    margin-top: 20px;
}
.MV3{
    width:100%;
    margin-top: 20px;
}
table{
    margin: 0 auto;
    margin-top: 10px;
    width: 80%;
}
table th, table td{
    padding: 5px;
}

.part{
    text-align: left;
    padding-left: 40px;
}
.name{
    text-align: left;
    padding-left: 30px;
}


h3{
    margin-top: 25px;
}

footer{
    height: 130px;
    display: grid;
    padding-top: 15px;
    grid-row: 40px 40px 40px;
}
footer>.sns-icon{
    position: static;
    width: 240px;
    margin: 0 auto;
    grid-row: 1/2;
}
.copyright{
    grid-row: 2/3;
    margin:0 auto;
    margin-top: 5px;
    
}
.pagetop{
    position: static;
    margin: 0 auto;
    grid-row: 3/4;
}

}