@media screen and (min-width: 769px) {

    .sp320,
    .sp375,
    .sp425 {
        display: none;
    }

    .sp {
        display: none !important;
    }

    a:hover {
        text-decoration: none;
        color: #ffd937;
    }

    .to-top:hover {
        background: #ffd937;
    }

    .no-scroll {
        overflow: hidden;
        -ms-touch-action: none;
        touch-action: none;
        -webkit-overflow-scrolling: auto;
    }

    .menu-list .menu-tt:hover {
        color: #ffd937;
    }

    .dropdown:hover>.sub-menu {
        transform: translateY(0);
        pointer-events: auto;
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 200px;
        transition: all 0.3s ease;
        transform: translateY(10px);
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
    }

    .sub-menu a:hover {
        color: #fff;
        background-color: #ffd937;
    }

    #wrapper {
        padding-top: 20px;
    }

    #header {
        top: 20px;
        bottom: 0;
    }

    .btn a:hover {
        color: #fff;
        opacity: 0.8;
    }

    .sidebar__menu ul a:hover {
        background-color: #f4f6f8;
    }

    .trending__item h3 a:hover {
        color: #fb0;
    }
}

@media screen and (max-width: 992px) {
    .comment-item-wrapper .comments__user .info .comment-attachment img {
        max-width: max(50vw, 210px) !important;
    }
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .sp1200 {
        display: block;
    }

    .trending__topics--table {
        overflow-x: auto;
    }

    .trending__topics--table table {
        min-width: 800px;
    }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
    :root {
        --heightHeader: 70px;
    }

    #wrapper {
        min-width: unset !important;
    }

    .pc {
        display: none !important;
    }

    .container {
        width: 100%;
    }

    .no-scroll {
        overflow: hidden;
    }

    .open-nav .header-menu {
        top: var(--heightHeader);
        opacity: 1;
        visibility: visible;
    }

    .hamburger-btn {
        display: block;
    }

    .to-top {
        bottom: 100px;
        right: 15px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    input,
    button,
    textarea,
    select,
    p,
    blockquote,
    th,
    td,
    pre,
    address,
    li,
    dt,
    dd {
        font-size: 140%;
    }

    #header {
        padding: 0;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    #header h1 {
        display: none;
    }

    #main {
        width: 100%;
    }

    #sidebar {
        position: fixed;
        width: 100%;
        height: auto;
        padding: 5px 10px;
        overflow: unset;
        left: 0;
        top: 0;
        border-radius: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .sidebar__main {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sidebar__main .logo {
        width: 140px;
        margin-bottom: 0;
    }

    .sidebar__user {
        margin-bottom: 0;
        margin-left: auto;
        padding: 0;
    }

    .sidebar__user::before {
        right: 3px;
        width: 15px;
        height: 15px;
        display: none;
    }

    .sidebar__user--sub {
        left: unset;
        right: 0;
        width: 200px;
    }

    .sidebar__user--sub .sidebar__user--info {
        padding: 8px 10px;
    }

    .sidebar__content {
        width: 100%;
        display: none;
        position: fixed;
        height: calc(100% - 50px);
        top: 50px;
        background-color: #fff;
        left: 0;
        padding: 15px 15px 100px;
        overflow-y: auto;
    }

    .sidebar__menu {
        margin-bottom: 50px;
    }

    .sidebar__btn {
        margin: 0 auto;
        width: 100%;
        max-width: 228px;
    }

    .open-nav .sidebar__content {
        display: flex;
        flex-direction: column;
    }

    .wrapper__content {
        flex-direction: column;
    }
    
    #searchbox {
        --width-btn: 110px;
        gap: 10px;
        margin-top: 50px;
    }

    #searchbox input {
        width: 100%;
    }

    .sidebar__user {
        border-radius: 100%;
    }

    .ft__social {
        justify-content: center;
    }

    .ft__frame {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 30px;
    }

    .ft__info {
        width: 100%;
        max-width: 100%;
    }

    .ft__menu {
        width: 100%;
    }

    .ft__menu .ttl {
        margin-bottom: 10px;
    }

    .ft__menu>ul {
        flex-direction: column;
    }

    .ft__menu--sub li:not(:last-child) {
        margin-bottom: 10px;
    }

    .ft__copyright {
        flex-direction: column;
        gap: 10px;
    }

    .ft__copyright .privacy {
        gap: 20px;
    }

    .trending__topics--table td .ttl {
        font-size: 14px;
    }

    .trending__topics--table td .ttl a {
        font-size: 14px;
    }

    .ft__copyright>* {
        padding-right: 0;
        border-right: 0;
        font-size: 16px;
    }

    .login__page {
        margin-top: 0;
    }

    .login__logo {
        margin-bottom: 12px;
    }

    .login__title .ttl {
        font-size: 24px;
    }

    .login__form {
        padding: 20px;
    }

    .login__form .group:not(:last-child) {
        margin-bottom: 12px;
    }

    .login__copyright {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .login__copyright p {
        margin: 0 auto;
    }

    .sidebar__menu .country-scroll-list,
    .sidebar__menu .tags-scroll-list {
        max-height: 29vh;
    }

    .sidebar__menu .tags {
        margin-bottom: 0;
    }

    .sidebar__menu {
        margin-bottom: 20px;
    }

    .sidebar__menu .ttl {
        line-height: 1em;
    }

    .sidebar__menu .categories {
        margin-bottom: 10px;
    }
    .wmt__profile-card,
    .wmt__community-card {
        padding: 14px;
    }
    .wmt__profile-card-avatar {
        width: 60px;
        height: 60px;
    }
    .wmt__profile-card-avatar .avatar-letter {
        font-size: 22px;
    }
    .wmt__profile-card-info {
        width: calc(100% - 75px);
    }
}

@media screen and (min-width: 375px) and (max-width: 768px) {
    .sp320 {
        display: none;
    }
}

@media screen and (min-width: 425px) and (max-width: 768px) {
    .sp375 {
        display: none;
    }
}

@media screen and (min-width: 525px) and (max-width: 768px) {
    .sp425 {
        display: none;
    }
}

@-moz-document url-prefix() {}

/*# sourceMappingURL=responsive.css.map */