.wrap-header-sp .wrap .logo {
    position: absolute;
    top: 0;
    left: 50px;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: url(/common/design/user/img/images-top/logo-market.png) no-repeat;
    background-size: 100% 100%;
    text-indent: -9999px;
    margin-right: 5px;
}

.market-ct-2 * {
    box-sizing: border-box;
}

.market-ct-2 #main_contents {
    width: 100% !important;
    float: unset;
}

.market-ct-2 .banner {
    background: url(/common/design/user/img/battle-market/ct-2/banner-pc.webp) no-repeat;
    background-size: cover;
    display: flex;
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.market-ct-2 .image img {
    width: 100%;
}

.market-ct-2 .banner h1 {
    font-size: 30px;
    line-height: 58px;
    margin-bottom: 10px;
    font-weight: 600;
}

.market-ct-2 .banner .text {
    color: #d61518;
    font-size: 46px;
    line-height: 58px;
    position: relative;
}

.market-ct-2 .banner .text .content-text {
    position: relative;
    z-index: 2;
}

.market-ct-2 .banner .text:after {
    content: '';
    position: absolute;
    bottom: 0;
}

.market-ct-2 .banner ul {
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
}

.market-ct-2 .banner ul li {
    width: calc(100% / 3);
    padding-right: 10px;
    padding-left: 10px;
}

.market-ct-2 .banner ul .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 100%;
    border-radius: 8px;
    padding: 20px 10px;
}

.market-ct-2 .banner ul .item .text {
    max-width: 160px;
    font-size: 23px;
    line-height: 27px;
    color: #000;
    margin-bottom: 10px;
}

.market-ct-2 .banner ul .item .image {
    max-width: 90px;
    margin: auto;
}

.market-ct-2 .banner .btn-market {
    max-width: 395px;
    margin: auto;
}

.btn-market .btn-red {
    position: relative;
    display: block;
    background: #e61e02;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    border: 0;
    border-radius: 5px;
    outline: unset;
    width: 100%;
    margin: 40px auto;
    box-sizing: border-box;
}

.market-ct-2 .banner .btn-market .btn-red {
    width: auto;
}

.market-ct-2 .banner .image-2 {
    max-width: 300px;
}

.banners_s1 .banners-ul_s1 img {
    display: block;
    width: 100%;
}

form#form-search {
    min-height: 100px;
}

.search.accordion {
    background: #f2f2f2;
    padding: 25px 20px;
    border-radius: 10px;
}
.search {
    margin: 0 5px 20px 5px;
}

.search .box {
    border: 0;
}

.item-search {
    display: flex;
    align-items: end;
    padding-bottom: 15px;
    border-bottom: 1px solid #d0d0d0;
    min-height: 25px;
}

