@charset "UTF-8";

    /* ----*/
   /*  // journals single*/
   /* // ----*/

/* PC */
/* full_size */
.ranking{
    display:grid;
    grid-template-columns:repeat(10,1fr);
    gap:2px;
}

/* ver_SP */
@media (max-width:767px){
    .ranking{
        grid-template-columns: repeat(5, 1fr);
        gap: 2px;
    }
}

/* sell */
.rank{

    display:flex;
    flex-direction:column;

    padding:0px;

    text-align:center;

    height:180px;   /* 高さを揃える */
}

/* rank_name */
.rank-no{
    font-weight:bold;
    font-size: 13.5px;
    height:24px;
    line-height:24px;
}

/* item_img */
.rank-img{

    flex:1;

    display:flex;
    justify-content:center;
    align-items:center;

    overflow:hidden;
}

.rank-img img{

    max-width:100%;
    max-height:100px;

    object-fit:contain;
}

/* itemname */


.rank-name{
    font-size:13.5px;
    line-height:1.4;
    min-height:40px;

    display:flex;
    justify-content:center;
    align-items:center;

    padding:0 0%;
    box-sizing:border-box;
}

@media (max-width:767px){
.rank-name{
        font-size:12.5px;
            min-height: 80px;
        align-items: self-start;
}
}

li a{
    color:#000;
}

li a.underline{
    color:#000;
    text-decoration:underline;
    text-decoration-color:#000;
}


.link-underline_v02{
    text-decoration: underline;
        color: rgba(0, 0, 0, .6);
}


.dt-black{
    display: inline-block;
    background-color: #000 !important;
    color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    text-align: left;
}

/* SP */
@media (max-width:767px){
.img-full_sp{
    margin-bottom: 3%;
}

.txt_box_v_sp{
        width: 90%;
}
}

/* （PC） */
.show_img_pc{
    display: block;
}

.show_img_sp{
    display: none;
}



/* SP */
@media (max-width:767px){
    .show_img_pc{
        display: none;
    }

    .show_img_sp{
        display: block;
    }
}