.page-yuyami *{
    margin-bottom: 0px;
}
.m-b-60 {
    margin-bottom: 60px !important;
}
.m-b-40 {
    margin-bottom: 40px !important;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.w-auto {
    width: auto !important;
}
.c-white{
    color: #fff;
}
.dis-flex{
    display: flex;
}
.text-right{
    text-align: right;
}
.page-yuyami{
    background: #000;
}
.fs-26{
    font-size: 26px;
    line-height: 36px;
}
.yuyami-1{
    background-color: #fff;
}
.yuyami-content-top{
    padding: 25px 0;
    align-items: center;
}
.yuyami-content-top .col-y {
    flex: 1;
}
.yuyami-content-top .col-y.border{
    border-right: 3px solid #000000;
}
.yuyami-content-top #timer *,.yuyami-content-top #timer2 *{
    font-weight: 900;
}
.yuyami-img_sp{
    background-color: #fff;
}
.yuyami-content{
    text-align: center;
    width: 33%;
}
.yuyami-content_sp > p{
    padding-bottom: 10px;
    line-height: 1.4;
    padding-top: 10px;
}
.yuyami-content_pc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-color: #fff;
}
.yuyami-content_pc .yuyami-content-text{
    position: absolute;
    top: 0;
    width: 100%;
}
.yuyami-content_pc .y-countdown{
    padding: 0px 40px 80px;
}
.yuyami-5-content-flex_sp .ranking-table .content-table{
    overflow-x:auto;
}
.yuyami-5-content-flex_sp.yuyami-5-content-flex .ranking-table .table thead tr th{
    white-space: normal;
    padding: 10px 4px;
    font-size: 12px;
}
@media (min-width: 2500px){
    .yuyami-1 {
        max-width: 1920px;
        margin: auto;
    }
}

