.revico-common-background-style {
    background-color: #fff !important;
    }


/* 背景色の変更 */
.revico-multicomment-top {
    background-color: inherit;
    text-align:center;
}

/* 不要な要素を非表示 */
.revico-multicomment-top .revico-comment-header, 
.revico-multicomment-top .revico-comment-footer {
    display: none;
}

/* 要素を横並びに */
.revico-multicomment-top .revico-comment-main {
    position: relative;
    display: flex;
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}

/* 各要素の幅、高さの設定 */
.revico-multicomment-top .revico-review-comment-row-wrapper {
    position: relative;
    width: 95%;
    min-width: 198px;
    height: 422px;
    min-height: 422px;
    margin: 0;
}
.revico-multicomment-top .revico-review-comment-row-wrapper:not(:last-of-type) {
    padding-right: 5px;
}
.revico-multicomment-top .revico-review-comment-row {
    width: 100%;
    margin-right: 16px;
}
.revico-review-comment-row .revico-review-comment-detail {
    padding: 10px 0px !important;
    text-align: center;
    width: 90%;
}

.revico-review-comment-detail{
    width: 95%;
}



/* 各要素の装飾: 商品 */
.revico-review-comment-row .revico-review-comment-detail--product-name {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    display: block !important;
    font-weight: bold;
}
.revico-review-comment-row .revico-review-comment-detail--product-name span { /* 続きを見る */
    height: 20px;
    bottom: -184px !important;
    right: 8px !important
}
.revico-review-comment-row .revico-review-comment-detail--product-name span img { /* 続きを見る:カーソル */
    top: 3px !important;
    width: 4px !important;
    height: 14px !important;
    min-height: 14px;
}
.revico-review-comment-row .revico-review-comment-detail--product-name img {
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    height: 148px !important;
    object-fit: contain !important;
}
.revico-review-comment-row .revico-review-comment-detail--product-name p {
    margin: 10px 0 0;
}

/* 商品名の三点リーダ設定 */
.revico-review-comment-detail--product-name > p{
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    font-size: 1rem;
    text-overflow: ellipsis;
}


/* 各要素の装飾: スターシンプル */
.revico-review-comment-row .revico-review-comment-detail--star-rate {
    margin: auto;
    transform-origin: center !important;
}
/* 各要素の装飾: コメント内容 */
.revico-review-comment-row .revico-review-comment-detail--comment--content {
    display: -webkit-box;
    width: 100%;
    max-height: 108px;
    text-align: left;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    /* overflow: hidden; */
}
.revico-review-comment-row .revico-review-comment-detail--comment--content {
    max-height: 13.0rem;
    margin: 0;
}

/* ReviCoロゴ */
/* 既存のReviCoロゴは非表示にし、上部HTMLのReviCoロゴを使用 */
.revico-multicomment-top .revico-logo {
    display: none;
}
.revico-comment-outer-head .revico-logo {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-right: 0;
    padding: 2px 0;
    color: #bbb;
    font-size: 10px;
    text-align: right;
    background-repeat: no-repeat;
    background-size: 55px;
    background-position: top -5px right;
    background-image: url(https://show.revico.jp/img/revico_logo.png);
    z-index: 1;
}
.revico-comment-outer-head .revico-logo:before {
    content: "Powered by";
    color: #bbb;
    font-size: 10px;
    margin-right: 62px;
}

/* カーソル(上部HTML前提対応) */
/*.revico-comment-outer-head {
    position: relative;
    max-width: 1050px;
    margin: auto;
}*/


.revico-comment-outer-head .revico-next,
.revico-comment-outer-head .revico-back {
    position: absolute;
    z-index: 1;
}
.revico-comment-outer-head .revico-next {
    right: 0
}
.revico-comment-outer-head .revico-next,
.revico-comment-outer-head .revico-back {
    top: 207px;
}

.revico-comment-main{
   margin-bottom:10px;
   max-height:400px;
}

@media screen and (max-width: 414px) {
        .revico-comment-outer-head h2{
            padding-top: 37.5px;
        }
}

@media screen and (min-width: 750px) {
    .revico-comment-outer-head h2{
        padding-top: 3%;
    }
}

@media screen and (max-width: 751px){
    #revico-revie-zone {
        padding-top: 8%;
        margin-bottom: 0;
        padding-bottom: 1.3%;
    }

}

/* CTAのスタイル */
.rev_cta_btn{
    text-align: center;
    margin-top: 32px;
    margin-bottom: 64px;
}

@media screen and (max-width: 414px) {
    /* スマホではカーソルは非表示にし横スクロール */
    .revico-multicomment-top .revico-comment-main {
        width: auto;
        overflow-x: scroll;
        -ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
    }
    .revico-back,
    .revico-next {
        display: none;
    }

    .rev_cta_btn{
        margin:0 auto;
        margin-top: 16px;
        margin-bottom: 48px;
        width: 80%;
        /* test */
    }
}

