

/* 共通設定
--------------------------------------------------------------------------------------------------------- */
html:not(:has(#block_of_genretree-clone)) #block_of_genretree,
html:has(.is-hidden-menu) #block_of_genretree,
html:has(#block_of_genretree-clone) #block_of_genretree-clone{
    display: none;
    position: absolute;
    top: 235px;
    left: 0;
    width: calc((100% - 1200px) / 2);
    margin: 0;
    z-index: 1;
}
@media screen and (min-width: 1751px){
    html:not(:has(#block_of_genretree-clone)) #block_of_genretree.is-side-active,
    html:has(.is-hidden-menu) #block_of_genretree.is-side-active,
    html:has(#block_of_genretree-clone) #block_of_genretree-clone.is-side-active{
        display: block;
    }
}
@media screen and (min-width: 1920px){
    html:not(:has(#block_of_genretree-clone)) #block_of_genretree,
    html:has(.is-hidden-menu) #block_of_genretree,
    html:has(#block_of_genretree-clone) #block_of_genretree-clone{
        left: unset;
        right: calc(((100% + 1200px) / 2));
        width: 350px;
    }
}
@media screen and (max-width: 1750px){
    html:not(:has(#block_of_genretree-clone)) #block_of_genretree,
    html:has(.is-hidden-menu) #block_of_genretree,
    html:has(#block_of_genretree-clone) #block_of_genretree-clone{
        display: none;
    }
}
html:not(:has(#block_of_genretree-clone)) #block_of_genretree .block-genre-tree--header,
html:has(.is-hidden-menu) #block_of_genretree .block-genre-tree--header,
html:has(#block_of_genretree-clone) #block_of_genretree-clone .block-genre-tree--header{
    display: none;
}
html:not(:has(#block_of_genretree-clone)) #block_of_genretree .block-genre-tree--body,
html:has(.is-hidden-menu) #block_of_genretree .block-genre-tree--body,
html:has(#block_of_genretree-clone) #block_of_genretree-clone .block-genre-tree--body{
    border: 1px solid #ddd;
    background-color: rgba(255,255,255,.85);
    width: 270px;
    margin: auto;
    padding: 0 5px;
    border-radius: 5px;
    overflow-y: auto;
}
html:not(:has(#block_of_genretree-clone)) #block_of_genretree .block-genre-tree--body::-webkit-scrollbar,
html:has(.is-hidden-menu) #block_of_genretree .block-genre-tree--body::-webkit-scrollbar,
html:has(#block_of_genretree-clone) #block_of_genretree-clone .block-genre-tree--body::-webkit-scrollbar{
    width: 4px;
    height: auto;
}
html:not(:has(#block_of_genretree-clone)) #block_of_genretree .block-genre-tree--body::-webkit-scrollbar-thumb,
html:has(.is-hidden-menu) #block_of_genretree .block-genre-tree--body::-webkit-scrollbar-thumb,
html:has(#block_of_genretree-clone) #block_of_genretree-clone .block-genre-tree--body::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}
html:not(:has(#block_of_genretree-clone)) #block_of_genretree::-webkit-scrollbar,
html:has(.is-hidden-menu) #block_of_genretree::-webkit-scrollbar,
html:has(#block_of_genretree-clone) #block_of_genretree-clone::-webkit-scrollbar {
    display: none;
}
html:not(:has(#block_of_genretree-clone)) #block_of_genretree .pane-left-menu,
html:has(.is-hidden-menu) #block_of_genretree .pane-left-menu,
html:has(#block_of_genretree-clone) #block_of_genretree-clone .pane-left-menu{
    border: none;
}
html:not(:has(#block_of_genretree-clone)) #block_of_genretree .block-genre-tree--section,
html:has(.is-hidden-menu) #block_of_genretree .block-genre-tree--section,
html:has(#block_of_genretree-clone) #block_of_genretree-clone .block-genre-tree--section{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
}
html:not(:has(#block_of_genretree-clone)) #block_of_genretree .block-genre-tree--section:last-child,
html:has(.is-hidden-menu) #block_of_genretree .block-genre-tree--section:last-child,
html:has(#block_of_genretree-clone) #block_of_genretree-clone .block-genre-tree--section:last-child{
    border: none;
}
html:not(:has(#block_of_genretree-clone)) #block_of_genretree .block-genre-tree--section-title,
html:has(.is-hidden-menu) #block_of_genretree .block-genre-tree--section-title,
html:has(#block_of_genretree-clone) #block_of_genretree-clone .block-genre-tree--section-title{
    display: block;
    margin: 0;
    padding: 10px;
    border: none;
    cursor: unset;
}
html:not(:has(#block_of_genretree-clone)) #block_of_genretree .block-genre-tree--section-title a,
html:has(.is-hidden-menu) #block_of_genretree .block-genre-tree--section-title a,
html:has(#block_of_genretree-clone) #block_of_genretree-clone .block-genre-tree--section-title a{
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    height: auto;
    margin: 0;
    padding: 5px 0;
    border: none;
}
html:not(:has(#block_of_genretree-clone)) #block_of_genretree .block-genre-tree--section-toggle-btn,
html:has(.is-hidden-menu) #block_of_genretree .block-genre-tree--section-toggle-btn,
html:has(#block_of_genretree-clone) #block_of_genretree-clone .block-genre-tree--section-toggle-btn{
    display: none;
}
html:not(:has(#block_of_genretree-clone)) #block_of_genretree .block-genre-tree--section-content,
html:has(.is-hidden-menu) #block_of_genretree .block-genre-tree--section-content,
html:has(#block_of_genretree-clone) #block_of_genretree-clone .block-genre-tree--section-content{
    display: none;
}

html:not(:has(#block_of_genretree-clone)) #block_of_genretree.is-side-hidden,
html:has(.is-hidden-menu) #block_of_genretree.is-side-hidden,
html:has(#block_of_genretree-clone) #block_of_genretree-clone.is-side-hidden{
    display: none;
}


/* TOP
--------------------------------------------------------------------------------------------------------- */
html:has(.page-top):not(:has(#block_of_genretree-clone)) #block_of_genretree,
html:has(.page-top):has(.is-hidden-menu) #block_of_genretree,
html:has(.page-top):has(#block_of_genretree-clone) #block_of_genretree-clone{
    /* スライダーが設置されない場合 */
    /* top: 290px; */
    top: 391px;
}

/* ジャンルページ
--------------------------------------------------------------------------------------------------------- */
html:has(.page-genre):not(:has(#block_of_genretree-clone)) #block_of_genretree,
html:has(.page-genre):has(.is-hidden-menu) #block_of_genretree,
html:has(.page-genre):has(#block_of_genretree-clone) #block_of_genretree-clone{
    top: 270px;
}



/* DAIV
--------------------------------------------------------------------------------------------------------- */
html:has(.page-brand--daiv):not(:has(#block_of_genretree-clone)) #block_of_genretree,
html:has(.page-brand--daiv):has(.is-hidden-menu) #block_of_genretree,
html:has(.page-brand--daiv):has(#block_of_genretree-clone) #block_of_genretree-clone{
    top: 265px;
}
html:has(.page-brand--daiv):not(:has(#block_of_genretree-clone)) #block_of_genretree .block-genre-tree--body,
html:has(.page-brand--daiv):has(.is-hidden-menu) #block_of_genretree .block-genre-tree--body,
html:has(.page-brand--daiv):has(#block_of_genretree-clone) #block_of_genretree-clone .block-genre-tree--body{
    border-bottom: 1px solid #464646;
    background-color: rgba(51,51,51,.85);
    border: none;
    width: 270px;
    margin: auto;
    padding: 0 5px;
    border-radius: 5px;
}
html:has(.page-brand--daiv):not(:has(#block_of_genretree-clone)) #block_of_genretree .block-genre-tree--body::-webkit-scrollbar,
html:has(.page-brand--daiv):has(.is-hidden-menu) #block_of_genretree .block-genre-tree--body::-webkit-scrollbar,
html:has(.page-brand--daiv):has(#block_of_genretree-clone) #block_of_genretree-clone .block-genre-tree--body::-webkit-scrollbar {
    width: 2px;
}
html:has(.page-brand--daiv):not(:has(#block_of_genretree-clone)) #block_of_genretree .pane-left-menu,
html:has(.page-brand--daiv):has(.is-hidden-menu) #block_of_genretree .pane-left-menu,
html:has(.page-brand--daiv):has(#block_of_genretree-clone) #block_of_genretree-clone .pane-left-menu{
    border: none;
}
html:has(.page-brand--daiv):not(:has(#block_of_genretree-clone)) #block_of_genretree .block-genre-tree--section,
html:has(.page-brand--daiv):has(.is-hidden-menu) #block_of_genretree .block-genre-tree--section,
html:has(.page-brand--daiv):has(#block_of_genretree-clone) #block_of_genretree-clone .block-genre-tree--section{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #999;
}
html:has(.page-brand--daiv):not(:has(#block_of_genretree-clone)) #block_of_genretree .block-genre-tree--section:last-child,
html:has(.page-brand--daiv):has(.is-hidden-menu) #block_of_genretree .block-genre-tree--section:last-child,
html:has(.page-brand--daiv):has(#block_of_genretree-clone) #block_of_genretree-clone .block-genre-tree--section:last-child{
    border: none;
}
html:has(.page-brand--daiv):not(:has(#block_of_genretree-clone)) #block_of_genretree .block-genre-tree--section-title a,
html:has(.page-brand--daiv):has(.is-hidden-menu) #block_of_genretree .block-genre-tree--section-title a,
html:has(.page-brand--daiv):has(#block_of_genretree-clone) #block_of_genretree-clone .block-genre-tree--section-title a{
    color: #fff;
}
html:has(.page-brand--daiv):not(:has(#block_of_genretree-clone)) #block_of_genretree .block-genre-tree--section:last-child,
html:has(.page-brand--daiv):has(.is-hidden-menu) #block_of_genretree .block-genre-tree--section:last-child,
html:has(.page-brand--daiv):has(#block_of_genretree-clone) #block_of_genretree-clone .block-genre-tree--section:last-child{
    border-bottom: none;
}



/* G-TUNE
--------------------------------------------------------------------------------------------------------- */
html:has(.page-brand--g-tune):not(:has(#block_of_genretree-clone)) #block_of_genretree,
html:has(.page-brand--g-tune):has(.is-hidden-menu) #block_of_genretree,
html:has(.page-brand--g-tune):has(#block_of_genretree-clone) #block_of_genretree-clone{
    display: block;
    position: absolute;
    top: 235px;
    left: 0;
    width: calc((100% - 1500px) / 2);
    margin: 0;
    z-index: 1;
}
@media screen and (min-width: 2000px){
    html:has(.page-brand--g-tune):not(:has(#block_of_genretree-clone)) #block_of_genretree,
    html:has(.page-brand--g-tune):has(.is-hidden-menu) #block_of_genretree,
    html:has(.page-brand--g-tune):has(#block_of_genretree-clone) #block_of_genretree-clone{
        left: unset;
        right: calc(((100% + 1400px) / 2));
        width: auto;
    }
}
@media screen and (max-width: 1900px){
    html:has(.page-brand--g-tune):not(:has(#block_of_genretree-clone)) #block_of_genretree,
    html:has(.page-brand--g-tune):has(.is-hidden-menu) #block_of_genretree,
    html:has(.page-brand--g-tune):has(#block_of_genretree-clone) #block_of_genretree-clone{
        display: none;
    }
}
html:has(.page-brand--g-tune):not(:has(#block_of_genretree-clone)) #block_of_genretree,
html:has(.page-brand--g-tune):has(.is-hidden-menu) #block_of_genretree,
html:has(.page-brand--g-tune):has(#block_of_genretree-clone) #block_of_genretree-clone{
    top: 235px;
}
html:has(.page-brand--g-tune):not(:has(#block_of_genretree-clone)) #block_of_genretree .block-genre-tree--body,
html:has(.page-brand--g-tune):has(.is-hidden-menu) #block_of_genretree .block-genre-tree--body,
html:has(.page-brand--g-tune):has(#block_of_genretree-clone) #block_of_genretree-clone .block-genre-tree--body{
    border-bottom: 1px solid #464646;
    background-color: rgba(51,51,51,.85);
    border: 1px solid #999;
    width: 255px;
    margin: auto;
    padding: 0 10px;
    border-radius: 5px;
}
html:has(.page-brand--g-tune):not(:has(#block_of_genretree-clone)) #block_of_genretree .pane-left-menu,
html:has(.page-brand--g-tune):has(.is-hidden-menu) #block_of_genretree .pane-left-menu,
html:has(.page-brand--g-tune):has(#block_of_genretree-clone) #block_of_genretree-clone .pane-left-menu{
    border: none;
}
html:has(.page-brand--g-tune):not(:has(#block_of_genretree-clone)) #block_of_genretree .block-genre-tree--section,
html:has(.page-brand--g-tune):has(.is-hidden-menu) #block_of_genretree .block-genre-tree--section,
html:has(.page-brand--g-tune):has(#block_of_genretree-clone) #block_of_genretree-clone .block-genre-tree--section{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #999;
}
html:has(.page-brand--g-tune):not(:has(#block_of_genretree-clone)) #block_of_genretree .block-genre-tree--section:last-child,
html:has(.page-brand--g-tune):has(#block_of_genretree-clone) #block_of_genretree-clone .block-genre-tree--section:last-child{
    border: none;
}
html:has(.page-brand--g-tune):not(:has(#block_of_genretree-clone)) #block_of_genretree .block-genre-tree--section-title a,
html:has(.page-brand--g-tune):has(.is-hidden-menu) #block_of_genretree .block-genre-tree--section-title a,
html:has(.page-brand--g-tune):has(#block_of_genretree-clone) #block_of_genretree-clone .block-genre-tree--section-title a{
    color: #fff;
}
html:has(.page-brand--g-tune):not(:has(#block_of_genretree-clone)) #block_of_genretree .block-genre-tree--section:last-child,
html:has(.page-brand--g-tune):has(.is-hidden-menu) #block_of_genretree .block-genre-tree--section:last-child,
html:has(.page-brand--g-tune):has(#block_of_genretree-clone) #block_of_genretree-clone .block-genre-tree--section:last-child{
    border-bottom: none;
}

/* NEXTGEAR
--------------------------------------------------------------------------------------------------------- */
html:has(.page-brand--nextgear):not(:has(#block_of_genretree-clone)) #block_of_genretree .block-genre-tree--body,
html:has(.page-brand--nextgear):has(.is-hidden-menu) #block_of_genretree .block-genre-tree--body,
html:has(.page-brand--nextgear):has(#block_of_genretree-clone) #block_of_genretree-clone .block-genre-tree--body{
    border: 1px solid #d0379a;
}

