.pc {
    display: inherit;
}

.sp {
    display: none;
}

@media screen and (max-width: 640px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    img {
        vertical-align: middle;
        height: auto;
    }

    .navbar-container,
    .container,
    .content,
    aside,
    .slider {
        width: 100% !important;
        margin: 0 auto;
    }

    aside {
        float: inherit;
        margin-top: 0;
    }

    .navbar {
        padding: 0.2rem;
        background-color: #FAFAFA;
    }

    .nav-sp {
        list-style: none;
        display: flex;
        align-items: center;
        padding: 0;
        margin: 5px 0 0;
    }

    .nav-sp li {
        padding: 0 .5rem;
    }

    nav.bg-inverse {
        padding: 0.2rem;
    }

    .navbar .navbar-container .navbar-brand img {
        width: 65%;
        margin: 5px 0;

    }

    .ranking-slider {
        background: #DFDFDF;
        padding: 0px 15px 20px 15px;
        margin-bottom: 30px;
    }

    .ranking-slider .swiper-container {
        padding-bottom: 0px !important;
    }

    .product-slide-entry {
        padding-top: 0px;
        margin-right: 4px;
        margin-top: -25px;
    }

    .ranking-slider .product-link {
        height: 32px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        top: 40%;
        width: 30px;
        height: 30px;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        background-size: 30px 30px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .sidebar .ranking-label img {
        width: 32px;
    }

    .product-label .category,
    .product-label .coach {
        font-size: 10px;
    }

    .product-label {
        top: -6px;
    }

    .sidebar .new-posts-item {
        min-width: 150px;
        margin-bottom: 0;
        display: table-cell;
        margin-left: 0%;
        padding-right: 10px;
    }

    .sidebar .new-posts-item:last-child {
        margin-left: 2%;
    }

    .sidebar {
        margin-top: 0;
        float: inherit;
        width: 100%;
        padding-bottom: 0px;
    }

    .tag-wrapper,
    .sns-wrapper {
        margin-bottom: 0;
        width: 100%;
        position: inherit;
        top: 0;
    }

    .sns-wrapper {
        border-bottom: 1px solid #e6e6e6;
        padding: 10px 10px 0;
        box-sizing: border-box;
    }

    .tag-wrapper,
    .tag-wrapper {
        position: fixed;
        bottom: 0;
        display: block;
        top: inherit;
        z-index: 10000;
    }

    .tag-wrapper li a,
    .post-area .cat a {
        padding: 5px;
        border: 1px solid #dcdcdc;
        background: #fff;
        line-height: 11px;
        border-radius: 5px;
        display: block;
        color: #363636;
        font-size: 11px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .main-content {
        padding: 0 10px;
        padding-bottom: 60px;
    }

    .new-posts-item {
        width: 47%;
        margin-bottom: 0;
        margin-left: 2%;
    }

    .product-slide-entry a {
        color: #fff;
        font-size: 10px;
        line-height: 15px;
        padding: 1px 0px 1px 0px;
        display: block;
    }



    .product-image {
        position: relative;
        top: 40px;
    }

    .product-link {
        position: relative;
        z-index: 1;
        padding: 5px;
        /*background-color: #333;*/
        height: 38px;
        OPACITY: 0.8;
        MARGIN-TOP: 0PX;
    }

    .new-posts-wrapper,
    .video-list-wrapper {
        border-bottom: none;
    }

    .new_btn {
        width: 100%;
    }

    .new_btn a {
        display: block;
        color: #fff;
        background: #2d2e2e;
        border-radius: 5px;
        padding: 5px 20px;
        font-size: 1.6rem;
        position: relative;
        text-align: center;
        font-weight: bold;
    }

    .new_btn a:after {
        content: ">";
        position: absolute;
        right: 5%;
        top: 50%;
        font-weight: bold;
        transform: translateY(-50%) translateX(0);
    }

    .single-top {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .single-top-img {
        width: 100%;
        height: auto;
        order: 1;
    }

    .post-area img {
        max-width: 100%;
    }

    .mylist-btn {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 30px;
        display: block;
        color: #000;
        background: #fff;
        border: 1px solid #cdcccd;
        border-radius: 5px;
        padding: 5px 20px;
        font-size: 1.6rem;
        position: relative;
        text-align: center;
        font-weight: bold;
    }

    .post-area .cat {
        display: flex;
        flex-wrap: wrap;
    }

    .post-area .cat .cat-title {
        margin-left: 0;
    }

    .ml15 {
        margin-left: 15px;
    }

    .swiper-container {
        height: auto;
    }
}

.menu_tit {
    background: #636363;
    color: #FFF;
    height: 43px;
}

.menu_tit p {
    padding: 7px;
}


nav.globalMenuSp {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}

nav.globalMenuSp ul {
    background: #333;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    font-size: 15px;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #d6d6d6;
}

/* 最後はラインを描かない */

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 0.5em 0;
}

/* このクラスを、jQueryで付与・削除する */

nav.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: fixed;
    right: 5px;
    top: 2px;
    width: 42px;
    height: 40px;
    cursor: pointer;
    z-index: 4;
    background: #666;
    text-align: center;
    line-height: 5px;
}

.navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 32px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 5px;
}

.navToggle span:nth-child(1) {
    top: 7px;
}

.navToggle span:nth-child(2) {
    top: 15px;
}

.navToggle span:nth-child(3) {
    top: 23px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 7px;
    font-weight: bold;
    top: 30px;
}

/* 最初のspanをマイナス45度に */

.navToggle.active span:nth-child(1) {
    top: 15px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#form2 {
    position: relative;
}

#sbox2 {
    height: 50px;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 10px;
    border: solid 8px #333;
    outline: 0;
}

#sbtn2 {
    height: 50px;
    position: absolute;
    right: 20px;
    top: 0;
    background: none;
    color: #666;
    border: none;
    font-size: 20px;
    outline: 0;
}

#sbtn5:hover {
    color: #7fbfff;
}

@media screen and (max-width: 320px){
    .product-slide-entry a br {
    display: none;
  }
}