@charset "UTF-8";
img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.d-none {
    display: none;
}

body {
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro",
    "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic",
    sans-serif;
    color: #000000;
}
body a,
body p,
body span,
body h3,
body h5,
body td,
body th
{
    font-family: 'Hiragino';
}
body a,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body dl,
body ol,
body ul,
body pre {
    margin: 0;
}
body a:hover {
    text-decoration: none;
}
.d-grid-ct{
    display: grid;
}
.bg-navi{
    background-color: #00c1ea;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-between{
    justify-content: space-between;
}
.align-items-center{
    align-items: center;
}
.d-block{
    display: block;
}
.text-red {
    color: #e60000;
}
.text-16 {
    font-size: 16px;
}
.text-black {
    color: #424242;
}
.main-nav-scrolled {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.margin-auto{
    margin: 0 auto;
}
.top-banner {
    background: url("https://s3.ap-northeast-1.amazonaws.com/storage.up-t.jp/Campaign/nbpet/top-banner.png") bottom no-repeat;
    background-size: cover;
    max-height: 750px;
    min-height: 670px;
    margin-bottom: -34px;
}
.banner-nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
    justify-content: space-between;
}
.banner-nav ul li a {
    font-weight: 500;
    padding: 8px 0;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 35px;
}
.banner-nav ul li a span {
    position: relative;
    line-height: 1.2;
}
.banner-nav ul li a::after {
    content: '';
    position: relative;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 16px solid #ffffff;
    width: 0;
    height: 0;
    left: 4px;
    top: -2px;
}
.banner-nav ul li {
    padding: 0 5px;
    text-align: center;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}
.open-part{
    font-size: 40px;
    line-height: 35px;
    color: #00c1ea;
    position: relative;
    font-weight: 700;
    font-style: italic;
    z-index: 3;
    padding-bottom: 15px;
    border-bottom: 1px solid #00c1ea;
}

.box-open-part {
    position: relative;
    margin: 0 auto 60px;
    width: fit-content;
}

