.page-jack {
    background-color: #fbfbfb;
}

.page-jack .top-banner {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 590px;
    max-height: 1000px;
    background: url("/common/design/user/img/jack/bg-banner.jpg") no-repeat center;
    background-size: 100% 100%;
}

.page-jack .span-green {
    color: #bee64e;
}

.page-jack .span-pink {
    color: #ff7182;
}

.page-jack .text-banner {
    font-size: 29px;
    line-height: 50px;
    color: #FFFFFF;
    font-weight: 700;
    text-shadow: -2px 1px #000000, 1px 2px #000000, 2px -2px #000000, -1px -2px #000000;
}

.page-jack .text-banner span {
    font-size: 40px;
}

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

.page-jack .img-banner {
    width: 50%;
    margin: 0 auto;
}

.page-jack .item-countdown p {
    text-align: center;
    font-size: 27px;
    line-height: 30px;
    font-weight: 700;
}

.page-jack .hour {
    font-size: 44px;
    line-height: 55px;
    font-weight: 700;
}

.page-jack .button-banner {
    padding: 10px 25px;
    border-radius: 10px;
    background-color: #d23c46;
    font-size: 27px;
    line-height: 35px;
    font-weight: 700;
    color: #FFFFFF;
}

.page-jack .box-countdown {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
    gap: 30px;
}

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

.page-jack .banner-nav ul li a {
    color: #000000;
}
.page-jack .banner-nav {
    min-height: fit-content;
    max-height: 100%;
    padding: 20px 0;
    background-color: #f2f2f2;
}

.page-jack .intro {
    background: url("/common/design/user/img/jack/bg-intro.png") top no-repeat;
    background-size: 100%;
}

.page-jack .how-to-buy,
.page-jack .personal-design,
.page-jack .ranking-event,
.page-jack .buy,
.page-jack .detail-event,
.page-jack .intro {
    padding: 0 0 50px;
    border-top: 20px solid #9bc4e2;
}

.page-jack .open-part {
    font-size: 34px;
    line-height: 50px;
    font-weight: 700;
    clip-path: polygon(35% 100%, 65% 100%, 70% 0%, 30% 0);
    background-color: #9bc4e2;
    padding: 20px 0;
    color: #FFFFFF;
    position: relative;
    top: -1px;
    text-shadow: 0 2px #475a68;
    margin-bottom: 50px;
}

.page-jack .text-intro {
    font-size: 17px;
    line-height: 28px;
    color: #343434;
    padding-bottom: 30px;
}

.page-jack .box-timeline {
    position: relative;
    padding: 10px 0 100px;
}

.page-jack .show-time {
    position: absolute;
    transform: translate(-50%, 50%);
    font-size: 22px;
    line-height: 25px;
}

.page-jack .item-timeline-1 {
    color: #fb9142;
    top: -10%;
    right: -11.7%;
}

.page-jack .item-timeline-2 {
    color: #47c1c6;
    top: 49%;
    left: 31%;
}

.page-jack .item-timeline-3 {
    color: #FFFFFF;
    background-color: #d23c46;
    padding: 10px 15px;
    top: 57%;
    right: 19.6%;
}

.page-jack .item-timeline-3::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 15px solid #d23c46;
    position: absolute;
    top: -15px;
    left: 45%;
}

.page-jack .prize-part {
    background: url("/common/design/user/img/jack/bg-prize.jpg") center no-repeat;
    background-size: 100%;
    margin-top: 30px;
    padding-bottom: 70px;
}

.page-jack .head-prize {
    width: 50%;
    margin: 0 auto;
    position: relative;
    top: -50px;
}

.page-jack .prize-item {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    flex: 1;
}

.page-jack .text-prize {
    font-size: 25px;
    line-height: 43px;
    color: #2b2b2b;
    min-height: 120px;
    font-weight: 700;
}

.page-jack .text-prize span {
    font-size: 35px;
}

.page-jack .box-prize {
    justify-content: space-between;
    gap: 20px;
}

