.tag-header {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #666;
    
    .wrap {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 20px;

        .text{
            display: flex;
            flex-direction: column;
            width: calc(100% - 20px - 180px );

            .tag-name {
                font-size: 22px;
                margin-bottom: 20px;
            }
            .desc-wrap {
                line-height: 1.7;
            }
        }
        .img-wrap {
            width: 180px;

            img {
                width: 100%;
                height: auto;
            }
        }
    }
}

@media (max-width: 991px) {

}

@media (max-width: 768px) {
    .wrap {
        display: flex;
        flex-direction: column !important; 
        justify-content: space-between;
        gap: 20px;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;

        .img-wrap {
            width: 80vw;

            img {
                width: 100%;
                max-width: 300px;
                height: auto;
            }
        }
        .text{
            flex-direction: column !important;
            width: calc(100% - 20px) !important;
        }
    }
}
.menu_artist_list {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    width: 60%;
    overflow: hidden;
    transition: all 0.2s ease;
    background: #A0A09F;
    color: #fff;
    border-radius: 3px;
    padding: 0 0 12px 12px;
    opacity: 0.95;
}
.menu_artist_list a.none {
    color: #666 !important;
}
.menu_artist_list a.none:hover {
    cursor:text  !important;
    background-color:transparent !important;
}
.menu_artist_list{
    a:not([href]):hover, a[href=""]:hover {
        cursor:text  !important;
        background-color:transparent !important;
    }
}
.menu_artist_list {
    opacity: .98;
}
.menu_artist_list h6 {
    padding: 8px 0 5px 0 ;
    width: 100%;
    line-height: 1em;;
    text-align: left;
    margin: 0;
    font-weight: 400;
    text-align: left;
    position: relative;
}
    .menu_artist_list h6::before {
        content: "■ ";
    }

.menu_artist_list h7 {
    text-align: left;
    padding: 15px 0 5px 0 ;
    width: 100%;
    font-weight: 400;
}

    .menu_artist_list h7::before  {
    }
    .menu_artist_list h7::after  {
    }
.menu_artist_list a {
    display: block;
    width: 20%;
    padding: 0.0 0.2em;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: center;
    /* white-space: nowrap; */
    background-color: transparent;
    border: 0;
    font-size: 14px;
    text-align: left;
    width: 20%;
}
.menu_artist_list .list-genre {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    a {
        width: 14%;
    }
}
.menu_artist_list h6 + h7 {
    padding: 5px 0 5px 0 ;
}