.max-width-lg{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}
.max-width-md{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}
.max-width-sm{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}
@media (max-width: 560px) {
    .max-width-lg{
        padding: 0 5%;
        box-sizing: border-box;
    }
    .max-width-md{
        padding: 0 5%;
        box-sizing: border-box;
    }
    .max-width-sm{
        padding: 0 5%;
        box-sizing: border-box;
    }
}
body{
    margin: 0;
    background-size: contain;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.05rem;
    line-height: 2;
    scroll-behavior: smooth;
    background-color: #000;
    color: #fff;
    text-align: center;
}
img{
    width: 100%;
}
a{
    text-decoration: none;
}
a:visited{
    color: #000;
}
.a-link{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sp{
    display: none!important;
}
.btn:hover{
    opacity: 0.7;
    transition: 0.3s
}
@media (max-width: 560px) {
    .sp{
        display: block!important;
    }
    .pc{
        display: none!important;
    }
    body{
        display: block;
        min-height: auto;
    }
}

h1, h2{
    text-align: center;
}
h2{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.line{
    flex: 1;
    height: 1px;
    background-color: #bbb;
    margin: 0 10px;
}
h1 img, h2 img{
    height: 60px;
    /* height: 5vh; */
    width: auto;
}
@media (max-width: 560px) {
    h1 img{
        height: 80px;
        margin: 0 auto;
    }
    .title-text{
        font-size: 12px;
    }
    h2 img{
        height: 40px;
    }
}


.top-img{
    max-width: 1600px;
    margin: 0 auto;
}


main{
    margin-top: -300px;
}

#open_hours{
    margin-top: 100px;
}
.time{
    width: 550px;
    margin: 0 auto;
}
.ticket-title{
    font-size: 26px;
    margin-bottom: 0;
}
.ticket-sub{
    margin-top: 0;
    font-size: 11px;
}
.ticket-text{
    margin-top: 40px;
}
.ticket-btn{
    margin-top: 40px;
    background-color: #FCA517;
    border: 0;
    border-radius: 20px;
    width: 500px;
    height: 70px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
}

@media (max-width: 560px) {
    main{
        margin-top: -60px;
    }
    .time{
        width: 80%;
    }
    .ticket-title{
        font-size: 18px;
    }
    .ticket-text{
        font-size: 14px;
    }
    .ticket-btn{
        width: 90%;
        font-size: 16px;
        height: 50px;
    }
}


#artist{
    margin-top: 100px;
}
.artists{
    margin-top: 80px;
    padding: 0 50px;
}
.artist{
    /* display: grid;
    grid-template-columns: repeat(6, 1fr); */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 2%;
    position: relative;
    /* flex-wrap: wrap; */
}
.artist.artist1 div{
    flex-basis: 14.5%;
}
.artist.artist2 div{
    flex-basis: 16%;
}
.artist.artist3 div{
    flex-basis: 19%;
}
.artist span.act{
    position: absolute;
    top: 0;
    left: -3%;
}
.artist span.djs{
    position: absolute;
    top: 0;
    left: 20%;
}
.artist span img{
    height: 40px;
    width: auto;
}
/* 微調整 */
.act.keihayashi{
    flex-basis: 16.3%!important;
}
.act.redsoul,
.act.youngbullyz,
.act.tommyt{
    flex-basis: 18%!important;
}

@media (max-width: 560px) {
    .artists{
        padding: 0 5%;
    }
    .artist{
        flex-wrap: wrap;
        gap: 20px;
        padding: 0 10%;
    }
    .artist.artist1 div,
    .artist.artist2 div,
    .artist.artist3 div{
        flex-basis: 100%;
    }
    .artist span.act{
        left: 0;
    }
    .artist span.djs{
        left: 0;
    }
    .artist span img{
        height: 30px;
    }
    .act.keihayashi,
    .act.redsoul,
    .act.youngbullyz,
    .act.tommyt{
        flex-basis: 100%!important;
    }
}


/* タイムテーブル */

.timetables{
    display: flex;
    padding: 0 100px 0 150px;
    max-width: 700px;
    min-width: 560px;
    margin: 0 auto;
}
.timetable{
    flex-basis: 50%;
    margin-top: 50px;
    text-align: left;
    line-height: 2.5;
}
@media (max-width: 560px) {
    #timetable{
        margin-top: 100px;
    }
    .timetables{
        margin-top: 50px;
        flex-direction: column;
        padding: 0 5%;
        max-width: none;
        min-width: auto;
    }
    .timetable{
        flex-basis: 100%;
        margin-top: 0;
    }
}


#access{
    margin-top: 100px;
}
.map{
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 50px;
}
.map-1{
    flex-basis: 50%;
}

.map-1-1{
    font-size: 24px;
    margin-bottom: 0;
}
.map-1-2{
    margin-top: 5px;
}
.map-1-3{
    margin-top: 20px;
    margin-bottom: 0;
}
.map-1-4{
    font-size: 26px;
    margin-top: 5px;
    color: #fff;
}
@media (max-width: 560px) {
    .map{
        flex-direction: column;
        padding: 0;
        gap: 30px;
    }
    .map-1{
        width: 100%;
    }
}

footer{
    margin-top: 100px;
    font-size: 10px;
    margin-bottom: 10px;
}