*{box-sizing:border-box;}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body{
    margin:0;
    background:#000;
    color:#fff;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height:1.7;
}

#hero{
    position:relative;
    width:100%;
    max-width:1500px;
    margin:0 auto;
    overflow:hidden;
}

.hero-bg{
    display:block;
    width:100%;
    height:auto;
}

.hero-content{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
    text-align:center;
    padding:13% 20px;
}

footer{
    background:#050505;
    border-top:1px solid #222;
    margin-top:80px;
}

.footer-inner{
    max-width:1000px;
    margin:0 auto;
    padding:50px 20px;
    text-align:center;
}

.footer-logo{
    font-size:1.8rem;
    letter-spacing:3px;
    margin-bottom:15px;
}

.footer-copy{
    color:#aaa;
    margin-bottom:20px;
}

.footer-links{
    margin-bottom:20px;
}

.footer-links a{
    color:#fff;
    text-decoration:none;
    margin:0 10px;
}

.footer-links a:hover{
    opacity:.7;
}

.copyright{
    color:#666;
    font-size:.9rem;
    margin-bottom: 0;
}

.footer-sns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 26px;
}

.footer-sns a {
    display: block;
}

.footer-sns img {
    width: 26px;
    height: 26px;
    display: block;
    object-fit: contain;
}

main{
    margin: 0 auto;
    padding: 0 60px;
    max-width: 1200px;
}

.fit-content {width: fit-content;}

h1, h2{font-size: 27px; font-weight: 300;font-style: italic;}

section{margin: 50px 0;}

.member_flex_box{display: flex; margin-top: 40px; justify-content: space-between;}

.member{
    width:24%;
    margin-right:0;
    display:flex;
    flex-direction:column;
}

.member > img{width:100%; height: auto;}

.member-sns{padding-left: 4px; min-height:58px;}

.member-sns img{width:28px; height: auto; margin: 15px 10px 0 0;}

.discography_flex_box{
    display: flex;
    margin: 40px auto;
    width: fit-content;
    }

#discography img{width:300px; height: auto;}

.discography_text{margin-left: 60px;}

.discography_text h3{margin-top:-11px;margin-bottom: 0;}

#news ul {list-style: none;padding-left: 0px;}

#news li {display: flex;margin: 14px 0px;align-items:baseline;}

section p, section ol, section ul{margin: 10px 0;}

.top_news_date {width: 110px;}

.news_date, .top_news_date {color:#aaa;}

.news_text, .top_news_text {width: auto;}

.live .news_date {padding-top: 3px;width: 190px;}

.hero-content h1{
    margin:0;
}

.hero-content h1 img{
    width:70%;
}

.catch{
    margin:0;
    font-size:2rem;
    font-weight:bold;
}

.live h3{
    position:relative;
    margin-top: 0;
    font-family:"Saira Condensed", sans-serif;
    font-size:1.5rem;
    font-weight:600;
    letter-spacing:.12em;
    line-height:1.2;
    color:#6F8FA8;
}

.live h3 .char{
    display:inline-block;
}

.live h3 .char-0{
    transform:rotate(6deg);
}

.live h3 .char-1{
    transform:rotate(-6deg);
}

.live p {margin: 0;white-space:pre-line;}

.news-list, .live{
    list-style:none;
    padding:0;
}

.news-list li, .live li{
    display:flex;
    gap:40px;
    padding:25px 0;
    border-bottom:1px solid #222;
}

.news-list li:first-child, .live li:first-child{
    border-top:1px solid #222;
}

.news_archive{
    text-align:right;
}

.news_archive a{
    color:#fff;
    font-size: 14px;
    border: 1px solid #444;
    padding: 6px 12px;
    margin-top: 14px;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    gap:10px;
    transition:.3s;
}

.news_archive a::after{
    content:"";
    width:0;
    height:0;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:7px solid #fff;
    transition:transform .3s ease;
}

.page{
    max-width:800px;
    margin-left: auto;
    margin-right: auto;
}

.member h3{
    margin-top: -30px;
    margin-bottom: -3px;
    font:400 1.4rem/1.4 "EB Garamond", serif;letter-spacing:.08em;
    padding-left: 4px;
    text-shadow:
    2px 2px 0 #000,
    3px 3px 5px rgba(0,0,0,.7);
}

.member h3 span{
    font-size: 0.8em;
    font-weight: 400;
    color: #6f8fa8;
    letter-spacing: 0.07em;
    margin-left: 0.5em;
}

.live h3{margin-bottom: 8px;}

.discography_note{font-size: 16px; color: #6f8fa8; line-height: 1;}

.discography_text ol{margin: 20px 0 0;}

.memo{font-size: 14px;padding-top: 5px;}

.discography_memo{margin-left: 10px; font-size: 13px; color:#888;}

@media(min-width:1000px){
    #hero{
        height:700px;
    }

    .hero-bg{
        height:100%;
        object-fit:cover;
        object-position:center center;
    }
    
    .hero-content{
    padding:180px 20px;
    }

}

/* =========================
   Text Links
========================= */

.text-link a{
    color:#fff;
    text-decoration:none;
    position:relative;
    transition:color .3s ease;
}

.text-link a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-3px;

    width:100%;
    height:1px;

    background:#6f8fa8;

    transition:
        height .2s ease,
        background .3s ease;
}

.text-link a:hover{
    color:#6f8fa8;
}

.text-link a:hover::after{
    height:2px;
    background:#6f8fa8;
}

/* ==================
CONTACT
================== */

#contact h1{
    margin-bottom:40px;
}

