/* PCtop調整 */
@media screen and (min-width: 600px) {
    #pnk_grp .article_inner {
        column-gap: 32px !important;
    }
    #pnk_grp .panel:nth-child(1) {
        width: 312px !important;
    }
    #pnk_grp .panel:nth-child(2) {
        width: 312px !important;
    }
    #popular {
        width: 312px !important;
    }
    #news {
        width: 312px !important;
    }
    #pnk_grp .keyword {
        width: auto !important;
        text-align: center !important;
        margin-top: 60px;
    }
}
@media screen and (max-width: 599px) {
    ul[class^="choice_btn"] {
        display: flex;
        gap: 8px;
    }
    #pnk_grp ul[class^="choice_btn"] li {
        background: #EEE4BA !important;
        padding: 6px 10px !important;
    }
    #pnk_grp ul[class^="choice_btn"] li.is-active {
        background: #fff !important;
    }
}