.bg-open-part {
    width: 100%;
    height: 80px;
    position: absolute;
    transform: translate(-50%, 50%);
    top: -60px;
    left: 50%;
    z-index: 1;
}
.introduce{
    padding: 80px 0 100px;
}
.introduce p{
    font-size: 18px;
    line-height: 35px;
    color: #656565;
}
.grand-fix-award{
    background: url("https://s3.ap-northeast-1.amazonaws.com/storage.up-t.jp/Campaign/nbpet/bg-prize.jpg") no-repeat center;
    background-size: 100% 100%;
    padding: 0 0 100px;
    position: relative;
}
.how-to-join{
    padding: 80px 0;
    background-color: #ebfaff;
}
.list-logo .logo-img img{
    width: 100%;
}
.list-logo .logo-img{
    background-color: #fff;
    border: 1px solid;
    text-align: center;
    width: calc(16.66666% - 20px);
    padding: 0 10px;
}
.content-buy{
    padding: 30px;
    margin-top: 80px;
}
.buy p,
.about p,
.support-method p{
    font-size: 14px;
    line-height: 1.5;
    color: #4d4d4d;
}
.buy a:visited{
    color: #333;
}
.design-list{
    padding: 80px 0 100px;
}
.item-product{
    padding-top: 80px;
}
.list-design-item{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.list-design{
    padding: 30px 10px;
    text-align: center;
    margin-bottom: 50px;
}
.list-design h3{
    font-size: 26px;
    background: #6691c2;
    display: inline-block;
    color: #fff;
    border-radius: 33px;
    padding: 15px 10px;
    min-width: 322px;
    margin-bottom: 30px;
    font-weight: 700;
}
.item-list-design{
    padding: 0 15px 25px;
}
.btn-action a{
    background-color: #e1e1e1;
    padding: 8px 0;
    min-width: 240px;
    display: inline-block;
    border-radius: 2px;
    font-size: 22px;
    position: relative;
}
.btn-action a:after{
    content: "^";
    position: absolute;
    right: 15px;
    top: 62%;
    transform: translateY(-50%);
    display: block;
}
.process{
    padding: 90px 0;
}
.process p{
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.process .img-process{
    width: 60%;
}
.process .text{
    width: 40%;
}
.support-method,
.buy{
    padding: 90px 0;
}
.list-buy{
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.list-pr-buy{
    width: 83%;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    padding-left: 11px;
}
.list-pr-buy .pr-img{
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.buy .note{
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}
.w-ranking{
    padding: 90px 0;
    background-color: #ebfaff;
}
.ranking .ranking-title{
    font-size: 18px;
    -webkit-clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
    width: 50%;
    margin: 0 auto;
    background: #030303;
    color: #fff;
    padding: 10px 0;
    white-space: nowrap;
    font-family: 'Hiragino';
    text-indent: 1px;
    height: auto;
}
.how-to-support .content-how{
    background-image: url(/common/design/user/img/ikbpf/bg-section.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.box-note-marquee {
    font-size: 1rem;
    width: 100%;
    FONT-VARIANT: JIS04;
    padding: 12px 0 4px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: 'Hiragino';
    margin-top: -2px;
    background-color: #cb1577;
}
.ranking-table,
.ranking-table a:link{
    color: #4d4d4d;
}
.ranking-table table .image img {
    width: 93px;
}
.ranking-table table .number .img {
    width: 51px;
    position: relative;
    margin: 0 auto;
}
.ranking-table table .number .img span {
    font-weight: 700;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 27px;
}
.ranking-table table thead tr th {
    background-color: #ebebeb;
    padding: 22px 10px;
    font-weight: 500;
    font-size: 20px;
    white-space: nowrap;
    border-right: 2px solid #ffff;
    text-align: center;
}
.scroll-table {
    overflow-y: auto;
    height: auto;
    border: 1px solid #e4e4e4;
    max-height: 410px;
}
.ranking-table table .btn a {
    display: block;
    text-align: right;
}
.ranking-table table tbody .btn .btn-tweet {
    margin-bottom: 5px;
}
.ranking-table table tr td {
    vertical-align: middle;
    font-weight: 500;
    padding: 10px 7px;
    text-align: center;
}
.ranking-table table tbody .name a {
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    text-align: center;
}
.ranking-table table tbody td.tweet span{
    display: flex;
    align-items: center;
}
.ranking-table table tbody td.tweet img{
    margin-right: 15px;
}
.ranking-table table tbody .name a:first-child {
    margin-bottom: 5px;
}
.ranking-title {
    font-size: 18px;
    -webkit-clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
    width: 50%;
    margin: 0 auto;
    background-image: -webkit-linear-gradient( 90deg, rgba(255,116,141,0.99608) 0%, rgb(255,125,175) 100%);
    padding: 10px 0;
    white-space: nowrap;
    text-align: center;
    font-weight: 700;
    font-family: 'Hiragino';
    color: #fff;
}
.title-tab-ranking{
    text-align: center;
    font-size: 30px;
    color: #00c1ea;
    margin: 20px 0;
    padding: 20px 0;
    font-weight: 700;
}
.status-atjam-before {
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 30px;
}
.status-atjam-before .d-flex-ct {
    justify-content: center;
    margin: 0 -5px;
}
.status-atjam-before .d-flex-ct li {
    margin: 0 auto;
    width: calc(33.333% - 15px);
}
.status-atjam-item.active {
    background-color: #00c1ea;
}
.status-atjam-before .status-atjam-item .tabs-a-ct,
.status-atjam-before .status-atjam-item.active .tabs-a-ct {
    background: none;
    text-align: center;
}
.tabs-ranking .tabs-a-ct {
    background: #e2e2e2;
    padding: 0.4rem;
    font-size: 12px;
}
.tabs-ranking a.active .tabs-a-ct p{
    color: #fff;
}
.status-atjam-item p:first-child {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}
.status-atjam-item p:nth-child(2) {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}
.status-atjam-item p {
    margin: 0;
    color: #aeaeae;
}
.status-atjam-item {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #e1e1e1;
    border-radius: 5px;
    color: #adadad;
    text-align: center;
}
.status-atjam-after {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.atjam-after-item {
    background: #ffeef7;
    border: 2px solid #fde7ea;
    padding: 25px 20px;
    border-radius: 5px;
    width: calc(33.333% - 24px);
    margin: 0 12px;
}
.atjam-after-item.bg-diff {
    background: #f0f0f0;
    border: 2px solid #d0d0d0;
}
.atjam-after-item {
    background: #ffeef7;
    border: 2px solid #fde7ea;
    padding: 25px 20px;
    border-radius: 5px;
    width: calc(33.333% - 24px);
    margin: 0 12px;
}
.atjam-after-item.bg-diff h2 {
    color: #adadad;
}
.atjam-after-item ul li:nth-child(2):before {
    background: #a9a9a9;
}
.atjam-after-item ul li:nth-child(3):before {
    background: #7f5124;
}
.atjam-after-item h2 {
    color: #e4007f;
    font-size: 22px;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: 700;
    background-image: none;
    text-indent: 1px;
}
.atjam-after-item.bg-diff p {
    color: #d0d0d0;
    text-align: center;
    font-size: 18px;
    width: 80%;
    margin: 20px auto 0;
    line-height: 1.5;
}
.atjam-after-item ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.atjam-after-item ul li:nth-child(1):before {
    background: #c79f00;
}
.atjam-after-item ul li:nth-child(3):before {
    background: #7f5124;
}
.atjam-after-item ul li {
    counter-increment: danhso;
}
.atjam-after-item ul li {
    padding: 22px 0 22px;
    border-bottom: 1px solid #fac7c7;
    position: relative;
    display: flex;
    align-items: center;
}
.atjam-after-item ul li div {
    margin-left: 50px;
}
.atjam-after-item ul li p {
    font-size: 16px;
    font-weight: 600;
    color: #000000 !important;
    margin-bottom: 0 !important;
    padding: 10px !important;
}
.atjam-after-item ul li::before {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #fff;
    background: #252525;
    border-radius: 50%;
    content: counter(danhso);
}
.w-ranking .tab_content .ranking-table{
    width: 80%;
    margin: 0 auto;
}
.banner-text{
    background-image: url(/common/design/user/img/atjam2022/bg-text.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 90px;
    padding-top: 90px;
}
.banner-text .box-text{
    background-color: rgba(0, 0, 0, 0.502);
    color: #fff;
    font-size: 18px;
    padding: 20px;
    border-radius: 15px;
}
.banner-text .img{
    width: 40%;
}
.banner-text .box-text{
    background-color: rgba(0, 0, 0, 0.502);
    color: #fff;
    font-size: 18px;
    padding: 20px;
    border-radius: 15px;
    width: 60%;
    line-height: 1.5;
}
.item-list-group{
    padding: 0 20px 20px;
}
.item-list-group h3{
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.item-list-group p{
    line-height: 1.4;
}
.item-buy-product.coming-soon .img-pr{
    margin: 25px 0;
}
.item-buy-product .info-pr {
    margin-bottom: 25px;
}
.item-buy-product .img {
    width: 50%;
    margin-right: 10px;
}
.item-buy-product .info {
    width: 50%;
}
.item-buy-product h4 {
    margin-bottom: 20px;
    font-size: 25px;
}
.item-product{
    padding-bottom: 90px;
}
.box-note-marquee marquee div {
    background: transparent !important;
    color: #fff;
}
.content-buy .heading-logo{
    max-width: 200px;
}
.disabled {
    pointer-events: none;
}

.page-nbpet .disabled .but-tool {
    background-color: #575757;
    box-shadow: unset;
}
@media screen and (min-width: 1100px){
    .ranking .box-note-marquee{
        font-size: 1.3rem;
    }
    #tweets {
        margin: 0 auto 0 auto;
    }
    .item-member-i .info .des{
        min-height: 153px;
    }
    .item-member-i .img img{
        min-height: 370px;
        object-fit: cover;
        object-position: center;
    }
    .support-tweet-i .twitter-box .box-upper h3 {
        font-size: 24px;
    }
    .content-social-box .item-sb {
        width: calc(100%/2 - 25px);
    }
    .item-pr-c h4 {
        font-size: 18px;
    }
    .list-item-cate-i h3 {
        font-size: 42px;
    }
    .ranking-table-in table tr td div.centered.image-pr img {
        max-width: 108px;
    }
    .status-item {
        padding: 10px 15px;
    }
    .status-item p {
        font-size: 18px;
    }
    .status-before .d-flex-ct li {
        width: calc(100%/5);
    }
    .box-note-marquee {
        font-size: 1.4rem;
    }
    .banner-nav ul li {
        width: calc(100%/6);
        text-align: center;
        height: 54px;
    }
    .banner-nav ul {
        padding: 5px 0;
    }
}
@media screen and (min-width: 992px) {
    .content-buy .heading-logo{
        max-width: 300px;
    }
    .list-pr-buy .pr-img img{
        height: 169px;
        object-fit: contain;
    }
    .txt-detail {
        padding: 12px 25px;
        font-size: 18px;
    }
    .txt-red {
        font-size: 18px;
    }
    .txt-link {
        margin-bottom: 10px;
    }
    .item-buy-product .info-pr img {
        max-height: 204px;
        object-fit: contain;
    }
    .ranking .ranking-title{
        width: 30%;
    }
}
@media screen and (min-width: 768px) {
    .scroll-table {
        max-height: 725px;
    }
    .item-member-i h4{
        font-size: 20px;
    }
    .ranking-title {
        width: 30%;
    }
    .event-summary h2{
        font-size: 36px;
    }
    .title-ranking-tab {
        font-size: 31px;
    }
    .content-ikbpf{
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media screen and (min-width: 576px) {
    .list-pr-buy .pr-img:after{
        width: 30px;
        height: 30px;
        right: 10px;
        bottom: 10px;
    }
}

.product-ca a:hover {
    color: #d97bb6;
}

.final-notice {
    width: 550px;
    margin: 0 auto;
}

.page-nbpet .box-banner {
    width: fit-content;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    gap: 25px;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 25px 50px;
    border-radius: 10px;
}

.page-nbpet .clock-time {
    align-items: start;
    justify-content: center;
}

.page-nbpet .icon-clock {
    width: 30px;
    margin-right: 3px;
}

.page-nbpet .text-clock-banner {
    font-size: 24px;
    line-height: 22px;
    font-weight: 700;
}

.page-nbpet .text-clock-banner span {
    font-size: 16px;
}

.page-nbpet .hour {
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    justify-content: center;
}

.page-nbpet .btn-banner {
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #c20505;
    border-radius: 50px;
    padding: 15px 40px 15px 28px;
    margin: 0 auto;
    position: relative;
    box-shadow: 1px 4px 0 0 #7b0828;
}

.page-nbpet .btn-banner::after {
    content: '';
    position: absolute;
    top: 35%;
    right: 5%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    transform: rotate(223deg);
}

.page-nbpet .content-banner {
    padding: 140px 0 0;
}

.page-nbpet .img-open-prize {
    width: 600px;
    margin: 0 auto;
    position: relative;
    top: -55px;
}

.page-nbpet .box-prize {
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    padding: 90px 30px 50px;
    gap: 20px;
    border-radius: 10px;
    position: relative;
}

.page-nbpet .icon-prize-1 {
    position: absolute;
    width: 125px;
    top: -28px;
    left: 39%;
}

.box-prize-1st {
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.page-nbpet .text-prize-1,
.page-nbpet .text-prize-2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}

.page-nbpet .text-prize-1 {
    color: #ff2458;
}

.page-nbpet .text-prize-1 span {
    color: #6a6a6a;
    font-size: 17px;
}

.page-nbpet .plus-icon {
    position: absolute;
    transform: translate(-50%, 50%);
    top: 46%;
    left: 50%;
    width: 60px;
}

.page-nbpet .text-prize-2 {
    color: #ff85bb;
}
.page-nbpet .timeline-box,
.page-nbpet .timeline-img {
    position: relative;
}

.page-nbpet .timeline-box {
    padding: 60px 0 130px;
}

.page-nbpet .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-nbpet .timeline-item-1, .page-nbpet .timeline-item-2 {
    color: #1facb1;
}

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

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

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

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

.page-nbpet .timeline-item-4 {
    top: 6%;
    left: 100%;
}

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

.page-nbpet .ways-join {
    gap: 20px;
}

.page-nbpet .box-join {
    align-items: center;
    background-color: #FFFFFF;
    padding: 30px;
    box-shadow: 0 3px 5px 3px #cecece;
    border-radius: 10px;
    flex-direction: column;
    justify-content: flex-start;
    width: 49%;
}

.page-nbpet .img-shirt {
    height: 175px;
    margin-bottom: 30px;
}

.page-nbpet .name-join {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    padding-bottom: 20px;
}

.page-nbpet .text1-join {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 20px;
}

.page-nbpet .list-point {
    flex-wrap: wrap;
    margin: 0 10px;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.page-nbpet .list-prize {
    align-items: center;
    justify-content: center;
}

.page-nbpet .list-prize span {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    padding: 3px 15px;
    background-color: #f76c92;
    width: 150px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-nbpet .text2-join {
    font-size: 14px;
    line-height: 24px;
}

.page-nbpet .logo-group img {
    width: 35%;
}

.page-nbpet .intro-heading {
    align-items: flex-start;
}

.page-nbpet .but-link {
    height: 45px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.page-nbpet .but-twit {
    background-color: #282828;
    box-shadow: 0 5px #000000;
}

.page-nbpet .but-twit img {
    width: 25px;
    margin-right: 10px;
}

.page-nbpet .but-tool {
    background-color: #c20505;
    box-shadow: 0 5px #7b0525;
}

.page-nbpet .img-white-shirt img {
    background-color: #f2f2f2;
    padding: 10px;
}

.page-nbpet .img-white-shirt {
    position: relative;
}

.page-nbpet .img-white-shirt: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: 5px;
    bottom: 27px;
}

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

.page-nbpet .box-note-marquee {
    position: absolute;
    top: 63%;
    width: 100%;
    padding: 0 10px;
    background-color: transparent;
}

.page-nbpet .note-marquee {
    background: transparent;
    color: #fff;
}

.page-nbpet .rank-table {
    overflow-x: auto;
    max-height: 800px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
}

.page-nbpet .rank-table tr:nth-of-type(n + 11) {
    display: none;
}

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

.page-nbpet thead th {
    font-size: 16px;
    line-height: 35px;
    font-weight: 700;
    padding: 10px 0;
}

.page-nbpet .total-button {
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 20px 0;
    margin-right: 20px;
}

.page-nbpet .but-twitter,
.page-nbpet .but-sell {
    width: 240px;
    height: 50px;
    font-size: 21px;
    line-height: 24px;
    color: #FFFFFF;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.page-nbpet .but-twitter img,
.page-nbpet .but-sell img {
    width: 25px;
    margin-right: 10px;
}

.page-nbpet .but-sell {
    background-color: #c20505;
    box-shadow: 0 2px 0 0 #780021;
}

.page-nbpet-sp .but-twitter,
.page-nbpet-sp .but-sell {
    width: 105px;
    height: 25px;
    font-size: 11px;
    line-height: 24px;
    border-radius: 3px;
}

.page-nbpet-sp .but-twitter img,
.page-nbpet-sp .but-sell img {
    width: 14px;
    margin-right: 5px;
}

.page-nbpet .but-twitter {
    margin-top: 10px;
    background-color: #000000;
}

.page-nbpet-sp .name-rank {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}

.page-nbpet .name-rank {
    font-size: 20px;
    line-height: 20px;
}

.page-nbpet-sp .name-rank {
    font-weight: 700;
}

.page-nbpet .img-ranking {
    width: 90px;
    height: 90px;
    margin-right: 20px;
}

.page-nbpet-sp .img-ranking {
    width: 60px;
    height: 60px;
    margin-right: 7px;
}

.page-nbpet .idol-name {
    align-items: center;
    padding-left: 15px;
}

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

.page-nbpet-sp .text-rank {
    font-size: 10px;
    top: 10%;
}

.page-nbpet .no-ranking,
.page-nbpet .img-rank {
    position: relative;
}

.page-nbpet .img-rank {
    width: 50px;
    margin: auto;
}

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

.page-nbpet-sp .no-ranking {
    margin: 0 8px;
}
.page-nbpet tbody th {
    vertical-align: middle;
}
.img-event-banner {
    width: 60%;
    margin: 0 auto;
}
.text-banner {
    font-size: 25px;
    line-height: 35px;
    color: #55646c;
    padding-bottom: 20px;
    position: relative;
    text-shadow: 0 3px #FFFFFF, 0 -3px #FFFFFF, 3px -1px #FFFFFF, -3px 2px #FFFFFF, 3px 1px #FFFFFF, -3px -1px #FFFFFF;
}
.text-banner span {
    font-size: 37px;
    color: #d61518;
    font-weight: 700;
}
.logo-open-part {
    width: 33px;
    margin: 0 auto 10px;
}

.text-head-banner {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    background-color: #fff68d;
    padding: 20px 0;
}

.box-content-info {
    background-color: #00b6dd;
    padding: 25px 20px;
    border-radius: 5px;
    margin-top: 35px;
}

.text-box {
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
}

.text-1-prize {
    font-size: 64px;
    line-height: 70px;
    font-weight: 700;
}

.text-1-prize span {
    font-size: 40px;
}

.text-2-prize {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
}

.img-prize {
    width: 43%;
}

.toy-prize {
    position: absolute;
    top: -24%;
    width: 13%;
}

.toy-prize-1 {
    left: -2%;
}

.toy-prize-2 {
    right: -2%;
}

.text-prize {
    left: 21%;
    position: absolute;
    top: -9%;
    width: 60%;
}

.text-intro-join {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 20px;
}

.open-head {
    font-size: 24px;
    line-height: 35px;
    color: #ffffff;
    background-color: #62cfed;
    padding: 10px 0;
    margin: 50px 0 30px;
}

.img-join {
    margin-bottom: 50px;
}

.idol-info-sell {
    background-color: #FFFFFF;
    padding: 20px 40px;
    width: 48%;
    box-shadow: 0 0 5px 3px #f3f3f3;
    border-radius: 5px;
}

.idol-sell {
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.part-idol {
    flex: 1;
}

.img-idol,
.img-white-shirt {
    padding: 20px 0;
    height: 260px;
}

.but-link img {
    width: 25px;
    margin-right: 10px;
    vertical-align: middle;
}

.text-price {
    min-height: 30px;
    font-size: 14px;
    line-height: 25px;
}

.box-code {
    border: 1px solid #00c1ea;
    margin-top: 20px;
}

.intro-code {
    font-size: 16px;
    color: #ffffff;
    line-height: 25px;
    background-color: #78d6f1;
    border-right: 1px solid #16c5eb;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}

.intro-code,
.code-copy {
    padding: 10px;
}

.code-copy {
    font-size: 16px;
    line-height: 25px;
}

.copy-button {
    background-color: transparent;
    border: none;
    width: 64px;
    cursor: pointer;
}

.name-idol-sell {
    font-size: 20px;
    line-height: 30px;
}

.text-award {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 65px;
    font-weight: 700;
}
.popup-copy {
    display: none;
    position: fixed;
    top: 50%;
    left: 45%;
    font-size: 25px;
    padding: 20px;
    border-radius: 10px;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.5);
}
.text-ranking {
    font-size: 18px;
    line-height: 25px;
    padding-top: 20px;
}

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

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

 .text-final span {
    font-size: 23px;
}

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

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

 .countdown-final .hour {
    font-weight: 700;
    line-height: 36px;
    font-size: 40px;
    color: #ffffff;
}
@media screen and (max-width: 1100px) {
    .popup-copy {
        left: 35%;
        border-radius: 5px;
    }
    .top-banner {
        background: url("https://s3.ap-northeast-1.amazonaws.com/storage.up-t.jp/Campaign/nbpet/top-banner-sp.jpg") bottom no-repeat;
        background-size: cover;
        max-height: 400px;
        min-height: 310px;
        margin-bottom: 0;
    }

    .text-banner {
        font-size: 14px;
        line-height: 20px;
        padding-top: 110px;
        padding-bottom: 0;
        text-shadow: 0 1px #FFFFFF, 0 -1px #FFFFFF, 1px 0 #FFFFFF, -1px 0 #FFFFFF, 1px 0 #FFFFFF, -1px 0 #FFFFFF;
    }

    .text-banner span {
        font-size: 17px;
    }

    .page-nbpet .box-banner {
        margin: 0 auto;
        align-items: center;
        gap: 10px;
        padding: 10px 20px;
    }

    .page-nbpet .text-clock-banner {
        font-size: 12px;
        line-height: 14px;
    }

    .page-nbpet .text-clock-banner span {
        font-size: 10px;
    }

    .page-nbpet .icon-clock {
        width: 25px;
        margin-right: 3px;
    }

    .page-nbpet .hour {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 0;
    }

    .page-nbpet .btn-banner {
        font-size: 14px;
        line-height: 25px;
        padding: 5px 20px 5px 14px;
        box-shadow: 1px 2px 0 0 #7b0828;
    }

    .page-nbpet .btn-banner::after {
        width: 5px;
        height: 5px;
        border-top: 1px solid #FFFFFF;
        border-left: 1px solid #FFFFFF;
    }

    .page-nbpet .banner-nav ul li a {
        font-size: 12px;
        line-height: 18px;
        width: max-content;
    }

    .page-nbpet .banner-nav ul li a::after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 8px solid #ffffff;
        left: 4px;
        top: -2px;
    }

    .page-nbpet .banner-nav ul li {
        padding: 10px 0;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: unset;
        height: fit-content;
    }

    .page-nbpet .banner-nav ul {
        max-width: 100%;
        overflow-y: scroll;
        overflow-x: scroll;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 25px;
    }

    .logo-open-part {
        width: 25px;
        margin: 0 auto 5px;
    }

    .introduce {
        padding: 40px 0 50px;
    }

    .page-nbpet .img-open-prize {
        width: 90%;
        top: -30px;
    }

    .page-nbpet .text-prize-1,
    .page-nbpet .plus-icon,
    .page-nbpet .text-prize-2 {
        font-size: 15px;
        line-height: 20px;
    }

    .page-nbpet .icon-prize-1 {
        width: 70px;
        position: relative;
        left: 0;
        top: 0;
    }

    .page-nbpet .box-prize {
        padding: 25px 10px 13px;
        gap: 10px;
        border-radius: 5px;
        flex-direction: column;
        flex: 1;
    }

    .box-prize-1st {
        align-items: flex-start;
        position: relative;
        gap: 10px;
        flex-direction: row;
    }

    .page-nbpet .plus-icon {
        position: absolute;
        top: 15%;
        left: 50%;
        padding: 0;
        width: 30px;
    }

    .second .img-prize {
        width: 50%;
        margin: 0 auto;
    }

    .page-nbpet .text-prize-1 span {
        font-size: 8px;
    }

    .grand-fix-award {
        padding: 0 0 50px;
    }

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

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

    .page-nbpet .timeline-item-4,
    .page-nbpet .timeline-item-2,
    .page-nbpet .timeline-item-1 {
        top: 42%;
    }

    .page-nbpet .timeline-item-4 {
        left: 94.3%;
        align-items: flex-end;
    }

    .page-nbpet .timeline-item-3 {
        top: -7%;
    }

    .page-nbpet .timeline-item-1 {
        left: 19%;
    }

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

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

    .page-nbpet .box-join {
        width: 100%;
        padding: 15px;
    }

    .page-nbpet .info-join {
        gap: 15px;
    }

    .page-nbpet .img-shirt {
        height: fit-content;
        width: 100%;
        margin-bottom: 0;
    }

    .page-nbpet .name-join {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 5px;
    }

    .page-nbpet .text1-join {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 16px;
    }

    .page-nbpet .list-point {
        margin: 0;
    }

    .page-nbpet .list-prize span {
        font-size: 13px;
        line-height: 15px;
        padding: 5px 0;
        width: 100px;
    }

    .page-nbpet .text2-join {
        font-size: 12px;
        line-height: 20px;
    }

    .list-logo {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .list-logo .logo-img {
        width: 31%;
    }

    .logo-group {
        text-align: center;
        padding: 15px 0;
    }

    .page-nbpet .but-link {
        width: 100%;
        height: 30px;
        border-radius: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .page-nbpet .show-list-sell .but-link {
        margin: 0 auto;
    }

    .page-nbpet .but-twit img {
        width: 15px;
        margin-right: 5px;
    }

    .page-nbpet .note-marquee {
        font-size: 12px;
    }

    .page-nbpet .box-note-marquee {
        top: 51%;
    }

    .page-nbpet .title-tab-ranking {
        font-size: 15px;
        line-height: 25px;
        padding: 25px 0 15px;
    }

    .status-atjam-item p:first-child {
        font-size: 12px;
    }

    .status-atjam-item {
        padding: 5px 3px;
    }

    .tab_content {
        border: none;
    }

    .page-nbpet .no-ranking {
        margin: 0 4px;
    }

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

    .page-nbpet .text-rank {
        font-size: 10px;
        top: 10%;
    }

    .page-nbpet .img-ranking {
        width: 55px;
        height: 55px;
        margin-right: 5px;
    }

    .page-nbpet .total-button {
        padding: 10px 0;
        margin: 0 5px;
    }

    .page-nbpet .but-twitter,
    .page-nbpet .but-sell {
        width: 105px;
        height: 25px;
        font-size: 11px;
        line-height: 24px;
        border-radius: 3px;
    }

    .page-nbpet .but-twitter img,
    .page-nbpet .but-sell img {
        width: 14px;
        margin-right: 5px;
    }

    .page-nbpet .timeline-box,
    .page-nbpet .timeline-img {
        max-width: 350px;
        margin: 0 auto;
    }

    .text-head-banner {
        font-size: 13px;
        line-height: 25px;
        padding: 10px 0;
    }

    .box-content-info {
        flex-direction: column;
    }

    .text-box {
        font-size: 12px;
        line-height: 20px;
    }

    .img-box {
        margin: 0 auto;
        width: 80%;
    }

    .text-award {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 55px;
    }

    .img-prize {
        width: 100%;
    }

    .text-1-prize {
        font-size: 32px;
        line-height: 40px;
    }

    .text-1-prize span {
        font-size: 20px;
    }

    .text-2-prize {
        font-size: 13px;
        line-height: 20px;
    }

    .text-prize {
        left: 0;
        position: absolute;
        top: -6%;
        width: 100%;
    }

    .toy-prize {
        position: absolute;
        top: 8%;
        width: 20%;
    }

    .toy-prize-2 {
        right: 0;
    }

    .toy-prize-1 {
        left: 2%;
    }

    .text-intro-join {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 1px;
    }

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

    .text-ranking {
        font-size: 14px;
        line-height: 20px;
        padding-top: 10px;
    }

    .open-head {
        font-size: 14px;
        line-height: 25px;
        padding: 5px 0;
        margin: 25px 0 15px;
    }

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

    .text-final span {
        font-size: 16px;
    }

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

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

    .countdown-final .hour {
        font-size: 32px;
    }
}
@media screen and (max-width: 576px) {
    .img-event-banner {
        width: 100%;
        position: relative;
        top: 15px;
        margin-bottom: -20px;
    }
    .txt-infor{
        padding: 12px 16px;
        font-size: 14px;
    }
    .buy .text-coming-soon{
        font-size: 12px;
    }
    .open-part{
        font-size: 20px;
        padding-bottom: 5px;
        line-height: 25px;
    }
    .box-open-part {
        position: relative;
        margin: 0 auto 25px;
        width: fit-content;
    }
    .introduce p,
    .buy p{
        font-size: 12px;
        line-height: 20px;
    }
    .how-to-join,
    .w-ranking {
        padding: 40px 0;
    }
    .ranking-table table tbody tr td.image.name{
        width: 110px;
    }
    .ranking-table table tbody tr td {
        padding: 10px 5px;
    }
    .ranking-table-in table tr .tweet button{
        padding: 4px 5px;
        font-size: 8px;
    }
    .status-item p{
        font-size: 12px;
        line-height: 1.5;
    }
    .page-nbpet .name-rank {
        font-size: 11px;
        text-align: left;
        font-weight: 500;
    }
    .final-notice {
        width: 100%;
    }
    .buy {
        padding: 45px 0;
    }
    .rank-table {
        border: 1px solid #dbdbdb;
        background-color: #FFFFFF;
        max-height: 500px;
    }

    .idol-info-sell {
        padding: 8px;
        width: 100%;
    }

    .intro-code,
    .code-copy {
        font-size: 14px;
        line-height: 20px;
        padding: 5px;
    }

    .page-nbpet .idol-name {
        padding-left: 0;
    }

    .page-nbpet thead th {
        font-size: 12px;
        line-height: 20px;
        padding: 5px 0;
    }
}