.page-jack .box-ga {
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.page-jack .text-1-ga {
    font-size: 41px;
    line-height: 50px;
    font-weight: 700;
    padding-bottom: 10px;
}

.page-jack .text-2-ga {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
}

.page-jack .text-3-ga {
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    color: #d23c46;
}

.page-jack .give-away {
    padding: 50px 0;
}

.page-jack .text-give-away {
    position: relative;
    z-index: 3;
}

.page-jack .img-ga {
    width: 30%;
}

.page-jack .img-bag {
    position: absolute;
    z-index: 1;
    top: 16%;
    left: 35%;
    width: 10%;
}

.page-jack .how-to-buy {
    min-height: fit-content;
}

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

.page-jack .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%;
    background-color: #fefefe;
    padding: 30px;
}

.page-jack .box-img-notice {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

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

.page-jack .the-way .detail-way {
    font-size: 16px;
    line-height: 36px;
    padding: 0;
}

.page-jack .txt-infor {
    line-height: 25px;
}

.page-jack .hashtag-twitter,
.page-jack .yellow-shirt {
    height: 170px;
}

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

.page-jack .text-point {
    font-size: 16px;
    line-height: 25px;
}

.page-jack .text-point span {
    color: #ffffff;
    background-color: #bcbcbc;
    padding: 5px 0;
    text-align: center;
    width: 150px;
    display: inline-block;
    margin-right: 10px;
}

.page-jack .box-point {
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 30px;
}

.page-jack .box-idol-sell {
    padding-bottom: 20px;
}

.page-jack .show-list-sell {
    justify-content: flex-start;
    padding: 30px 20px;
    gap: 20px;
}

.page-jack .item-sell {
    width: 19%;
}

.page-jack .img-idol-sell {
    height: 170px;
    grid-template-columns: none;
    display: grid;
    border: 1px solid #ededed;
    background-color: #ffffff;
}

.page-jack .info-item {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding: 10px 0;
}

.page-jack .but-link {
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 10px 0;
}

.page-jack .but-twit {
    background-color: #00aeff;
}

.page-jack .but-link img {
    width: 20px;
    margin-right: 5px;
}

.page-jack .pr-img {
    position: relative;
    padding: 10px;
    background-color: #ffffff;
    margin: 0;
    border: 0;
    min-height: fit-content;
}

.page-jack .pr-img:after {
    content: "";
    background-image: url(/common/design/user/img/iket/ic-plus-grey.png);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.page-jack .but-tool {
    background-color: #d23c46;
}

.page-jack .narrowbuzz-6-list-members {
    background-color: #f4f4f4;
    text-align: center;
    padding: 15px 0;
    position: relative;
}

.page-jack .narrowbuzz-6-list-members select {
    width: 35%;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    text-align: left;
    margin: 0 auto;
    position: relative;
    padding: 10px;
}

.page-jack .narrowbuzz-6-list-members::after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #d23c46;
    position: absolute;
    right: 33%;
    top: 60%;
    transform: translate(-50%, 50%);
}

.page-jack .select_box .box-dropdown {
    padding: 10px;
}

.page-jack .select_box li a:hover {
    color: #333;
}

.page-jack .select_box .box-dropdown:hover {
    background-color: #fbfbfb;
}

.page-jack .line-marquee {
    position: relative;
}

.page-jack .box-note-marquee {
    width: 100%;
    padding: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    margin-top: -2px;
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    top: 45%;
}

.page-jack .note-marquee {
    background: transparent;
    color: #000;
}

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

.page-jack .rank-table {
    max-height: 740px;
    overflow-x: hidden;
    border: 1px solid #e0e0e0;
    margin-top: 30px;
}

.page-jack .rank-table ul {
    background-color: #FFFFFF;
}

.page-jack .rank-table .ranking-idol {
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.page-jack .rank-table .info-rank {
    justify-content: center;
    align-items: center;
}

.page-jack .number-rank,
.page-jack .total-rank {
    position: relative;
}

.page-jack .number-rank {
    padding-right: 20px;
}

.page-jack .total-rank {
    width: 50px;
}

.page-jack .text-rank {
    position: absolute;
    transform: translate(-50%, 50%);
    top: 15%;
    left: 37%;
    font-size: 18px;
    font-weight: 700;
}

.page-jack .rank-table .gray-square {
    height: 120px;
    width: 120px;
    flex-shrink: 0;
    padding: 8px;
    margin-right: 10px;
}

.page-jack .info-rank .info-idol {
    padding-left: 8px;
}

.page-jack .info-idol .name-idol {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
}

.page-jack .box-rank {
    font-size: 16px;
    line-height: 25px;
    padding: 10px 0;
}

.page-jack .button-rank .button-red,
.page-jack .button-rank .button-blue {
    font-size: 21px;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 40px;
    margin: 4px;
    border-radius: 5px;
    font-weight: 700;
}

.page-jack .button-red {
    background-color: #d23c46;
}

.page-jack .button-blue {
    background-color: #1da1f2;
}

.page-jack .button-red img,
.page-jack .button-blue img {
    width: 23px;
    vertical-align: middle;
    margin-right: 3px;
}

.page-jack .button-red a, 
.page-jack .button-blue a {
    color: #FFFFFF;
}

.page-jack .rank-table ul li:nth-child(2n) {
    background-color: #fafafa;
}

.page-jack .item-buy-product h4 {
    font-weight: 700;
}

.page-jack .txt-infor span {
    font-weight: 500;
}

.page-jack .txt-detail {
    min-height: fit-content;
}

.page-jack .box-detail {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
}

.page-jack .box-text-detail {
    font-size: 18px;
    line-height: 30px;
    width: 65%;
}

.page-jack .box-text-detail span {
    font-size: 24px;
    font-weight: 700;
}

.page-jack-sp .top-banner {
    background: url(/common/design/user/img/jack/bg-banner-sp.jpg) no-repeat center;
    background-size: 100% 100%;
    min-height: 300px;
    max-height: 500px;
    padding-bottom: 30px;
}

.page-jack-sp .img-banner {
    width: 100%;
}

.page-jack-sp .text-banner {
    font-size: 15px;
    line-height: 20px;
}

.page-jack-sp .text-banner span {
    font-size: 20px;
    line-height: 25px;
}

.page-jack-sp .item-countdown p {
    font-size: 13px;
    line-height: 20px;
}

.page-jack-sp .hour {
    font-size: 22px;
    line-height: 25px;
}

.page-jack-sp .button-banner {
    padding: 10px 5px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
}

.page-jack-sp .hashtag-banner {
    background-color: #fff600;
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
    padding: 10px 0;
}

.page-jack-sp .banner-nav ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    gap: 20px;
}

.page-jack-sp .banner-nav ul::-webkit-scrollbar {
    display: none;
}

.page-jack-sp .banner-nav ul li {
    height: auto;
    flex: none;
    width: max-content;
}

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

.page-jack-sp .banner-nav {
    padding: 10px 0;
}

.page-jack-sp .open-part {
    font-size: 17px;
    line-height: 20px;
    clip-path: polygon(35% 100%, 65% 100%, 70% 0%, 30% 0);
    padding: 10px 0;
    margin-bottom: 30px;
}

.page-jack-sp .how-to-buy,
.page-jack-sp .personal-design,
.page-jack-sp .ranking-event,
.page-jack-sp .buy,
.page-jack-sp .detail-event,
.page-jack-sp .intro {
    padding: 0 0 30px;
    border-top: 10px solid #9bc4e2;
}

.page-jack-sp .intro {
    background: url(/common/design/user/img/jack/bg-intro.png) top no-repeat;
    background-size: 100% 180%;
}

.page-jack-sp .open-part {
    font-size: 17px;
    line-height: 20px;
    clip-path: polygon(30% 100%, 70% 100%, 75% 0%, 25% 0);
    margin-bottom: 20px;
}

.page-jack-sp .text-intro {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 20px;
}

.page-jack-sp .show-time {
    font-size: 12px;
    line-height: 14px;
}

.page-jack-sp .item-timeline-2 {
    top: 50%;
    left: 42%;
}

.page-jack-sp .item-timeline-1 {
    top: 50%;
    right: -20.5%;
}

.page-jack-sp .item-timeline-3::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #d23c46;
    border-bottom: none;
    top: 42px;
    left: 45%;
}

