@charset "utf-8";

/*-----------------------------------------------
    main 
-----------------------------------------------*/
main::after{
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../img/artist/bgHero.jpg) center top /cover no-repeat;
    filter: blur(8px);
    z-index: -1;
}
@media only screen and (max-width:767px){
    main::after{
        background: url(../img/artist/bgHeroSp.jpg) center top /cover no-repeat;
    }
}
/*-----------------------------------------------
    dateBtn 
-----------------------------------------------*/
.dateBtn{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.dateBtn a{
    width: 49.167%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}
.dateBtn a.day01{
    border: 2px solid #0090ff;
}
.dateBtn a.day02{
    border: 2px solid #ff008c;
}
.box{
    margin-top: 60px;
}
.box + .box{
    margin-top: 20px;
}
.dayTit{
    margin: 0 0;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dayTit.day01{
    background-color: #0090ff;
}
.dayTit.day02{
    background-color: #ff008c;
}
@media only screen and (max-width:767px){
    .dateBtn{
        margin-top: 30px;
    }
    .dateBtn a{
        width: 48.41%;
        height: 45px;
    }
    .dateBtn a.day01{
        border: 1px solid #0090ff;
    }
    .dateBtn a.day02{
        border: 1px solid #ff008c;
    }
    .dateBtn a img,
    .dayTit img{
        width: 73px;
        height: auto;
    }
    .box{
        margin-top: 30px;
    }
    .box + .box{
        margin-top: 40px;
    }
    .dayTit{
        height: 45px;
    }
}
/*-----------------------------------------------
    secArtist 
-----------------------------------------------*/
.secArtist{
    padding-top: 290px;
}
.secArtist .artistList{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.secArtist .artistList.exce01::after {
    display: block;
    content:"";
    width: 31.667%;
}
.secArtist .artistList .itemArtist{
    position: relative;
    width: 31.667%;
    margin-bottom: 50px;
}
.secArtist .artistList .itemArtist.new::before{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
    top: -25px;
    left: 0;
    width: 52px;
    height: 19px;
    background-image: url(../img/artist/iconNew.png);
    animation: flashAnime 4s linear infinite both;
}
.secArtist .artistList .itemArtist .txtArtist{
    font-size: 25px;
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.secArtist .artistList .itemArtist .txtArtist .min{
    font-size: 18px;
    line-height: 30px;
}
.secArtist .txtMore{
    text-align: center;
    margin-top: 50px;
}
.secArtist .txtBox{
    text-align: center;
}
.secArtist .subTxt{
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 68px;
    color: #fff;
    text-align: left;
    display: inline-block;
}
.secArtist .subTxt a{
    color: inherit;
}
@media only screen and (max-width:767px){
    .secArtist{
        padding-top: 25px;
    }
    .secArtist .secItem .itemTit .titImg{
        width: 132px;
    }
    .secArtist .artistList{
        margin: 30px auto 0;
        flex-direction: column;
        width: 79.714%;
    }
    .secArtist .artistList .itemArtist{
        width: 100%;
        margin-bottom: 30px;
    }
    .secArtist .artistList .itemArtist.new::before{
        position: absolute;
        content: '';
        background-size: contain;
        background-repeat: no-repeat;
        margin: auto;
        display: block;
        top: -20px;
        left: 0;
        width: 36px;
        height: 13px;
        background-image: url(../img/artist/iconNew.png);
    }
    .secArtist .artistList .itemArtist .txtArtist{
        font-size: 15px;
        margin-top: 15px;
    }
    .secArtist .artistList .itemArtist .txtArtist .min{
        font-size: 12px;
        line-height: 24px;
    }
    .secArtist .txtMore{
        width: 191px;
        margin: 47px auto 0;
    }
    .secArtist .subTxt{
        font-size: 12px;
        line-height: 18px;
        margin-top: 50px;
        text-align: left;
    }
}












/*-----------------------------------------------
    secSns
-----------------------------------------------*/
.secSns{

}
@media only screen and (max-width:767px){
}