.yuyami-content>div{
    padding:50px 20px 50px;
    background: #fff;
}
.title-countdown{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}
.hour.d-flex-ct{
    justify-content: center;
}
.line-white{
    height: 2px;
    background: #000;
    margin: 20px 0px;
}
.yuyami-img{
    width: 67%;
}
.yuyami-content-text{
    background: #2d2d2d;
    font-size: 20px;
    color: #fff;
    padding: 20px;
}
#timer *,#timer2 *{
    font-size: 40px !important;
}
.banner-nav {
    background: #161616;
}
.banner-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
}
.banner-nav ul li {
    width: calc(100%/6);
    border-right: 2px solid #2e2e2e;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;

}
.banner-nav ul li:last-child{
    border-right: none;
}
.banner-nav ul li a {
    display: block;
    font-weight: 600;
    padding: 8px 0rem;
    color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 1.5;
}
.banner-nav ul li a::after {
    content: url(/common/design/user/img/yuyami/yuyami.png);
    position: relative;
    right: 0;
    margin-left: 5px;
}
.main-nav-scrolled {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
.bg-white{
    background: #fff;
}
.yuyami-2{
    margin-top: 30px;
    padding: 60px 0px 80px;
    position: relative;
}
.yuyami-2 p{
    line-height: 30px;
}
.yuyami-2:before{
    content: url("/common/design/user/img/yuyami/img3.png");
    position: absolute;
    bottom: 80px;
    left: 50px;
}
.yuyami-2:after{
    content: url("/common/design/user/img/yuyami/img4.png");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
}
.yuyami-2 h3{
    font-size: 30px;
    font-weight: bold;
    color: #4f0bc0;
    text-align: center;
    margin-bottom: 40px;
}
.yuyami-2-text{
    background: #eeeeee;
    padding: 15px 30px 30px;
    display: inline-block;
}
.yuyami-2-text_sp{
    display: block;
}
.yuyami-2-text p{
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
}
.yuyami-2-text-desc{
    display: flex;
    justify-content: center;
}
.yuyami-2-text-desc p{
    text-align: left;
}

.yuyami-2-text-desc p:first-child{
    margin-right: 40px;
}
.yuyami-title{
    background: #000;
    color: #fff;
    font-size: 22px;
    padding: 15px;
    margin: 0px 10px 20px;
    font-weight: bold;
    text-align: center;
}
.yuyami-3-content{
    padding: 0px 80px;
    position: relative;
}
.yuyami-3-content:before{
    content: url("/common/design/user/img/yuyami/img7.png");
    position: absolute;
    right: 60px;
    bottom: 50px;
}
.yuyami-3-item{
    display: flex;
    align-items: center;
    margin-left: 60px;
    padding: 10px 0px;
}
.yuyami-3-item p:first-child{
    margin-right: 20px;
}
.yuyami-3-item p{
    font-weight: bold;
    font-size: 30px;
    line-height: 42px;
}
.yuyami-3-item p span{
    color: #ed0032;
    font-size: 40px;
    font-weight: bold;
}
.yuyami-4{
    padding: 80px 0px 0px;
}
.yuyami-4-content{
    padding: 20px 80px;
}
.yuyami-4-content-list{
    display: flex;
    margin: 0px -10px 60px;
    justify-content: flex-start;
}
.yuyami-4-content-item{
    width: calc(100% / 3);
    padding: 20px;
    margin: 0px 10px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 6px 2px #ececec;
}
.yuyami-4-content-item>div{
    flex: 1;
}
.yuyami-4-content-item h4{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 36px;
}
.fs-14{
    font-size: 14px;
    line-height: 20px !important;
}
.yuyami-4-content-item .fs-14{
    margin-bottom: 20px;
}
.yuyami-4-content-item .fs-14 span{
    color: #ed0032;
    font-weight: bold;
}
.btn-link{
    display: block;
    background: #3f3f3f;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    border-radius: 6px;
    padding: 15px ;
    flex: 1;
    max-height: 48px;
}
.btn-link:after{
    content: url("/common/design/user/img/yuyami/up.png");

}
.yuyami-4-content-item-list{
    margin: 30px 0px 30px;
}
.yuyami-4-content-item-list h3{
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;

}
.yuyami-4-content-item-list > div{
    display: flex;
    margin: 0px -20px 30px;
}
.yuyami-4-content-item-list-item{
    width: calc(100%/4);
    margin: 0px 20px 30px;
}
.yuyami-4-content-item-list-item .thumbnail{
    position: relative;
    display: block;
}
.yuyami-4-content-item-list-item .thumbnail:before{
    content: "";
    display: block;
    background: url(/common/design/user/img/yuyami/zoom.png) no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    left: auto;
    right: 5px;
}
.yuyami-5-content{
    background: #ededed;
    margin: 12px 10px;
    padding: 40px 70px 50px;
}
.yuyami-5 .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: 30%;
    margin: 0 auto;
    background: #030303;
    text-shadow: 1px 0px 6px #0078ff;
    color: #6cb1ff;
    padding: 10px 0;
    white-space: nowrap;
}
.yuyami-5 .ranking-title-bottom-sp {
    font-size: 16px;
    width: calc(100% - 60px);
    padding: 12px 0 12px;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 8px;
    background: #030303;
    font-weight: 700;
    margin: 0px 30px 12px;
}
.yuyami-5-content-flex{
    display: flex;
}
.yuyami-5-content-left{
    background: #fff;
    padding: 20px 15px 20px;
    width: 100%;
    /*margin-right: 20px;*/
}
.yuyami-5-content-right{
    background: #fff;
    padding: 20px 15px 20px;
    width: 40%;
}
.yuyami-5-content-flex .ranking-table .table thead tr {
    background: #ebebeb;
    border: none;
}
.yuyami-5-content-flex .ranking-table .table thead tr th {
    font-weight: 600;
    border: none;
    white-space: nowrap;
    text-align: center;
    padding: 10px;
}
.yuyami-5-content-flex .ranking-table .table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.yuyami-5-content-flex .ranking-table .table tbody tr td {
    vertical-align: middle;
    padding:10px;
    font-size: 30px;
}
.yuyami-5-content-flex .yuyami-5-content-left .ranking-table .table tbody tr td:nth-child(2){
    width: 120px;
}
.yuyami-5-content-flex .ranking-table .table tbody tr td:nth-child(2) img{
    width: 100% !important;
}
.yuyami-5-content-flex .yuyami-5-content-left .ranking-table .table tbody tr td:nth-child(3),
.yuyami-5-content-flex .yuyami-5-content-left .ranking-table .table tbody tr td:nth-child(5),
.yuyami-5-content-flex .yuyami-5-content-right .ranking-table .table tbody tr td:nth-child(3){
    text-align: center;
}
.yuyami-5-content-flex .yuyami-5-content-left .ranking-table .table tbody tr td:last-child{
    white-space: nowrap;
    text-align: center;
}
.yuyami-5-content-flex .yuyami-5-content-right .ranking-table .table tbody tr td{
    padding: 20px 10px;
}
.yuyami-5-content-flex.ranking-table .table tbody tr td:last-child{
    width: 32%;
}
.yuyami-5-content-flex h4{
    font-size: 22px;
    font-weight: bold;
    line-height:30px;
    margin-bottom: 30px;
    text-align: center;
}
.yuyami-5-content-flex .num {
font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.yuyami-5-content-flex .num span{
    position: absolute;
    font-weight: bold;
    font-size: 24px;
}
.yuyami-5-content-flex  .name{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #0078ff !important;
    font-weight: bold;
    display: block;
    text-decoration: underline;
}
.yuyami-5-content-right .name{
    margin-bottom: 0px;
}
.sale-item-count{
    font-size: 16px;
}
.yuyami-5-content-flex  button{
    display: inline-flex;
    border: none;
    padding: 4px 10px;
    border-radius: 99px;
    align-items: center;
}
.yuyami-title-2{
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: center;
}
.yuyami-6-content{
    padding: 0px 80px;
}
.yuyami-6-content .yuyami-5-content-left, .yuyami-6-content .yuyami-5-content-right{
    border: 1px solid #ddd;
}
.status-yuyami-before {
    width: calc(50%);
    margin: 0 auto;
    margin-bottom: 40px;
}
.status-yuyami-before .dis-flex {
    justify-content: center;
}
.status-yuyami-before .dis-flex li {
    margin: 0 10px;
    width: 50%;

}
.status-yuyami-item {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #f0f0f0;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    color: #adadad;
    text-align: center;
}
.status-yuyami-item.active {
    background-color: #e4007f;
    border: 1px solid #e4007f;
}
.status-yuyami-before .status-yuyami-item .tabs-a-ct, .status-yuyami-before .status-yuyami-item.active .tabs-a-ct {
    background: none;
    text-align: center;
}
.status-yuyami-item p:first-child {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
}
.yuyami-6{
   padding: 60px 0px 80px;
}
.yuyami-8-content{
    padding: 20px 80px 60px;
}
.yuyami-9-content{
    padding: 10px 80px 80px;
}
.yuyami-9-twitter-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.yuyami-9-twitter-content-left, .yuyami-9-twitter-content-right {
    padding: 0px 10px;
    width: calc(50% - 10px);
}
.yuyami-9-twitter-content-left .yuyami-9-twitter-content-left-1 {
    background: #fffcc6;
    border-radius: 10px;
    position: relative;
}
.yuyami-9-twitter-content-left .yuyami-9-twitter-content-left-1 .txt-top {
    background: #fff000;
    padding: 10px 20px;
    border-radius: 10px 10px 0px 0px;
    position: relative;
}
.yuyami-9-twitter-content-left .yuyami-9-twitter-content-left-1 .txt-top p {
    font-size: 24px;
    line-height: 31px;
    font-weight: bold;
    color: #000;
}
.c-red {
    color: #da100c !important;
}
.yuyami-9-twitter-img {
    position: absolute;
    right: 0px;
    top: -10px;
    width: 120px;
}
.yuyami-9-twitter-content-left .yuyami-9-twitter-content-left-1 .text-detail {
    font-size: 16px;
    line-height: 29px;
    padding: 10px 20px;
    font-weight: bold;
}
.yuyami-9-twitter-content-left-2 h4 {
    font-size: 26px;
    margin: 20px 0px 10px;
    text-align: center;
    color: #000;
}
.list-id-twitter {
    max-height: 203px;
    overflow: auto;
}
.list-id-twitter table tr {
    border-bottom: 1px solid #adadad;
}
.list-id-twitter table tr th:first-child {
    background: #fffcc6;
    text-align: right;
}
.list-id-twitter table tr th {
    padding: 10px 15px;
    color: #4c3801;
    font-size: 16px;
    line-height: 29px;
}
.list-id-twitter table tr th:last-child {
    background: #ffffff;
    text-align: left;
}
.yuyami-9-twitter-content-right .content-battle {
    display: block;
    overflow: auto;
    max-height: 363px;
    background: #edfcff;
}
.yuyami-9-twitter-content-left-2{
    width: 50%;
    margin: 0px auto;
}
.yuyami-10{
    background: #fff;
    margin-top: 50px;
    padding: 80px 0px;
}
.yuyami-10-content {
    width: 68%;
    margin: 0px auto;
}
.yuyami-10-text {
    margin-right: 40px;
}
.yuyami-10-text h2 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 900;
}
.yuyami-10-text p {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}
.yuyami-7-content{
    padding: 10px 80px 60px;
}
.yuyami-7-item-main{
    width: 30%;
    margin-right: 30px;
}
.yuyami-7-item-main .fs-18{
    font-size: 18px;
    line-height: 26px;
}

