@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);


/*---------------*/


header .wrapper{
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    align-items: flex-end;
}
header h1{
    width: 158px;
    margin-right: 40px;
}
header .inner{
    display: flex;
    max-width: 600px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
header .inner ul{
    display: flex;
    width: calc(100% - 123px);
    justify-content: flex-end;
}
header .inner ul li{
    padding-right: 5.5%;
}
header .inner ul li a{
    display: block;
    text-indent: -99999px;
    font-size: 1px;
    width: 22px;
    height: 22px;
    background: url("/images/sns/sns_x1.svg") no-repeat center / contain;
    transition: background .3s ease-in-out;
}
header .inner ul li a:hover{
    background-image: url("/images/sns/sns_x2.svg");
}
header .inner ul li:nth-child(2) a{
    background-image: url("/images/sns/sns_fb1.svg");
}
header .inner ul li:nth-child(2) a:hover{
    background-image: url("/images/sns/sns_fb2.svg");
}
header .inner ul li:nth-child(3) a{
    background-image: url("/images/sns/sns_insta1.png");
}
header .inner ul li:nth-child(3) a:hover{
    background-image: url("/images/sns/sns_insta2.png");
}
header .inner ul li:nth-child(4) a{
    background-image: url("/images/sns/sns_youtube1.svg");
}
header .inner ul li:nth-child(4) a:hover{
    background-image: url("/images/sns/sns_youtube2.svg");
}
header .inner ul li:nth-child(5) a{
    background-image: url("/images/sns/sns_twitch1.svg");
}
header .inner ul li:nth-child(5) a:hover{
    background-image: url("/images/sns/sns_twitch2.svg");
}
header .inner ul li:nth-child(6) a{
    background-image: url("/images/sns/sns_discord1.svg");
}
header .inner ul li:nth-child(6) a:hover{
    background-image: url("/images/sns/sns_discord2.svg");
}
@media screen and (max-width: 900px){
    header .wrapper{
        padding-top: 20px;
    }
    header .inner ul li a{
        width: 30px;
        height: 30px;
    }
    header .inner ul li{
        padding-right: 4%;
    }
    header .inner ul{
        width: calc(100% - 100px);
    }
}
@media screen and (max-width: 744px){
    header h1{
        width: 156px;
        margin-right: 0;
    }
    header .inner{
        opacity: 0;
        pointer-events: none;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.9);
        transition: .3s ease-in-out;
        max-width: none;
        z-index: 9;
        padding: 20vh 20px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .open header .inner{
        opacity: 1;
        pointer-events: auto;
    }
    header .inner ul{
        width: 90%;
        justify-content: space-between;
        margin-bottom: 50px;
        max-width: 437px;
    }
    header .inner ul li{
        padding-right: calc((100% - 222px) / 5);
    }
    header .inner ul li:last-child{
        padding-right: 0;
    } 
}
@media screen and (max-width: 375px){
    header .inner ul{
        max-width: 140px;
        flex-wrap: wrap;
    }
    header .inner ul li{
        margin-bottom: 25px;
        padding-right: 10%;
    }
    header .inner ul li:nth-child(3){
        padding-right: 0;
    }
    header .inner ul li:nth-child(n+4){
        margin-bottom: 0;
    }
}
/*-------------main-----------------------*/
#archive{
    padding-bottom: 30px;
}

#archive .wrapper{
    max-width: 1440px;
    padding-top: 30px;
    padding-bottom: 30px
}
#archive h2{
    font-family: "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size:6.4rem;
    text-transform: uppercase;
    font-weight: 300;
    text-align: left;
}
#archive .slider{
    max-width: 1440px;
    margin: 0 auto;
}
#archive .slider .slick-track{
    gap: 10px;
    align-items: flex-start;
}
#archive .inner_img{
    position: relative;
}
#archive .inner_img::before{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
	pointer-events: none;
    z-index: 1;
    transition: opacity .3s ease-in-out;
}
#archive .inner_img:nth-child(1)::before{
	background-image: url("/images/webp/PBO_logo.webp");
}
#archive .inner_img:nth-child(2)::before{
	background-image: url("/images/webp/PBBGU_logo.webp");
}
#archive .inner_img:nth-child(3)::before{
	background-image: url("/images/webp/BAND_logo.webp");
}
#archive .inner_img img{
    filter: grayscale(100%);
    transition: .3s ease-in-out;
}
#archive .inner_img:hover img{
    filter: grayscale(0);
}
#archive .inner_img a{
    display: block;
}
#archive .inner_img:nth-child(1):hover::before{
    opacity:0;
}
#archive h3{
    font-family:'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    text-align:center;
    margin-top: 20px;
}
@media screen and (max-width: 1080px){
    #archive h2{
        font-size: 5.9vw;
    }
}
@media screen and (max-width: 744px){
    #archive h2{
        font-size: 5.0vw;
        white-space: nowrap;
    }
    #archive h3{
        font-size: 1.6rem;
    }
    #archive .slider .slick-list{
        padding-left: 0!important;
    }
}
@media screen and (max-width: 375px){
    #archive h3{
        font-size: 1.4rem;
        margin-top: 10px;
    }
}




