#main_column.colnum1, #main_column.colnum1 #mypagecolumn{
    width: 100%;
}

.LC_Page_Index div#main_column > div{
    margin-top: 0;
}

.LC_Page_Index #container{
    max-width: 100%!important;
}

#main_column h2{
    border: 0;
    padding: 0;
}

#main_column .ranking  .raku2_recommend_list .block_body{
    gap: 30px;
}

#main_column .ranking  .raku2_recommend_list div.raku2_recommend_layout{
    flex-flow: column-reverse;
    width: calc(20% - 30px * 4 / 5);
    margin: 0!important;
    display: flex;
    justify-content: start;
}

#main_column .ranking  .raku2_recommend_list .block_body{
    margin-left: 0;
    padding: 0;
}

#main_column .ranking .raku2_recommend_list .block_body img{
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    height: auto;
    /* background: red; */
}

#main_column .ranking .recommend_list .block_body h3{
font-weight: 400;
font-size: 14px;
line-height: 24px;
letter-spacing: normal;
text-align: left;
}

#main_column .raku2_recommend_list .raku2_price_area{
    text-align: left;
font-weight: 700;
font-size: 16px;
letter-spacing: normal;
display: flex;
flex-wrap: wrap;
align-items: end;
}

span.raku2_price_tax_before{
    font-size: 12px;
    margin-left: 5px;
}

span.raku2_price_tax_after{
    font-size: 12px;
}

#main_column .ranking .raku2_recommend_list .raku2_productImage{
    aspect-ratio: 1/1;
    height: auto;
}

.module .ranking .raku2_recommend_layout {
    position: relative;
  }

.module .ranking .raku2_recommend_layout:nth-of-type(1)::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    background-image: url(/user_data/packages/raku2pc/corekara/pc//sec2_ic01.png);
    width: 30px;
    height: 26px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  }
.module .ranking .raku2_recommend_layout:nth-of-type(2)::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    background-image: url(/user_data/packages/raku2pc/corekara/pc//sec2_ic02.png);
    width: 30px;
    height: 26px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  }
.module .ranking .raku2_recommend_layout:nth-of-type(3)::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    background-image: url(/user_data/packages/raku2pc/corekara/pc//sec2_ic03.png);
    width: 30px;
    height: 26px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  }
.module .ranking .raku2_recommend_layout:nth-of-type(4)::before {
    position: absolute;
    content: "4";
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background: #fff;
    color: #3B2A2A;
    border: 1px solid #3B2A2A;
    border-radius: 50%;
    z-index: 1;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.module .ranking .raku2_recommend_layout:nth-of-type(5)::before {
    position: absolute;
    content: "5";
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background: #fff;
    color: #3B2A2A;
    border: 1px solid #3B2A2A;
    border-radius: 50%;
    z-index: 1;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  @media (max-width: 768px) {
    .module .ranking .raku2_recommend_layout{
        display: flex !important;
        flex-direction: column-reverse !important;
        justify-content: start !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .module .raku2_recommend_list .block_body{
        margin-left: 0 !important;
        padding: 0 !important;
        gap: 10px !important;
    }

    .module .ranking .raku2_recommend_layout{
        width: calc(33.333% - 10px * 2 / 3);
    }

    .module .ranking .raku2_recommend_layout:nth-of-type(1){
        width: calc(50% - 15px * 1 / 2);
        margin-right: 2.5px!important;
    }

    .module .ranking .raku2_recommend_layout:nth-of-type(2){
        width: calc(50% - 15px * 1 / 2);
        margin-left: 2.5px!important;
    }

    .module .raku2_recommend_list .raku2_productImage{
        max-width: 100%;
        width: 100%;
        aspect-ratio: 1 / 1;
        margin-bottom: 14px!important;
    }

    .module div.raku2_recommend_list .raku2_recommend_layout h3{
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: normal;
    }

    .module .raku2_price_area{
font-weight: 700;
font-size: 16px;
line-height: 100%;
letter-spacing: normal;
margin-top: 10px;

    }
  }

  .module a.c-btn:visited{
    color: #fff;
  }

  body.plg_Raku2_LC_Page_Products_Detail.page_frame_wide .ranking{
    display: none;
  }

  #main_column .raku2_history_list .block_body img{
    aspect-ratio: 1 / 1;
    height: auto;
  }

  #main_column .history_list .product_item:nth-child(5n){
    padding-right: 0!important;
  }