/*ADD 20250205 K.Kitta SEO対策(ランキング対応)*/
div.recomend_rankOuter {
    position: relative;
}
.recomend_rank ul li, .modal ul li {
    width: 334px;
}
div.recomend_rankWrap {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
div.recomend_rankWrap::-webkit-scrollbar{
  display: none;
}
div.recomend_rank {
    display: inline-block;
    width: max-content;
    min-width: 100%;
}
.recomend_rank ul li img.rank {
    width: 30px;
}
.recomend_rank ul {
    position: relative;
}
.leftbutton,.rightbutton {
    position: absolute;
    top: 50%;
    opacity: 0.8;
    z-index:999;
}
.leftbutton {
    position: absolute;
    left: 4px;
}

.rightbutton {
    position: absolute;
    right: 18px;
    padding-left: 22px;
}
.rightbutton:before {
    content: '';
    width: 36px;
    height: 36px;
    background: rgba(30, 40, 255, 0.7);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.rightbutton:after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 8px;
    bottom: 0;
    margin: auto;
}
.leftbutton:before {
    content: '';
    width: 36px;
    height: 36px;
    background: rgba(30, 40, 255, 0.7);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.leftbutton:after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(225deg);
    position: absolute;
    top: 0;
    left: 14px;
    bottom: 0;
    margin: auto;
}
@media screen and (max-width: 767px) {
    .recomend_rank ul li, .modal ul li {
        width: 256px;
    }
}

.recomend_rank ul li .icon-full {
    left: 0;
    bottom: 10px;
}
.recomend_rank ul li .icon-dry {
    left: 0;
}
.recomend_rank ul li .icon-brand {
    max-width: 54px;
}
@media screen and (max-width: 767px) {
    .recomend_rank ul li img.rank {
        width: 24px;
    }
    .recomend_rank .mr-md-1 {
        margin-right: .25rem !important;
    }
    .recomend_rank .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .recomend_rank .mt-md-0 {
        margin-top: 0 !important;
    }
    .recomend_rank ul li .icon-brand {
        max-width: 40px;
    }
}