.item-search tr {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.item-search * {
    box-sizing: border-box;
}

.item-search th {
    font-size: 14px;
    color: #5e5e5e;
    margin-bottom: 10px;
}

.group_choice {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.item-search input {
    width: calc(70% - 15px);
    flex-shrink: 0;
    min-height: 25px;
    border: 1px solid #afafaf;
    border-radius: 5px;
    vertical-align: bottom;
    height: 30px;
}

.table-of-choice {
    width: 30%;
    flex-shrink: 0;
    background-color: #4b4b4b;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

.button-choice {
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    height: 30px;
}

.icon-cross {
    width: 16px;
    height: 16px;
    background-color: #fff;
    clip-path: polygon(15% 45%, 40% 45%, 40% 20%, 60% 20%, 60% 44%, 85% 44%, 85% 65%, 60% 65%, 60% 90%, 40% 90%, 40% 65%, 15% 65%);
    margin-bottom: 3px;
    margin-left: 5px;
}

.view-choice {
    padding-top: 10px;
    border-top: 1px solid #fff;
}

.view-choice tr {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 10px;
}

.view-choice tr th {
    font-size: 14px;
    color: #5e5e5e;
    margin-bottom: 5px;
}

.view-choice td {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.view-choice td select {
    max-width: 184px;
    width: 100%;
    min-height: 30px;
    border: 1px solid #afafaf;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/common/design/user/img/arrow-red-sp.png) #fff;
    background-repeat: no-repeat;
    background-position: 96% center;
    color: #0a0a0a;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 20px;
}

.full-choice.active {
    display: block !important;
}

button.sbmt_search {
    width: 100%;
    border: 0;
    background: #e61e02;
    color: #fff;
    height: 45px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recommend-creat-wrap, .recommend-creat-wrap {
    overflow: hidden;
    max-height: 325px;
}

.market-ct-2 .list-item-slide {
    font-size: 16px;
    line-height: 23px;
}

.banner-market-new h2 {
    display: block;
    background: url(/common/smart/design/img/images_index-add/title-common-bg.png) left top repeat;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    padding: 10px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.market-ct-2 .list-item-slide ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 40px;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.market-ct-2 .list-item-slide ul li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    width: calc(100% / 3);
}

.slick-initialized .slick-slide {
    display: block;
}

.market-ct-2 .recommend-creat ul li .item {
    flex-direction: column;
}

.market-ct-2 .list-item-slide ul li .item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7d7d7;
    height: 92px;
    color: #919191;
}

.market-ct-2 .recommend-creat ul li .item {
    height: auto;
    border-radius: 5px;
}

.market-ct-2 .recommend-creat ul li .item .top {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px 15px;
}

.market-ct-2 .recommend-creat ul li .item .top .image {
    width: calc(100% / 3);
    height: 112px;
    position: relative;
}

.market-ct-2 .list-item-slide ul li .item .image a {
    display: inline-block;
}
.market-ct-2 .list-item-slide ul li .item a {
    position: relative;
    width: 100%;
    height: 100%;
}

.market-ct-2 .recommend-creat ul li .item .top .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    -o-object-fit: contain;
}

.market-ct-2 .recommend-creat ul li .item .bottom {
    background: #f7f7f7;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.market-ct-2 .recommend-creat ul li .item .bottom .d-flex-ct {
    align-items: center;
}

.market-ct-2 .recommend-creat ul li .item .bottom .image {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
}

.market-ct-2 .recommend-creat ul li .item .bottom .text {
    display: inline-block;
    width: calc(100% - 90px);
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    color: #202020;
}

.market-ct-2 .slick-dots li button {
    width: 15px;
    height: 15px;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.market-ct-2 .slick-dots li button:before {
    font-size: 12px;
    width: 15px;
    height: 15px;
}
.container_s1 .slick-dots li button:before {
    line-height: 15px;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}

.w-100p {
    width: 100% !important;
}

.market-ct-2 .new-products ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.market-ct-2 .new-products ul li {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.market-ct-2 .new-products ul li .top .image {
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 15px;
}

.market-ct-2 .new-products ul li .top .text {
    margin-bottom: 10px;
}

.market-ct-2 .new-products ul li .top .price {
    font-size: 14px;
    margin-bottom: 10px;
}

.d-flex-ct {
    display: flex;
}

.market-ct-2 .new-products ul li .bottom a {
    display: flex;
    align-items: center;
}

.market-ct-2 .new-products ul li .bottom .image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.market-ct-2 .new-products ul li .bottom .text {
    flex: 1;
}

.market-ct-2 .new-products .btn-market .btn-red {
    width: 400px;
}

.btn-market .btn-red:after {
    content: '\f138';
    border: unset;
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    font-size: 28px;
}

.market-ct-2 .easy-free .image {
    margin-bottom: 15px;
}

.market-ct-2 .easy-free p, .market-ct-2 .original-domains p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
}
.banner-market-new p {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    padding: 25px 0;
    margin: 0;
}

.market-ct-2 .slider-step h3 {
    text-align: center;
}

.banner-market-new h2 {
    display: block;
    background: url(/common/smart/design/img/images_index-add/title-common-bg.png) left top repeat;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    padding: 10px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.slick-initialized .slick-slide {
    display: block;
}

.market-ct-2 .box-step {
    position: relative;
    border: 1px solid #ebebeb;
    padding: 50px 20px 20px;
    margin-top: 80px;
}

.market-ct-2 .box-step .number-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #11b700;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.market-ct-2 .box-step .title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.market-ct-2 .box-step .step-title {
    align-items: center;
    margin-bottom: 20px;
}

.market-ct-2 .box-step .step-title .number {
    font-size: 31px;
    line-height: 28px;
    width: 40px;
    height: 40px;
    background: #0090ff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-right: 5px;
}

.market-ct-2 .slider-step .list-slider-step .slick-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.market-ct-2 .slider-step .list-slider-step .item {
    display: flex;
    align-items: center;
    background: #e5e5e5;
    width: max-content;
    padding: 10px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.market-ct-2 .slick-next, .market-ct-2 .slick-prev {
    width: 35px;
    height: 35px;
    background: url(/common/design/user/img/battle-market/ct-2/icon-arrow.png) no-repeat !important;
    background-size: contain !important;
    z-index: 2;
}

.market-ct-2 .slick-prev:before,.market-ct-2 .slick-next:before {
    content: unset
}

.market-ct-2 .box-step .content p {
    font-size: 17px;
    line-height: 28px;
}

.market-ct-2 .original-domains .btn-market .btn-red {
    width: 450px;
}

.group-item-select {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 20px;
}

.group-item-select .select_item_1 {
    width: calc(100% / 2 - 10px);
    margin: 5px;
}
.select_item_1 {
    background: url(/common/design/user/img/battle-market/icon-right-red.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-size: 8px;
    background-position-x: 97%;
    font-size: 12px;
    max-width: 265px;
    height: 40px;
    border: 1px solid #e1e1e1;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 15px;
}

.group-item-select .select_item_1 a {
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 5px;
}

#social_tag {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #FE2500;
    margin-top: 30px;
    padding-bottom: 30px;
}

#social_tag h3 {
    background-color: #FE2500;
    color: #FFF;
    height: 40px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
    width: 300px;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#social_tag .box {
    padding: 20px;
}

p.lnk {
    width: 95%;
    margin: 0 auto;
}

.lnk a {
    padding: 0 0 0 16px;
    background: url(/common/smart/design/css/img/arrow1.png) no-repeat left center;
    background-size: 12px 12px;
}

#category_search ul {
    padding: 10px 5px 0;
}

#category_search ul {
    padding: 10px 5px 0;
}

#category_search li {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px dotted #d8d8d8;
}

#category_search li h3 {
    color: #333;
    font-size: 14px;
    line-height: 150%;
    font-weight: 700;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
    background-image: url(/common/design/user/css/img/arrow1.png);
    background-repeat: no-repeat;
    background-position: 5px 9px;
}