.page-jack-sp .item-timeline-3 {
    padding: 7px;
    top: -8%;
    right: 2%;
}

.page-jack-sp .text-prize {
    font-size: 12px;
    line-height: 20px;
    min-height: 53px;
}

.page-jack-sp .text-prize span {
    font-size: 14px;
}

.page-jack-sp .head-prize {
    width: 90%;
    top: -35px;
}

.page-jack-sp .prize-part {
    margin-top: 10px;
    padding-bottom: 10px;
    background: url(/common/design/user/img/jack/bg-prize-sp.jpg) center no-repeat;
    background-size: 100% 100%;
}

.page-jack-sp .text-1-ga {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
}

.page-jack-sp .text-2-ga {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
}

.page-jack-sp .text-3-ga {
    font-size: 17px;
    line-height: 25px;
}

.page-jack-sp .give-away {
    padding: 40px 0 20px;
}

.page-jack-sp .box-ga {
    gap: 20px;
}

.page-jack-sp .img-bag {
    top: -130%;
    left: 75%;
    width: 20%;
}

.page-jack-sp .way-to-join {
    flex-direction: column;
}

.page-jack-sp .the-way {
    margin-top: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    gap: 10px;
}

.page-jack-sp .box-the-way {
    border: 1px solid #b9b9b9;
    background-color: #fefefe;
    padding: 10px;
}

