* {
    box-sizing: border-box;
}
.page-nb3 .top-banner {
    min-height: 400px;
    max-height: 1000px;
    max-width: 1920px;
    margin: 0 auto;
}

.page-nb3 img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.page-nb3 .d-none {
    display: none;
}

.paginate {
    display: none;
}

.page-nb3 .background-countdown {
    background-image: -webkit-linear-gradient( 270deg, #fdfdfd 0%, #030303 100%);
    padding: 2px;
    border-radius: 6px;
    position: absolute;
    transform: translate(-50%, 50%);
    left: 37%;
    top: 37%;
}

.page-nb3 .item-countdown {
    background: linear-gradient( 180deg,#414549 0%, #0a0b0b 100%);
    border-radius: 6px;
    border: 1px solid #222426;
    padding: 10px 60px;
    justify-content: space-evenly;
    box-shadow: none;
    width: 100%;
}

.page-nb3 .item-countdown p {
    align-items: center;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    padding-right: 10px;
}

.page-nb3 .hour {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #FFFFFF;
}

.page-nb3 .box-banner {
    position: relative;
}

.page-nb3 .button-banner {
    position: absolute;
    transform: translate(-50%, 50%);
    left: 50%;
    top: 75%;
    width: 25%;
}

.page-nb3 .banner-nav {
    max-height: max-content;
    background-color: #0fa4d2;
}

.page-nb3-sp .banner-nav {
    max-height: 60px;
}

.page-nb3 .banner-nav ul {
    justify-content: center;
    padding: 10px 0;
    width: 100%;
}

.page-nb3 .banner-nav ul li {
    background-color: #FFFFFF;
    box-shadow: none;
    border: none;
    border-radius: 5px;
    background-image: none;
    flex-grow: 0;
    width: 17%;
    height: max-content;
    margin: 0 10px;
    min-width: max-content;
    padding: 0 10px;
    font-size: 24px;
}

.page-nb3 .banner-nav .menu-nav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 0 10px;
    width: 100%;
}

.page-nb3 .banner-nav ul li a span {
    color: #570000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding: 0;
}

.page-nb3 .icon-arrow-down {
    width: 10px;
    padding-top: 15px;
}

.page-nb3 .banner-nav ul li a::after {
    content: none;
}

.page-nb3 .open-part {
    font-size: 38px;
    line-height: 45px;
    padding: 40px 0;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient( 180deg, #00c3ff, #5fd9ff);
}

.page-nb3 .text1-intro {
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    padding: 40px 0 30px;
}

.page-nb3 .text2-intro {
    color: #5b5b5b;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 50px;
}

.page-nb3 .notice-calendar {
    background-color: #c0d1dc;
    padding: 50px 0;
    border-radius: 10px;
    margin-bottom: 25px;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.page-nb3 .part-calendar img {
    width: 40px;
    padding-right: 5px;
    vertical-align: sub;
}

.page-nb3 .part-calendar {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
}

.page-nb3 .line1-calendar {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 10px;
}

.page-nb3 .line2-calendar {
    font-size: 18px;
    line-height: 25px;
}

.page-nb3 .timeline-box {
    padding: 60px 0 130px;
    position: relative;
}

.page-nb3 .timeline-item {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    transform: translate(-50%, 50%);
    font-size: 18px;
    line-height: 25px;
    width: max-content;
}

.page-nb3 .timeline-item-3,
.page-nb3 .timeline-item-4 {
    color: #fb9142;
}

.page-nb3 .timeline-item-1,
.page-nb3 .timeline-item-2 {
    color: #1facb1;
}

.page-nb3 .timeline-item-4 {
    top: 6%;
    left: 77%;
}

.page-nb3 .timeline-item-3 {
    top: 6%;
    left: 66.7%;
}

.page-nb3 .timeline-item-2 {
    top: 55%;
    left: 55%;
}

.page-nb3 .timeline-item-1 {
    top: 55%;
    left: 15%;
}

.page-nb3 .img-timeline {
    width: 20px;
}

.page-nb3 .detail-prize {
    background-image: url(/common/design/user/img/nb2/background-prize.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.page-nb3 .open-prize {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 120px 0 90px 0;
}

.page-nb3 .open-prize .line-open {
    font-size: 84px;
    line-height: 32px;
    color: #e2a800;
    font-weight: 700;
    padding-bottom: 105px;
}

.page-nb3 .open-prize .line-open span {
    font-size: 133px;
}

.page-nb3 .top-2-prize {
    gap: 20px;
}

.page-nb3 .open-prize .first-prize,
.page-nb3 .open-prize .second-prize,
.page-nb3 .open-prize .lower-prize {
    position: relative;
    border: 7px solid #e5d460;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}

.page-nb3 .open-prize .first-prize,
.page-nb3 .open-prize .second-prize {
    padding: 75px 70px 30px 60px;
}

.page-nb3 .open-prize .first-prize {
    color: #fd5757;
}

.page-nb3 .open-prize .line-1-prize {
    font-size: 40px;
    line-height: 34px;
}

.page-nb3 .open-prize .line-2-prize {
    font-size: 102px;
    line-height: 90px;
    font-weight: 700;
}

.page-nb3 .open-prize .line-2-prize span {
    font-size: 56px;
}

.page-nb3 .open-prize .line-3-prize {
    font-size: 56px;
    line-height: 43px;
    font-weight: 700;
}

.page-nb3 .open-prize .icon-prize {
    position: absolute;
    top: -35%;
    left: 50%;
    width: 80px;
    transform: translate(-50%, 50%);
}

.page-nb3 .open-prize .second-prize {
    color: #55bfde;
}

.page-nb3 .others-prize {
    justify-content: space-between;
    padding-top: 65px;
    gap: 25px;
}

.page-nb3 .others-prize .detail-lower {
    font-size: 56px;
    line-height: 43px;
    color: #ffa200;
    font-weight: 700;
    padding: 70px 105px 50px 100px;
}

.page-nb3 .open-prize .others-prize .icon-prize {
    top: -60%;
}

.page-nb3 .part-detail {
    background-color: #ffffff;
    padding: 20px 15px;
    width: 108%;
}

.page-nb3 .text1-detail {
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 20px;
    font-weight: 700;
    color: #ffa200;
}

.page-nb3 .text2-detail {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 10px;
}

.page-nb3 .way-to-join {
    gap: 20px;
}

.page-nb3 .name-way {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 5px;
    font-weight: 700;
}

.page-nb3 .box-ways {
    width: 90%;
    padding: 20px 0;
    margin: 0 auto;
}

.page-nb3 .ways-join {
    width: 48%;
}

.page-nb3 .img-model {
    width: 48%;
    margin: 0 auto;
}

.page-nb3 .notice-rank {
    padding-bottom: 100px;
}

.page-nb3 .main-notice {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: -50px;
}

.page-nb3 .main-notice .notice-join {
    flex-direction: column;
    align-items: center;
}

.page-nb3 .main-notice .notice-join img {
    width: 130px;
    padding-bottom: 15px;
}

.page-nb3 .main-notice .notice-join .text-notice {
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    border: 3px solid #000000;
    border-radius: 30px;
    padding: 8px 25px;
    font-weight: 700;
}

.page-nb3 .main-notice .way-to-join {
    gap: 20px;
}

.page-nb3 .main-notice .the-way {
    box-shadow: 0 0 1px 1px #b9b9b9;
    margin-top: 20px;
    border-radius: 5px;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
}

.page-nb3 .yellow-shirt {
    width: 210px;
    padding: 30px;
}

.page-nb3 .main-notice .the-way .open-way {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    padding-bottom: 10px;
}

.page-nb3 .main-notice .the-way .detail-way {
    font-size: 16px;
    line-height: 36px;
    padding: 0 40px 20px;
}

.page-nb3 .hashtag-twitter {
    width: 50%;
    padding: 30px;
}

.page-nb3 .box-img-notice {
    background-color: #f9f9f9;
    height: 230px;
    width: 100%;
    display: flex;
    padding: 10px 0;
    justify-content: center;
    margin-bottom: 20px;
}

.page-nb3 .detail-way span {
    font-size: 13px;
    line-height: 20px;
}

.page-nb3 .narrowbuzz-6-items,
.page-nb3 .narrowbuzz-6-list-members {
    justify-content: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.page-nb3 .narrowbuzz-6-member-item {
    width: calc(20% - 10px);
    border: 1px solid #e1e1e1;
    padding: 10px 4px;
    margin: 5px;
    text-align: center;
}

.page-nb3 .narrowbuzz-6-member-item span {
    font-size: 14px;
}

.page-nb3 .narrowbuzz-6-member-item i {
    color: #e1e1e1;
    float: right;
    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;
}

.page-nb3 .slick-prev,
.page-nb3 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.page-nb3 .slick-prev {
    left: -40px;
}

.page-nb3 .slick-prev::before {
    content: '';
    background: url("/common/design/user/img/nb3/arrow-prev.png") center no-repeat;
    background-size: 100%;
}

.page-nb3-sp .slick-prev::before {
    width: 10px;
    height: 10px;
}

.page-nb3 .narrowbuzz-6-list-item .slick-prev:before,
.page-nb3 .narrowbuzz-6-list-item .slick-next:before {
    color: #000;
    opacity: 1;
    font-size: 24px;
    width: 20px;
    height: 20px;
    display: block;
}

.page-nb3 .narrowbuzz-6-items .slick-track {
    display: flex;
    align-items: stretch;
    flex: 1;
}

.page-nb3 .narrowbuzz-6-item-slide {
    flex-direction: column;
    border: 1px solid #ececec;
    padding: 20px 10px;
    justify-content: space-between;
    margin: 0 5px;
    display: flex !important;
    flex: 1;
}

.list-btn {
    gap: 10px;
}

.btn-link {
    flex: 1;
}

.page-nb3 .narrowbuzz-6-item-slide div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-nb3 .narrowbuzz-6-item-btn-2 {
    background: #000000 !important;
}

.page-nb3 .narrowbuzz-6-item-btn-1,
.page-nb3 .narrowbuzz-6-item-btn-2 {
    font-size: 18px;
    color: #fff !important;
    position: relative;
    text-align: center;
    padding: 15px 15px;
    line-height: 20px;
    margin-bottom: 5px;
    background: #d00000;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.page-nb3 .narrowbuzz-6-item-btn-2 span {
    margin-left: 10px;
}

.page-nb3 .slick-next {
    right: -25px;
}

.page-nb3 .slider-product .custom_paging {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 20px;
}

.page-nb3 .slider-product .custom_paging li {
    display: none;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
}

.page-nb3 .slider-product .custom_paging li.slick-active {
    display: block;
}

.page-nb3 .slick-next::before {
    content: '';
    background: url(/common/design/user/img/nb3/arrow-next.png) center no-repeat;
    background-size: 100%;
    display: block;
    width: 20px;
    height: 20px;
}

.page-nb3 .tabs-sekigahara {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 80px;
}

.page-nb3 .broad-rank {
    position: relative;
    padding-top: 40px;
}

.page-nb3 .note-marquee {
    background: transparent;
    color: #ffffff;
}

.page-nb3 .box-note-marquee {
    width: 100%;
    FONT-VARIANT: JIS04;
    padding: 12px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 700;
    margin-top: -2px;
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    top: 64%;
}

.page-nb3 .tabs-sekigahara li a .tabs-a-ct {
    background-color: #adadad;
    color: #FFFFFF;
    padding: 25px 0;
    margin: 0 8px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    width: 270px;
}

.page-nb3 .tabs-sekigahara li a.active .tabs-a-ct {
    background-color: #18c8ff;
}

.page-nb3 .rank-line {
    justify-content: space-between;
    align-items: center;
    padding: 25px;
}

.page-nb3 .rank-line,
.page-nb3 .box-rank {
    position: relative;
}

.page-nb3 .box-info {
    align-items: center;
}

.page-nb3 .img-rank {
    width: 50px;
}

.page-nb3 .text-rank {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    position: absolute;
    transform: translate(-50%, 50%);
    top: 4%;
    left: 52%;
}

.page-nb3 .img-idol {
    width: 90px;
    height: 90px;
    margin-left: 15px;
}

.page-nb3 .info-idol {
    margin-left: 20px;
}

.page-nb3 .name-idol {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}

.page-nb3 .ranking-table .list-but {
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.page-nb3 .button-tool {
    font-size: 16px;
    line-height: 35px;
    height: 48px;
    width: 155px;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    position: relative;
    border-radius: 50px;
}

.page-nb3 .ranking-table .button-tool {
    width: 240px;
}

.page-nb3 .narrowbuzz-6-item-btn-1,
.page-nb3 .market-link {
    background: #d00000;
    box-shadow: 1px 4px 1px #940c29;
}

.page-nb3 .button-tool img {
    width: 25px;
}

.page-nb3 .narrowbuzz-6-item-btn-2,
.page-nb3 .twit-link {
    background: #000000;
    box-shadow: 1px 4px 1px #000000;
}

.page-nb3 .ranking-table {
    padding: 50px 0;
}

.page-nb3 .ranking-table li:nth-child(odd) {
    background-color: #f8f8f8;
}

.page-nb3 .narrowbuzz-6-item-btn-2:active,
.page-nb3 .narrowbuzz-6-item-btn-1:active,
.page-nb3 .market-link:active,
.page-nb3 .twit-link:active {
    bottom: -4px;
    box-shadow: none;
}

.page-nb3 .title-tab-ranking {
    text-align: center;
    font-size: 53px;
    color: #67b6d0;
    margin: 20px 0;
    padding: 20px 0;
    font-weight: 700;
}

.page-nb3 .status-atjam-before .d-flex-ct li {
    margin: 0 auto;
    width: 30%;
}

.page-nb3 .status-atjam-item {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 5px;
    color: #ffffff !important;
    text-align: center;
    border: 0;
}

.page-nb3 .status-atjam-item.active {
    background-color: #18c8ff;
}

.page-nb3 .tabs-a-ct p {
    font-size: 20px;
    line-height: 25px;
}

.page-nb3 .tabs-a-ct span {
    font-size: 14px;
    line-height: 20px;
}

.page-nb3 .content-social-box {
    justify-content: center;
    padding: 50px 0;
}

.page-nb3 .narrowbuzz-6-item-slide .dis-flex.justify-content-bettwent {
    flex-wrap: wrap;
    flex: 1;
    justify-content: space-between;
}

.page-nb3 .narrowbuzz-6-item-slide-content {
    width: calc(50% - 15px);
}

.page-nb3 .narrowbuzz-6-item-slide p.narrowbuzz-6-item-img {
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
    background: #f8f8f8;
    padding: 15px;
}

.page-nb3 .narrowbuzz-6-item-img a {
    position: relative;
    display: block;
}

.page-nb3 .narrowbuzz-6-item-img a:before {
    content: "";
    display: block;
    background: url(/common/design/user/img/kurokora/zoom.png) no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 5px;
    left: auto;
    right: 5px;
}

.page-nb3-sp .item-countdown p {
    font-size: 14px;
    line-height: 20px;
    padding-right: 3px;
}

.page-nb3-sp .hour {
    font-size: 16px;
    line-height: 20px;
}

.page-nb3-sp .item-countdown {
    border: 1px solid #222426;
    padding: 5px 10px;
    min-width: 325px;
}

.page-nb3-sp .background-countdown {
    left: 50%;
    top: 36%;
}

.page-nb3-sp .button-banner {
    top: 78%;
    width: 50%;
}

.page-nb3-sp .open-part {
    font-size: 19px;
    line-height: 25px;
    padding: 20px 0;
}

.page-nb3-sp .text1-intro {
    font-size: 16px;
    line-height: 25px;
    padding: 20px 0 15px;
}

.page-nb3-sp .text2-intro {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 20px;
}

.page-nb3-sp .part-calendar {
    font-size: 14px;
    line-height: 25px;
}

.page-nb3-sp .part-calendar img {
    width: 20px;
    padding-right: 2px;
}

.page-nb3-sp .notice-calendar {
    padding: 15px 0;
    border-radius: 10px;
    margin-bottom: 15px;
    gap: 25px;
}

.page-nb3-sp .line1-calendar {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
}

.page-nb3-sp .line2-calendar {
    font-size: 12px;
    line-height: 20px;
}

.page-nb3-sp .timeline-box {
    padding: 33px 0 65px;
}

.page-nb3-sp .timeline-item {
    font-size: 12px;
    line-height: 15px;
}

.page-nb3-sp .timeline-item-4,
.page-nb3-sp .timeline-item-2 {
    top: 48%;
}

.page-nb3-sp .timeline-item-3 {
    top: -1%;
}

.page-nb3-sp .timeline-item-1 {
    top: 48%;
    left: 19%;
}

.page-nb3-sp .img-timeline {
    width: 10px;
}

.page-nb3-sp .open-prize .line-open {
    font-size: 30px;
    line-height: 12px;
    padding-bottom: 30px;
}

.page-nb3-sp .open-prize .line-open span {
    font-size: 47px;
}

.page-nb3-sp .top-2-prize {
    gap: 5px;
}

.page-nb3-sp .open-prize .first-prize,
.page-nb3-sp .open-prize .second-prize {
    padding: 15px 15px 10px 15px;
}

.page-nb3-sp .open-prize .line-1-prize {
    font-size: 13px;
    line-height: 11px;
}

.page-nb3-sp .open-prize .line-2-prize {
    font-size: 33px;
    line-height: 30px;
}

.page-nb3-sp .open-prize .line-2-prize span {
    font-size: 18px;
}

.page-nb3-sp .open-prize .line-3-prize {
    font-size: 18px;
    line-height: 14px;
}

.page-nb3-sp .open-prize .icon-prize {
    width: 27px;
    top: -50%;
}

.page-nb3-sp .others-prize {
    gap: 10px;
    padding-top: 15px;
}

.page-nb3-sp .others-prize .detail-lower {
    font-size: 18px;
    padding: 10px 25px;
}

.page-nb3-sp .notice-rank {
    padding-bottom: 50px;
    flex-direction: column;
}

.page-nb3-sp .text1-detail {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 10px;
}

.page-nb3-sp .text2-detail {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 5px;
}

.page-nb3-sp .part-detail {
    background-color: #ffffff;
    padding: 16px;
     width: 100%;
}

.page-nb3-sp .name-way {
    font-size: 12px;
    line-height: 20px;
}

.page-nb3-sp .box-ways {
    width: 90%;
    padding: 5px 0;
}

.page-nb3-sp .main-notice .notice-join img {
    width: 65px;
    padding-bottom: 5px;
}

.page-nb3-sp .main-notice .notice-join .text-notice {
    font-size: 12px;
    padding: 0 15px;
    border: 2px solid #4e1c35;
    margin-bottom: 10px;
}

.page-nb3-sp .main-notice .way-to-join {
    gap: 10px;
    padding-top: 10px;
}

.page-nb3-sp .main-notice .the-way {
    margin: 0;
    flex-direction: row;
    width: 100%;
}

.page-nb3-sp .main-notice .the-way .open-way {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    padding: 10px 0 0;
}

.page-nb3-sp .yellow-shirt,
.page-nb3-sp .hashtag-twitter {
    width: 93px;
    padding: 0;
}

.page-nb3-sp .main-notice .the-way .detail-way {
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px;
}

.page-nb3-sp .main-notice .way-to-join {
    flex-direction: column;
    padding: 0;
}

.page-nb3-sp .detail-way span {
    font-size: 10px;
    line-height: 15px;
}

.page-nb3-sp .box-img-notice {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 0;
    margin-right: 10px;
    height: 185px;
}

.page-nb3-sp .main-notice {
    top: -25px;
}

.page-nb3-sp select {
    border: 1px solid #ececec !important;
    margin-top: 20px;
    appearance: auto;
    width: 100%;
    padding: 10px;
}

.page-nb3-sp .slick-prev {
    left: -15px;
    top: 35%;
    z-index: 3;
}

.page-nb3-sp .narrowbuzz-6-items .slick-track {
    display: block;
}

.page-nb3-sp .slick-next {
    right: -15px;
    top: 35%;
}

.page-nb3-sp .slider-product .custom_paging {
    margin-top: 0;
}

.page-nb3-sp .tabs-sekigahara li a .tabs-a-ct {
    padding: 5px 0;
    margin: 0 2px;
    border-radius: 2px;
    text-align: center;
    width: 106px;
}

.page-nb3-sp .tabs-a-ct p {
    font-size: 12px;
    line-height: 18px;
}

.page-nb3-sp .tabs-sekigahara {
    gap: 0;
    padding-top: 40px;
}

.page-nb3-sp .narrowbuzz-6-item-btn-1,
.page-nb3-sp .narrowbuzz-6-item-btn-2 {
    font-size: 12px;
    text-align: center;
    padding: 10px 5px;
    line-height: 18px;
    margin-bottom: 2px;
}

.page-nb3-sp .narrowbuzz-6-item-btn-2 span {
    margin-left: 4px;
}

.page-nb3-sp .narrowbuzz-6-item-btn-2 span img{
    width: 20px;
}

.page-nb3-sp .narrowbuzz-6-item-slide div p {
    font-size: 14px;
    line-height: 20px;
}

.page-nb3-sp .ranking .tab_content {
    border: 0;
}

.page-nb3-sp .rank-line {
    padding: 10px 2px;
}

.page-nb3-sp .img-rank {
    width: 35px;
}

.page-nb3-sp .text-rank {
    font-size: 14px;
    line-height: 15px;
    top: 6%;
    left: 50%;
}

.page-nb3-sp .img-idol {
    width: 65px;
    height: 65px;
    margin-left: 5px;
}

.page-nb3-sp .info-idol {
    margin-left: 5px;
}

.page-nb3-sp .name-idol {
    font-size: 12px;
    line-height: 18px;
}

.page-nb3-sp .button-tool {
    font-size: 11px;
    line-height: 19px;
    height: 30px;
    width: 75px;
}

.page-nb3-sp .ranking-table .button-tool {
    width: 120px;
}

.page-nb3-sp .button-tool img {
    width: 15px;
    margin-right: 2px;
}

.page-nb3-sp .broad-rank,
.page-nb3-sp .broad-rank img {
    position: relative;
}

.page-nb3-sp .box-note-marquee {
    top: 63%;
    width: 100%;
    padding: 0 10px;
    position: absolute;
}

.page-nb3-sp .note-marquee {
    font-size: 12px;
    background: transparent;
    color: #fff;
}

.page-nb3-sp .ranking-table {
    padding: 20px 0;
}

.page-nb3-sp .broad-rank {
    padding-top: 20px;
}

.page-nb3-sp .title-tab-ranking {
    font-size: 17px;
    color: #67b6d0;
    margin: 10px 0;
    padding: 0;
}

.page-nb3-sp .status-atjam-item {
    padding: 10px;
    border-radius: 3px;
}

.page-nb3-sp .banner-nav ul {
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 10px 0;
    margin: 0 auto;
}

.page-nb3-sp .banner-nav ul li {
    min-width: 95px;
    margin: 0 5px;
}

.page-nb3-sp .banner-nav .menu-nav {
    padding: 5px 0;
}

.page-nb3-sp .banner-nav ul li a span {
    font-size: 12px;
}

.page-nb3-sp .icon-arrow-down {
    padding-top: 0;
    width: 5px;
}

.page-nb3-sp .item-sb {
    width: 100%;
}

.page-nb3-sp .open-prize {
    padding: 30px 0 20px;
}

.page-nb3 .item-sell {
    width: 23%;
    margin: 10px;
}

.page-nb3 .box-shirt {
    padding: 10px;
    border: 1px solid #e1e1e1;
}

.page-nb3 .info-sell {
    font-size: 16px;
    line-height: 25px;
    padding: 5px 0;
    color: #8d8d8d;
}

.page-nb3 .but-link {
    padding: 10px 0;
    width: 100%;
    border-radius: 10px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.page-nb3 .but-link a {
    color: #ffffff;
}

.page-nb3 .but-tool {
    background-color: #cc0000;
}

.page-nb3 .but-tweet {
    background-color: #000000;
}

.page-nb3 .box-sell-shirt {
    background-color: #f0f0f0;
    padding: 10px;
}

.page-nb3 a.btn-load-more {
    background-color: #ce2229;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    margin-top: 30px;
    border-radius: 32px;
    vertical-align: middle;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
}

.page-nb3 .list-sell {
    flex-wrap: wrap;
}

.page-nb3-sp a.btn-load-more {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

.page-nb3-sp .item-sell {
    width: 46%;
    margin: 5px;
}

.page-nb3-sp .but-link {
    padding: 8px 0;
    border-radius: 5px;
    margin-bottom: 5px;
}

.page-nb3 .min-info {
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    font-size: 16px;
    line-height: 20px;
    color: #717171;
    margin-top: 20px;
}

.page-nb3 .min-info span {
    background-color: #e8e8e8;
    border-radius: 30px;
    padding: 5px 15px;
    margin-right: 10px;
}

.page-nb3-sp .min-info {
    gap: 10px;
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0;
    flex-direction: column;
}

.page-nb3-sp .min-info span {
    border-radius: 30px;
    padding: 2px 10px;
    margin-right: 3px;
}

.page-nb3-sp .narrowbuzz-6-item-btn-1,
.page-nb3-sp .market-link {
    box-shadow: 1px 2px 1px #940c29;
}

.page-nb3-sp .narrowbuzz-6-item-btn-2,
.page-nb3-sp .twit-link {
    box-shadow: 1px 2px 1px #000000;
}

.page-nb3 .final-result {
    align-items: center;
    justify-content: center;
    background-color: #00a8ff;
    border-radius: 5px;
    padding: 20px;
    gap: 50px;
    width: 925px;
    margin: 50px auto 0;
}

.page-nb3 .text-final {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
}

.page-nb3 .text-final span {
    font-size: 25px;
    line-height: 36px;
}

.page-nb3 .countdown-final {
    padding: 25px 50px;
    background-color: #212121;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-nb3 .title-countdown {
    font-size: 20px;
    color: #ff0000;
    line-height: 36px;
    padding-bottom: 10px;
}

.page-nb3 .countdown-final .hour {
    font-weight: 700;
    line-height: 36px;
    font-size: 40px;
    color: #ffffff;
}

.page-nb3-sp .final-result {
    flex-direction: column;
    gap: 15px;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.page-nb3-sp .text-final {
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
}

.page-nb3-sp .text-final span {
    font-size: 16px;
    line-height: 26px;
}

.page-nb3-sp .countdown-final {
    padding: 15px 30px;
    width: 100%;
}


.page-nb3-sp .title-countdown {
    font-size: 16px;
    line-height: 25px;
}

.page-nb3-sp .countdown-final .hour {
    font-size: 32px;
}
.page-nb3 .narrowbuzz-6-item-slide-content {
    height: 244px;
}
@media (max-width: 1100px) {
    .page-nb3 .narrowbuzz-6-item-img a:before {
        width: 20px;
        height: 20px;
        bottom: -5px;
        right: -5px;
    }
    .page-nb3 .info-sell {
        font-size: 12px;
        line-height: 18px;
    }
    .page-nb3 .box-sell-shirt {
        padding: 5px;
    }
    .total-product {
        padding: 10px 0;
    }

    .page-nb3 .narrowbuzz-6-item-slide {
        flex: unset;
    }
}