.page-bishoujo .top-banner {
    background: url("/common/design/user/img/bishoujo/bg-banner.jpg") center no-repeat;
    background-size: cover;
    min-height: fit-content;
    max-height: fit-content;
    padding-bottom: 20px;
}

.page-bishoujo .main-content-banner {
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 20px;
}

.page-bishoujo .left-banner {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page-bishoujo .clock-time {
    border: 1px solid #adadad;
    border-radius: 5px;
    padding: 20px 0;
    background: transparent;
    width: 420px;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
    gap: 10px;
}

.page-bishoujo .icon-clock {
    width: 53px;
}

.page-bishoujo .text-clock-banner {
    color: #86aebd;
    font-size: 18px;
    line-height: 30px;
}

.page-bishoujo .hour {
    font-size: 24px;
    line-height: 30px;
    color: #86aebd;
    font-weight: 700;
}

.page-bishoujo .button-banner {
    font-size: 25px;
    line-height: 27px;
    color: #FFFFFF;
    font-weight: 700;
    background: #f8849d;
    box-shadow: 1px 5px 1px #e5778f;
    border-radius: 40px;
    width: 385px;
    padding: 20px 0;
    text-align: center;
    position: relative;
}

.page-bishoujo .button-banner::after {
    content: '';
    border: solid #FFFFFF;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 36%;
    right: 4%;
}

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

.page-bishoujo .banner-nav {
    background-color: #ffd8e0;
    max-height: fit-content;
}

.page-bishoujo .banner-nav ul li a {
    color: #000000;
    font-size: 20px;
    line-height: 38px;
    font-weight: 700;
}

.page-bishoujo .open-part {
    color: #f8849d;
    font-size: 40px;
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f8849d;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 60px;
    font-weight: 700;
}

.page-bishoujo .how-to-buy,
.page-bishoujo .intro {
    padding: 100px 0;
}

.page-bishoujo .head-intro {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    padding-bottom: 30px;
}

.page-bishoujo .mid-intro {
    font-size: 18px;
    line-height: 35px;
    padding-bottom: 50px;
}

.page-bishoujo .timeline {
    background-color: #fafafa;
    padding: 65px 0 130px;
}

.page-bishoujo .box-timeline {
    position: relative;
}

.page-bishoujo .timeline-bg {
    position: relative;
}

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

.page-bishoujo .show-time img {
    width: 20px;
}

.page-bishoujo .item-timeline-1 {
    top: -19%;
    right: 26%;
}

.page-bishoujo .item-timeline-2 {
    top: -19%;
    right: 17%
}

.page-bishoujo .item-timeline-3 {
    top: 79%;
    left: 15%;
}

.page-bishoujo .item-timeline-4 {
    top: 79%;
    left: 55%;
}

.page-bishoujo .item-timeline-1,
.page-bishoujo .item-timeline-2 {
    color: #fb9142;
}

.page-bishoujo .item-timeline-3,
.page-bishoujo .item-timeline-4 {
    color: #47c1c6;
}

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

.page-bishoujo .how-to-receive-gifts {
    background-color: #ffd8e0;
    padding: 100px 0;
    min-height: fit-content;
}

.page-bishoujo .text-sign {
    font-size: 18px;
    line-height: 35px;
    padding-bottom: 60px;
}

.page-bishoujo .how-to-join {
    background-color: #ffd8e0;
    padding: 100px 0;
}

.page-bishoujo .notice-join {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page-bishoujo .notice-img {
    width: 130px;
    margin-bottom: 13px;
}

.page-bishoujo .notice-text {
    font-size: 24px;
    line-height: 30px;
    color: #f8849d;
    border-radius: 30px;
    border: 3px solid #f8849d;
    width: 565px;
    padding: 10px 0;
    margin-bottom: 20px;
}

.page-bishoujo .the-way {
    background-color: #fff8fa;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #b99da3;
    padding: 40px 30px;
    border-radius: 10px;
    width: 50%;
}

.page-bishoujo .ways-join {
    gap: 20px;
    padding-bottom: 20px;
}

.page-bishoujo .name-way {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    padding: 30px 0 20px;
}

.page-bishoujo .content-way {
    font-size: 18px;
    line-height: 28px;
}

.page-bishoujo .content-way span {
    font-size: 14px;
}

.page-bishoujo .t-shirt {
    width: 190px;
}

.page-bishoujo .icon-twit {
    width: 218px;
}

.page-bishoujo .list-design-per .item-ds-per {
    width: calc(100%/3 - 15px);
    background-color: #fafafa;
    border-radius: 10px;
    margin: 10px 5px;
}

.page-bishoujo .support-tweet-i,
.page-bishoujo .story-iket,
.page-bishoujo .ranking,
.page-bishoujo .personal-design {
    padding: 100px 0;
}

.page-bishoujo .item-ds-per .image-per .pr-img:after {
    right: 3px;
    bottom: 2px;
}

.page-bishoujo .button-tool {
    border-radius: 5px;
    font-size: 16px;
    line-height: 35px;
    height: 40px;
    width: 155px;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

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

.page-bishoujo .market-link {
    background: #f8849d;
    box-shadow: 1px 4px 1px #e5778f;
}

.page-bishoujo .twit-link {
    background: #67cced;
    box-shadow: 1px 4px 1px #5eb8de;
}

.page-bishoujo .btn {
    gap: 10px;
    margin-top: 15px;
}

.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: 46%;
}

.page-bishoujo .ranking {
    background-color: #ffd8e0;
}

.page-bishoujo .note-marquee {
    background: transparent;
    color: #000000;
}

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

.page-bishoujo .title-tab-ranking {
    text-align: center;
    font-size: 30px;
    color: #4e4e4e;
    margin: 20px 0;
    padding: 20px 0;
    font-weight: 700;
}

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

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

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

.page-bishoujo .status-atjam-item.active {
    background-color: #f8849d;
    border: none;
}

.page-bishoujo .tabs-ranking .tabs-a-ct {
    font-size: 20px;
    line-height: 42px;
    font-weight: 700;
}

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

.page-bishoujo .status-atjam-before .d-flex-ct li {
    margin: 0 auto;
    width: calc(33% - 15px);
}

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

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

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

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

.page-bishoujo .img-idol {
    width: 90px;
    height: 90px;
    margin-left: 15px;
    background-color: #e8e8e8;
}

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

.page-bishoujo .but-tool img {
    width: 240px;
}

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

.page-bishoujo .ranking-table {
    margin-top: 30px;
    border: 1px solid #e0e0e0;
    max-height: 800px;
    overflow-y: auto;
}

.page-bishoujo .logo-event {
    width: 370px;
    margin: 0 auto;
    padding-bottom: 45px;
}

.page-bishoujo .text-event {
    font-size: 16px;
    line-height: 35px;
}

.page-bishoujo .support-tweet-i {
    background-color: #ffd8e0;
}

.page-bishoujo .content-social-box {
    align-items: center;
    justify-content: center;
}

.page-bishoujo .text-head-banner {
    font-size: 36px;
    line-height: 27px;
    font-weight: 700;
    background: url("/common/design/user/img/bishoujo/bg-text-head.jpg") center no-repeat;
    background-size: cover;
    color: #FFFFFF;
    width: 100%;
    padding: 20px 0;
}

.page-bishoujo-sp .how-to-buy,
.page-bishoujo-sp .intro,
.page-bishoujo-sp .how-to-receive-gifts,
.page-bishoujo-sp .how-to-join,
.page-bishoujo-sp .support-tweet-i,
.page-bishoujo-sp .story-iket,
.page-bishoujo-sp .ranking,
.page-bishoujo-sp .personal-design {
    padding: 50px 0;
}

.page-bishoujo-sp .text-head-banner {
    font-size: 18px;
    line-height: 25px;
    padding: 10px 0;
}

.page-bishoujo-sp .clock-time {
    margin: 0;
    margin-top: 10px;
    padding: 10px 0;
    width: 100%;
}

.page-bishoujo-sp .button-banner {
    font-size: 12px;
    line-height: 20px;
    box-shadow: 1px 2px 1px #e5778f;
    width: 155px;
    padding: 4px 0;
}

.page-bishoujo-sp .button-banner::after {
    padding: 3px;
}

.page-bishoujo-sp .icon-clock {
    width: 26px;
    margin-right: 5px;
}

.page-bishoujo-sp .text-clock-banner {
    font-size: 12px;
    line-height: 10px;
}

.page-bishoujo-sp .hour {
    font-size: 14px;
    line-height: 15px;
}

.page-bishoujo .ranking-table ul {
    background-color: #FFFFFF;
}

.page-bishoujo-sp .banner-nav ul {
    flex-wrap: nowrap;
}

.page-bishoujo-sp .banner-nav ul li a {
    font-size: 12px;
    line-height: 19px;
    padding: 10px 0;
}

.page-bishoujo-sp .banner-nav ul li {
    width: fit-content;
}

.page-bishoujo-sp .open-part {
    color: #f8849d;
    font-size: 20px;
    line-height: 35px;
    padding-bottom: 7px;
    border-bottom: 1px solid #f8849d;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 25px;
}

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

.page-bishoujo-sp .mid-intro {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 25px;
}

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

.page-bishoujo-sp .show-time img {
    width: 10px;
}

.page-bishoujo-sp .item-timeline-1 {
    top: -37%;
    right: 18%;
}

.page-bishoujo-sp .item-timeline-2 {
    top: 72%;
    right: 8%;
}

.page-bishoujo-sp .item-timeline-3 {
    top: 72%;
    left: 16%;
}

.page-bishoujo-sp .item-timeline-4 {
    top: 72%;
    left: 55%;
}

.page-bishoujo-sp .timeline {
    padding: 35px 0 65px;
}

.page-bishoujo-sp .how-to-receive-gifts {
    min-height: fit-content;
}

.page-bishoujo-sp .text-sign {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
}

.page-bishoujo-sp .ways-join {
    flex-direction: column;
}

.page-bishoujo-sp .the-way {
    flex-direction: row;
    align-items: center;
    padding: 20px 15px;
    border-radius: 10px;
    width: 100%;
}

.page-bishoujo-sp .name-way {
    font-size: 16px;
    line-height: 20px;
    padding: 0px 0 10px;
}

.page-bishoujo-sp .content-way {
    font-size: 14px;
    line-height: 15px;
}

.page-bishoujo-sp .icon-twit,
.page-bishoujo-sp .t-shirt {
    width: 100%;
    margin-right: 10px;
}

.page-bishoujo-sp .under-way {
    font-size: 10px;
    line-height: 15px;
    padding-top: 20px;
}

.page-bishoujo-sp .list-design-per .item-ds-per {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    min-height: fit-content;
    margin-bottom: 10px;
}

.page-bishoujo-sp .btn {
    flex-direction: column;
}

.page-bishoujo-sp .item-ds-per .image-per .pr-img,
.page-bishoujo-sp .item-ds-per .image-per .avatar {
    min-height: fit-content;
    height: 100px;
}

.page-bishoujo-sp .button-tool {
    border-radius: 5px;
    font-size: 14px;
    line-height: 27px;
    height: 25px;
    width: 150px;
}

.btn a {
    padding: 0;
}

.page-bishoujo-sp .button-tool img {
    width: 15px;
    height: auto;
}

.page-bishoujo-sp .item-ds-per h4 {
    font-size: 12px;
    margin-bottom: 15px;
}

.page-bishoujo-sp .image-per {
    margin-right: 5px;
}

.page-bishoujo-sp .box-note-marquee {
    padding: 5px;
    font-weight: 700;
    margin-top: -2px;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 46%;
}

.page-bishoujo-sp .rank-line {
    padding: 5px;
}

.page-bishoujo-sp .img-rank {
    width: 25px;
}

.page-bishoujo-sp .text-rank {
    font-size: 9px;
    line-height: 15px;
    top: -5%;
}

.page-bishoujo-sp .img-idol {
    width: 60px;
    height: 60px;
    margin-left: 5px;
    background-color: #e8e8e8;
}

.page-bishoujo-sp .name-idol {
    font-size: 12px;
    line-height: 15px;
    margin-left: 10px;
}

.page-bishoujo-sp .but-tool img {
    width: 120px;
}

.page-bishoujo-sp .list-tool {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.page-bishoujo-sp .title-tab-ranking {
    font-size: 15px;
    margin: 10px 0;
    padding: 10px 0;
}

.page-bishoujo-sp .status-atjam-item {
    padding: 5px;
}

.page-bishoujo-sp .tabs-ranking .tabs-a-ct {
    font-size: 12px;
    line-height: 20px;
}

.ranking .tab_content {
    border: 0;
}

.page-bishoujo-sp .logo-event {
    width: 195px;
    margin: 0 auto;
    padding-bottom: 20px;
}

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

.how-to-sign {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.page-bishoujo-sp .how-to-sign {
    width: 100%;
}

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

.page-bishoujo .list-design-per {
    justify-content: flex-start;
}

.page-bishoujo .img-but-twit,
.page-bishoujo .box-but-twit {
    position: relative;
}

.page-bishoujo .no-twit {
    position: absolute;
    transform: translate(-50%, 50%);
    top: 17%;
    right: 0;
    color: #b2edf4;
    font-size: 16px;
}

.page-bishoujo .list-but {
    align-items: center;
    gap: 10px;
}

.page-bishoujo .even {
    background-color: #fafafa;
}

.page-bishoujo-sp .list-but {
    flex-direction: column;
    gap: 5px;
}

.page-bishoujo-sp .no-twit {
    top: 17%;
    right: 0;
    font-size: 8px;
}

.page-bishoujo-sp .twit-link {
    box-shadow: 1px 2px 1px #5eb8de;
}

.page-bishoujo-sp .market-link {
    box-shadow: 1px 2px 1px #e5778f;
}

.page-bishoujo-sp .status-atjam-before {
    margin: 10px auto 5px;
}

.page-bishoujo-sp .ranking-table {
     margin-top: 0px;
}

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

@media (max-width: 374px) {
    .page-bishoujo-sp .button-tool {
        border-radius: 5px;
        font-size: 12px;
        line-height: 30px;
        height: 25px;
        width: 100px;
    }

    .page-bishoujo-sp .item-ds-per h4 {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .page-bishoujo-sp .button-tool img {
        width: 10px;
        height: auto;
    }

    .page-bishoujo-sp .but-tool img {
        width: 100px;
    }

    .page-bishoujo-sp .no-twit {
        top: 11%;
    }

    .page-bishoujo-sp .tabs-ranking .tabs-a-ct {
        font-size: 10px;
    }

    .page-bishoujo-sp .item-timeline-1 {
        top: -50%;
        right: 16%;
    }

    .page-bishoujo-sp .item-timeline-2 {
        top: 68%;
        right: 2%;
    }

    .page-bishoujo-sp .item-timeline-3 {
        top: 66%;
        left: 17%;
    }

    .page-bishoujo-sp .item-timeline-4 {
        top: 66%;
        left: 55%;
    }
}
.page-bishoujo .w-160 {
    width: 170px;
    min-height: 160px;
    max-height: 170px;
    position: relative;
    margin: 0 40px ;
    flex-shrink: 0;
}
.page-bishoujo .w-160:after {
    content: '';
    background: url(/common/design/user/img/bishoujo/right.png) center no-repeat;
    background-size: cover;
    min-height: fit-content;
    max-height: fit-content;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 53px;
    position: absolute;
    height: 38px;
}
.page-bishoujo .w-160:last-child::before {
    content: '';
    background: url("/common/design/user/img/bishoujo/t-shirt2.png") center no-repeat;
    background-size: cover;
    min-height: fit-content;
    max-height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 47%;
    position: absolute;
    height: 40px;
}
.page-bishoujo .w-160:last-child::after {
    display: none;
}
.page-bishoujo .tb-txt {
    text-align: center;
}
.page-bishoujo .tb-txt span {
    display: block;
    font-size: 18px;
    line-height: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.page-bishoujo .tb-txt p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-bishoujo .tb-txt p span {
    color: #ccc;
    font-size: 25px;
    margin: 0 10px;
    font-weight: 600;
}
.page-bishoujo .top-sp-0 {
    padding-top: 0;
}
.page-bishoujo .m-sp-10 {
    margin: 0 -10px;
}
.page-bishoujo .w-160-sp {
    width: 87px;
    min-height: 90px;
    max-height: 95px;
    position: relative;
    flex-shrink: 0;
}
.page-bishoujo .w-160-sp:nth-child(2) {
    margin: 0 10%;
}
.page-bishoujo .w-160-sp:after {
    content: '';
    background: url(/common/design/user/img/bishoujo/right.png) center no-repeat;
    background-size: cover;
    min-height: fit-content;
    max-height: fit-content;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 29px;
    position: absolute;
    height: 20px;
}
.page-bishoujo .tb-txt-sp {
    text-align: center;
}
.page-bishoujo .tb-txt-sp span {
    font-size: 12px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
    display: block;
}
.page-bishoujo .tb-txt-sp p {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-bishoujo .tb-txt-sp p span {
    font-size: 12px;
    margin: 0 6px;
    color: #ccc;
}
.page-bishoujo .w-160-sp:last-child::after {
    display: none;
}
.page-bishoujo .w-160-sp:last-child::before {
    content: '';
    background: url("/common/design/user/img/bishoujo/t-shirt2.png") center no-repeat;
    background-size: cover;
    min-height: fit-content;
    max-height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 47%;
    position: absolute;
    height: 22px;
}
.page-bishoujo .avatar {
    min-height: 154px !important;
    max-height: 154px;
}
.page-bishoujo-sp .avatar {
    min-height: 100px !important;
}
.page-bishoujo .pr-img {
    max-height: 154px;
    min-height: 154px !important;
}
.page-bishoujo-sp .pr-img {
    min-height: 100px !important;
}

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

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

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

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

.page-bishoujo .countdown-final .title-countdown {
    font-size: 20px;
    color: #ff0000;
    line-height: 36px;
}

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

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

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

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

.page-bishoujo-sp .countdown-final .title-countdown {
    font-size: 16px;
}

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

.page-bishoujo .box-final-result {
    background: url("/common/design/user/img/bishoujo/bg-final-result.png") no-repeat center;
    background-size: 100% 100%;
    padding: 100px 60px 70px;
    margin-top: 50px;
}

.page-bishoujo-sp .box-final-result {
    background: url("/common/design/user/img/bishoujo/bg-final-result-sp.png") no-repeat center;
    background-size: 100% 100%;
    padding: 35px 25px 30px;
    margin-top: 30px;
}

.page-bishoujo .intro-final-result {
    width: 30%;
    margin: 0 auto;
    padding-bottom: 60px;
}

.page-bishoujo .name-final {
    font-size: 16px;
    line-height: 25px;
    color: #505050;
    padding-top: 10px;
}

.page-bishoujo .rank-final {
    padding: 50px 5px 15px;
    width: 32%;
    position: relative;
    background-color: #ffffff;
}

.page-bishoujo .top-3-final {
    justify-content: space-between;
}

.page-bishoujo .img-rank-final {
    position: absolute;
    transform: translate(-50%, 50%);
    top: -15%;
    left: 50%;
    width: 20%;
}

.page-bishoujo-sp .img-rank-final-sp {
    width: 25px;
}

.page-bishoujo-sp .rank-final {
    padding: 10px;
    width: 100%;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}

.page-bishoujo-sp .name-final {
    font-size: 14px;
    line-height: 20px;
    padding-top: 3px;
}

.page-bishoujo-sp .img-final {
    width: 30%;
}

.page-bishoujo-sp .intro-final-result {
    width: 40%;
    padding-bottom: 20px;
}

.page-bishoujo-sp .top-3-final {
    flex-direction: column;
}