.yuyami-7-item-main .fs-20{
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}
.yuyami-7-content-item{
    border: 1px solid #ddd;
    padding: 15px 20px 0px;
    border-radius: 2px;
    display: flex;
    margin-bottom: 20px;
}
.yuyami-7-list-item{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
    width: 70%;
}
.yuyami-7-item{
    width: calc(100%/2 - 20px);
    margin: 0px 10px 30px;
}
.yuyami-7-item>p img.w-auto{
    width: 100% !important;
    min-height: 290px;
    object-fit: contain;
}
.btn-yayumi{
    padding: 10px 15px;
    border-radius: 4px;
    display: block;
    position: relative;
    color: #fff !important;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    line-height: 28px;
}
.btn-red{
    background: #d00000;
}
.btn-red:after{
    content: url("/common/design/user/img/yuyami/ic-cart.png");
    position: absolute;
    right: 20px;
}
.btn-green{
    background: #0e9500;
}
.btn-green:after{
    content: url("/common/design/user/img/yuyami/ic-pen.png");
    position: absolute;
    right: 20px;
}
.btn-tw{
    background: #1da1f2;

}
.btn-tw:after{
    content: url("/common/design/user/img/yuyami/ic-twitter.png");
    position: absolute;
    right: 20px;
}
.yuyami-7-item>p{
    position: relative;
}
.yuyami-7-item>p>a:before {
    content: "";
    display: block;
    background: url(/common/design/user/img/yuyami/zoom.png) no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    left: auto;
    right: 20px;
}
.yuyami-pr-content{
    padding: 30px 80px 80px;
}
.yuyami-pr-content .y-pr-list{
    flex-wrap: wrap;
    margin: 0 -5px;
}
.y-pr-list .item-pro{
    width: calc((100% - 40px) /4);
    /*flex-grow: 1;*/
    margin: 0 5px 30px;
}
.y-pr-list .item-pro .btn-yayumi{
    text-align: left;
}
.y-pr-list .item-pro .btn-red:after{
    right: 8px;
}
.yuyami-pr-content .btn-load-more{
    background-color: #e4007f;
    color: #fff;
    width: 12.5em;
    border-radius: 6px;
    display: block;
    text-align: center;
    height: 2.9em;
    line-height: 2.8;
    font-size: 21px;
    margin: 0 auto;
}
.y-pr-list .item-pro .thumbnail{
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.y-pr-list .item-pro .thumbnail:before{
    content: "";
    display: block;
    background: url(/common/design/user/img/yuyami/zoom.png) no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: auto;
    right: 0px;
}
.yuyami-pr-content_sp{
    padding: 0 15px 50px;
}
.y-pr-list_sp .item-pro{
    width: calc((100% - 20px) / 2);
}
.y-pr-list_sp .item-pro :nth-child(2n){
    padding: 5px 15px;
}
.yuyami-pr-content_sp .btn-load-more{
    width: 9em;
    height: 2.5em;
    line-height: 2.5;
}
.y-pr-list_sp .item-pro .btn-red:after{
    right: 4px;
}
.yuyami-7-item-main .btn-tw{
    display: none;
}
.tabs-ct .tabs-a-ct{
    flex-direction: column;
}
.tabs-ct .tabs-a-ct p:not(:first-child){
    font-size: 12px;
}
.yuyami-6-content_sp .tabs-ct .tabs-a-ct{
    height: unset;
    padding: 10px 0;
}
.wait-ranking * {
    font-size: 16px;
    line-height: 1.7;
}
.wait-ranking:not(.wait-ranking_sp) {
    padding: 40px;
}
.wait-ranking .title-countdown{
    margin-bottom: 0;
}
.margin-auto{
    margin: 0 auto;
}
.w-auto{
    width: auto;
}
.wait-ranking:not(.wait-ranking_sp) .countdown-w{
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #666666;
}
.wait-ranking_sp .countdown-w{
    background: #666666;
    padding: 30px 20px;
                  }
.wait-ranking .countdown-w p{
    font-size: 26px;
    color: #ffffff;
}
.wait-ranking .countdown-w .hour *{
    font-size:38px;
    color: #ffffff;
}
.color-red{
    color: #af0035;
}
@media (min-width: 1200px) {
    .wait-ranking {
        justify-content: space-between;
        padding: 30px;
    }
    .wait-ranking .item-c {
        width: calc(50% - 5px);
    }
    .wait-ranking * {
        font-size: 16px;
    }
}
@media (max-width: 1100px) {
    .text-center{
        text-align: center;
    }
    .fs-26 {
        font-size: 18px;
        line-height: 26px;
    }
    .yuyami-img, .yuyami-content{
        width: 100%;
    }
    .yuyami-content>div {
        padding: 12px 10px 12px;
        background: #fff;
        display: flex;
        justify-content: space-between;
    }
   .yuyami-content .column-battle{
        width: 50%;
    }
    .title-countdown {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .line-white {
        height: 66px;
        background: #000;
        margin: 0px 4px;
        width: 3px;
    }
    #timer *, #timer2 *{
        font-size: 24px !important;
    }
    .banner-nav ul{
        padding: 0px;
    }
    .banner-nav ul li{
        border: 1px solid #2e2e2e;
        height: 48px;
        width: calc(100%/3);
    }
    .banner-nav ul li a{
        font-size: 10px;
    }
    .yuyami-2 {
        margin-top: 0px;
        padding: 40px 0px 60px;
        position: relative;
    }
    .yuyami-2 h3{
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }
    .yuyami-2 p {
        line-height: 24px;
        font-size: 14px;
    }
    .yuyami-2:after, .yuyami-2:before{
        content: none;
    }
    .yuyami-2-text{
        padding: 15px 20px 30px;
    }
    .yuyami-2 .yuyami-2-text-desc p{
        font-size: 16px;
        white-space: nowrap;
    }
    .yuyami-2-text-desc p:first-child {
        margin-right: 20px;
    }
    .yuyami-title{
        margin: 0px 0px 20px;
        font-size: 18px;
    }
    .yuyami-3-content,  .yuyami-4-content,  .yuyami-5-content,  .yuyami-6-content,  .yuyami-7-content,  .yuyami-8-content,  .yuyami-9-content{
        padding: 0px;
    }
    .yuyami-3-item {
        display: block;
        TEXT-ALIGN: center;
        margin-left: 0px;
        padding: 10px 0px;
    }
    .yuyami-3-item p:first-child {
        margin-right: 0px;
    }
    .yuyami-3-item p{
        font-size: 18px;
        line-height: 30px;
    }
    .yuyami-3-item p span{
        font-size: 24px;
    }
    .yuyami-4 {
        padding: 40px 0px 0px;
    }
    .yuyami-4-content-list {
        display: block;
        margin: 0px 0px 40px;
    }
    .yuyami-4-content-item {
        width: 100%;
        padding: 20px 10px;
        margin: 0px;
        display: flex;
        flex-direction: row;
        box-shadow: 0px 0px 6px 2px #ececec;
    }
    .yuyami-4-content-item>p{
        width: 30%;
    }
    .yuyami-4-content-item>div{
        margin-left: 10px;
    }
    .yuyami-4-content-item h4{
        text-align: left;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .btn-link{
        padding: 12px;
    }
    .yuyami-4-content-item-list > div{
        flex-wrap: wrap;
        margin: 0px -10px 30px;
    }
    .yuyami-4-content-item-list-item {
        width: calc(100%/2 - 20px);
        margin: 0px 10px 20px;
    }
    .yuyami-5-content {
        margin: 0px;
        padding: 30px 10px !important;
    }
    .yuyami-5 .ranking-title-bottom-sp {
        font-size: 14px;
        width: 100%;
        padding: 10px 0 10px;
        border-radius: 6px;
        margin: 0px 0px 12px;
    }
    .yuyami-5 .ranking-title{
        font-size: 16px;
        width: 50%;
    }
    .yuyami-5-content-flex {
        display: block;
    }
    .yuyami-5-content-left, .yuyami-5-content-right{
        width: 100%;
        padding: 15px 10px;
        margin-bottom: 20px;
    }
    .yuyami-5-content-flex h4{
        margin-bottom: 20px;
    }
    .yuyami-5-content-flex .ranking-table .table tbody tr td {
        vertical-align: middle;
        padding: 10px 2px;
        font-size: 16px;
        text-align: center;
    }
    .yuyami-5-content-flex button {
        padding: 4px 4px;
        font-size: 10px;
    }
    .yuyami-5-content-flex button img{
        width: 14px !important;
    }
    .sale-item-count {
        font-size: 14px;
    }
    .yuyami-title-2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .status-yuyami-before {
        width: 100%;
        margin-bottom: 20px;
    }
    .status-yuyami-before .status-yuyami-item .tabs-a-ct, .status-yuyami-before .status-yuyami-item.active .tabs-a-ct{
        border: none;
    }
    .status-yuyami-item{
        padding: 0px;
    }
    .status-yuyami-item.active p{
        color: #fff;
    }
    .status-yuyami-item p:first-child{
        font-size: 18px;
    }
    .yuyami-6-content .tab_content{
        border: none;
    }
    .yuyami-6 {
        padding: 40px 0px 40px;
    }
    .yuyami-7-content-item{
        display: block;
        padding: 15px 10px;
    }
    .yuyami-7-item-main,.yuyami-7-list-item {
        width:100%;
        margin: 0px;
    }
    .yuyami-7-item-main{
        display: flex;
        margin-bottom: 30px;
    }
    .yuyami-7-item-main>p{
        width: 42%;
        margin-right: 20px;
    }
    .yuyami-7-item-main>div{
        width: 58%;
    }
    .yuyami-7-item {
        width: calc(100%/2 - 10px);
        margin: 0px 5px 20px;
    }
    .btn-yayumi {
        font-size: 14px;
        padding: 6px 4px;
        text-align: left;
    }
    .btn-red:after, .btn-green:after, .btn-tw:after {
        right: 2px;
    }
    .yuyami-7-item>p>a:before{
        right: 0px;

    }
    .yuyami-8-content>p{
        width: 100%;
    }
    .yuyami-8{
        margin-bottom: 60px;
    }
    .yuyami-9-twitter-content{
        display: block;
    }
    .yuyami-9-twitter-content-left, .yuyami-9-twitter-content-right {
        padding: 0px 0px;
        width: 100%;
    }
    .yuyami-9-twitter-img img{
        width: 100px !important;
    }
    .yuyami-9-twitter-content-left .yuyami-9-twitter-content-left-1 .txt-top p {
        font-size: 18px;
        line-height: 26px;
    }
    .yuyami-9-twitter-content-left .yuyami-9-twitter-content-left-1 .txt-top{padding: 10px      }
    .yuyami-9-twitter-content-left-2{
        width: 90%;
    }
    .list-id-twitter table tr th {
        padding: 10px 10px;
        color: #4c3801;
        font-size: 14px;
        line-height: 24px;
    }
    .yuyami-10{
        margin-top: 0px;
        padding: 40px 0px 60px;
    }
    .yuyami-10-content {
        width: 100%;
    }
    .yuyami-10-content h2{
        text-align: center;
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: bold;
    }
    .yuyami-10-text {
        margin-right: 20px;
    }
    .yuyami-10-text p {
        font-size: 16px;
        line-height: 24px;
    }
    .yuyami-1{
        background:#000;
    }
    .yuyami-5-content-flex .yuyami-5-content-left .ranking-table .table tbody tr td:nth-child(2) {
        width: 90px;
    }
    .yuyami-3-item>p>img{
        width: 100px!important;
    }
    .yuyami-3-content:before{
        content: url("/common/design/user/img/yuyami/img7-sp.png");
        position: absolute;
        right: 0px;
        bottom: 100px;
    }
    .yuyami-9-twitter-content-left .yuyami-9-twitter-content-left-1 .text-detail {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 10px;
    }
}
@media (min-width: 768px) and (max-width: 1025px) {
    .yuyami-7-item>p img.w-auto {
        min-height: 500px;
    }
}
@media (min-width: 575px) and (max-width: 767px) {
    .yuyami-7-item>p img.w-auto {
        min-height: 380px;
    }
}
@media (max-width: 576px) {
    .yuyami-5-content-flex .ranking-table .table tbody tr td{
        font-size: 14px;
    }
    .yuyami-2-text_sp p{
        font-size: 14px;
    }
    .yuyami-7-item>p img.w-auto {
        min-height: 176px;
    }
    .title-countdown{
        font-size: 12px;
    }
    #timer *, #timer2 *{
        font-size: 20px !important;
    }
    .yuyami-content .fs-26{
        font-size: 15px;
    }
}
.item-gi{
    margin-left: 20px;
    height: 500px;
    overflow: auto;
}
.paginate{
    display: none;
}



/*Update final result yuyami*/
.page-yuyami .final-result {
    background-image: url("/common/design/user/img/yuyami/bg-final.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding: 50px;
}

.page-yuyami .result-yuyami {
    background-color: rgb(255, 255, 255);
    opacity: 0.902;
    box-shadow: 0px 7px 6px 0px rgba(45, 45, 45, 0.28);
    padding: 35px;
}

.page-yuyami .rank-1 {
    width: 200px;
}

.page-yuyami .open-final {
    width: 650px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.page-yuyami .avatar-rank1 {
    width: 240px;
}

.page-yuyami .prize-idol{
    color: #fe001e;
}

.page-yuyami .name-idol,
.page-yuyami .prize-idol {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.page-yuyami .name-idol {
    font-weight: 700;
}

.page-yuyami .the-first {
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dcdcdc;
    gap: 30px;
}

.page-yuyami .wait-ranking {
    padding: 40px 0;
}

.page-yuyami .circle-rank {
    padding: 5px 10px;
    background-color: #40220f;
    border-radius: 80px;
    color: #FFFFFF;
    font-weight: 700;
}

.page-yuyami .avatar-rank2 {
    width: 90px;
}

.page-yuyami .rank-2 {
    align-items: center;
    gap: 15px;
}

.page-yuyami .rank-other {
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}

.page-yuyami .bot-final {
    font-size: 16px;
    line-height: 30px;
    padding-top: 30px;
}

.page-yuyami-sp .open-final {
    width: 250px;
    padding-bottom: 10px;
}

.page-yuyami-sp .final-result {
    padding: 10px;
}

.page-yuyami-sp .rank-other {
    flex-direction: column;
    align-items: start;
    gap: 15px;
    padding-top: 15px;
    padding-left: 8px;
}

.page-yuyami-sp .result-yuyami {
    padding: 15px 7px;
}

.page-yuyami-sp .rank-1 {
    width: 90px;
    position: relative;
    z-index: 3;
    left: -10px;
}

.page-yuyami-sp .avatar-rank1 {
    width: 160px;
    position: relative;
    left: -15px;
    z-index: 1;
}

.page-yuyami-sp .the-first {
    gap: 0;
    border-bottom: 0;
}

.page-yuyami-sp .name-idol {
    font-size: 12px;
}

.page-yuyami-sp .prize-idol {
    font-size: 10px;
    line-height: 15px;
}

.page-yuyami-sp .avatar-rank2 {
    width: 65px;
}

.page-yuyami-sp .circle-rank {
    padding: 5px 8px;
}

.page-yuyami-sp .bot-final {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
}