.contact-links{
    display:flex;
    justify-content:center;
    gap:20px;
    margin:50px 0;
}

.contact-links a{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    width:200px;
    padding:20px 30px;
    border:1px solid #444;
    background-color: #222;
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.contact-links a::after {
    display:none;
}

.contact-links img{
    width:32px;
    height:32px;
}

.contact-links a:hover, .news_archive a:hover{
    background:#999;
}

.contact-note{
    color:#aaa;
    font-size:.9rem;
}

/* ==================
HEADER
================== */

header{
    background:#000;
    border-bottom:1px solid #222;
    position:sticky;
    top:0;
    z-index:999;
    font-size: 15px;
}

.header-inner{
    max-width:1200px;
    height: 70px;
    margin:0 auto;
    padding:15px 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.site-logo img{
    width:260px;
    max-width:100%;
    display: block;
}

.site-logo {padding-right: 25px;}

/* ==================
PC MENU
================== */

nav ul{
    display:flex;
    gap:25px;
    list-style:none;
    margin:0;
    padding:0;
}

nav a{
    color:#fff;
    text-decoration:none;
    letter-spacing:2px;
}

/* ==================
HAMBURGER
================== */

.hamburger{

    display:none;

    width:40px;
    height:40px;

    background:none;
    border:none;
    cursor:pointer;

    position:relative;
}

.hamburger span{

    position:absolute;

    left:5px;

    width:30px;
    height:2px;

    background:#fff;

    transition:.3s;
}

.hamburger span:nth-child(1){
    top:10px;
}

.hamburger span:nth-child(2){
    top:19px;
}

.hamburger span:nth-child(3){
    top:28px;
}

/* OPEN */

.hamburger.active span:nth-child(1){
    transform:rotate(45deg);
    top:19px;
}

.hamburger.active span:nth-child(2){
    opacity:0;
}

.hamburger.active span:nth-child(3){
    transform:rotate(-45deg);
    top:19px;
}

/* ==================
MOBILE
================== */

@media(max-width:768px){

    body{font-size: 16px;}

    .hamburger{
        display:block;
    }

    nav{
        position:fixed;
        top:71px;
        right:-100%;
        width:100%;
        height:calc(100vh - 71px);
        background:#000;
        transition:.3s;
    }

    nav.active{
        right:0;
    }

    nav ul{
        flex-direction:column;
        align-items:flex-start;
        padding: 50px;
    }

    nav li{
        margin-bottom:8px;
    }

    nav a{
        font-size:1.2rem;
    }

    main{padding: 0 30px;}

    section{margin: 30px 0;}

    h1, h2 {font-size: 22px;}

    .live h3 {font-size: 1.3rem; letter-spacing:.1em;}

    section p, section ol, section ul {margin: 8px 0;}

    #contact h1, #schedule h1, #news-page h1{margin-bottom:20px;}

    .catch{font-size: 18px;}

    .site-logo{max-width: 210px;}
    
    .member_flex_box {
        display: block;
        margin-top: 0;
    }
    
    .discography_flex_box{display: block; margin: 30px auto;}
    
    .discography_text h3{margin-top:0;}
    
    .discography_text{margin-top: 20px;margin-left: 0;}
    
    .member {
        width: 100%;
        max-width: 280px;
        margin:50px 0 0;
    }

    #news li{display: grid;margin: 14px 0;}

    .hero-content h1 img{
        width:70%;
    }

    .contact-links{
        flex-direction:column;
        align-items:center;
    }

    .contact-links a{
        width:100%;
        max-width:300px;
    }

    #schedule{width: auto;}
    

    .news-list li, .live li{
        display:block;
        padding: 15px 0;
    }

    .news-list .news_date{
        display:block;
        margin-bottom:8px;
    }

    .live .news_date {
        width: auto;
        padding-top: 0px;
        padding-bottom: 8px;
        display: block;
    }

    .discography_note {
        font-size: 15px;
    }

    .discography_text ol {margin-top: 16px;}

}

@media(max-width:400px){

    #discography img{width:100%;}

}