.page-jack-sp .the-way .open-way {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
}

.page-jack-sp .the-way .detail-way {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
}

.page-jack-sp .box-point {
    gap: 10px;
    justify-content: space-between;
    padding-top: 10px;
    margin: 0 20px;
}

.page-jack-sp .text-point {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}

.page-jack-sp .text-point span {
    width: 100px;
    margin-right: 5px;
}

.page-jack-sp .hashtag-twitter,
.page-jack-sp .yellow-shirt {
    height: 100px;
}

.page-jack-sp .box-img-notice {
    margin-bottom: 0;
}

.page-jack-sp .mini-text {
    font-size: 12px;
    line-height: 20px;
}

.page-jack-sp .list-sell-idol {
    padding: 0;
}

.page-jack-sp .box-idol-sell {
    background-color: #f7f7f7;
    margin-bottom: 20px;
    padding: 10px;
}

.page-jack-sp .part-box-sell {
    width: 100%;
}

.page-jack-sp .info-team {
    font-size: 12px;
    line-height: 20px;
    justify-content: flex-start;
    gap: 15px;
    padding: 10px 0;
    align-items: center;
}

.page-jack-sp .img-team {
    width: 140px;
    height: 140px;
}

.page-jack .box-tweet-sp {
    width: 50%;
}

.page-jack-sp .info-idol-full {
    padding: 5px 0;
    background-color: transparent;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
}