#category_search li ul {
    border: none;
    margin: 0 0 0 10px;
}

#category_search li a {
    color: #333;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none;
    display: block;
    padding: 3px;
    background: url(/common/design/user/css/img/arrow1.png) no-repeat right 50%;
}


#category_search {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #FE2500;
}

#category_search {
    border: 1px solid #FF0201;
}

#twitter_tl {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}

#sp_sns {
    background-image: url(/common/smart/design/img/sp_images01.png);
    background-repeat: no-repeat;
    background-position: 0 -1750px;
    height: 150px;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    background-size: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

#sp_sns #sp_sns_fb a {
    height: 150px;
    width: 160px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    float: left;
}

#sp_sns #sp_sns_google a {
    height: 150px;
    width: 160px;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    float: left;
}

#category_search h2 {
    background-color: #FE2500;
    color: #FFF;
    height: 40px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
    width: 300px;
}

@media (max-width: 991px) {
    .market-ct-2 .banner-market-new {
        padding: 0;
    }

    .market-ct-2 .banner {
        position: relative;
        margin-right: -10px;
        margin-left: -10px;
        padding: 30px 0 0;
        background-position: center;
    }

    .market-ct-2 .banner:before {
        content: "";
        display: block;
        border-top: 100px solid #92d9e5;
        border-right: 45px solid transparent;
        position: absolute;
        top: 0;
        left: 0;
    }

    .market-ct-2 .banner .image-1 {
        position: absolute;
        max-width: 90px;
        top: 0;
    }

    .market-ct-2 .banner .container_s1 {
        position: relative;
        z-index: 2;
        width: 100%;
    }

    .market-ct-2 .banner h1 {
        font-size: 15px;
        line-height: 30px;
        text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff;
    }

    .market-ct-2 .banner .text {
        font-size: 23px;
        line-height: 25px;
    }


    .market-ct-2 .banner .text .line-bottom {
        width: 100%;
        height: 15px;
        background: #ffde00;
        border: 2px solid #fff;
        position: absolute;
        bottom: 5px;
        left: -10px;
    }

    .market-ct-2 .banner .text .line-bottom {
        height: 10px;
        border: 1px solid #fff;
        bottom: -4px;
        left: -5px;
    }

    .market-ct-2 .banner ul {
        margin-right: -5px;
        margin-left: -5px;
    }

    .market-ct-2 .banner ul li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .market-ct-2 .banner ul .item .text {
        font-size: 12px;
        line-height: 19px;
    }

    .market-ct-2 .banner ul .item .image {
        max-width: 50px;
    }

    .market-ct-2 .banner .btn-market .btn-red {
        width: 210px;
    }

    .market-ct-2 .btn-market .btn-red {
        margin: 30px auto;
        font-size: 14px;
        padding: 15px 6px;
    }

    .market-ct-2 .banner .image-2 {
        position: absolute;
        max-width: 75px;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .market-ct-2 .slick-next, .market-ct-2 .slick-prev {
        width: 15px;
        height: 15px;
    }

    .market-ct-2 .slick-prev {
        left: 0;
    }
    .market-ct-2 .slick-next {
        right: 0;
        transform: rotate(180deg);
    }

    .market-ct-2 .recommend-creat ul li .item .bottom .image {
        width: 35px;
        height: 35px;
    }

    .market-ct-2 .recommend-creat ul li .item .bottom .text {
        font-size: 12px;
        line-height: 18px;
    }

    .market-ct-2 .list-item-slide .slick-dots {
        justify-content: center;
        margin-bottom: 0;
    }

    .list-item-slide .slick-dots li {
        width: 15px;
        margin-bottom: 0;
    }

    .market-ct-2 .list-item-slide .slick-dots li {
        width: 15px;
        margin-bottom: 0;
    }

    .market-ct-2 .new-products ul {
        margin-left: -5px;
        margin-right: -5px;
    }

    .market-ct-2 .new-products ul li {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }

    .market-ct-2 .new-products ul li .top .text, .market-ct-2 .new-products ul li .bottom .text {
        font-size: 12px;
    }

    .market-ct-2 .new-products ul li .top .price {
        font-size: 10px;
    }

    .market-ct-2 .new-products .btn-market .btn-red, .market-ct-2 .easy-free .btn-market .btn-red {
        max-width: 320px;
    }

    .market-ct-2 .btn-market .btn-red:after {
        font-size: 18px;
    }

    .market-ct-2 .easy-free p, .market-ct-2 .original-domains p {
        padding: 0;
        font-size: 11px;
        line-height: 22px;
        text-align: left;
    }

    .market-ct-2 .slider-step h3 {
        font-size: 11px;
        text-align: left;
    }

    .market-ct-2 .slider-step .slick-slider {
        margin-bottom: 50px;
    }

    .market-ct-2 .box-step .number-step {
        width: 60px;
        height: 60px;
        top: -33px;
    }

    .market-ct-2 .box-step .title {
        font-size: 14px;
        line-height: 20px;
        margin: 10px auto 15px;
    }

    .market-ct-2 .box-step {
        padding: 30px 10px 10px;
        margin-top: 55px;
    }

    .market-ct-2 .box-step .content .image {
        max-width: 200px;
        margin: 0 auto 20px;
    }

    .market-ct-2 .slider-step .box-text {
        margin-right: 0;
    }

    .market-ct-2 .box-step .step-title .number {
        font-size: 18px;
        line-height: 26px;
        width: 30px;
        height: 30px;
    }

    .market-ct-2 .box-step .step-title .text {
        flex: 1;
        font-size: 14px;
    }

    .market-ct-2 .box-step .content p {
        padding: 0;
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
    }

    .market-ct-2 .original-domains .btn-market .btn-red {
        max-width: 320px;
        margin: 15px auto;
    }

}

@media (max-width: 768px) {
    .market-ct-2 .banners-ul_s1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 10px;
        list-style: none;
    }

    .market-ct-2 .banners_s1 .banners-ul_s1 li {
        height: 100%;
        display: block;
        width: 50% !important;
        padding: 5px;
    }

    .banners_s1 .banners-ul_s1 li.banner-off {
        display: none;
    }

    button.btn_banner_top {
        display: block;
        text-align: center;
        overflow: hidden;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        max-width: 200px;
        width: 100%;
        margin: 10px auto;
        font-size: 14px;
        line-height: 30px;
        font-weight: 700;
        color: #fff;
        border: 0;
        background: #e61e02;
        transition: all 600ms ease-in-out;
        -webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        cursor: pointer;
    }

    .banner-list:not(.show-banner) button#loadmore-2 {
        display: none;
    }

    .market-ct-2 .list-item-slide ul {
        display: block;
    }

    .banner-list.show-banner .btn_on_banner {
        display: none;
    }

}


@media screen and (min-width: 412px) {
    #wrapper #popular-creator {
        min-height: 206px;
    }
}
@media screen and (min-width: 384px) {
    #wrapper #popular-creator {
        min-height: 192px;
    }
}
@media screen and (min-width: 375px) {
    #wrapper #popular-creator {
        min-height: 188px;
    }
}
@media screen and (min-width: 360px) {
    #wrapper #popular-creator {
        min-height: 180px;
    }
}
