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

  共通

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

.ttl{
    display: none;
}
.s_ttl{
    display: none;
}

ul.breadcrumb {
    margin-bottom: 40px;
}

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

  KV

---------------------------------*/
.kv{
    position: relative;
    height: 250px;
    overflow: hidden;
}
.kv .logo{
    position: relative;
    width: 92%;
    max-width: 300px;
    padding: 100px 0 0;
    margin: auto;
    z-index: 3;
}

.video {
    /*天地中央配置*/
    position: fixed;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    min-height: 100%;
    min-width: 100%;
}
.video-area{

}
.video-area::before{
    content: '';
    position: absolute;
    top: -100px;
    left: calc( 50% - 300px);
    display: block;
    width: 554px;
    height: 480px;
    background: url(../img/common/kv_img_01.svg) no-repeat;
    mix-blend-mode: overlay;
}
.video-area::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 400px;
    background: url(../img/common/gradation.svg) repeat-x;
    z-index: 0;
}

@media screen and (max-width:768px){
    .kv::before{
        display: none;
    }
    .kv::after{
        display: none;
    }
    .video-area::before{
        top: 20px;
        left: 4%;
        width: 92%;
        background-position: top;
        background-size: 100%;
    }
    .video {
        /*天地中央配置*/
        position: fixed;
        z-index: -1;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        min-height: 100%;
        min-width: 100%;
        max-width: inherit;
    }
}


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

  リリース一覧

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

.release_list{
    padding: 40px 0 80px;

}

.release_list .list{
    display: block;
    margin-bottom: 80px;
}
.release_list .list .sec{
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}
.release_list .list .sec a{
    display: flex;
}
.release_list .list .sec .pic{
    position: relative;
    width: 40%;
    max-width: 260px;
    margin: 0 40px 40px 0;
}
.release_list .list .sec .pic span{
    position: absolute;
    top: -10px;
    left: -10px;
    padding: 10px 20px;
    background: transparent linear-gradient(66deg, #D693F4 0%, #00D7DF 100%);
    background-size: contain;
    color: #fff;
    z-index: 1;
}
.release_list .list .sec .data{
    width: calc( 60% - 40px );
}
.release_list .list .sec .date{
    display: inline-block;
    padding: 10px 20px;
    margin: 0 0 20px;
    background: #007EFF;
    color: #fff;
    z-index: 1;
}
.release_list .list .title,
.release_list .list .txt{
    display: block;
    margin: 0 0 10px;
    color: #fff;
    font-size: 16px;
}
.release_list .list .txt{
    font-size: 14px;
}
.release_list .list .sec a .pic::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    border: 0px solid transparent;
    transition: .3s;
    z-index: 0;
}
.release_list .list .sec a:hover .pic::after{
    border: 8px solid #007EFF;
}

@media screen and (max-width:768px){
    .release_list .list .title{
        font-size: 14px;
    }
    .release_list .list .txt{
        font-size: 13px;
    }
}

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

  リリース一覧

---------------------------------*/
.paging{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.paging *{
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px 10px 0;
    color: #fff;
    text-align: center;
}
.paging a{
    background: #555;
}
.paging a:hover{
    background: #007EFF;
}

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

  ミュージックライブラリ

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

.music_library{
    padding: 70px 0 60px;
    background: #333;
}
.music_library a{
    position: relative;
}
.music_library a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    border: 12px solid transparent;
    transition: .3s;
}
.music_library a:hover::after{
    border: 12px solid #007EFF;
}

@media screen and (max-width:768px){

}