.page-jack-sp .box-tweet-sp .button-tool {
    padding: 6px 0;
    font-size: 12px;
    border-radius: 2px;
    width: 130px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

.page-jack-sp .box-tweet-sp .button-tool img {
    width: 15px;
}

.page-jack-sp .part-box-sell {
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    gap: 6px;
}

.page-jack-sp .item-sell {
    width: 49%;
}

.page-jack-sp .img-idol-sell {
    height: 170px;
}

.page-jack-sp .but-link {
    font-size: 14px;
    line-height: 25px;
    padding: 4px 0;
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.page-jack-sp .info-item {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0 0;
}

.page-jack-sp .but-link img {
    width: 19px;
}

.page-jack-sp .rank-table .ranking-idol {
    padding: 5px;
}

.page-jack-sp .number-rank {
     padding-right: 0;
}

.page-jack-sp .text-rank {
    left: 50%;
    font-size: 10px;
}

.page-jack-sp .total-rank {
    width: 25px;
}

.page-jack-sp .rank-table .gray-square {
    height: 80px;
    width: 80px;
    padding: 0;
    margin-right: 0;
}

.page-jack-sp .info-rank .info-idol {
    padding-left: 0;
}

.page-jack-sp .info-idol .name-idol {
    font-size: 14px;
    line-height: 20px;
}

.page-jack-sp .box-rank {
    font-size: 12px;
    line-height: 15px;
    padding: 0;
}

.page-jack-sp .txt-link img{
    width: 10px;
}

.page-jack-sp .box-detail {
    flex-direction: column;
    gap: 20px;
}

.page-jack-sp .box-text-detail {
    font-size: 14px;
    line-height: 19px;
    width: 100%;
}

.page-jack-sp .box-text-detail span {
    font-size: 16px;
}

.page-jack-sp .button-rank .button-red,
.page-jack-sp .button-rank .button-blue {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 3px;
    margin: 4px;
    border-radius: 5px;
    font-weight: 700;
}

.page-jack-sp .button-rank {
    display: flex;
}

.page-jack-sp .button-red img,
.page-jack-sp .button-blue img {
    width: 16px;
    margin-right: 3px;
}

.page-jack-sp .box-note-marquee {
    width: 100%;
    padding: 5px;
    letter-spacing: 2px;
    font-weight: 500;
    margin-top: -2px;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    top: 45%;
}

.page-jack-sp .item-buy-product .img {
    width: fit-content;
    margin-right: 5px;
    height: 140px;
}

.page-jack-sp .txt-infor {
    padding: 10px 0;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    width: 90px;
}

.page-jack-sp .box-info-sell {
    gap: 10px;
}

.page-jack-sp .item-buy-product .info {
    width: max-content;
}

.page-jack-sp .box-info-item {
    gap: 10px;
}

.page-jack .info-item.sell-text {
    font-weight: 500;
    color: #868686;
}

.page-jack-sp .box-countdown {
    gap: 5px;
    padding: 10px 5px;
}

.page-jack-sp .txt-detail {
    padding: 5px 10px;
}

.page-jack-sp .txt-link {
    font-size: 10px;
    line-height: 12px;
    text-align: right;
}

.page-jack-sp .box-prize {
    gap: 10px;
    position: relative;
    top: -20px;
}

.page-jack-sp .box-timeline {
    max-width: 340px;
    margin: 0 auto;
    padding: 30px 0 50px;
}

.page-jack-sp .narrowbuzz-6-list-members select {
    width: 96%;
}

.page-jack-sp .narrowbuzz-6-list-members::after {
    right: 4%;
    top: 55%;
}

.page-jack-sp .prize-item {
    padding: 10px;
}

.page-jack-sp .txt-red {
    text-align: right;
}

.page-jack .mini-intro {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
}

.page-jack-sp .mini-intro {
    font-size: 6px;
    line-height: 12px;
}

.page-jack .js-drop {
    display: none;
}

.page-jack .select_box input {
    display: none;
}

.main-box-select {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 99;
    max-height: 500px;
    overflow: auto;
    top: 37px;
}
html {
    scroll-behavior: smooth;
}

.page-jack .personal-design {
    position: relative;
}

.page-jack .search-user {
    font-size: 24px;
    line-height: 35px;
    padding-bottom: 10px;
}

.page-jack-sp .search-user {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
}

.page-jack .search-navi.narrowbuzz-6-list-members {
    position: fixed;
    top: 98px;
    width: 100%;
    left: 0;
    z-index: 99;
}

.page-jack .box-text-detail a,
.page-jack .box-text-detail a:hover {
    color: #0a71c0;
}

.page-jack-sp .search-navi.narrowbuzz-6-list-members {
    top: 50px;
}

.page-jack-sp .rank-table .info-rank {
    gap: 5px;
}

.page-jack .title-tab-ranking {
    text-align: center;
    font-size: 30px;
    margin: 20px 0;
    line-height: 40px;
    padding: 20px 0;
    font-weight: 700;
}

.page-jack .status-atjam-before {
    margin: 30px auto 25px;
}

.page-jack .status-atjam-before .d-flex-ct {
    justify-content: center;
    margin: 0 -5px;
    gap: 20px;
}

.page-jack .status-atjam-before .d-flex-ct li {
    margin: 0 auto;
    flex: 1;
}

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

.page-jack .tabs-ranking .tabs-a-ct {
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
}

.page-jack .status-atjam-item.active {
    background-color: #4d4d4d;
}

.page-jack .tabs-ranking a.active .tabs-a-ct {
    background: transparent;
    color: #fff;
}

.page-jack-sp .status-atjam-before .d-flex-ct {
    gap: 10px;
}

.page-jack-sp .status-atjam-item {
    padding: 10px 2px;
}

.page-jack-sp .tab_content {
    padding: 0;
    border: none;
}

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

.page-jack .text-final {
    font-size: 20px;
    line-height: 36px;
}

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

.page-jack .countdown-final .title-countdown {
    font-size: 20px;
    color: #ff0000;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: 700;
}

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

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

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

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

.page-jack-sp .countdown-final .title-countdown {
    font-size: 16px;
    margin-bottom: 5px;
}

.page-jack-sp .countdown-final .hour {
    font-size: 32px;
}